Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language filter support #36

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[flake8]
exclude = */.venv/*, */.env/*, */venv/*, */env/*,
max-line-length = 79

# E12x continuation line indentation
# E251 no spaces around keyword / parameter equals
# E303 too many blank lines (3)
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E251,E303,W503,W504,W60,F405,E501,W293
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ ignoreLogs = ['warning-goldmark-raw-html']
[permalinks]
categories = "/categories/:slug/"
tags = "/tags/:slug/"
languages = "/languages/:slug/"
subscribers = "/subscribers/:slug/"

# Taxonomies
[taxonomies]
category = "categories"
tag = "tags"
language = "languages"
subscriber = "subscribers"

[params]
Expand Down
2 changes: 2 additions & 0 deletions content/posts/3d-tiles-in-QGIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["lutragis"]
author: "Lutra Consulting"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>Earlier this year, in collaboration with <a href="https://north-road.com/2023/06/01/cesium-ecosystem-grant-win-for-qgis-3d-tiles/">North Road</a> we were awarded a <a href="https://cesium.com/cesium-ecosystem-grants/grant-directory/">grant from Cesium</a> to introduce 3D tiles support in QGIS. The feature was developed successfully and shipped with QGIS 3.34.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/684.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["ireland_qgis_user_group_blog"]
author: "Ireland QGIS User Group Blog"
tags: ["plugin", "qgis", "plugin qgis"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>A very handy plugin for QGIS I use day to day is <span style="color: #f7f9ff; text-decoration: underline;"><a href="https://geogear.wordpress.com/2014/11/04/go2streetview-v5-0/">go2streetview</a></span> by <span style="color: #f7f9ff; text-decoration: underline;"><a href="https://geogear.wordpress.com/about/">Enrico Ferreguti</a></span>. The plugin adds an icon to the tool bar in QGIS and when selected I can click a road or street on a base map and a window will open that displays the Google Street or a Bing Maps Bird&#8217;s Eye view of the location. The camera&#8217;s direction and location is highlighted by a blue marker. I use the plugin when tracing boundaries of parks, open spaces and foot paths from aerial imagery. If the imagery is blurred or the view is obscured by trees, I click a point on a nearby street to see the location up close. The plugin works wherever <span style="color: #f7f9ff; text-decoration: underline;"><a href="https://support.google.com/maps/answer/68384?hl=en">Google Street view</a></span> and <span style="color: #f7f9ff; text-decoration: underline;"><a href="http://blogs.bing.com/maps/2012/05/08/new-birds-eye-imagery-streetside-coverage-on-bing-maps/">Bing Birds Eye</a></span> has coverage.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/6th-qgis-uk-user-group-meeting-in-edinburgh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["qgis_uk"]
author: "QGIS UK"
tags: ["user groups", "edina", "edinburgh", "ordnance survey", "qgis", "scotland", "thinkwhere", "user group"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>The 6th <a href="http://qgis.uk/">QGIS UK</a> user group meeting in Scotland is happening on the 3rd November 2016.  It is being hosted by the EDINA <a href="http://edina.ac.uk/">University of Edinburgh</a> at the Informatics Forum and is sponsored by <a href="http://www.thinkwhere.com">thinkWhere</a>, <a href="http://os.uk/">Ordnance Survey</a>, <a href="http://www.angus.gov.uk">Angus Council</a> and <a href="http://www.cawdorforestry.com">Cawdor Forestry</a>.  Tickets are available <a href="https://www.eventbrite.co.uk/e/uk-qgis-user-group-scotland-tickets-27955482601">through Eventbrite</a>.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/7th-qgis-uk-scottish-user-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["qgis_uk"]
author: "QGIS UK"
tags: ["user groups", "scotland"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>The next event on the QGIS UK user group roadshow is the 7th Scottish meeting at the Informatics Forum in Edinburgh on 16th November.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["qgis_uk"]
author: "QGIS UK"
tags: ["user groups", "scotland", "stirling"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>It&#8217;s been a long time since we posted anything up here but hopefully the news of another user group happening in Stirling on 7th November will hopefully assuage your distress.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/GSoC-2020.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["lutragis"]
author: "Lutra Consulting"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>In this year Google Summer of Code (GSoC), multiple new features were added to QGIS 3D. <a href="https://nedjimabelgacem.github.io/">Belgacem Nedjima</a> as the student with Martin Dobias and Peter Petrik as the mentors
Expand Down
2 changes: 2 additions & 0 deletions content/posts/Setting-up-Discovery-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["lutragis"]
author: "Lutra Consulting"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>As a part of migrating to Open Source GIS, the Newcastle City Council has commissioned us to create a user friendly gazetteer plugin.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/a-little-qgis3-server-wsgi-experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["itopen"]
author: "ItOpen"
tags: ["qgis server"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

Here is a little first experiment for a wsgi wrapper to QGIS 3 Server, not much tested, but basically working:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["faunalia"]
author: "Faunalia"
tags: ["postgis", "qgis"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

In QGIS there are many tools that can be used to import vectors inside a PostGIS database, each one has pros and cons: SPIT core plugin: available since long ago but now seems to be a unmaintained tool and therefore will be probably removed in a future QGIS release. It  has the advantage to allow [&#8230;]
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["spatialgalaxy_net"]
author: "Spatial Galaxy"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

Getting started with Python and QGIS can be a bit overwhelming. In this post we give you a quick start to get you up and running and maybe make your PyQGIS life a little easier.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["mergin_maps"]
author: "Mergin Maps"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>Mergin Maps QGIS plugin is now capable of setting a custom QGIS expression that will be used as a name for the photos taken in the Mergin Maps mobile app. It is possible to combine field values, variables (even Mergin Maps variables) and other QGIS expression elements to create your custom photo name format (subfolders supported). You can find this configuration in the QGIS project settings &gt; Mergin Maps. </p><p><img src="https://vault.featureos.app/uploads/attachment/upload/thumb-e929e0edd0a384d8c25f39ba59d90a92.png" />Available since Mergin Maps QGIS plugin 2023.2 and Mergin Maps mobile 2.2</p><p></p><p>Read more about this in our documentation here: <a href="https://merginmaps.com/docs/gis/photo-names/" rel="noopener noreferrer nofollow" target="_blank">https://merginmaps.com/docs/gis/photo-names/</a></p>
2 changes: 2 additions & 0 deletions content/posts/about-label-halos.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["nyalldawson_net"]
author: "nyalldawson.net"
tags: ["qgis", "3.0", "cartography", "colour", "geospatial", "labelling", "osgeo", "qgis"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>A lot of cartographers have a love/hate relationship with label halos. On one hand they can be an essential technique for improving label readability, especially against complex background layers. On the other hand they tend to dominate maps and draw unwanted attention to the map labels.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["spatialgalaxy_net"]
author: "Spatial Galaxy"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

Gary Sherman has a wide and varied background, including that of geologist, mining engineer, software engineer, publisher, and author. He has authored both technical books and articles, as well as fiction.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["ireland_qgis_user_group_blog"]
author: "Ireland QGIS User Group Blog"
tags: ["qgis", "tutorial", "uncategorized"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<div class="c497l3-6 eCeBkc s1hmcfrd-0 fcsMgH">
Expand Down
2 changes: 2 additions & 0 deletions content/posts/add-to-felt-qgis-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["north_road"]
author: "North Road"
tags: ["partners", "qgis", "collaboration", "community", "felt", "geospatial", "integration", "plugins", "qgis", "sponsors"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p><img alt="" class="alignnone size-large wp-image-212558" height="538" src="https://north-road.com/wp-content/uploads/2023/06/Q_F-1024x538.jpeg" width="1024" /></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["mergin_maps"]
author: "Mergin Maps"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>In our most recent update, we're thrilled to announce the addition of support for QGIS's spacer, text, and HTML widgets in our forms! This enhancement brings greater flexibility and customization to your data entry process. Easily incorporate spacers, add informative text, and use HTML elements to create dynamic and engaging forms tailored to your specific needs. </p><p></p><p></p>
2 changes: 2 additions & 0 deletions content/posts/added-support-for-zstd-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["mergin_maps"]
author: "Mergin Maps"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>The mobile app is now capable of opening GeoTIFF files compressed with zstd format.</p>
2 changes: 2 additions & 0 deletions content/posts/adding-esris-world-hillshade-layer-to-qgis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["ireland_qgis_user_group_blog"]
author: "Ireland QGIS User Group Blog"
tags: ["2.18", "qgis", "tutorial", "uncategorized", "hillshade", "topography"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>You may have seen my <a href="https://ieqgis.wordpress.com/2015/04/04/create-great-looking-topographic-maps-in-qgis-2/" rel="noopener">earlier tutorial</a> where I described how to make nice looking hillshaded maps in QGIS using <a href="https://lta.cr.usgs.gov/SRTM" rel="noopener" target="_blank">SRTM elevation data</a>. Well, we don&#8217;t have to stop with just one hillshade layer on a map, it is possible to overlay multiple hillshades; a procedure that can increase the visual quality and detail. The following image is the hillshade we made before. Once you re-create a hillshade, following the <a href="https://ieqgis.wordpress.com/2015/04/04/create-great-looking-topographic-maps-in-qgis-2/">previous tutorial</a>, you can head to the next step (note that brightness and contrast settings may be different due to changes in how QGIS generates and displays hillshades).</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/agenda-for-5th-qgis-user-group-scotland.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["qgis_uk"]
author: "QGIS UK"
tags: ["user groups", "qgis", "scotland"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p><img alt="scottish thistle" class="alignleft wp-image-996" height="112" src="https://ukqgis.files.wordpress.com/2014/01/thistle.jpg?w=168&#038;h=112" width="168" />The 5th QGIS user group meeting in Scotland takes place next Wednesday at the University of Glasgow.  It is being hosted by the <a href="http://www.gla.ac.uk/schools/ges/">School of Geographical and Earth Sciences</a> and has been generously sponsored by thinkWhere and Ordnance Survey.  You can find the draft programme of talks and presentations here: <a href="https://ukqgis.files.wordpress.com/2016/04/5th-qgis-user-group-programme.pdf">5th-QGIS-user-group-programme</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["mergin_maps"]
author: "Mergin Maps"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>We've integrated the Android Fused Location Provider into our app for enhanced location accuracy and efficiency. This update leverages all available location sources to provide faster and more precise location data while optimizing battery usage, ensuring your device stays powered longer. It is currently an opt-in feature, so you will need to enable it in the app settings under Manage GPS Providers. Enable this feature to enjoy improved location-based services and a longer-lasting battery with our latest enhancement!</p>
2 changes: 2 additions & 0 deletions content/posts/arcgis-image-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["spatialgalaxy_net"]
author: "Spatial Galaxy"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

I was interested to read that ArcGIS Image Server is now available. Now I admit that I haven&rsquo;t had any advanced information about the product (has anybody?) but was disappointed to find that its only supported on Windows servers.
Expand Down
2 changes: 2 additions & 0 deletions content/posts/arcgis-rest-api-connector-plugin-for-qgis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["ireland_qgis_user_group_blog"]
author: "Ireland QGIS User Group Blog"
tags: ["news", "plugin", "qgis", "rest"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p><a href="https://ieqgis.files.wordpress.com/2015/05/rest1.png"><img alt="ArcGIS REST Connector Plugin" class="alignnone size-large wp-image-797" height="307" src="https://ieqgis.files.wordpress.com/2015/05/rest1.png?w=545&#038;h=307" width="545" /></a></p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/autoform-plugin-for-qgis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["sourcepole"]
author: "Sourcepole"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>The AutoForm plugin for QGIS automatically sets the edit widget type for the fields of a selected layer based on their data types and foreign keys. This is in order to save the user time they may need to spend on manually editing these widgets.</p>
2 changes: 2 additions & 0 deletions content/posts/batch-exporting-site-visit-photos-to-word.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["lutragis"]
author: "Lutra Consulting"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>Preparing reports with lots of survey photos takes time - this plugin automates the process.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/beyond-the-rdbms.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["spatialgalaxy_net"]
author: "Spatial Galaxy"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

In Beyond the RDBMS Sean references Martin&rsquo;s post which in turn points us to a paper (gotta love the web in action) promoting &ldquo;The End of an Architectural Era&rdquo;. This paper advocates the complete rewrite (well trashing actually) of current RDBMS code in favor of specialized &ldquo;engines&rdquo;.
Expand Down
2 changes: 2 additions & 0 deletions content/posts/brittle-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["spatialgalaxy_net"]
author: "Spatial Galaxy"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

Lets face it, GIS systems are complicated. Typically there are multiple servers and applications that make up a &ldquo;system&rdquo;. Each of these represent a potential point of failure, thus creating a brittle system. Brittle systems break. The definition of the word brittle is:
Expand Down
2 changes: 2 additions & 0 deletions content/posts/build-and-deploy-c-qgis-app-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["qgis_tips"]
author: "QGIS Tips"
tags: ["cpp", "c++", "compile", "deploy", "qgis", "windows"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>After a lot of troubles, I managed to compile and deploy a QGIS c++ app on windows. This small guide will describe the steps I followed. This has been tested on win xp and windows 7, both in 32 bits.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["itopen"]
author: "ItOpen"
tags: ["gis", "qgis", "[lang_it]programmazione[/lang_it][lang_en]programming[/lang_en]"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

Building QGIS from sources is not hard at all on a recent linux box, but what about if you wanted to be able to step-debug into Qt core or if you wanted to build QGIS agains the latest Qt release?
Expand Down
2 changes: 2 additions & 0 deletions content/posts/building-qgis-on-feisty-fawn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["spatialgalaxy_net"]
author: "Spatial Galaxy"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

Here is the process I used to quickly build (OK, but it was faster than usual) QGIS HEAD on Feisty Fawn. What&rsquo;s QGIS HEAD? It&rsquo;s the current development version that includes the tasty Python bindings that allow you to write both QGIS plugins and stand-alone mapping applications.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["anita_graser"]
author: "Anita Graser"
tags: ["gis", "llm", "chatgpt"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>Earlier this year, I shared my experience using ChatGPT’s Data Analyst web interface for analyzing spatiotemporal data in the post <a href="https://anitagraser.com/2024/05/30/chatgpt-data-analyst-vs-movement-data/">&#8220;ChatGPT Data Analyst vs. Movement Data&#8221;</a>. The Data Analyst web interface, while user-friendly, is not equipped to handle all types of spatial data tasks, particularly those involving more complex or large-scale datasets. Additionally, because the code is executed on a remote server, we&#8217;re limited to the libraries and tools available in that environment. I&#8217;ve often encountered situations where the Data Analyst simply doesn’t have access to the necessary libraries in its Python environment, which can be frustrating if you need specific GIS functionality.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/buildings-in-qgis3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["lutragis"]
author: "Lutra Consulting"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>With support for QGIS3D canvas, you can represent your vectors in a number of ways. In this post, we will walk you through how to render vectors as 3D objects.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["alexandre_netos_blog"]
author: "Alexandre Neto's blog"
tags: ["uncategorized", "hint", "qgis"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p style="text-align: left;">EN | <span style="color: #808080;"><a href="https://sigsemgrilhetas.wordpress.com/2015/02/10/calcular-coordenadas-do-centroide-de-poligonos-calculate-polygon-centroids-coordinates/">PT</a></span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["ireland_qgis_user_group_blog"]
author: "Ireland QGIS User Group Blog"
tags: ["uncategorized"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p><span style="color: #f7f9ff; text-decoration: underline;"><a href="http://cartodb.com/" target="_blank" title="CartoDB">CartoDB</a></span>, the <span style="color: #f7f9ff; text-decoration: underline;"><a href="https://en.wikipedia.org/wiki/CartoDB#Technology" target="_blank">FOSS</a></span> powered web mapping solution, was honoured at the 2014 European Web Entrepreneur of the Year Awards along with three other companies at <span style="color: #f7f9ff; text-decoration: underline;"><a href="http://websummit.net/" target="_blank">Dublin&#8217;s Web Summit </a></span>on November 7<sup>th</sup>. The awards, presented by a European Commission backed body, were announced after a six month competition that involved public voting across <span style="color: #f7f9ff; text-decoration: underline;"><a href="http://www.europioneers.eu/" target="_blank">four categories</a></span>. CartoDB won the award for best &#8220;high-growth web entrepreneur&#8221;. CartoDB now has a growth rate of over 15% per month and customers in over 30 countries.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["qgis_project_blog"]
author: "QGIS Project blog"
tags: ["uncategorized"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>This year&#8217;s user conference took place in Bratislava, organized by the Slovak QGIS User Group and hosted at the Slovak University of Technology Faculty of Civil Engineering. The event was sold out early and the venue was full of energy and excitement.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["markus_neteler"]
author: "Markus Neteler"
tags: ["blog", "osgeo"]
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>The Open Source Geospatial Foundation (OSGeo) today celebrates its 18th anniversary, underscoring its pivotal role in the development of open source geospatial software and its impact on the world. Founded in 2006, OSGeo’s mission is to support and promote the collaborative development of open geospatial technologies and data. Over the years, it has become a cornerstone of the open geospatial community, fostering innovation, education and adoption of open source geospatial software worldwide.</p>
Expand Down
2 changes: 2 additions & 0 deletions content/posts/centring-to-gps-position-when-recording.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ showcase: "planet"
subscribers: ["mergin_maps"]
author: "Mergin Maps"
tags: []
languages: ["en_gb"]
available_languages: ["en_gb"]
---

<p>We brought back the option for centring to GPS position when entering the recording mode. Additionally, we added a new entry into the application settings to disable this behavior if desired.</p>
Loading
Loading