You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply add global base maps to QGIS. This plugin adds OpenStreetMap data with OpenMapTiles project. Maps for this plugin are available from the MapTiler Cloud. Customize look and feel of maps or import GL JSON styles of TileJSON.
@@ -36,6 +38,15 @@ Then MapTiler should be added to your QGIS Browser.
36
38
37
39
## Feature & Usage
38
40
41
+
### Load a map in Mapbox GL JSON format
42
+
43
+
You can add your own map from the tab `From URL`. Add the name of your map and URL to JSON.
44
+
45
+
For **vector tiles** you can add either URL to style.json or TileJSON. Note that if you add URL to TileJSON you will get only tiles data with basic QGIS styling. For **raster tiles** you have to add URL to TileJSON.
46
+
47
+
<imgsrc='imgs/readme_07.png'>
48
+
49
+
39
50
### Add background maps to a project
40
51
41
52
MapTiler plugin provides several preset maps. Some of them are visible from QGIS Browser.
@@ -50,6 +61,7 @@ More maps are available after you click on `Add a new map...` from MapTiler plug
50
61
51
62
<imgsrc='imgs/readme_06.png'>
52
63
64
+
53
65
### Vector and raster tiles
54
66
55
67
MapTiler plugin supports loading maps via both vector and raster tiles. You can choose from the contextual menu of the map and clicking either on `Add as Raster` or `Add as Vector`.
@@ -61,14 +73,6 @@ Vector tiles support requires QGIS 3.13 or higher.
61
73
You can read about the difference between vector and raster tiles here [https://www.maptiler.com/news/2019/02/what-are-vector-tiles-and-why-you-should-care/](https://www.maptiler.com/news/2019/02/what-are-vector-tiles-and-why-you-should-care/?utm_source=github.com&utm_medium=referral&utm_campaign=qgis-plugin)
62
74
63
75
64
-
### Load a map in Mapbox GL JSON format
65
-
66
-
You can also add your own map from the tab `From URL`. Add the name of your map and URL to JSON.
67
-
68
-
For **vector tiles** you can add either URL to style.json or TileJSON. Note that if you add URL to TileJSON you will get only tiles data with basic QGIS styling. For **raster tiles** you have to add URL to TileJSON.
69
-
70
-
<imgsrc='imgs/readme_06.png'>
71
-
72
76
### Customize quickly the look&feel of the base maps
73
77
74
78
There is a possibility to simply adjust the default base maps in [Customize tool](https://cloud.maptiler.com/customize/?utm_source=github.com&utm_medium=referral&utm_campaign=qgis-plugin) - via a context menu on right-click in QGIS.
0 commit comments