Skip to content

Commit eca5f49

Browse files
committed
update qgis version to latest
1 parent 551d0a7 commit eca5f49

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/gis/features/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Mergin Maps project is prepared in QGIS. Set up survey layers, symb
66
# QGIS Project Preparation
77
[[toc]]
88

9-
Project preparation is done in QGIS. For more information about loading layers, styling the data and creating map themes, visit <QGISHelp ver="3.22" link="user_manual/index.html" text="QGIS documentation page" />.
9+
Project preparation is done in QGIS. For more information about loading layers, styling the data and creating map themes, visit <QGISHelp ver="latest" link="user_manual/index.html" text="QGIS documentation page" />.
1010

1111
In addition, <MobileAppName /> uses some of the features within the project to help visualise, capture and browse the data. Here is an overview of the project preparations steps.
1212

@@ -86,7 +86,7 @@ Various online and offline maps can be used as background layers for navigation
8686
## Project settings
8787
- Ensure the paths are set to *Relative* in the **General** tab in Project Properties. All paths to the project data in <MobileAppName /> are relative to the project location.
8888
![QGIS set relative paths](./qgis_prj_relative_paths.jpg "QGIS set relative paths")
89-
- Define the <QGISHelp ver="3.22" link="user_manual/introduction/qgis_configuration.html?highlight=properties#data-sources-properties" text="layers capabilities" /> in the **Data Sources** in Project Properties.
89+
- Define the <QGISHelp ver="latest" link="user_manual/introduction/qgis_configuration.html?highlight=properties#data-sources-properties" text="layers capabilities" /> in the **Data Sources** in Project Properties.
9090
- [Identifiable](../search_data/#setting-identifiable-layers-in-qgis-project) layers can be queried in <MobileAppName />. If you want to be able to search for attribute values in a layer, it needs to be identifiable and searchable.
9191
- **read-only** layers cannot be modified. If a vector layer is not intended to be used as a survey layer, set it as read-only.
9292
- non-spatial layers need to be set as **searchable** to enable browsing, searching, or editing.

src/gis/proj/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you want to share your project with someone else, they also need to install t
2626
### Further reading about projections and transformations
2727
This [extended article](../projections/) contains more information about map projections, coordinate reference systems and transformations.
2828

29-
If you want to learn more about this topic, we recommend to go through the <QGISHelp ver="3.22" link="gentle_gis_introduction/coordinate_reference_systems.html" text="QGIS online documentation" /> or [PROJ documentation](https://proj.org/operations/index.html).
29+
If you want to learn more about this topic, we recommend to go through the <QGISHelp ver="latest" link="gentle_gis_introduction/coordinate_reference_systems.html" text="QGIS online documentation" /> or [PROJ documentation](https://proj.org/operations/index.html).
3030

3131
Projections issues are one of the common causes of misplacement of your field data as mentioned in our blog [Why are my survey points shifted?](https://www.lutraconsulting.co.uk/blog/2021/04/21/projections-field/).
3232

src/gis/projections/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Learn more about map projections, coordinate reference systems, how
1010

1111
**Map projection** is the operation defining how to show/display spatial data (your data with associated coordinate reference system) on 2D flat surface (QGIS map canvas or printed paper map). There are various types of projections that are used in cartography (planar projection, cylindrical projections, conic projections). Each type of projection could preserve some attribute of the 2d "flat" map. Some projections preserve distance, others areas, etc. For example Mercator Projection was created to display accurate compass bearings for sea travel.
1212

13-
You can read more about map projections in the <QGISHelp ver="3.22" link="gentle_gis_introduction/coordinate_reference_systems.html#map-projection-in-detail" text="QGIS docs" /> or [Wikipedia](https://en.wikipedia.org/wiki/Map_projection).
13+
You can read more about map projections in the <QGISHelp ver="latest" link="gentle_gis_introduction/coordinate_reference_systems.html#map-projection-in-detail" text="QGIS docs" /> or [Wikipedia](https://en.wikipedia.org/wiki/Map_projection).
1414

1515
## Coordinate reference systems
1616

@@ -26,7 +26,7 @@ The coordinate reference systems are not set in stone. Most of them are part of
2626

2727
When we want to show the data stored in one coordinate reference system on a map in other coordinate reference system (e.g. when we have multiple layers each with different coordinate system), we need to do **transformation**. When two coordinate systems do not use the same datum, there are multiple ways how to transform from system one to another. This operation is typically only approximate and multiple operations may exist for different purposes, or depending on how the data was originally collected in the first place. Therefore as spatial data users we need to make an informed choice about which operation is fit for purpose and the correct one to use for your current project.
2828

29-
More detailed information about the coordinate reference systems and projections could be found in the <QGISHelp ver="3.22" link="gentle_gis_introduction/coordinate_reference_systems.html" text="QGIS online documentation" /> or [PROJ documentation](https://proj.org/operations/index.html).
29+
More detailed information about the coordinate reference systems and projections could be found in the <QGISHelp ver="latest" link="gentle_gis_introduction/coordinate_reference_systems.html" text="QGIS online documentation" /> or [PROJ documentation](https://proj.org/operations/index.html).
3030

3131
## How is it used in QGIS?
3232

src/gis/settingup_background_map/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Raster tiles are ideal for aerial imagery or terrain visualisations. They can be
2323
![sample raster tile](./example_rastertile.jpg "sample raster tile")
2424

2525
### Online services
26-
QGIS comes by default with the <QGISHelp ver="3.22" link="user_manual/managing_data_source/opening_data.html?highlight=xyz#using-xyz-tile-services" text="OpenStreetMap online services for XYZ tiles" />. When adding a cartographic basemap, ensure you set the tile size correctly, so that the texts and labels are readable on mobile devices with high resolution display.
26+
QGIS comes by default with the <QGISHelp ver="latest" link="user_manual/managing_data_source/opening_data.html?highlight=xyz#using-xyz-tile-services" text="OpenStreetMap online services for XYZ tiles" />. When adding a cartographic basemap, ensure you set the tile size correctly, so that the texts and labels are readable on mobile devices with high resolution display.
2727

2828
::: warning
2929
Online raster maps can use up a lot of mobile data during the field survey.

src/gis/snapping/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ The <QGISPluginNameShort /> gives you the option to use the snapping preferences
7474
Snapping in <MobileAppName /> will now follow the snapping settings as defined in the QGIS project.
7575

7676
:::tip
77-
You can learn more about snapping in QGIS in <QGISHelp ver="3.22" link="user_manual/working_with_vector/editing_geometry_attributes.html?highlight=snapping#snapping-and-digitizing-options" text="QGIS User Guide" />.
77+
You can learn more about snapping in QGIS in <QGISHelp ver="latest" link="user_manual/working_with_vector/editing_geometry_attributes.html?highlight=snapping#snapping-and-digitizing-options" text="QGIS User Guide" />.
7878
:::

src/misc/troubleshoot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you have an active <MainPlatformNameLink /> subscription or during the trial
3838
### Community support
3939
- Join our [community chat on Slack](https://merginmaps.com/community/join) and ask questions!
4040
- See [GIS Stack Exchange](https://gis.stackexchange.com/questions/tagged/mergin-maps) with "<NoSpellcheck id="mergin-maps" />" tag to ask questions and see other users' answers.
41-
- See <QGISHelp ver="3.22" link="user_manual/index.html" text="QGIS documentation" /> for QGIS Desktop related problems.
41+
- See <QGISHelp ver="latest" link="user_manual/index.html" text="QGIS documentation" /> for QGIS Desktop related problems.
4242

4343
## Minimum OS versions for Mergin Maps mobile app
4444

src/misc/write-docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,11 @@ To reference QGIS website, use `<QGIS />` component, e.g.
428428

429429
To reference QGIS documentation, use `<QGISHelp />` component, e.g.
430430

431-
`<QGISHelp ver="3.22" link="user_manual/index.html" text="See QGIS Help page" />`
431+
`<QGISHelp ver="latest" link="user_manual/index.html" text="See QGIS Help page" />`
432432

433433
transforms to
434434

435-
<QGISHelp ver="3.22" link="user_manual/index.html" text="See QGIS Help page" />
435+
<QGISHelp ver="latest" link="user_manual/index.html" text="See QGIS Help page" />
436436

437437
### Reference GitHub content
438438
Use `<GitHubRepo />` component, e.g. `<GitHubRepo id="MerginMaps/docs/" desc="documentation" />` transforms to <GitHubRepo id="MerginMaps/docs/" desc="documentation" />.

src/setup/install-qgis/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ QGIS should now be installed on your computer.
2727
:::tip
2828
QGIS is a powerful tool with a great community that can help you achieve a lot.
2929

30-
We recommend using <QGISHelp ver="3.22" link="user_manual/index.html" text="QGIS User Guide" /> and <QGISHelp ver="3.22" link="training_manual/index.html" text="QGIS Training Manual" /> to get familiar with QGIS and its functionality.
30+
We recommend using <QGISHelp ver="latest" link="user_manual/index.html" text="QGIS User Guide" /> and <QGISHelp ver="latest" link="training_manual/index.html" text="QGIS Training Manual" /> to get familiar with QGIS and its functionality.
3131
:::

0 commit comments

Comments
 (0)