@minmaps-dev/mm-web-sdk 1.0.0-rc.11 → 1.0.0-rc.12

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.
@@ -38,6 +38,10 @@
38
38
  "route-endpoints": {
39
39
  "type": "geojson",
40
40
  "data": { "type": "FeatureCollection", "features": [] }
41
+ },
42
+ "poi-highlight-data": {
43
+ "type": "geojson",
44
+ "data": { "type": "FeatureCollection", "features": [] }
41
45
  }
42
46
  },
43
47
  "layers": [
@@ -45,7 +49,7 @@
45
49
  "id": "background",
46
50
  "type": "background",
47
51
  "paint": {
48
- "background-color": "#F5F5F5"
52
+ "background-color": "#f0f0f0"
49
53
  }
50
54
  },
51
55
  {
@@ -68,7 +72,7 @@
68
72
  ["literal", ["park", "forest", "wood", "nature_reserve", "grass", "garden", "playground", "cemetery", "golf_course"]]
69
73
  ],
70
74
  "paint": {
71
- "fill-color": "#D1E8C9",
75
+ "fill-color": "#dde8d4",
72
76
  "fill-opacity": [
73
77
  "interpolate",
74
78
  ["linear"],
@@ -84,7 +88,7 @@
84
88
  "source": "protomaps",
85
89
  "source-layer": "water",
86
90
  "paint": {
87
- "fill-color": "#A8D0E6"
91
+ "fill-color": "#d9e8f6"
88
92
  }
89
93
  },
90
94
  {
@@ -129,7 +133,7 @@
129
133
  ["literal", ["highway", "major_road", "medium_road"]]
130
134
  ],
131
135
  "paint": {
132
- "line-color": "#FFD480",
136
+ "line-color": "#ecc97e",
133
137
  "line-width": [
134
138
  "interpolate",
135
139
  ["linear"],
@@ -155,7 +159,7 @@
155
159
  "minzoom": 16.5,
156
160
  "filter": ["==", ["get", "featureType"], "Pattern-Water"],
157
161
  "paint": {
158
- "fill-color": "#5DADE2",
162
+ "fill-color": "#cfe1ec",
159
163
  "fill-opacity": 0.6
160
164
  }
161
165
  },
@@ -166,7 +170,7 @@
166
170
  "minzoom": 16.5,
167
171
  "filter": ["==", ["get", "featureType"], "Pattern-Grass"],
168
172
  "paint": {
169
- "fill-color": "#7CB342",
173
+ "fill-color": "#d2e0c6",
170
174
  "fill-opacity": 0.5
171
175
  }
172
176
  },
@@ -177,7 +181,7 @@
177
181
  "minzoom": 16.5,
178
182
  "filter": ["==", ["get", "featureType"], "Pattern-Trees"],
179
183
  "paint": {
180
- "fill-color": "#4CAF50",
184
+ "fill-color": "#cdd9c9",
181
185
  "fill-opacity": 0.4
182
186
  }
183
187
  },
@@ -200,7 +204,7 @@
200
204
  "minzoom": 16.5,
201
205
  "filter": ["==", ["get", "featureType"], "Pattern-OutdoorTerrace"],
202
206
  "paint": {
203
- "fill-color": "#8D6E63",
207
+ "fill-color": "#cabfb6",
204
208
  "fill-opacity": 0.3
205
209
  }
206
210
  },
@@ -211,8 +215,8 @@
211
215
  "source": "indoor-data",
212
216
  "filter": ["==", ["get", "featureType"], "Parking-Lots"],
213
217
  "paint": {
214
- "fill-color": "#BDBDBD",
215
- "fill-opacity": 0.6
218
+ "fill-color": "#e0e0dd",
219
+ "fill-opacity": 0.5
216
220
  }
217
221
  },
