Skip to content

Commit

Permalink
Merged a few upstream map style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Sep 30, 2024
1 parent ca685d1 commit ba12159
Showing 1 changed file with 53 additions and 13 deletions.
66 changes: 53 additions & 13 deletions map/styles/navigatum-basemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,22 @@
"fill-opacity": 0.8
}
},
{
"id": "landuse_pitch",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landuse",
"filter": ["==", "class", "pitch"],
"paint": {"fill-color": "#DEE3CD"}
},
{
"id": "landuse_track",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landuse",
"filter": ["==", "class", "track"],
"paint": {"fill-color": "#DEE3CD"}
},
{
"id": "landuse_cemetery",
"type": "fill",
Expand Down Expand Up @@ -2646,7 +2662,7 @@
"type": "symbol",
"source": "openmaptiles",
"source-layer": "transportation",
"minzoom": 15,
"minzoom": 16,
"filter": [
"==",
[
Expand Down Expand Up @@ -2682,7 +2698,7 @@
"type": "symbol",
"source": "openmaptiles",
"source-layer": "transportation",
"minzoom": 15,
"minzoom": 16,
"filter": [
"==",
[
Expand All @@ -2695,6 +2711,20 @@
"icon-image": "arrow",
"symbol-placement": "line",
"icon-rotate": 180
"icon-optional": true,
"icon-size": {
"base": 1,
"stops": [
[
15.5,
0
],
[
20,
1
]
]
}
}
},
{
Expand Down Expand Up @@ -3977,8 +4007,11 @@
],
"layout": {
"icon-image": [
"get",
"class"
"match",
["get", "subclass"],
["florist", "furniture", "soccer", "tennis"],
["get", "subclass"],
["get", "class"]
],
"text-anchor": "top",
"text-field": [
Expand Down Expand Up @@ -4040,8 +4073,11 @@
],
"layout": {
"icon-image": [
"get",
"class"
"match",
["get", "subclass"],
["florist", "furniture", "soccer", "tennis"],
["get", "subclass"],
["get", "class"]
],
"text-anchor": "top",
"text-field": [
Expand Down Expand Up @@ -4102,8 +4138,11 @@
],
"layout": {
"icon-image": [
"get",
"class"
"match",
["get", "subclass"],
["florist", "furniture", "soccer", "tennis"],
["get", "subclass"],
["get", "class"]
],
"text-anchor": "top",
"text-field": [
Expand Down Expand Up @@ -4235,12 +4274,13 @@
"source-layer": "transportation_name",
"minzoom": 7,
"filter": [
"<=",
"all",
["<=", ["get", "ref_length"], 6],
[
"get",
"ref_length"
],
6
"!=",
["get", "subclass"],
["literal", "junction"]
]
],
"layout": {
"icon-image": [
Expand Down

0 comments on commit ba12159

Please sign in to comment.