@minmaps-dev/mm-web-sdk 1.0.0-rc.1 → 1.0.0-rc.4
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.
- package/README.md +177 -117
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +20 -19
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/package.json +8 -3
- package/src/themes/alt3-hybrid-style.json +8 -8
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"minzoom": 16.5,
|
|
167
167
|
"filter": ["==", ["get", "featureType"], "Boundary"],
|
|
168
168
|
"paint": {
|
|
169
|
-
"fill-color": "#
|
|
169
|
+
"fill-color": "#162e51",
|
|
170
170
|
"fill-opacity": 1
|
|
171
171
|
}
|
|
172
172
|
},
|
|
@@ -273,9 +273,9 @@
|
|
|
273
273
|
"line-cap": "round"
|
|
274
274
|
},
|
|
275
275
|
"paint": {
|
|
276
|
-
"line-color": "#
|
|
276
|
+
"line-color": "#162e51",
|
|
277
277
|
"line-opacity": 0.9,
|
|
278
|
-
"line-width": ["interpolate", ["linear"], ["zoom"], 16, 0.
|
|
278
|
+
"line-width": ["interpolate", ["linear"], ["zoom"], 16, 0.8, 18, 1.4, 20, 2.2]
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
{
|
|
@@ -574,17 +574,17 @@
|
|
|
574
574
|
"line-cap": "round"
|
|
575
575
|
},
|
|
576
576
|
"paint": {
|
|
577
|
-
"line-color": "#
|
|
577
|
+
"line-color": "#face00",
|
|
578
578
|
"line-width": [
|
|
579
579
|
"interpolate",
|
|
580
580
|
["linear"],
|
|
581
581
|
["zoom"],
|
|
582
582
|
15,
|
|
583
|
-
1.
|
|
583
|
+
1.6,
|
|
584
584
|
18,
|
|
585
|
-
|
|
585
|
+
2.4,
|
|
586
586
|
20,
|
|
587
|
-
2
|
|
587
|
+
3.2
|
|
588
588
|
],
|
|
589
589
|
"line-opacity": 0.95
|
|
590
590
|
}
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
"filter": ["==", ["get", "featureType"], "Boundary"],
|
|
619
619
|
"maxzoom": 16.5,
|
|
620
620
|
"paint": {
|
|
621
|
-
"fill-extrusion-color": "#
|
|
621
|
+
"fill-extrusion-color": "#162e51",
|
|
622
622
|
"fill-extrusion-height": 15,
|
|
623
623
|
"fill-extrusion-base": 0,
|
|
624
624
|
"fill-extrusion-opacity": 1
|