218
222
  {
@@ -221,7 +225,7 @@
221
225
  "source": "indoor-data",
222
226
  "filter": ["==", ["get", "featureType"], "Parking-Lots"],
223
227
  "paint": {
224
- "line-color": "#757575",
228
+ "line-color": "#b0b0ad",
225
229
  "line-width": 1,
226
230
  "line-dasharray": [3, 2]
227
231
  }
@@ -302,30 +306,30 @@
302
306
  "match",
303
307
  ["get", "category"],
304
308
  "healthcare",
305
- "#7C3AED",
306
- "emergency",
307
- "#DC2626",
308
- "diagnostic",
309
- "#0EA5E9",
309
+ "#73b3e7",
310
310
  "surgical",
311
- "#7C3AED",
311
+ "#73b3e7",
312
+ "waiting",
313
+ "#73b3e7",
314
+ "diagnostic",
315
+ "#97d4ea",
316
+ "amenities",
317
+ "#97d4ea",
318
+ "emergency",
319
+ "#f2938c",
312
320
  "retail",
313
- "#FF6B6B",
321
+ "#fee685",
314
322
  "fnb",
315
- "#FFA500",
323
+ "#fee685",
316
324
  "admin",
317
- "#A29BFE",
318
- "amenities",
319
- "#48C9B0",
325
+ "#dfe1e2",
320
326
  "staff",
321
- "#74B9FF",
327
+ "#dfe1e2",
322
328
  "security",
323
- "#1A7A96",
324
- "waiting",
325
- "#E1BEE7",
326
- "#8ecae6"
329
+ "#dfe1e2",
330
+ "#73b3e7"
327
331
  ],
328
- "#8ecae6"
332
+ "#73b3e7"
329
333
  ],
330
334
  "fill-opacity": [
331
335
  "interpolate",
@@ -364,7 +368,7 @@
364
368
  "minzoom": 16.5,
365
369
  "filter": ["==", ["get", "featureType"], "Back-of-house"],
366
370
  "paint": {
367
- "fill-color": "#D6D6CC",
371
+ "fill-color": "#e6e6e2",
368
372
  "fill-opacity": 0.7
369
373
  }
370
374
  },
@@ -376,7 +380,7 @@
376
380
  "minzoom": 16.5,
377
381
  "filter": ["==", ["get", "featureType"], "Back-of-house"],
378
382
  "paint": {
379
- "line-color": "#90A4AE",
383
+ "line-color": "#c4c4c4",
380
384
  "line-width": 0.5,
381
385
  "line-opacity": 0.4
382
386
  }
@@ -392,7 +396,7 @@
392
396
  "line-cap": "round"
393
397
  },
394
398
  "paint": {
395
- "line-color": "#7B8D93",
399
+ "line-color": "#b0b1b5",
396
400
  "line-width": [
397
401
  "interpolate",
398
402
  ["linear"],
@@ -415,7 +419,7 @@
415
419
  "minzoom": 16.5,
416
420
  "filter": ["==", ["get", "featureType"], "Restrooms"],
417
421
  "paint": {
418
- "fill-color": "#5B8468",
422
+ "fill-color": "#5f9070",
419
423
  "fill-opacity": 1
420
424
  }
421
425
  },
@@ -430,7 +434,7 @@
430
434
  "line-cap": "round"
431
435
  },
432
436
  "paint": {
433
- "line-color": "#3F5D4A",
437
+ "line-color": "#3f5d4a",
434
438
  "line-width": [
435
439
  "interpolate",
436
440
  ["linear"],
@@ -495,7 +499,7 @@
495
499
  ["literal", ["Escalators", "Stairs", "Elevators"]]
496
500
  ],
497
501
  "paint": {
498
- "fill-color": "#6A8799",
502
+ "fill-color": "#a9aeb1",
499
503
  "fill-opacity": 1
500
504
  }
501
505
  },
@@ -514,7 +518,7 @@
514
518
  "line-cap": "round"
515
519
  },
516
520
  "paint": {
517
- "line-color": "#455A64",
521
+ "line-color": "#6f7780",
518
522
  "line-width": [
519
523
  "interpolate",
520
524
  ["linear"],
@@ -541,7 +545,7 @@
541
545
  ["literal", ["Exits", "Doors", "Exit", "Door"]]
542
546
  ],
543
547
  "paint": {
544
- "fill-color": "#4CAF50",
548
+ "fill-color": "#cdd9c9",
545
549
  "fill-opacity": 0.6
546
550
  }
547
551
  },
@@ -553,7 +557,7 @@
553
557
  "minzoom": 16.5,
554
558
  "filter": ["==", ["get", "featureType"], "Kiosks"],
555
559
  "paint": {
556
- "fill-color": "#9C27B0",
560
+ "fill-color": "#ffe396",
557
561
  "fill-opacity": 0.7
558
562
  }
