Skip to content

Commit 13d3c50

Browse files
committed
basemap: classify secondary and tertiary as "Major Road" so that they
too will be colored gray.
1 parent a6f77ce commit 13d3c50

File tree

1 file changed

+15
-31
lines changed

1 file changed

+15
-31
lines changed

web/assets/map-styles/streets-v2-style.json

+15-31
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@
17921792
"visibility": "visible"
17931793
},
17941794
"paint": {
1795-
"line-color": "hsl(28,72%,69%)",
1795+
"line-color": "hsl(0,0%,20%)",
17961796
"line-opacity": 1,
17971797
"line-width": [
17981798
"interpolate",
@@ -2335,11 +2335,6 @@
23352335
"get",
23362336
"class"
23372337
],
2338-
[
2339-
"secondary",
2340-
"tertiary"
2341-
],
2342-
1.5,
23432338
[
23442339
"minor",
23452340
"service",
@@ -2355,14 +2350,6 @@
23552350
"get",
23562351
"class"
23572352
],
2358-
[
2359-
"secondary"
2360-
],
2361-
4,
2362-
[
2363-
"tertiary"
2364-
],
2365-
3,
23662353
[
23672354
"minor",
23682355
"service",
@@ -2378,14 +2365,6 @@
23782365
"get",
23792366
"class"
23802367
],
2381-
[
2382-
"secondary"
2383-
],
2384-
7,
2385-
[
2386-
"tertiary"
2387-
],
2388-
6,
23892368
[
23902369
"minor",
23912370
"service",
@@ -2401,14 +2380,6 @@
24012380
"get",
24022381
"class"
24032382
],
2404-
[
2405-
"secondary"
2406-
],
2407-
24,
2408-
[
2409-
"tertiary"
2410-
],
2411-
24,
24122383
[
24132384
"minor",
24142385
"service",
@@ -2441,6 +2412,13 @@
24412412
"pier",
24422413
"primary",
24432414
"primary_construction",
2415+
"primary_link",
2416+
"trunk",
2417+
"trunk_link",
2418+
"secondary",
2419+
"secondary_link",
2420+
"tertiary",
2421+
"tertiary_link",
24442422
"rail",
24452423
"secondary_construction",
24462424
"service_construction",
@@ -2560,7 +2538,13 @@
25602538
"in",
25612539
"class",
25622540
"primary",
2563-
"trunk"
2541+
"primary_link",
2542+
"trunk",
2543+
"trunk_link",
2544+
"secondary",
2545+
"secondary_link",
2546+
"tertiary",
2547+
"tertiary_link"
25642548
]
25652549
]
25662550
},

0 commit comments

Comments
 (0)