|
11 | 11 | },
|
12 | 12 | 'Cadastre': {
|
13 | 13 | 'raster': r'https://api.maptiler.com/maps/cadastre/256/tiles.json',
|
14 |
| - 'vector': r'https://api.maptiler.com/maps/cadastre/style.json' |
| 14 | + 'vector': r'https://api.maptiler.com/maps/cadastre/style.json', |
| 15 | + 'customize_url': r'https://maptiler.link/qgiscadastre' |
15 | 16 | },
|
16 | 17 | 'Cadastre Satellite': {
|
17 | 18 | 'raster': r'https://api.maptiler.com/maps/cadastre-satellite/256/tiles.json',
|
18 |
| - 'vector': r'https://api.maptiler.com/maps/cadastre-satellite/style.json' |
| 19 | + 'vector': r'https://api.maptiler.com/maps/cadastre-satellite/style.json', |
| 20 | + 'customize_url': r'https://maptiler.link/qgiscadsatellite' |
19 | 21 | },
|
20 | 22 | 'Dark Matter': {
|
21 | 23 | 'raster': r'https://api.maptiler.com/maps/darkmatter/256/tiles.json',
|
22 |
| - 'vector': r'https://api.maptiler.com/maps/darkmatter/style.json' |
| 24 | + 'vector': r'https://api.maptiler.com/maps/darkmatter/style.json', |
| 25 | + 'customize_url': r'https://maptiler.link/qgisdarkmatter' |
| 26 | + }, |
| 27 | + 'Dataviz': { |
| 28 | + 'raster': r'https://api.maptiler.com/maps/dataviz/256/tiles.json', |
| 29 | + 'vector': r'https://api.maptiler.com/maps/dataviz/style.json', |
| 30 | + 'customize_url': r'https://maptiler.link/qgisdataviz' |
| 31 | + }, |
| 32 | + 'Dataviz Dark': { |
| 33 | + 'raster': r'https://api.maptiler.com/maps/dataviz-dark/256/tiles.json', |
| 34 | + 'vector': r'https://api.maptiler.com/maps/dataviz-dark/style.json', |
| 35 | + 'customize_url': r'https://maptiler.link/qgisdatavizdark' |
| 36 | + }, |
| 37 | + 'Dataviz Light': { |
| 38 | + 'raster': r'https://api.maptiler.com/maps/dataviz-light/256/tiles.json', |
| 39 | + 'vector': r'https://api.maptiler.com/maps/dataviz-light/style.json', |
| 40 | + 'customize_url': r'https://maptiler.link/qgisdatavizlight' |
23 | 41 | },
|
24 | 42 | 'Ocean RGB': {
|
25 | 43 | 'raster-dem': r'https://api.maptiler.com/tiles/ocean-rgb/tiles.json'
|
26 | 44 | },
|
27 | 45 | 'OpenStreetMap': {
|
28 | 46 | 'raster': r'https://api.maptiler.com/maps/openstreetmap/256/tiles.json',
|
29 |
| - 'vector': r'https://api.maptiler.com/maps/openstreetmap/style.json' |
| 47 | + 'vector': r'https://api.maptiler.com/maps/openstreetmap/style.json', |
| 48 | + 'customize_url': r'https://maptiler.link/qgisosm' |
30 | 49 | },
|
31 | 50 | 'Outdoor': {
|
32 | 51 | 'raster': r'https://api.maptiler.com/maps/outdoor/256/tiles.json',
|
|
36 | 55 | 'Pastel': {
|
37 | 56 | 'raster': r'https://api.maptiler.com/maps/pastel/256/tiles.json',
|
38 | 57 | 'vector': r'https://api.maptiler.com/maps/pastel/style.json',
|
39 |
| - 'customize_url': r'https://maptiler.link/qgis-pastel' |
| 58 | + 'customize_url': r'https://maptiler.link/qgispastel' |
40 | 59 | },
|
41 | 60 | 'Positron': {
|
42 | 61 | 'raster': r'https://api.maptiler.com/maps/positron/256/tiles.json',
|
43 | 62 | 'vector': r'https://api.maptiler.com/maps/positron/style.json',
|
| 63 | + 'customize_url': r'https://maptiler.link/qgispositron' |
44 | 64 | },
|
45 | 65 | 'Satellite': {
|
46 | 66 | 'raster': r'https://api.maptiler.com/tiles/satellite-v2/tiles.json'
|
|
86 | 106 | },
|
87 | 107 | 'Winter': {
|
88 | 108 | 'raster': r'https://api.maptiler.com/maps/winter/256/tiles.json',
|
89 |
| - 'vector': r'https://api.maptiler.com/maps/winter/style.json' |
| 109 | + 'vector': r'https://api.maptiler.com/maps/winter/style.json', |
| 110 | + 'customize_url': r'https://maptiler.link/qgiswinter' |
90 | 111 | }
|
91 | 112 | }
|
92 | 113 |
|
93 | 114 | LOCAL_JP_DATASET = {
|
94 | 115 | 'JP MIERUNE Streets': {
|
95 | 116 | 'raster': r'https://api.maptiler.com/maps/jp-mierune-streets/256/tiles.json',
|
96 |
| - 'vector': r'https://api.maptiler.com/maps/jp-mierune-streets/style.json' |
| 117 | + 'vector': r'https://api.maptiler.com/maps/jp-mierune-streets/style.json', |
| 118 | + 'customize_url': r'https://maptiler.link/qgisjpstreets' |
97 | 119 | },
|
98 | 120 | 'JP MIERUNE Dark': {
|
99 | 121 | 'raster': r'https://api.maptiler.com/maps/jp-mierune-dark/256/tiles.json',
|
100 |
| - 'vector': r'https://api.maptiler.com/maps/jp-mierune-dark/style.json' |
| 122 | + 'vector': r'https://api.maptiler.com/maps/jp-mierune-dark/style.json', |
| 123 | + 'customize_url': r'https://maptiler.link/qgisjpdark' |
101 | 124 | },
|
102 | 125 | 'JP MIERUNE Gray': {
|
103 | 126 | 'raster': r'https://api.maptiler.com/maps/jp-mierune-gray/256/tiles.json',
|
104 |
| - 'vector': r'https://api.maptiler.com/maps/jp-mierune-gray/style.json' |
| 127 | + 'vector': r'https://api.maptiler.com/maps/jp-mierune-gray/style.json', |
| 128 | + 'customize_url': r'https://maptiler.link/qgisjpgray' |
105 | 129 | }
|
106 | 130 | }
|
107 | 131 |
|
108 | 132 | LOCAL_NL_DATASET = {
|
109 | 133 | 'NL Cartiqo Dark': {
|
110 | 134 | 'raster': r'https://api.maptiler.com/maps/nl-cartiqo-dark/256/tiles.json',
|
111 |
| - 'vector': r'https://api.maptiler.com/maps/nl-cartiqo-dark/style.json' |
| 135 | + 'vector': r'https://api.maptiler.com/maps/nl-cartiqo-dark/style.json', |
| 136 | + 'customize_url': r'https://maptiler.link/qgisnldark' |
112 | 137 | },
|
113 | 138 | 'NL Cartiqo Light': {
|
114 | 139 | 'raster': r'https://api.maptiler.com/maps/nl-cartiqo-light/256/tiles.json',
|
115 |
| - 'vector': r'https://api.maptiler.com/maps/nl-cartiqo-light/style.json' |
| 140 | + 'vector': r'https://api.maptiler.com/maps/nl-cartiqo-light/style.json', |
| 141 | + 'customize_url': r'https://maptiler.link/qgisnllight' |
116 | 142 | },
|
117 | 143 | 'NL Cartiqo Topo': {
|
118 | 144 | 'raster': r'https://api.maptiler.com/maps/nl-cartiqo-topo/256/tiles.json',
|
119 |
| - 'vector': r'https://api.maptiler.com/maps/nl-cartiqo-topo/style.json' |
| 145 | + 'vector': r'https://api.maptiler.com/maps/nl-cartiqo-topo/style.json', |
| 146 | + 'customize_url': r'https://maptiler.link/qgisnltopo' |
120 | 147 | }
|
121 | 148 | }
|
122 | 149 |
|
|
0 commit comments