559
563
  },
@@ -565,7 +569,7 @@
565
569
  "minzoom": 16.5,
566
570
  "filter": ["==", ["get", "featureType"], "Pattern-Lounge"],
567
571
  "paint": {
568
- "fill-color": "#CE93D8",
572
+ "fill-color": "#ddd2e0",
569
573
  "fill-opacity": 0.5
570
574
  }
571
575
  },
@@ -577,7 +581,7 @@
577
581
  "minzoom": 16.5,
578
582
  "filter": ["==", ["get", "featureType"], "Pattern-IndoorFoodcourt"],
579
583
  "paint": {
580
- "fill-color": "#FFCC80",
584
+ "fill-color": "#f3e4c4",
581
585
  "fill-opacity": 0.6
582
586
  }
583
587
  },
@@ -659,11 +663,11 @@
659
663
  ["linear"],
660
664
  ["zoom"],
661
665
  15,
662
- 1.6,
666
+ 3,
663
667
  18,
664
- 2.4,
668
+ 4,
665
669
  20,
666
- 3.2
670
+ 5
667
671
  ],
668
672
  "line-opacity": 0.95
669
673
  }
@@ -715,38 +719,7 @@
715
719
  ["!", ["has", "custom_height"]]
716
720
  ],
717
721
  "paint": {
718
- "fill-extrusion-color": [
719
- "case",
720
- ["has", "category"],
721
- [
722
- "match",
723
- ["get", "category"],
724
- "healthcare",
725
- "#5B2DB8",
726
- "emergency",
727
- "#B91C1C",
728
- "diagnostic",
729
- "#0C7FAB",
730
- "surgical",
731
- "#5B2DB8",
732
- "retail",
733
- "#CC5555",
734
- "fnb",
735
- "#CC8400",
736
- "admin",
737
- "#7B73CC",
738
- "amenities",
739
- "#3A9B88",
740
- "staff",
741
- "#5C96CC",
742
- "security",
743
- "#135C75",
744
- "waiting",
745
- "#B894C2",
746
- "#eeeeee"
747
- ],
748
- "#eeeeee"
749
- ],
722
+ "fill-extrusion-color": "#c4c8cb",
750
723
  "fill-extrusion-height": [
751
724
  "interpolate",
752
725
  ["linear"],
@@ -754,15 +727,15 @@
754
727
  15.5,
755
728
  0,
756
729
  16.5,
757
- 2,
730
+ ["case", ["==", ["get", "wallKind"], "interior"], 0.5, 1],
758
731
  17.5,
759
- 3,
732
+ ["case", ["==", ["get", "wallKind"], "interior"], 0.7, 1.4],
760
733
  18.2,
761
- 3.2
734
+ ["case", ["==", ["get", "wallKind"], "interior"], 0.9, 1.6]
762
735
  ],
763
736
  "fill-extrusion-base": 0,
764
- "fill-extrusion-vertical-gradient": false,
765
- "fill-extrusion-opacity": 0.9
737
+ "fill-extrusion-vertical-gradient": true,
738
+ "fill-extrusion-opacity": 1
766
739
  }
767
740
  },
768
741
 
@@ -773,42 +746,23 @@
773
746
  "minzoom": 16.5,
774
747
  "filter": ["has", "custom_height"],
775
748
  "paint": {
776
- "fill-extrusion-color": [
777
- "case",
778
- ["has", "category"],
779
- [
780
- "match",
781
- ["get", "category"],
782
- "healthcare",
783
- "#5B2DB8",
784
- "emergency",
785
- "#B91C1C",
786
- "diagnostic",
787
- "#0C7FAB",
788
- "surgical",
789
- "#5B2DB8",
790
- "retail",
791
- "#CC5555",
792
- "fnb",
793
- "#CC8400",
794
- "admin",
795
- "#7B73CC",
796
- "amenities",
797
- "#3A9B88",
798
- "staff",
799
- "#5C96CC",
800
- "security",
801
- "#135C75",
802
- "waiting",
803
- "#B894C2",
804
- "#FDFAF2"
805
- ],
806
- "#FDFAF2"
749
+ "fill-extrusion-color": "#c4c8cb",
750
+ "fill-extrusion-height": [
751
+ "interpolate",
752
+ ["linear"],
753
+ ["zoom"],
754
+ 15.5,
755
+ 0,
756
+ 16.5,
757
+ 1,
758
+ 17.5,
759
+ 1.4,
760
+ 18.2,
761
+ 1.6
807
762
  ],
808
- "fill-extrusion-height": ["to-number", ["get", "custom_height"]],
809
763
  "fill-extrusion-base": 0,
810
- "fill-extrusion-vertical-gradient": false,
811
- "fill-extrusion-opacity": 0.95
764
+ "fill-extrusion-vertical-gradient": true,
765
+ "fill-extrusion-opacity": 1
812
766
  }
813
767
  },
