Skip to content

Commit 3044fa0

Browse files
authored
Merge pull request #671 from MerginMaps/iss_670-remove-vector-tiles-references
Iss 670 - remove vector tile references
2 parents 7131bff + 3545aa8 commit 3044fa0

File tree

3 files changed

+14
-24
lines changed

3 files changed

+14
-24
lines changed

src/gis/settingup_background_map/index.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Online maps need internet connection to be displayed during the field survey and
88
:::danger WARNING
99
Keep in mind that background maps services and data sources come with their own terms of use.
1010

11-
Although we show how to add online and offline background maps to your projects, it is your responsibility to comply with any terms and condition of the services of your choice.
11+
Although we show how to add online and offline background maps to your projects, it is your responsibility to comply with any terms and conditions of the services of your choice.
1212
:::
1313

1414
## Raster tiles
@@ -81,40 +81,30 @@ There are several online services you can use in your projects, some of them are
8181
![Example vector tile](./example_vectortile.jpg "Example vector tile")
8282

8383
### Online services
84+
When [creating a new <MainPlatformName /> project](../../manage/create-project/#create-a-project-in-qgis) from scratch, the default background map uses <MainPlatformName /> vector tile service. Other online vector tile services can be added to the project in QGIS, but keep in mind they come with their own terms of use.
8485

85-
Let's see how we can add *ESRI Basemap* vector tile (QGIS 3.16+):
86+
To add a vector tile service:
8687
1. In QGIS, navigate to the **Vector Tiles** in the **Browser** panel
8788
2. Right-click on **Vector Tiles** and select **New Generic Connection**
88-
3. Set the parameters of the **Vector Tiles connection**:
89-
- **Name**: *ESRI Basemap*
90-
- **URL**: `https://basemaps.arcgis.com/v1/arcgis/rest/services/World_Basemap/VectorTileServer/tile/{z}/{y}/{x}.pbf`
91-
- **Min. Zoom Level**: 0
92-
- **Max. Zoom Level**: 14
93-
- **Style URL**: `https://basemaps.arcgis.com/b2/arcgis/rest/services/World_Basemap/VectorTileServer/resources/styles/root.json`
94-
Press **OK**.
95-
![QGIS XYZ vector tile connection](./qgis_xyz_gen_vectortile.jpg "QGIS XYZ vector tile connection")
96-
97-
Another source of online vector tiles are *Qwant maps*. Use following
98-
- **Name**: *Qwant map*
99-
- **URL**: `https://www.qwant.com/maps/tiles/ozbasemap/{z}/{x}/{y}.pbf`
100-
- **Min. Zoom Level**: 0
101-
- **Max. Zoom Level**: 14
102-
- **Style URL**: `https://raw.githubusercontent.com/QwantResearch/qwant-basic-gl-style/master/style.json`
103-
104-
#### Mergin Maps vector tile service
105-
When [creating a new <MainPlatformName /> project](../../manage/create-project/#create-a-project-in-qgis) from scratch, the default background map uses <MainPlatformName /> vector tile service.
89+
3. Set the parameters of the **Vector Tiles connection** and press **OK**.
10690

107-
It can be also added to existing <MainPlatformName /> projects by using following parameters to set the **Vector Tiles connection**:
91+
For <MainPlatformName /> vector tile service, the parameters are as follows:
10892
- **Name**: *OpenMapTiles (OSM)*
109-
- **URL**: `https://tiles.merginmaps.com/data/default/{z}/{x}/{y}.pbf`
93+
- **Style URL**: `https://tiles.merginmaps.com/styles/default.json`
94+
- **Source URL**: `https://tiles.merginmaps.com/data/default/{z}/{x}/{y}.pbf`
11095
- **Min. Zoom Level**: 0
11196
- **Max. Zoom Level**: 14
112-
- **Style URL**: `https://tiles.merginmaps.com/styles/default.json`
97+
98+
![QGIS XYZ vector tile connection](./qgis_xyz_gen_vectortile.jpg "QGIS XYZ vector tile connection")
11399

114-
This service can be used by **<MainPlatformNameLink /> users only** .
100+
:::warning Usage details
101+
102+
Note that <MainPlatformName /> vector tile service can be used by **<MainPlatformNameLink /> users only** .
115103

116104
Using the service is conditioned by the attribution:
105+
117106
`© OpenMapTiles © OpenStreetMap contributors`
107+
:::
118108

119109

120110
### Generating vector tiles for offline use
9.89 KB
Loading
26.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)