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
@@ -39,25 +39,35 @@ Then MapTiler should be added to your QGIS Browser.
39
39
40
40
For plugin version 2.0, you need QGIS 3.16 or higher.
41
41
42
-
---
42
+
For plugin version 3.0, you need QGIS 3.24 or higher.
43
43
44
-
##Feature & Usage
44
+
### Fonts
45
45
46
-
### Load a map in Mapbox GL JSON format
46
+
Maps from MapTiler Cloud use various fonts. You might get similar warnings in QGIS.
47
47
48
-
You can add your own map from the tab `From URL`. Add the name of your map and URL to JSON.
48
+
<imgsrc='imgs/readme_09.png'>
49
49
50
-
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.
50
+
If you want display these maps in QGIS, you need to have these fonts
51
+
installed on your system. QGIS will use a default font if specific font is not installed on your system.
51
52
52
-
<imgsrc='imgs/readme_07.png'>
53
53
54
+
List of fonts used in maps at MapTiler Cloud can be found at
MapTiler plugin provides several preset maps. Some of them are visible from QGIS Browser.
58
65
- Basic
59
66
- Bright
67
+
- OpenStreetMap
68
+
- Outdoor
60
69
- Satellite
70
+
- Terrain RGB
61
71
- Toner
62
72
- Topo
63
73
- Voyager
@@ -67,6 +77,15 @@ More maps are available after you click on `Add a new map...` from MapTiler plug
67
77
<imgsrc='imgs/readme_06.png'>
68
78
69
79
80
+
### Load a map in Mapbox GL JSON format
81
+
82
+
You can add your own map from the tab `From URL`. Add the name of your map and URL to JSON.
83
+
84
+
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.
85
+
86
+
<imgsrc='imgs/readme_07.png'>
87
+
88
+
70
89
### Vector and raster tiles
71
90
72
91
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`.
@@ -75,6 +94,7 @@ You can choose the default type of tiles by checking/unchecking `Use vector tile
75
94
76
95
Vector tiles support requires QGIS 3.13 or higher.
77
96
For the plugin version 2.0 and higher you need QGIS 3.16 or higher.
97
+
For the plugin version 3.0 and higher you need QGIS 3.24 or higher.
78
98
79
99
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)
80
100
@@ -87,6 +107,13 @@ Switch language, select layers, and change colors to match your brand and make a
87
107
88
108
“Save” this map, and add it via URL - by copy&pasting the link to “GL JSON Style” from the Cloud page of the map.
89
109
110
+
### Global Digital Elevation Model (DEM)
111
+
The plugin offers elevation model (DEM) for the entire planet.
112
+
You can use the layer for hillshading, hypsometry, analytical applications, and even 3D terrain modeling.
113
+
114
+
<imgsrc='imgs/readme_10.gif'>
115
+
116
+
90
117
### Geocoding / place search
91
118
92
119
MapTiler plugin also provides MapTiler toolbar for basic geocoding / place search.
@@ -98,7 +125,19 @@ When you click on one place in the list, the map canvas will zoom to feature ext
98
125
99
126
<imgsrc='imgs/readme_04.png'>
100
127
101
-
### Access key
128
+
### Authentication
129
+
#### Credentials (for plugin version 3.0 and higher)
130
+
The plugin version 3.0 and higher uses credentials for authentication in MapTiler Cloud.
131
+
You can get your own FREE credentials at [https://cloud.maptiler.com/account/credentials](https://cloud.maptiler.com/account/credentials/?utm_source=qgis&utm_medium=product&utm_campaign=qgis-plugin)
132
+
133
+
<imgsrc='imgs/readme_11.png'>
134
+
135
+
Click on `Account...` from MapTiler plugin contextual menu to open the Account dialog window and to insert your token.
136
+
137
+
<imgsrc='imgs/readme_08.png'>
138
+
139
+
140
+
#### Access key (for older versions)
102
141
103
142
This plugin needs your access key to the MapTiler Cloud that is available for free.
104
143
You can get your own FREE access key at [https://cloud.maptiler.com/account/keys](https://cloud.maptiler.com/account/keys?utm_source=github&utm_medium=product&utm_campaign=qgis-plugin)
Copy file name to clipboardExpand all lines: metadata.txt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,18 @@
4
4
5
5
[general]
6
6
name=MapTiler
7
-
qgisMinimumVersion=3.16
7
+
qgisMinimumVersion=3.24
8
8
description=Street and satellite base maps with vector tiles
9
-
version=2.0.0
9
+
version=3.0.0
10
10
author=MapTiler
11
11
email=info@maptiler.com
12
12
13
13
about=- Beautiful base maps using OpenStreetMap data powered by vector tiles - served from MapTiler Cloud.
14
14
15
15
- Satellite map of the entire world, outdoor map, hillshading and landcover, Ordnance Survey Open ZoomStack, Dutch Kadaster via Cartiqo, or GSI data in Japan - or your own datasets!
16
16
17
+
- Global digital elevation model (DEM) for the entire planet.
18
+
17
19
- Customize language & colors of your map with a few clicks!
18
20
19
21
- Import your own Mapbox GL JSON style or TileJSON from any URL - even hosted on your own server.
0 commit comments