814
768
 
@@ -840,7 +794,7 @@
840
794
  "minzoom": 16.5,
841
795
  "filter": ["==", ["get", "featureType"], "Back-of-house"],
842
796
  "paint": {
843
- "fill-extrusion-color": "#D6D6CC",
797
+ "fill-extrusion-color": "#e6e6e2",
844
798
  "fill-extrusion-height": [
845
799
  "interpolate",
846
800
  ["linear"],
@@ -848,11 +802,11 @@
848
802
  15.5,
849
803
  0,
850
804
  16.5,
851
- 2,
805
+ 1,
852
806
  17.5,
853
- 3,
807
+ 1.4,
854
808
  18.2,
855
- 3.2
809
+ 1.6
856
810
  ],
857
811
  "fill-extrusion-base": 0,
858
812
  "fill-extrusion-opacity": 1
@@ -866,7 +820,7 @@
866
820
  "minzoom": 16.5,
867
821
  "filter": ["==", ["get", "featureType"], "Restrooms"],
868
822
  "paint": {
869
- "fill-extrusion-color": "#5B8468",
823
+ "fill-extrusion-color": "#5f9070",
870
824
  "fill-extrusion-height": [
871
825
  "interpolate",
872
826
  ["linear"],
@@ -874,14 +828,14 @@
874
828
  15.5,
875
829
  0,
876
830
  16.5,
877
- 2,
831
+ 1,
878
832
  17.5,
879
- 3,
833
+ 1.4,
880
834
  18.2,
881
- 3.2
835
+ 1.6
882
836
  ],
883
837
  "fill-extrusion-base": 0,
884
- "fill-extrusion-opacity": 0.9
838
+ "fill-extrusion-opacity": 0.95
885
839
  }
886
840
  },
887
841
 
@@ -900,11 +854,11 @@
900
854
  15.5,
901
855
  0,
902
856
  16.5,
903
- 0.8,
857
+ 0.4,
904
858
  17.5,
905
- 1.5,
859
+ 0.6,
906
860
  18.2,
907
- 2
861
+ 0.8
908
862
  ],
909
863
  "fill-extrusion-base": 0,
910
864
  "fill-extrusion-opacity": 1
@@ -922,7 +876,7 @@
922
876
  ["literal", ["Escalators", "Stairs", "Elevators"]]
923
877
  ],
924
878
  "paint": {
925
- "fill-extrusion-color": "#6A8799",
879
+ "fill-extrusion-color": "#a9aeb1",
926
880
  "fill-extrusion-height": [
927
881
  "interpolate",
928
882
  ["linear"],
@@ -930,11 +884,11 @@
930
884
  15.5,
931
885
  0,
932
886
  16.5,
933
- 2,
887
+ 1,
934
888
  17.5,
935
- 3,
889
+ 1.4,
936
890
  18.2,
937
- 3.2
891
+ 1.6
938
892
  ],
939
893
  "fill-extrusion-base": 0,
940
894
  "fill-extrusion-vertical-gradient": true,
@@ -957,11 +911,11 @@
957
911
  15,
958
912
  0,
959
913
  16,
960
- 2,
914
+ 1,
961
915
  17,
962
- 3,
916
+ 1.4,
963
917
  18,
964
- 4
918
+ 1.6
965
919
  ],
966
920
  "fill-extrusion-base": 0,
967
921
  "fill-extrusion-opacity": 0.85
