@minmaps-dev/mm-web-sdk 0.0.0-rc-20260623204551

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.
@@ -0,0 +1,1477 @@
1
+ {
2
+ "version": 8,
3
+ "name": "Hospital Indoor Mapping - Hybrid Style Healthcare Compliant",
4
+ "metadata": {
5
+ "description": "Accessibility-focused hospital navigation with proper healthcare standards",
6
+ "author": "Hospital Mapping Team",
7
+ "version": "7.1.0"
8
+ },
9
+ "sprite": "http://localhost:4000/sprites/sprite",
10
+ "glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf",
11
+ "sources": {
12
+ "protomaps": {
13
+ "type": "vector",
14
+ "url": "pmtiles://https://jacsdevtiles-gjgbejbpdzbgcge8.z01.azurefd.net/pmtiles/base/usa.pmtiles",
15
+ "attribution": "© OpenStreetMap contributors"
16
+ },
17
+ "indoor-data": {
18
+ "type": "geojson",
19
+ "data": { "type": "FeatureCollection", "features": [] }
20
+ },
21
+ "poi-data": {
22
+ "type": "geojson",
23
+ "data": { "type": "FeatureCollection", "features": [] }
24
+ },
25
+ "accessibility-data": {
26
+ "type": "geojson",
27
+ "data": { "type": "FeatureCollection", "features": [] }
28
+ },
29
+ "unit-walls": {
30
+ "type": "geojson",
31
+ "data": { "type": "FeatureCollection", "features": [] }
32
+ },
33
+ "route-data": {
34
+ "type": "geojson",
35
+ "data": { "type": "FeatureCollection", "features": [] },
36
+ "lineMetrics": true
37
+ },
38
+ "route-endpoints": {
39
+ "type": "geojson",
40
+ "data": { "type": "FeatureCollection", "features": [] }
41
+ },
42
+ "poi-highlight-data": {
43
+ "type": "geojson",
44
+ "data": { "type": "FeatureCollection", "features": [] }
45
+ },
46
+ "map-labels-data": {
47
+ "type": "geojson",
48
+ "data": { "type": "FeatureCollection", "features": [] }
49
+ },
50
+ "route-active-step": {
51
+ "type": "geojson",
52
+ "data": { "type": "FeatureCollection", "features": [] }
53
+ }
54
+ },
55
+ "layers": [
56
+ {
57
+ "id": "background",
58
+ "type": "background",
59
+ "paint": {
60
+ "background-color": "#f0f0f0"
61
+ }
62
+ },
63
+ {
64
+ "id": "basemap-earth",
65
+ "type": "fill",
66
+ "source": "protomaps",
67
+ "source-layer": "earth",
68
+ "paint": {
69
+ "fill-color": "#EAE2D0"
70
+ }
71
+ },
72
+ {
73
+ "id": "basemap-landuse-park",
74
+ "type": "fill",
75
+ "source": "protomaps",
76
+ "source-layer": "landuse",
77
+ "filter": [
78
+ "in",
79
+ ["get", "kind"],
80
+ ["literal", ["park", "forest", "wood", "nature_reserve", "grass", "garden", "playground", "cemetery", "golf_course"]]
81
+ ],
82
+ "paint": {
83
+ "fill-color": "#cbe0b6",
84
+ "fill-opacity": [
85
+ "interpolate",
86
+ ["linear"],
87
+ ["zoom"],
88
+ 14, 0.95,
89
+ 18, 0.8
90
+ ]
91
+ }
92
+ },
93
+ {
94
+ "id": "basemap-water",
95
+ "type": "fill",
96
+ "source": "protomaps",
97
+ "source-layer": "water",
98
+ "paint": {
99
+ "fill-color": "#c2dbf2"
100
+ }
101
+ },
102
+ {
103
+ "id": "basemap-roads-minor",
104
+ "type": "line",
105
+ "source": "protomaps",
106
+ "source-layer": "roads",
107
+ "minzoom": 13,
108
+ "filter": [
109
+ "in",
110
+ ["get", "kind"],
111
+ ["literal", ["minor_road", "path", "service", "other"]]
112
+ ],
113
+ "paint": {
114
+ "line-color": "#FFFFFF",
115
+ "line-width": [
116
+ "interpolate",
117
+ ["linear"],
118
+ ["zoom"],
119
+ 13, 0.5,
120
+ 16, 1.5,
121
+ 19, 4
122
+ ],
123
+ "line-opacity": [
124
+ "interpolate",
125
+ ["linear"],
126
+ ["zoom"],
127
+ 14, 0.9,
128
+ 18, 0.5
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "id": "basemap-roads-major",
134
+ "type": "line",
135
+ "source": "protomaps",
136
+ "source-layer": "roads",
137
+ "minzoom": 10,
138
+ "filter": [
139
+ "in",
140
+ ["get", "kind"],
141
+ ["literal", ["highway", "major_road", "medium_road"]]
142
+ ],
143
+ "paint": {
144
+ "line-color": "#ecc97e",
145
+ "line-width": [
146
+ "interpolate",
147
+ ["linear"],
148
+ ["zoom"],
149
+ 10, 0.5,
150
+ 14, 1.5,
151
+ 18, 6
152
+ ],
153
+ "line-opacity": [
154
+ "interpolate",
155
+ ["linear"],
156
+ ["zoom"],
157
+ 14, 0.9,
158
+ 18, 0.5
159
+ ]
160
+ }
161
+ },
162
+
163
+ {
164
+ "id": "pattern-water",
165
+ "type": "fill",
166
+ "source": "indoor-data",
167
+ "minzoom": 16.5,
168
+ "filter": ["==", ["get", "featureType"], "Pattern-Water"],
169
+ "paint": {
170
+ "fill-color": "#cfe1ec",
171
+ "fill-opacity": 0.6
172
+ }
173
+ },
174
+ {
175
+ "id": "pattern-grass",
176
+ "type": "fill",
177
+ "source": "indoor-data",
178
+ "minzoom": 16.5,
179
+ "filter": ["==", ["get", "featureType"], "Pattern-Grass"],
180
+ "paint": {
181
+ "fill-color": "#d2e0c6",
182
+ "fill-opacity": 0.5
183
+ }
184
+ },
185
+ {
186
+ "id": "pattern-trees",
187
+ "type": "fill",
188
+ "source": "indoor-data",
189
+ "minzoom": 16.5,
190
+ "filter": ["==", ["get", "featureType"], "Pattern-Trees"],
191
+ "paint": {
192
+ "fill-color": "#cdd9c9",
193
+ "fill-opacity": 0.4
194
+ }
195
+ },
196
+ {
197
+ "id": "pattern-pavement",
198
+ "type": "fill",
199
+ "source": "indoor-data",
200
+ "minzoom": 16.5,
201
+ "filter": ["==", ["get", "featureType"], "Pattern-Pavement"],
202
+ "paint": {
203
+ "fill-color": "#E0E0E0",
204
+ "fill-opacity": 0.6
205
+ }
206
+ },
207
+
208
+ {
209
+ "id": "pattern-outdoor-terrace",
210
+ "type": "fill",
211
+ "source": "indoor-data",
212
+ "minzoom": 16.5,
213
+ "filter": ["==", ["get", "featureType"], "Pattern-OutdoorTerrace"],
214
+ "paint": {
215
+ "fill-color": "#cabfb6",
216
+ "fill-opacity": 0.3
217
+ }
218
+ },
219
+
220
+ {
221
+ "id": "parking-lots",
222
+ "type": "fill",
223
+ "source": "indoor-data",
224
+ "minzoom": 16.5,
225
+ "filter": ["==", ["get", "featureType"], "Parking-Lots"],
226
+ "paint": {
227
+ "fill-color": "#e0e0dd",
228
+ "fill-opacity": 0.5
229
+ }
230
+ },
231
+ {
232
+ "id": "parking-lots-outline",
233
+ "type": "line",
234
+ "source": "indoor-data",
235
+ "minzoom": 16.5,
236
+ "filter": ["==", ["get", "featureType"], "Parking-Lots"],
237
+ "paint": {
238
+ "line-color": "#b0b0ad",
239
+ "line-width": 1,
240
+ "line-dasharray": [3, 2]
241
+ }
242
+ },
243
+
244
+ {
245
+ "id": "boundary-fill",
246
+ "type": "fill",
247
+ "source": "indoor-data",
248
+ "minzoom": 16.5,
249
+ "filter": ["==", ["get", "featureType"], "Boundary"],
250
+ "paint": {
251
+ "fill-color": "#FAF3E2",
252
+ "fill-opacity": 1
253
+ }
254
+ },
255
+ {
256
+ "id": "building-roof-fill",
257
+ "type": "fill",
258
+ "source": "indoor-data",
259
+ "minzoom": 15.8,
260
+ "filter": ["==", ["get", "featureType"], "Boundary"],
261
+ "paint": {
262
+ "fill-color": "#162e51",
263
+ "fill-opacity": [
264
+ "interpolate",
265
+ ["linear"],
266
+ ["zoom"],
267
+ 15.8, 0,
268
+ 16.5, 1
269
+ ]
270
+ }
271
+ },
272
+ {
273
+ "id": "corridors-fill",
274
+ "type": "fill",
275
+ "source": "indoor-data",
276
+ "minzoom": 16.5,
277
+ "filter": [
278
+ "any",
279
+ ["==", ["get", "featureType"], "Corridors"],
280
+ ["==", ["get", "featureType"], "Corridor"]
281
+ ],
282
+ "paint": {
283
+ "fill-color": "#F0E6D1"
284
+ }
285
+ },
286
+
287
+ {
288
+ "id": "accessible-routes",
289
+ "type": "line",
290
+ "source": "accessibility-data",
291
+ "minzoom": 16.5,
292
+ "filter": ["==", ["get", "accessible"], true],
293
+ "paint": {
294
+ "line-color": "#2E7D32",
295
+ "line-width": [
296
+ "interpolate",
297
+ ["linear"],
298
+ ["zoom"],
299
+ 15,
300
+ 2,
301
+ 18,
302
+ 3,
303
+ 20,
304
+ 4
305
+ ],
306
+ "line-dasharray": [0.5, 1],
307
+ "line-opacity": 0.7
308
+ }
309
+ },
310
+
311
+ {
312
+ "id": "units-fill",
313
+ "type": "fill",
314
+ "source": "indoor-data",
315
+ "minzoom": 16.5,
316
+ "filter": ["==", ["get", "featureType"], "Units"],
317
+ "paint": {
318
+ "fill-color": [
319
+ "case",
320
+ ["has", "category"],
321
+ [
322
+ "match",
323
+ ["get", "category"],
324
+ "healthcare",
325
+ "#73b3e7",
326
+ "surgical",
327
+ "#73b3e7",
328
+ "waiting",
329
+ "#73b3e7",
330
+ "diagnostic",
331
+ "#97d4ea",
332
+ "amenities",
333
+ "#97d4ea",
334
+ "emergency",
335
+ "#f2938c",
336
+ "retail",
337
+ "#fee685",
338
+ "fnb",
339
+ "#fee685",
340
+ "admin",
341
+ "#dfe1e2",
342
+ "staff",
343
+ "#dfe1e2",
344
+ "security",
345
+ "#dfe1e2",
346
+ "#73b3e7"
347
+ ],
348
+ "#73b3e7"
349
+ ],
350
+ "fill-opacity": [
351
+ "interpolate",
352
+ ["linear"],
353
+ ["zoom"],
354
+ 15,
355
+ 0.85,
356
+ 17,
357
+ 0.92,
358
+ 19,
359
+ 0.95
360
+ ]
361
+ }
362
+ },
363
+ {
364
+ "id": "units-outline-2d",
365
+ "type": "line",
366
+ "source": "indoor-data",
367
+ "minzoom": 16.5,
368
+ "filter": ["==", ["get", "featureType"], "Units"],
369
+ "layout": {
370
+ "visibility": "none",
371
+ "line-join": "round",
372
+ "line-cap": "round"
373
+ },
374
+ "paint": {
375
+ "line-color": "#162e51",
376
+ "line-opacity": 0.9,
377
+ "line-width": ["interpolate", ["linear"], ["zoom"], 16, 0.8, 18, 1.4, 20, 2.2]
378
+ }
379
+ },
380
+ {
381
+ "id": "backofhouse-fill",
382
+ "type": "fill",
383
+ "source": "indoor-data",
384
+ "minzoom": 16.5,
385
+ "filter": ["==", ["get", "featureType"], "Back-of-house"],
386
+ "paint": {
387
+ "fill-color": "#e6e6e2",
388
+ "fill-opacity": 0.7
389
+ }
390
+ },
391
+
392
+ {
393
+ "id": "backofhouse-pattern",
394
+ "type": "line",
395
+ "source": "indoor-data",
396
+ "minzoom": 16.5,
397
+ "filter": ["==", ["get", "featureType"], "Back-of-house"],
398
+ "paint": {
399
+ "line-color": "#c4c4c4",
400
+ "line-width": 0.5,
401
+ "line-opacity": 0.4
402
+ }
403
+ },
404
+ {
405
+ "id": "backofhouse-outline-2d",
406
+ "type": "line",
407
+ "source": "indoor-data",
408
+ "minzoom": 16.5,
409
+ "filter": ["==", ["get", "featureType"], "Back-of-house"],
410
+ "layout": {
411
+ "line-join": "round",
412
+ "line-cap": "round"
413
+ },
414
+ "paint": {
415
+ "line-color": "#b0b1b5",
416
+ "line-width": [
417
+ "interpolate",
418
+ ["linear"],
419
+ ["zoom"],
420
+ 16,
421
+ 0.6,
422
+ 18,
423
+ 1.0,
424
+ 20,
425
+ 1.4
426
+ ],
427
+ "line-opacity": 0.9
428
+ }
429
+ },
430
+
431
+ {
432
+ "id": "restrooms-fill",
433
+ "type": "fill",
434
+ "source": "indoor-data",
435
+ "minzoom": 16.5,
436
+ "filter": ["==", ["get", "featureType"], "Restrooms"],
437
+ "paint": {
438
+ "fill-color": "#5f9070",
439
+ "fill-opacity": 1
440
+ }
441
+ },
442
+ {
443
+ "id": "restrooms-outline-2d",
444
+ "type": "line",
445
+ "source": "indoor-data",
446
+ "minzoom": 16.5,
447
+ "filter": ["==", ["get", "featureType"], "Restrooms"],
448
+ "layout": {
449
+ "line-join": "round",
450
+ "line-cap": "round"
451
+ },
452
+ "paint": {
453
+ "line-color": "#3f5d4a",
454
+ "line-width": [
455
+ "interpolate",
456
+ ["linear"],
457
+ ["zoom"],
458
+ 16,
459
+ 0.6,
460
+ 18,
461
+ 1.0,
462
+ 20,
463
+ 1.4
464
+ ],
465
+ "line-opacity": 0.9
466
+ }
467
+ },
468
+
469
+ {
470
+ "id": "obstacles-fill",
471
+ "type": "fill",
472
+ "source": "indoor-data",
473
+ "minzoom": 16.5,
474
+ "filter": ["==", ["get", "featureType"], "Obstacles"],
475
+ "paint": {
476
+ "fill-color": "#E8E9ED",
477
+ "fill-opacity": 0.85
478
+ }
479
+ },
480
+ {
481
+ "id": "obstacles-outline-2d",
482
+ "type": "line",
483
+ "source": "indoor-data",
484
+ "minzoom": 16.5,
485
+ "filter": ["==", ["get", "featureType"], "Obstacles"],
486
+ "layout": {
487
+ "line-join": "round",
488
+ "line-cap": "round"
489
+ },
490
+ "paint": {
491
+ "line-color": "#B0B1B5",
492
+ "line-width": [
493
+ "interpolate",
494
+ ["linear"],
495
+ ["zoom"],
496
+ 16,
497
+ 0.5,
498
+ 18,
499
+ 0.9,
500
+ 20,
501
+ 1.2
502
+ ],
503
+ "line-opacity": 0.9
504
+ }
505
+ },
506
+
507
+ {
508
+ "id": "escalators-stairs-elevators",
509
+ "type": "fill",
510
+ "source": "indoor-data",
511
+ "minzoom": 16.5,
512
+ "filter": [
513
+ "in",
514
+ ["get", "featureType"],
515
+ ["literal", ["Escalators", "Stairs", "Elevators"]]
516
+ ],
517
+ "paint": {
518
+ "fill-color": "#a9aeb1",
519
+ "fill-opacity": 1
520
+ }
521
+ },
522
+ {
523
+ "id": "escalators-stairs-elevators-outline-2d",
524
+ "type": "line",
525
+ "source": "indoor-data",
526
+ "minzoom": 16.5,
527
+ "filter": [
528
+ "in",
529
+ ["get", "featureType"],
530
+ ["literal", ["Escalators", "Stairs", "Elevators"]]
531
+ ],
532
+ "layout": {
533
+ "line-join": "round",
534
+ "line-cap": "round"
535
+ },
536
+ "paint": {
537
+ "line-color": "#6f7780",
538
+ "line-width": [
539
+ "interpolate",
540
+ ["linear"],
541
+ ["zoom"],
542
+ 16,
543
+ 0.6,
544
+ 18,
545
+ 1.0,
546
+ 20,
547
+ 1.4
548
+ ],
549
+ "line-opacity": 0.9
550
+ }
551
+ },
552
+
553
+ {
554
+ "id": "exits-doors",
555
+ "type": "fill",
556
+ "source": "indoor-data",
557
+ "minzoom": 16.5,
558
+ "filter": [
559
+ "in",
560
+ ["get", "featureType"],
561
+ ["literal", ["Exits", "Doors", "Exit", "Door"]]
562
+ ],
563
+ "paint": {
564
+ "fill-color": "#cdd9c9",
565
+ "fill-opacity": 0.6
566
+ }
567
+ },
568
+
569
+ {
570
+ "id": "kiosks-fill",
571
+ "type": "fill",
572
+ "source": "indoor-data",
573
+ "minzoom": 16.5,
574
+ "filter": ["==", ["get", "featureType"], "Kiosks"],
575
+ "paint": {
576
+ "fill-color": "#ffe396",
577
+ "fill-opacity": 0.7
578
+ }
579
+ },
580
+
581
+ {
582
+ "id": "pattern-lounge",
583
+ "type": "fill",
584
+ "source": "indoor-data",
585
+ "minzoom": 16.5,
586
+ "filter": ["==", ["get", "featureType"], "Pattern-Lounge"],
587
+ "paint": {
588
+ "fill-color": "#ddd2e0",
589
+ "fill-opacity": 0.5
590
+ }
591
+ },
592
+
593
+ {
594
+ "id": "pattern-indoor-foodcourt",
595
+ "type": "fill",
596
+ "source": "indoor-data",
597
+ "minzoom": 16.5,
598
+ "filter": ["==", ["get", "featureType"], "Pattern-IndoorFoodcourt"],
599
+ "paint": {
600
+ "fill-color": "#f3e4c4",
601
+ "fill-opacity": 0.6
602
+ }
603
+ },
604
+
605
+ {
606
+ "id": "corridors-outline",
607
+ "type": "line",
608
+ "source": "indoor-data",
609
+ "minzoom": 16.5,
610
+ "filter": [
611
+ "any",
612
+ ["==", ["get", "featureType"], "Corridors"],
613
+ ["==", ["get", "featureType"], "Corridor"]
614
+ ],
615
+ "paint": {
616
+ "line-color": "#BCAAA4",
617
+ "line-width": [
618
+ "interpolate",
619
+ ["linear"],
620
+ ["zoom"],
621
+ 15,
622
+ 0.5,
623
+ 18,
624
+ 1,
625
+ 20,
626
+ 1.5
627
+ ]
628
+ }
629
+ },
630
+
631
+ {
632
+ "id": "boundary-outline",
633
+ "type": "line",
634
+ "source": "indoor-data",
635
+ "minzoom": 16.5,
636
+ "filter": ["==", ["get", "featureType"], "Boundary"],
637
+ "paint": {
638
+ "line-color": "#263238",
639
+ "line-width": [
640
+ "interpolate",
641
+ ["linear"],
642
+ ["zoom"],
643
+ 12,
644
+ 2,
645
+ 15,
646
+ 2.5,
647
+ 18,
648
+ 3,
649
+ 20,
650
+ 3.5
651
+ ],
652
+ "line-opacity": [
653
+ "interpolate",
654
+ ["linear"],
655
+ ["zoom"],
656
+ 12,
657
+ 0.7,
658
+ 17,
659
+ 0.85,
660
+ 18,
661
+ 1
662
+ ]
663
+ }
664
+ },
665
+ {
666
+ "id": "building-roof-outline",
667
+ "type": "line",
668
+ "source": "indoor-data",
669
+ "minzoom": 16.5,
670
+ "filter": ["==", ["get", "featureType"], "Boundary"],
671
+ "layout": {
672
+ "line-join": "round",
673
+ "line-cap": "round"
674
+ },
675
+ "paint": {
676
+ "line-color": "#c8a85a",
677
+ "line-width": [
678
+ "interpolate",
679
+ ["linear"],
680
+ ["zoom"],
681
+ 15,
682
+ 1.5,
683
+ 18,
684
+ 2,
685
+ 20,
686
+ 2.5
687
+ ],
688
+ "line-opacity": 0.55
689
+ }
690
+ },
691
+ {
692
+ "id": "interior-parking-lots",
693
+ "type": "fill",
694
+ "source": "indoor-data",
695
+ "minzoom": 16.5,
696
+ "filter": ["==", ["get", "featureType"], "Interior-ParkingLots"],
697
+ "paint": {
698
+ "fill-color": "#757575",
699
+ "fill-opacity": 0.8
700
+ }
701
+ },
702
+ {
703
+ "id": "interior-parking-lots-outline",
704
+ "type": "line",
705
+ "source": "indoor-data",
706
+ "minzoom": 16.5,
707
+ "filter": ["==", ["get", "featureType"], "Interior-ParkingLots"],
708
+ "paint": {
709
+ "line-color": "#616161",
710
+ "line-width": 1.5
711
+ }
712
+ },
713
+ {
714
+ "id": "building-extrusion",
715
+ "type": "fill-extrusion",
716
+ "source": "indoor-data",
717
+ "filter": ["==", ["get", "featureType"], "Boundary"],
718
+ "paint": {
719
+ "fill-extrusion-color": "#162e51",
720
+ "fill-extrusion-height": [
721
+ "interpolate",
722
+ ["linear"],
723
+ ["zoom"],
724
+ 15.8, 15,
725
+ 16.5, 0
726
+ ],
727
+ "fill-extrusion-base": 0,
728
+ "fill-extrusion-opacity": [
729
+ "interpolate",
730
+ ["linear"],
731
+ ["zoom"],
732
+ 15.8, 1,
733
+ 16.5, 0
734
+ ]
735
+ }
736
+ },
737
+
738
+ {
739
+ "id": "units-wall-extrusion",
740
+ "type": "fill-extrusion",
741
+ "source": "unit-walls",
742
+ "minzoom": 16.5,
743
+ "filter": [
744
+ "all",
745
+ ["==", ["get", "featureType"], "UnitWalls"],
746
+ ["!", ["has", "custom_height"]]
747
+ ],
748
+ "paint": {
749
+ "fill-extrusion-color": "#c4c8cb",
750
+ "fill-extrusion-height": [
751
+ "interpolate",
752
+ ["linear"],
753
+ ["zoom"],
754
+ 15.5,
755
+ 0,
756
+ 16.5,
757
+ ["case", ["==", ["get", "wallKind"], "interior"], 0.5, 1],
758
+ 17.5,
759
+ ["case", ["==", ["get", "wallKind"], "interior"], 0.7, 1.4],
760
+ 18.2,
761
+ ["case", ["==", ["get", "wallKind"], "interior"], 0.9, 1.6]
762
+ ],
763
+ "fill-extrusion-base": 0,
764
+ "fill-extrusion-vertical-gradient": true,
765
+ "fill-extrusion-opacity": 1
766
+ }
767
+ },
768
+
769
+ {
770
+ "id": "units-wall-custom-extrusion",
771
+ "type": "fill-extrusion",
772
+ "source": "unit-walls",
773
+ "minzoom": 16.5,
774
+ "filter": ["has", "custom_height"],
775
+ "paint": {
776
+ "fill-extrusion-color": "#c4c8cb",
777
+ "fill-extrusion-height": [
778
+ "interpolate",
779
+ ["linear"],
780
+ ["zoom"],
781
+ 15.5,
782
+ 0,
783
+ 16.5,
784
+ 1,
785
+ 17.5,
786
+ 1.4,
787
+ 18.2,
788
+ 1.6
789
+ ],
790
+ "fill-extrusion-base": 0,
791
+ "fill-extrusion-vertical-gradient": true,
792
+ "fill-extrusion-opacity": 1
793
+ }
794
+ },
795
+
796
+ {
797
+ "id": "corridors-extrusion",
798
+ "type": "fill-extrusion",
799
+ "source": "indoor-data",
800
+ "minzoom": 16.5,
801
+ "filter": [
802
+ "any",
803
+ ["==", ["get", "featureType"], "Corridors"],
804
+ ["==", ["get", "featureType"], "Corridor"]
805
+ ],
806
+ "layout": {
807
+ "visibility": "none"
808
+ },
809
+ "paint": {
810
+ "fill-extrusion-color": "#FFF8E1",
811
+ "fill-extrusion-height": ["step", ["zoom"], 0, 18, 3.2],
812
+ "fill-extrusion-base": 0,
813
+ "fill-extrusion-opacity": ["step", ["zoom"], 0, 18, 0.85]
814
+ }
815
+ },
816
+
817
+ {
818
+ "id": "backofhouse-extrusion",
819
+ "type": "fill-extrusion",
820
+ "source": "indoor-data",
821
+ "minzoom": 16.5,
822
+ "filter": ["==", ["get", "featureType"], "Back-of-house"],
823
+ "paint": {
824
+ "fill-extrusion-color": "#e6e6e2",
825
+ "fill-extrusion-height": [
826
+ "interpolate",
827
+ ["linear"],
828
+ ["zoom"],
829
+ 15.5,
830
+ 0,
831
+ 16.5,
832
+ 1,
833
+ 17.5,
834
+ 1.4,
835
+ 18.2,
836
+ 1.6
837
+ ],
838
+ "fill-extrusion-base": 0,
839
+ "fill-extrusion-opacity": 1
840
+ }
841
+ },
842
+
843
+ {
844
+ "id": "restrooms-extrusion",
845
+ "type": "fill-extrusion",
846
+ "source": "indoor-data",
847
+ "minzoom": 16.5,
848
+ "filter": ["==", ["get", "featureType"], "Restrooms"],
849
+ "paint": {
850
+ "fill-extrusion-color": "#5f9070",
851
+ "fill-extrusion-height": [
852
+ "interpolate",
853
+ ["linear"],
854
+ ["zoom"],
855
+ 15.5,
856
+ 0,
857
+ 16.5,
858
+ 1,
859
+ 17.5,
860
+ 1.4,
861
+ 18.2,
862
+ 1.6
863
+ ],
864
+ "fill-extrusion-base": 0,
865
+ "fill-extrusion-opacity": 0.95
866
+ }
867
+ },
868
+
869
+ {
870
+ "id": "obstacles-extrusion",
871
+ "type": "fill-extrusion",
872
+ "source": "indoor-data",
873
+ "minzoom": 16.5,
874
+ "filter": ["==", ["get", "featureType"], "Obstacles"],
875
+ "paint": {
876
+ "fill-extrusion-color": "#E8E9ED",
877
+ "fill-extrusion-height": [
878
+ "interpolate",
879
+ ["linear"],
880
+ ["zoom"],
881
+ 15.5,
882
+ 0,
883
+ 16.5,
884
+ 0.4,
885
+ 17.5,
886
+ 0.6,
887
+ 18.2,
888
+ 0.8
889
+ ],
890
+ "fill-extrusion-base": 0,
891
+ "fill-extrusion-opacity": 1
892
+ }
893
+ },
894
+
895
+ {
896
+ "id": "escalators-stairs-elevators-extrusion",
897
+ "type": "fill-extrusion",
898
+ "source": "indoor-data",
899
+ "minzoom": 16.5,
900
+ "filter": [
901
+ "in",
902
+ ["get", "featureType"],
903
+ ["literal", ["Escalators", "Stairs", "Elevators"]]
904
+ ],
905
+ "paint": {
906
+ "fill-extrusion-color": "#a9aeb1",
907
+ "fill-extrusion-height": [
908
+ "interpolate",
909
+ ["linear"],
910
+ ["zoom"],
911
+ 15.5,
912
+ 0,
913
+ 16.5,
914
+ 1,
915
+ 17.5,
916
+ 1.4,
917
+ 18.2,
918
+ 1.6
919
+ ],
920
+ "fill-extrusion-base": 0,
921
+ "fill-extrusion-vertical-gradient": true,
922
+ "fill-extrusion-opacity": 0.9
923
+ }
924
+ },
925
+
926
+ {
927
+ "id": "interior-parking-extrusion",
928
+ "type": "fill-extrusion",
929
+ "source": "indoor-data",
930
+ "minzoom": 16.5,
931
+ "filter": ["==", ["get", "featureType"], "Interior-ParkingLots"],
932
+ "paint": {
933
+ "fill-extrusion-color": "#757575",
934
+ "fill-extrusion-height": [
935
+ "interpolate",
936
+ ["linear"],
937
+ ["zoom"],
938
+ 15,
939
+ 0,
940
+ 16,
941
+ 1,
942
+ 17,
943
+ 1.4,
944
+ 18,
945
+ 1.6
946
+ ],
947
+ "fill-extrusion-base": 0,
948
+ "fill-extrusion-opacity": 0.85
949
+ }
950
+ },
951
+ {
952
+ "id": "route-line",
953
+ "type": "line",
954
+ "source": "route-data",
955
+ "minzoom": 16.5,
956
+ "layout": {
957
+ "line-cap": "round",
958
+ "line-join": "round"
959
+ },
960
+ "paint": {
961
+ "line-color": "#007aff",
962
+ "line-width": [
963
+ "interpolate", ["linear"], ["zoom"],
964
+ 16.5, 3,
965
+ 18.0, 5,
966
+ 20.0, 7
967
+ ],
968
+ "line-opacity": 0.55
969
+ }
970
+ },
971
+ {
972
+ "id": "route-halo",
973
+ "type": "line",
974
+ "source": "route-data",
975
+ "minzoom": 16.5,
976
+ "paint": {
977
+ "line-color": "white",
978
+ "line-width": [
979
+ "interpolate", ["linear"], ["zoom"],
980
+ 16.5, 5,
981
+ 18.0, 7,
982
+ 20.0, 9
983
+ ],
984
+ "line-opacity": 0.45
985
+ }
986
+ },
987
+ {
988
+ "id": "route-line-active-halo",
989
+ "type": "line",
990
+ "source": "route-active-step",
991
+ "minzoom": 16.5,
992
+ "layout": {
993
+ "line-cap": "round",
994
+ "line-join": "round"
995
+ },
996
+ "paint": {
997
+ "line-color": "#FFFFFF",
998
+ "line-width": [
999
+ "interpolate", ["linear"], ["zoom"],
1000
+ 16.5, 8,
1001
+ 18.0, 11,
1002
+ 20.0, 14
1003
+ ],
1004
+ "line-opacity": 0.85
1005
+ }
1006
+ },
1007
+ {
1008
+ "id": "route-line-active",
1009
+ "type": "line",
1010
+ "source": "route-active-step",
1011
+ "minzoom": 16.5,
1012
+ "layout": {
1013
+ "line-cap": "round",
1014
+ "line-join": "round"
1015
+ },
1016
+ "paint": {
1017
+ "line-color": "#fdb81e",
1018
+ "line-width": [
1019
+ "interpolate", ["linear"], ["zoom"],
1020
+ 16.5, 5,
1021
+ 18.0, 7,
1022
+ 20.0, 9
1023
+ ],
1024
+ "line-opacity": 1
1025
+ }
1026
+ },
1027
+ {
1028
+ "id": "route-endpoint-source",
1029
+ "type": "circle",
1030
+ "source": "route-endpoints",
1031
+ "minzoom": 16.5,
1032
+ "filter": ["==", ["get", "role"], "source"],
1033
+ "paint": {
1034
+ "circle-radius": 6,
1035
+ "circle-color": "#ffffff",
1036
+ "circle-stroke-width": 3,
1037
+ "circle-stroke-color": "#007aff",
1038
+ "circle-opacity": 1
1039
+ }
1040
+ },
1041
+ {
1042
+ "id": "route-endpoint-destination",
1043
+ "type": "circle",
1044
+ "source": "route-endpoints",
1045
+ "minzoom": 16.5,
1046
+ "filter": ["==", ["get", "role"], "destination"],
1047
+ "paint": {
1048
+ "circle-radius": 7,
1049
+ "circle-color": "#007aff",
1050
+ "circle-stroke-width": 3,
1051
+ "circle-stroke-color": "#ffffff",
1052
+ "circle-opacity": 1
1053
+ }
1054
+ },
1055
+ {
1056
+ "id": "poi-accessibility-icons",
1057
+ "type": "symbol",
1058
+ "source": "poi-data",
1059
+ "filter": ["==", ["get", "accessible"], true],
1060
+ "minzoom": 16.5,
1061
+ "layout": {
1062
+ "icon-image": "wheelchair-accessible",
1063
+ "icon-size": [
1064
+ "interpolate", ["linear"], ["zoom"],
1065
+ 15, 0.4,
1066
+ 17, 0.6,
1067
+ 19, 0.8
1068
+ ],
1069
+ "icon-allow-overlap": false,
1070
+ "icon-padding": 4
1071
+ }
1072
+ },
1073
+
1074
+ {
1075
+ "id": "poi-destination-circles",
1076
+ "type": "circle",
1077
+ "source": "poi-data",
1078
+ "filter": ["all", ["==", ["get", "poiType"], "destination"], ["!", ["has", "iconId"]]],
1079
+ "minzoom": 16.5,
1080
+ "paint": {
1081
+ "circle-radius": [
1082
+ "interpolate", ["linear"], ["zoom"],
1083
+ 16, 6,
1084
+ 18, 8,
1085
+ 20, 10
1086
+ ],
1087
+ "circle-color": "#ffffff",
1088
+ "circle-stroke-width": 3,
1089
+ "circle-stroke-color": "#162e51",
1090
+ "circle-opacity": 1
1091
+ }
1092
+ },
1093
+
1094
+ {
1095
+ "id": "poi-destination-icons",
1096
+ "type": "symbol",
1097
+ "source": "poi-data",
1098
+ "filter": ["all", ["==", ["get", "poiType"], "destination"], ["has", "iconId"]],
1099
+ "minzoom": 16.5,
1100
+ "layout": {
1101
+ "symbol-sort-key": 2,
1102
+ "icon-image": ["get", "iconId"],
1103
+ "icon-size": [
1104
+ "interpolate", ["linear"], ["zoom"],
1105
+ 16.5, 0.5,
1106
+ 18, 0.62,
1107
+ 20, 0.82
1108
+ ],
1109
+ "icon-allow-overlap": false,
1110
+ "icon-padding": 4,
1111
+ "icon-optional": false,
1112
+ "icon-rotation-alignment": "viewport",
1113
+ "icon-pitch-alignment": "viewport"
1114
+ }
1115
+ },
1116
+
1117
+ {
1118
+ "id": "poi-destination-labels",
1119
+ "type": "symbol",
1120
+ "source": "poi-data",
1121
+ "filter": [
1122
+ "all",
1123
+ ["==", ["get", "poiType"], "destination"],
1124
+ ["==", ["get", "showLabel"], true],
1125
+ ["!", ["has", "iconId"]]
1126
+ ],
1127
+ "minzoom": 16.5,
1128
+ "layout": {
1129
+ "symbol-sort-key": 0,
1130
+ "text-field": ["get", "name"],
1131
+ "text-size": [
1132
+ "interpolate", ["linear"], ["zoom"],
1133
+ 16.5, 18,
1134
+ 18, 20,
1135
+ 20, 23
1136
+ ],
1137
+ "text-offset": [0, -0.9],
1138
+ "text-anchor": "bottom",
1139
+ "text-font": ["Noto Sans Bold"],
1140
+ "text-max-width": 12,
1141
+ "text-allow-overlap": false,
1142
+ "text-padding": 4,
1143
+ "text-rotation-alignment": "viewport"
1144
+ },
1145
+ "paint": {
1146
+ "text-color": "#242930",
1147
+ "text-halo-color": "#FFFFFF",
1148
+ "text-halo-width": 1.5,
1149
+ "text-halo-blur": 1
1150
+ }
1151
+ },
1152
+
1153
+ {
1154
+ "id": "map-labels",
1155
+ "type": "symbol",
1156
+ "source": "map-labels-data",
1157
+ "minzoom": 15.5,
1158
+ "layout": {
1159
+ "symbol-sort-key": 10,
1160
+ "text-field": ["get", "name"],
1161
+ "text-size": [
1162
+ "interpolate", ["linear"], ["zoom"],
1163
+ 15.5, 13,
1164
+ 16.5, 16,
1165
+ 18, 19,
1166
+ 20, 22
1167
+ ],
1168
+ "text-font": ["Noto Sans Bold"],
1169
+ "text-letter-spacing": 0.04,
1170
+ "text-max-width": 10,
1171
+ "text-anchor": "center",
1172
+ "text-rotate": ["get", "rotation"],
1173
+ "text-rotation-alignment": "map",
1174
+ "text-allow-overlap": false,
1175
+ "text-padding": 4
1176
+ },
1177
+ "paint": {
1178
+ "text-color": "#3d4551",
1179
+ "text-halo-color": "#FFFFFF",
1180
+ "text-halo-width": 1.4,
1181
+ "text-halo-blur": 0.5
1182
+ }
1183
+ },
1184
+
1185
+ {
1186
+ "id": "poi-entrance-exit-icons",
1187
+ "type": "symbol",
1188
+ "source": "poi-data",
1189
+ "filter": [
1190
+ "all",
1191
+ ["==", ["get", "poiType"], "amenity"],
1192
+ [
1193
+ "any",
1194
+ ["!=", ["index-of", "entrance", ["get", "keywords"]], -1],
1195
+ ["!=", ["index-of", "exit", ["get", "keywords"]], -1],
1196
+ ["!=", ["index-of", "door", ["get", "keywords"]], -1]
1197
+ ]
1198
+ ],
1199
+ "minzoom": 15,
1200
+ "layout": {
1201
+ "symbol-sort-key": 1,
1202
+ "icon-image": ["get", "iconId"],
1203
+ "icon-size": [
1204
+ "interpolate", ["linear"], ["zoom"],
1205
+ 16.5, 0.5,
1206
+ 18, 0.6,
1207
+ 20, 0.8
1208
+ ],
1209
+ "icon-allow-overlap": false,
1210
+ "icon-padding": 4,
1211
+ "icon-optional": false,
1212
+ "icon-rotation-alignment": "viewport",
1213
+ "icon-pitch-alignment": "viewport",
1214
+
1215
+ "text-field": ["get", "name"],
1216
+ "text-size": [
1217
+ "interpolate", ["linear"], ["zoom"],
1218
+ 16, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 17],
1219
+ 19, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 19],
1220
+ 20, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 22]
1221
+ ],
1222
+ "text-offset": [0, 1.3],
1223
+ "text-anchor": "top",
1224
+ "text-optional": true,
1225
+ "text-padding": 4,
1226
+ "text-font": ["Noto Sans Bold"],
1227
+ "text-rotation-alignment": "viewport"
1228
+ },
1229
+ "paint": {
1230
+ "icon-halo-color": "#FFFFFF",
1231
+ "icon-halo-width": 1.5,
1232
+ "icon-halo-blur": 0.5,
1233
+ "text-color": "#242930",
1234
+ "text-halo-color": "#FFFFFF",
1235
+ "text-halo-width": 1.5,
1236
+ "text-halo-blur": 1,
1237
+ "icon-translate": [0, -20],
1238
+ "icon-translate-anchor": "viewport"
1239
+ }
1240
+ },
1241
+ {
1242
+ "id": "poi-parking-icons",
1243
+ "type": "symbol",
1244
+ "source": "poi-data",
1245
+ "filter": [
1246
+ "all",
1247
+ ["==", ["get", "poiType"], "amenity"],
1248
+ [
1249
+ "any",
1250
+ ["!=", ["index-of", "parking", ["get", "keywords"]], -1],
1251
+ ["!=", ["index-of", "park", ["get", "keywords"]], -1]
1252
+ ]
1253
+ ],
1254
+ "minzoom": 14,
1255
+ "layout": {
1256
+ "symbol-sort-key": 2,
1257
+ "icon-image": ["get", "iconId"],
1258
+ "icon-size": [
1259
+ "interpolate", ["linear"], ["zoom"],
1260
+ 16.5, 0.5,
1261
+ 18, 0.6,
1262
+ 20, 0.8
1263
+ ],
1264
+ "icon-allow-overlap": false,
1265
+ "icon-padding": 4,
1266
+ "icon-optional": false,
1267
+ "icon-rotation-alignment": "viewport",
1268
+ "icon-pitch-alignment": "viewport",
1269
+
1270
+ "text-field": ["get", "name"],
1271
+ "text-size": [
1272
+ "interpolate", ["linear"], ["zoom"],
1273
+ 16, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 17],
1274
+ 19, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 19],
1275
+ 20, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 22]
1276
+ ],
1277
+ "text-offset": [0, 1.3],
1278
+ "text-anchor": "top",
1279
+ "text-optional": true,
1280
+ "text-padding": 4,
1281
+ "text-font": ["Noto Sans Bold"],
1282
+ "text-rotation-alignment": "viewport"
1283
+ },
1284
+ "paint": {
1285
+ "icon-halo-color": "#FFFFFF",
1286
+ "icon-halo-width": 1.5,
1287
+ "icon-halo-blur": 0.5,
1288
+ "text-color": "#242930",
1289
+ "text-halo-color": "#FFFFFF",
1290
+ "text-halo-width": 1.5,
1291
+ "text-halo-blur": 1,
1292
+ "icon-translate": [0, -20],
1293
+ "icon-translate-anchor": "viewport"
1294
+ }
1295
+ },
1296
+ {
1297
+ "id": "poi-other-amenity-icons",
1298
+ "type": "symbol",
1299
+ "source": "poi-data",
1300
+ "filter": [
1301
+ "all",
1302
+ ["==", ["get", "poiType"], "amenity"],
1303
+ ["==", ["index-of", "entrance", ["get", "keywords"]], -1],
1304
+ ["==", ["index-of", "exit", ["get", "keywords"]], -1],
1305
+ ["==", ["index-of", "door", ["get", "keywords"]], -1],
1306
+ ["==", ["index-of", "parking", ["get", "keywords"]], -1],
1307
+ ["==", ["index-of", "park", ["get", "keywords"]], -1]
1308
+ ],
1309
+ "minzoom": 16.5,
1310
+ "layout": {
1311
+ "symbol-sort-key": 3,
1312
+ "icon-image": ["get", "iconId"],
1313
+ "icon-size": [
1314
+ "interpolate", ["linear"], ["zoom"],
1315
+ 16.5, 0.5,
1316
+ 18, 0.6,
1317
+ 20, 0.8
1318
+ ],
1319
+ "icon-allow-overlap": false,
1320
+ "icon-padding": 4,
1321
+ "icon-optional": false,
1322
+ "icon-rotation-alignment": "viewport",
1323
+ "icon-pitch-alignment": "viewport",
1324
+
1325
+ "text-field": ["get", "name"],
1326
+ "text-size": [
1327
+ "interpolate", ["linear"], ["zoom"],
1328
+ 16, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 17],
1329
+ 19, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 19],
1330
+ 20, ["case", ["!=", ["coalesce", ["get", "iconId"], ""], ""], 0, 22]
1331
+ ],
1332
+ "text-offset": [0, 1.3],
1333
+ "text-anchor": "top",
1334
+ "text-optional": true,
1335
+ "text-padding": 4,
1336
+ "text-font": ["Noto Sans Bold"],
1337
+ "text-rotation-alignment": "viewport"
1338
+ },
1339
+ "paint": {
1340
+ "icon-halo-color": "#FFFFFF",
1341
+ "icon-halo-width": 1.5,
1342
+ "icon-halo-blur": 0.5,
1343
+ "text-color": "#242930",
1344
+ "text-halo-color": "#FFFFFF",
1345
+ "text-halo-width": 1.5,
1346
+ "text-halo-blur": 1,
1347
+ "icon-translate": [0, -20],
1348
+ "icon-translate-anchor": "viewport"
1349
+ }
1350
+ },
1351
+ {
1352
+ "id": "poi-you-are-here-heading",
1353
+ "type": "symbol",
1354
+ "source": "poi-data",
1355
+ "filter": [
1356
+ "all",
1357
+ ["==", ["get", "isYouAreHere"], true],
1358
+ ["==", ["get", "hasHeading"], true]
1359
+ ],
1360
+ "minzoom": 16,
1361
+ "layout": {
1362
+ "text-field": "▲",
1363
+ "text-size": [
1364
+ "interpolate", ["linear"], ["zoom"],
1365
+ 16, 28,
1366
+ 18, 34,
1367
+ 20, 42
1368
+ ],
1369
+ "text-font": ["Noto Sans Bold"],
1370
+ "text-anchor": "bottom",
1371
+ "text-offset": [0, -0.45],
1372
+ "text-rotate": ["get", "heading"],
1373
+ "text-rotation-alignment": "map",
1374
+ "text-pitch-alignment": "map",
1375
+ "text-allow-overlap": true,
1376
+ "text-ignore-placement": true
1377
+ },
1378
+ "paint": {
1379
+ "text-color": "#face00",
1380
+ "text-halo-color": "#162e51",
1381
+ "text-halo-width": 2.5,
1382
+ "text-opacity": 0.9
1383
+ }
1384
+ },
1385
+ {
1386
+ "id": "poi-you-are-here-ring",
1387
+ "type": "circle",
1388
+ "source": "poi-data",
1389
+ "filter": ["==", ["get", "isYouAreHere"], true],
1390
+ "minzoom": 16,
1391
+ "paint": {
1392
+ "circle-radius": [
1393
+ "interpolate", ["linear"], ["zoom"],
1394
+ 16, 14,
1395
+ 18, 18,
1396
+ 20, 24
1397
+ ],
1398
+ "circle-color": "#face00",
1399
+ "circle-opacity": 0.25,
1400
+ "circle-pitch-alignment": "map"
1401
+ }
1402
+ },
1403
+ {
1404
+ "id": "poi-you-are-here-dot",
1405
+ "type": "circle",
1406
+ "source": "poi-data",
1407
+ "filter": ["==", ["get", "isYouAreHere"], true],
1408
+ "minzoom": 16,
1409
+ "paint": {
1410
+ "circle-radius": [
1411
+ "interpolate", ["linear"], ["zoom"],
1412
+ 16, 7,
1413
+ 18, 9,
1414
+ 20, 12
1415
+ ],
1416
+ "circle-color": "#face00",
1417
+ "circle-opacity": 1,
1418
+ "circle-stroke-color": "#ffffff",
1419
+ "circle-stroke-width": 3,
1420
+ "circle-stroke-opacity": 1
1421
+ }
1422
+ },
1423
+ {
1424
+ "id": "poi-you-are-here",
1425
+ "type": "symbol",
1426
+ "source": "poi-data",
1427
+ "filter": ["==", ["get", "isYouAreHere"], true],
1428
+ "minzoom": 16,
1429
+ "layout": {
1430
+ "text-field": ["get", "name"],
1431
+ "text-size": [
1432
+ "interpolate", ["linear"], ["zoom"],
1433
+ 16, 17,
1434
+ 18, 19,
1435
+ 20, 22
1436
+ ],
1437
+ "text-offset": [0, -1.8],
1438
+ "text-anchor": "bottom",
1439
+ "text-font": ["Noto Sans Bold"],
1440
+ "text-allow-overlap": true,
1441
+ "text-ignore-placement": true,
1442
+ "text-optional": false
1443
+ },
1444
+ "paint": {
1445
+ "text-color": "#ffffff",
1446
+ "text-halo-color": "#162e51",
1447
+ "text-halo-width": 2.5,
1448
+ "text-halo-blur": 0.5
1449
+ }
1450
+ },
1451
+ {
1452
+ "id": "poi-highlight-ring",
1453
+ "type": "circle",
1454
+ "source": "poi-highlight-data",
1455
+ "paint": {
1456
+ "circle-radius": 14,
1457
+ "circle-color": "#005ea2",
1458
+ "circle-opacity": 0.45,
1459
+ "circle-pitch-alignment": "map"
1460
+ }
1461
+ },
1462
+ {
1463
+ "id": "poi-highlight-core",
1464
+ "type": "circle",
1465
+ "source": "poi-highlight-data",
1466
+ "paint": {
1467
+ "circle-radius": 9,
1468
+ "circle-color": "#005ea2",
1469
+ "circle-opacity": 1,
1470
+ "circle-stroke-color": "#ffffff",
1471
+ "circle-stroke-width": 3,
1472
+ "circle-stroke-opacity": 1,
1473
+ "circle-pitch-alignment": "map"
1474
+ }
1475
+ }
1476
+ ]
1477
+ }