|
28 | 28 | "type": "background",
|
29 | 29 | "paint": {"background-color": "rgb(239,239,239)"}
|
30 | 30 | },
|
31 |
| - { |
32 |
| - "id": "natural_earth", |
33 |
| - "type": "raster", |
34 |
| - "source": "natural_earth_shaded_relief", |
35 |
| - "maxzoom": 6, |
36 |
| - "paint": {"raster-opacity": {"base": 1.5, "stops": [[0, 0.6], [6, 0.1]]}} |
37 |
| - }, |
38 | 31 | {
|
39 | 32 | "id": "park",
|
40 | 33 | "type": "fill",
|
|
207 | 200 | "source": "openmaptiles",
|
208 | 201 | "source-layer": "water",
|
209 | 202 | "filter": ["all", ["!=", "brunnel", "tunnel"]],
|
210 |
| - "paint": {"fill-color": "rgb(158,189,255)"} |
| 203 | + "paint": {"fill-color": "rgba(174, 224, 244, 1)"} |
211 | 204 | },
|
212 | 205 | {
|
213 | 206 | "id": "landcover_sand",
|
|
1329 | 1322 | "filter": ["all", ["==", "admin_level", 2], ["!has", "claimed_by"]],
|
1330 | 1323 | "layout": {"line-cap": "round", "line-join": "round"},
|
1331 | 1324 | "paint": {
|
1332 |
| - "line-color": "hsl(248, 1%, 41%)", |
| 1325 | + "line-color": "rgba(121, 116, 116, 0.34)", |
1333 | 1326 | "line-opacity": {"base": 1, "stops": [[0, 0.4], [4, 1]]},
|
1334 | 1327 | "line-width": {"base": 1, "stops": [[3, 1], [5, 1.2], [12, 3]]}
|
1335 | 1328 | }
|
|
1343 | 1336 | "filter": ["all", ["==", "admin_level", 2]],
|
1344 | 1337 | "layout": {"line-cap": "round", "line-join": "round"},
|
1345 | 1338 | "paint": {
|
1346 |
| - "line-color": "hsl(248, 1%, 41%)", |
| 1339 | + "line-color": "rgba(121, 116, 116, 0.34)", |
1347 | 1340 | "line-opacity": {"base": 1, "stops": [[0, 0.4], [4, 1]]},
|
1348 | 1341 | "line-width": {"base": 1, "stops": [[3, 1], [5, 1.2], [12, 3]]}
|
1349 | 1342 | }
|
|
1650 | 1643 | "text-field": "{name_en}",
|
1651 | 1644 | "text-font": ["Roboto Condensed Italic"],
|
1652 | 1645 | "text-size": {"stops": [[4, 11], [6, 15]]},
|
1653 |
| - "text-transform": "uppercase" |
| 1646 | + "text-transform": "uppercase", |
| 1647 | + "visibility": "none" |
1654 | 1648 | },
|
1655 | 1649 | "paint": {
|
1656 | 1650 | "text-color": "#633",
|
|
0 commit comments