@@ -1059,15 +1013,14 @@
1059
1013
  "paint": {
1060
1014
  "circle-radius": [
1061
1015
  "interpolate", ["linear"], ["zoom"],
1062
- 15, 3,
1063
- 17, 4,
1064
- 19, 5,
1065
- 20, 6
1016
+ 16, 6,
1017
+ 18, 8,
1018
+ 20, 10
1066
1019
  ],
1067
- "circle-color": "#162e51",
1068
- "circle-stroke-width": 2,
1069
- "circle-stroke-color": "#FFFFFF",
1070
- "circle-opacity": 0.9
1020
+ "circle-color": "#ffffff",
1021
+ "circle-stroke-width": 3,
1022
+ "circle-stroke-color": "#162e51",
1023
+ "circle-opacity": 1
1071
1024
  }
1072
1025
  },
1073
1026
 
@@ -1080,16 +1033,17 @@
1080
1033
  ["==", ["get", "poiType"], "destination"],
1081
1034
  ["==", ["get", "showLabel"], true]
1082
1035
  ],
1083
- "minzoom": 18.5,
1036
+ "minzoom": 16.5,
1084
1037
  "layout": {
1085
1038
  "text-field": ["get", "name"],
1086
1039
  "text-size": [
1087
1040
  "interpolate", ["linear"], ["zoom"],
1088
- 18.5, 12,
1089
- 20, 14
1041
+ 16.5, 14,
1042
+ 18, 16,
1043
+ 20, 19
1090
1044
  ],
1091
- "text-offset": [0, 0.8],
1092
- "text-anchor": "top",
1045
+ "text-offset": [0, -0.9],
1046
+ "text-anchor": "bottom",
1093
1047
  "text-font": ["Noto Sans Bold"],
1094
1048
  "text-max-width": 12,
1095
1049
  "text-allow-overlap": false,
@@ -1135,10 +1089,9 @@
1135
1089
  "text-field": ["get", "name"],
1136
1090
  "text-size": [
1137
1091
  "interpolate", ["linear"], ["zoom"],
1138
- 16.5, 0,
1139
- 18.5, 0,
1140
- 19, 12,
1141
- 20, 13
1092
+ 16, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 13],
1093
+ 19, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 15],
1094
+ 20, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 17]
1142
1095
  ],
1143
1096
  "text-offset": [0, 1.3],
1144
1097
  "text-anchor": "top",
@@ -1190,10 +1143,9 @@
1190
1143
  "text-field": ["get", "name"],
1191
1144
  "text-size": [
1192
1145
  "interpolate", ["linear"], ["zoom"],
1193
- 16.5, 0,
1194
- 18.5, 0,
1195
- 19, 12,
1196
- 20, 13
1146
+ 16, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 13],
1147
+ 19, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 15],
1148
+ 20, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 17]
1197
1149
  ],
1198
1150
  "text-offset": [0, 1.3],
1199
1151
  "text-anchor": "top",
@@ -1227,12 +1179,12 @@
1227
1179
  ["==", ["index-of", "parking", ["get", "keywords"]], -1],
1228
1180
  ["==", ["index-of", "park", ["get", "keywords"]], -1]
1229
1181
  ],
1230
- "minzoom": 17.5,
1182
+ "minzoom": 16.5,
1231
1183
  "layout": {
1232
1184
  "icon-image": ["get", "iconId"],
1233
1185
  "icon-size": [
1234
1186
  "interpolate", ["linear"], ["zoom"],
1235
- 17.5, 0.5,
1187
+ 16.5, 0.5,
1236
1188
  18, 0.6,
1237
1189
  20, 0.8
1238
1190
  ],
@@ -1245,10 +1197,9 @@
1245
1197
  "text-field": ["get", "name"],
1246
1198
  "text-size": [
1247
1199
  "interpolate", ["linear"], ["zoom"],
1248
- 17.5, 0,
1249
- 18.5, 0,
1250
- 19, 12,
1251
- 20, 13
1200
+ 16, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 13],
1201
+ 19, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 15],
1202
+ 20, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 17]
1252
1203
  ],
1253
1204
  "text-offset": [0, 1.3],
1254
1205
  "text-anchor": "top",
@@ -1270,42 +1221,94 @@
1270
1221
  }
1271
1222
  },
