Skip to content

Commit 0c893d6

Browse files
committed
remove highway areas from transport labels & make raceway rule specific
1 parent d1f9d56 commit 0c893d6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

historical/historical.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6469,7 +6469,10 @@
64696469
"source-layer": "transport_points_centroids",
64706470
"minzoom": 12,
64716471
"maxzoom": 24,
6472-
"filter": ["!", ["in", ["get", "type"], ["literal", ["traffic_signals", "pedestrian", "raceway"]]]],
6472+
"filter": ["all",
6473+
["!", ["in", ["get", "type"], ["literal", ["traffic_signals", "pedestrian", "raceway"]]]],
6474+
["!", ["in", ["get", "class"], ["literal", ["highway"]]]]
6475+
],
64736476
"layout": {
64746477
"icon-image": "{type}-18",
64756478
"visibility": "visible",
@@ -6496,7 +6499,7 @@
64966499
"source-layer": "transport_points_centroids",
64976500
"minzoom": 15,
64986501
"maxzoom": 24,
6499-
"filter": ["!", ["in", ["get", "type"], ["literal", ["traffic_signals", "pedestrian", "raceway"]]]],
6502+
"filter": ["in", ["get", "type"], ["literal", ["raceway"]]],
65006503
"layout": {
65016504
"icon-image": "{type}-18",
65026505
"visibility": "visible",

0 commit comments

Comments
 (0)