@swr-data-lab/components 1.13.6 → 1.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -487,16 +487,7 @@ export default function makeRoads() {
|
|
|
487
487
|
},
|
|
488
488
|
paint: {
|
|
489
489
|
'line-color': motorway.line_color,
|
|
490
|
-
'line-
|
|
491
|
-
'line-width': {
|
|
492
|
-
stops: [
|
|
493
|
-
[12, 3],
|
|
494
|
-
[14, 4],
|
|
495
|
-
[16, 10],
|
|
496
|
-
[18, 20],
|
|
497
|
-
[20, 56]
|
|
498
|
-
]
|
|
499
|
-
}
|
|
490
|
+
'line-width': motorway.line_width
|
|
500
491
|
},
|
|
501
492
|
minzoom: 13
|
|
502
493
|
},
|
|
@@ -741,7 +732,7 @@ export default function makeRoads() {
|
|
|
741
732
|
filter: ['all', ['==', 'bridge', true], ['in', 'kind', 'trunk'], ['==', 'link', true]],
|
|
742
733
|
paint: {
|
|
743
734
|
'line-color': motorway_outline.line_color,
|
|
744
|
-
'line-width':
|
|
735
|
+
'line-width': motorway_link_outline.line_width
|
|
745
736
|
},
|
|
746
737
|
layout: street_layout,
|
|
747
738
|
minzoom: 13
|