1272
1223
  {
1273
- "id": "poi-you-are-here",
1274
- "type": "symbol",
1224
+ "id": "poi-you-are-here-ring",
1225
+ "type": "circle",
1275
1226
  "source": "poi-data",
1276
1227
  "filter": ["==", ["get", "isYouAreHere"], true],
1277
- "minzoom": 16.5,
1278
- "layout": {
1279
- "icon-image": [
1280
- "coalesce",
1281
- ["get", "iconId"],
1282
- "you-are-here"
1228
+ "minzoom": 16,
1229
+ "paint": {
1230
+ "circle-radius": [
1231
+ "interpolate", ["linear"], ["zoom"],
1232
+ 16, 14,
1233
+ 18, 18,
1234
+ 20, 24
1283
1235
  ],
1284
- "icon-size": [
1236
+ "circle-color": "#face00",
1237
+ "circle-opacity": 0.25,
1238
+ "circle-pitch-alignment": "map"
1239
+ }
1240
+ },
1241
+ {
1242
+ "id": "poi-you-are-here-dot",
1243
+ "type": "circle",
1244
+ "source": "poi-data",
1245
+ "filter": ["==", ["get", "isYouAreHere"], true],
1246
+ "minzoom": 16,
1247
+ "paint": {
1248
+ "circle-radius": [
1285
1249
  "interpolate", ["linear"], ["zoom"],
1286
- 16.5, 0.8,
1287
- 18.0, 1.0,
1288
- 20.0, 1.2
1250
+ 16, 7,
1251
+ 18, 9,
1252
+ 20, 12
1289
1253
  ],
1290
- "icon-allow-overlap": true,
1291
- "icon-ignore-placement": true,
1292
- "icon-anchor": "bottom",
1254
+ "circle-color": "#face00",
1255
+ "circle-opacity": 1,
1256
+ "circle-stroke-color": "#ffffff",
1257
+ "circle-stroke-width": 3,
1258
+ "circle-stroke-opacity": 1
1259
+ }
1260
+ },
1261
+ {
1262
+ "id": "poi-you-are-here",
1263
+ "type": "symbol",
1264
+ "source": "poi-data",
1265
+ "filter": ["==", ["get", "isYouAreHere"], true],
1266
+ "minzoom": 16,
1267
+ "layout": {
1293
1268
  "text-field": ["get", "name"],
1294
1269
  "text-size": [
1295
1270
  "interpolate", ["linear"], ["zoom"],
1296
- 17.5, 11,
1297
- 19.5, 13
1271
+ 16, 13,
1272
+ 18, 15,
1273
+ 20, 17
1298
1274
  ],
1299
- "text-offset": [0, 1.2],
1300
- "text-anchor": "top",
1275
+ "text-offset": [0, -1.8],
1276
+ "text-anchor": "bottom",
1301
1277
  "text-font": ["Noto Sans Bold"],
1302
- "text-optional": true
1278
+ "text-allow-overlap": true,
1279
+ "text-ignore-placement": true,
1280
+ "text-optional": false
1303
1281
  },
1304
1282
  "paint": {
1305
1283
  "text-color": "#ffffff",
1306
- "text-halo-color": "#000000",
1307
- "text-halo-width": 1.5,
1308
- "text-halo-blur": 0.8
1284
+ "text-halo-color": "#162e51",
1285
+ "text-halo-width": 2.5,
1286
+ "text-halo-blur": 0.5
1287
+ }
1288
+ },
1289
+ {
1290
+ "id": "poi-highlight-ring",
1291
+ "type": "circle",
1292
+ "source": "poi-highlight-data",
1293
+ "paint": {
1294
+ "circle-radius": 14,
1295
+ "circle-color": "#005ea2",
1296
+ "circle-opacity": 0.45,
1297
+ "circle-pitch-alignment": "map"
1298
+ }
1299
+ },
1300
+ {
1301
+ "id": "poi-highlight-core",
1302
+ "type": "circle",
1303
+ "source": "poi-highlight-data",
1304
+ "paint": {
1305
+ "circle-radius": 9,
1306
+ "circle-color": "#005ea2",
1307
+ "circle-opacity": 1,
1308
+ "circle-stroke-color": "#ffffff",
1309
+ "circle-stroke-width": 3,
1310
+ "circle-stroke-opacity": 1,
1311
+ "circle-pitch-alignment": "map"
1309
1312
  }
1310
1313
  }
1311
1314
  ]