Skip to content

Commit 3b8f100

Browse files
authored
Update style.json
1 parent 2f56570 commit 3b8f100

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

style.json

+5-11
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
"type": "background",
2929
"paint": {"background-color": "rgb(239,239,239)"}
3030
},
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-
},
3831
{
3932
"id": "park",
4033
"type": "fill",
@@ -207,7 +200,7 @@
207200
"source": "openmaptiles",
208201
"source-layer": "water",
209202
"filter": ["all", ["!=", "brunnel", "tunnel"]],
210-
"paint": {"fill-color": "rgb(158,189,255)"}
203+
"paint": {"fill-color": "rgba(174, 224, 244, 1)"}
211204
},
212205
{
213206
"id": "landcover_sand",
@@ -1329,7 +1322,7 @@
13291322
"filter": ["all", ["==", "admin_level", 2], ["!has", "claimed_by"]],
13301323
"layout": {"line-cap": "round", "line-join": "round"},
13311324
"paint": {
1332-
"line-color": "hsl(248, 1%, 41%)",
1325+
"line-color": "rgba(121, 116, 116, 0.34)",
13331326
"line-opacity": {"base": 1, "stops": [[0, 0.4], [4, 1]]},
13341327
"line-width": {"base": 1, "stops": [[3, 1], [5, 1.2], [12, 3]]}
13351328
}
@@ -1343,7 +1336,7 @@
13431336
"filter": ["all", ["==", "admin_level", 2]],
13441337
"layout": {"line-cap": "round", "line-join": "round"},
13451338
"paint": {
1346-
"line-color": "hsl(248, 1%, 41%)",
1339+
"line-color": "rgba(121, 116, 116, 0.34)",
13471340
"line-opacity": {"base": 1, "stops": [[0, 0.4], [4, 1]]},
13481341
"line-width": {"base": 1, "stops": [[3, 1], [5, 1.2], [12, 3]]}
13491342
}
@@ -1650,7 +1643,8 @@
16501643
"text-field": "{name_en}",
16511644
"text-font": ["Roboto Condensed Italic"],
16521645
"text-size": {"stops": [[4, 11], [6, 15]]},
1653-
"text-transform": "uppercase"
1646+
"text-transform": "uppercase",
1647+
"visibility": "none"
16541648
},
16551649
"paint": {
16561650
"text-color": "#633",

0 commit comments

Comments
 (0)