@geogdev/styles 0.1.0

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,2909 @@
1
+ {
2
+ "version": 8,
3
+ "sources": {
4
+ "geog": {
5
+ "type": "vector",
6
+ "attribution": "<a href=\"https://github.com/geogdev/tiles\">Geog</a> © <a href=\"https://osm.org/copyright\">OpenStreetMap</a>",
7
+ "url": "pmtiles://https://tiles.geog.dev/geog.pmtiles"
8
+ }
9
+ },
10
+ "layers": [
11
+ {
12
+ "id": "background",
13
+ "type": "background",
14
+ "paint": {
15
+ "background-color": "#1a1d1e"
16
+ }
17
+ },
18
+ {
19
+ "id": "earth",
20
+ "type": "fill",
21
+ "filter": [
22
+ "==",
23
+ "$type",
24
+ "Polygon"
25
+ ],
26
+ "source": "geog",
27
+ "source-layer": "earth",
28
+ "paint": {
29
+ "fill-color": "#252829"
30
+ }
31
+ },
32
+ {
33
+ "id": "landcover",
34
+ "type": "fill",
35
+ "source": "geog",
36
+ "source-layer": "landcover",
37
+ "paint": {
38
+ "fill-color": [
39
+ "match",
40
+ [
41
+ "get",
42
+ "class"
43
+ ],
44
+ "grass",
45
+ "#3a5440",
46
+ "sand",
47
+ "#3d3620",
48
+ "farmland",
49
+ "#385442",
50
+ "ice",
51
+ "#2b2b2b",
52
+ "wood",
53
+ "#2d4a35",
54
+ "rock",
55
+ "#3a3835",
56
+ "wetland",
57
+ "#2a4040",
58
+ "#2d4a35"
59
+ ],
60
+ "fill-opacity": [
61
+ "interpolate",
62
+ [
63
+ "linear"
64
+ ],
65
+ [
66
+ "zoom"
67
+ ],
68
+ 5,
69
+ 1,
70
+ 7,
71
+ 0
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "id": "landcover_green",
77
+ "type": "fill",
78
+ "source": "geog",
79
+ "source-layer": "landcover",
80
+ "filter": [
81
+ "in",
82
+ [
83
+ "get",
84
+ "subclass"
85
+ ],
86
+ [
87
+ "literal",
88
+ [
89
+ "park",
90
+ "garden",
91
+ "golf_course",
92
+ "allotments",
93
+ "village_green",
94
+ "recreation_ground"
95
+ ]
96
+ ]
97
+ ],
98
+ "paint": {
99
+ "fill-color": "#325a3c",
100
+ "fill-opacity": [
101
+ "interpolate",
102
+ [
103
+ "linear"
104
+ ],
105
+ [
106
+ "zoom"
107
+ ],
108
+ 5,
109
+ 0,
110
+ 8,
111
+ 0.5
112
+ ]
113
+ }
114
+ },
115
+ {
116
+ "id": "landcover_meadow",
117
+ "type": "fill",
118
+ "source": "geog",
119
+ "source-layer": "landcover",
120
+ "filter": [
121
+ "in",
122
+ [
123
+ "get",
124
+ "subclass"
125
+ ],
126
+ [
127
+ "literal",
128
+ [
129
+ "meadow",
130
+ "grassland",
131
+ "grass"
132
+ ]
133
+ ]
134
+ ],
135
+ "paint": {
136
+ "fill-color": "#3a5440",
137
+ "fill-opacity": [
138
+ "interpolate",
139
+ [
140
+ "linear"
141
+ ],
142
+ [
143
+ "zoom"
144
+ ],
145
+ 5,
146
+ 0,
147
+ 8,
148
+ 1
149
+ ]
150
+ }
151
+ },
152
+ {
153
+ "id": "park",
154
+ "type": "fill",
155
+ "source": "geog",
156
+ "source-layer": "park",
157
+ "paint": {
158
+ "fill-opacity": [
159
+ "interpolate",
160
+ [
161
+ "linear"
162
+ ],
163
+ [
164
+ "zoom"
165
+ ],
166
+ 5,
167
+ 0,
168
+ 8,
169
+ 1
170
+ ],
171
+ "fill-color": [
172
+ "match",
173
+ [
174
+ "get",
175
+ "class"
176
+ ],
177
+ "national_park",
178
+ "#3a5f44",
179
+ "nature_reserve",
180
+ "#3a5f44",
181
+ "protected_area",
182
+ "#3a5f44",
183
+ "#325a3c"
184
+ ]
185
+ }
186
+ },
187
+ {
188
+ "id": "landuse_green",
189
+ "type": "fill",
190
+ "source": "geog",
191
+ "source-layer": "landuse",
192
+ "filter": [
193
+ "in",
194
+ "class",
195
+ "cemetery",
196
+ "pitch",
197
+ "playground",
198
+ "stadium",
199
+ "track",
200
+ "theme_park"
201
+ ],
202
+ "paint": {
203
+ "fill-opacity": [
204
+ "interpolate",
205
+ [
206
+ "linear"
207
+ ],
208
+ [
209
+ "zoom"
210
+ ],
211
+ 6,
212
+ 0,
213
+ 11,
214
+ 1
215
+ ],
216
+ "fill-color": "#325a3c"
217
+ }
218
+ },
219
+ {
220
+ "id": "landuse_hospital",
221
+ "type": "fill",
222
+ "source": "geog",
223
+ "source-layer": "landuse",
224
+ "filter": [
225
+ "==",
226
+ "class",
227
+ "hospital"
228
+ ],
229
+ "paint": {
230
+ "fill-color": "#3d2d2d"
231
+ }
232
+ },
233
+ {
234
+ "id": "landuse_industrial",
235
+ "type": "fill",
236
+ "source": "geog",
237
+ "source-layer": "landuse",
238
+ "filter": [
239
+ "==",
240
+ "class",
241
+ "industrial"
242
+ ],
243
+ "paint": {
244
+ "fill-color": "#2d3335"
245
+ }
246
+ },
247
+ {
248
+ "id": "landuse_school",
249
+ "type": "fill",
250
+ "source": "geog",
251
+ "source-layer": "landuse",
252
+ "filter": [
253
+ "in",
254
+ "class",
255
+ "school",
256
+ "university",
257
+ "college"
258
+ ],
259
+ "paint": {
260
+ "fill-color": "#3d3530"
261
+ }
262
+ },
263
+ {
264
+ "id": "landuse_zoo",
265
+ "type": "fill",
266
+ "source": "geog",
267
+ "source-layer": "landuse",
268
+ "filter": [
269
+ "==",
270
+ "class",
271
+ "zoo"
272
+ ],
273
+ "paint": {
274
+ "fill-color": "#3a5f44"
275
+ }
276
+ },
277
+ {
278
+ "id": "landuse_aerodrome",
279
+ "type": "fill",
280
+ "source": "geog",
281
+ "source-layer": "landuse",
282
+ "filter": [
283
+ "==",
284
+ "class",
285
+ "aerodrome"
286
+ ],
287
+ "paint": {
288
+ "fill-color": "#303030"
289
+ }
290
+ },
291
+ {
292
+ "id": "landuse_pedestrian",
293
+ "type": "fill",
294
+ "source": "geog",
295
+ "source-layer": "landuse",
296
+ "filter": [
297
+ "in",
298
+ "class",
299
+ "pedestrian",
300
+ "dam"
301
+ ],
302
+ "paint": {
303
+ "fill-color": "#3a4f40"
304
+ }
305
+ },
306
+ {
307
+ "id": "landuse_pier",
308
+ "type": "fill",
309
+ "source": "geog",
310
+ "source-layer": "landuse",
311
+ "filter": [
312
+ "==",
313
+ "class",
314
+ "pier"
315
+ ],
316
+ "paint": {
317
+ "fill-color": "#3d3d3d"
318
+ }
319
+ },
320
+ {
321
+ "id": "aeroway_fill",
322
+ "type": "fill",
323
+ "source": "geog",
324
+ "source-layer": "aeroway",
325
+ "filter": [
326
+ "all",
327
+ [
328
+ "==",
329
+ "$type",
330
+ "Polygon"
331
+ ],
332
+ [
333
+ "in",
334
+ "class",
335
+ "apron",
336
+ "helipad"
337
+ ]
338
+ ],
339
+ "paint": {
340
+ "fill-color": "#606060"
341
+ }
342
+ },
343
+ {
344
+ "id": "aeroway_runway",
345
+ "type": "line",
346
+ "source": "geog",
347
+ "source-layer": "aeroway",
348
+ "minzoom": 11,
349
+ "filter": [
350
+ "all",
351
+ [
352
+ "==",
353
+ "$type",
354
+ "LineString"
355
+ ],
356
+ [
357
+ "==",
358
+ "class",
359
+ "runway"
360
+ ]
361
+ ],
362
+ "paint": {
363
+ "line-color": "#606060",
364
+ "line-width": [
365
+ "interpolate",
366
+ [
367
+ "exponential",
368
+ 1.2
369
+ ],
370
+ [
371
+ "zoom"
372
+ ],
373
+ 11,
374
+ 3,
375
+ 20,
376
+ 48
377
+ ]
378
+ }
379
+ },
380
+ {
381
+ "id": "aeroway_taxiway",
382
+ "type": "line",
383
+ "source": "geog",
384
+ "source-layer": "aeroway",
385
+ "minzoom": 11,
386
+ "filter": [
387
+ "all",
388
+ [
389
+ "==",
390
+ "$type",
391
+ "LineString"
392
+ ],
393
+ [
394
+ "==",
395
+ "class",
396
+ "taxiway"
397
+ ]
398
+ ],
399
+ "paint": {
400
+ "line-color": "#606060",
401
+ "line-width": [
402
+ "interpolate",
403
+ [
404
+ "exponential",
405
+ 1.2
406
+ ],
407
+ [
408
+ "zoom"
409
+ ],
410
+ 11,
411
+ 1,
412
+ 20,
413
+ 24
414
+ ]
415
+ }
416
+ },
417
+ {
418
+ "id": "water",
419
+ "type": "fill",
420
+ "filter": [
421
+ "==",
422
+ "$type",
423
+ "Polygon"
424
+ ],
425
+ "source": "geog",
426
+ "source-layer": "water",
427
+ "paint": {
428
+ "fill-color": "#1e5070"
429
+ }
430
+ },
431
+ {
432
+ "id": "water_stream",
433
+ "type": "line",
434
+ "source": "geog",
435
+ "source-layer": "waterway",
436
+ "minzoom": 14,
437
+ "filter": [
438
+ "==",
439
+ "class",
440
+ "stream"
441
+ ],
442
+ "paint": {
443
+ "line-color": "#1e5070",
444
+ "line-width": 0.5
445
+ }
446
+ },
447
+ {
448
+ "id": "water_river",
449
+ "type": "line",
450
+ "source": "geog",
451
+ "source-layer": "waterway",
452
+ "minzoom": 9,
453
+ "filter": [
454
+ "==",
455
+ "class",
456
+ "river"
457
+ ],
458
+ "paint": {
459
+ "line-color": "#1e5070",
460
+ "line-width": [
461
+ "interpolate",
462
+ [
463
+ "exponential",
464
+ 1.6
465
+ ],
466
+ [
467
+ "zoom"
468
+ ],
469
+ 9,
470
+ 0,
471
+ 9.5,
472
+ 1,
473
+ 18,
474
+ 12
475
+ ]
476
+ }
477
+ },
478
+ {
479
+ "id": "roads_tunnels_other_casing",
480
+ "type": "line",
481
+ "source": "geog",
482
+ "source-layer": "transportation",
483
+ "filter": [
484
+ "all",
485
+ [
486
+ "==",
487
+ [
488
+ "get",
489
+ "brunnel"
490
+ ],
491
+ "tunnel"
492
+ ],
493
+ [
494
+ "in",
495
+ [
496
+ "get",
497
+ "class"
498
+ ],
499
+ [
500
+ "literal",
501
+ [
502
+ "track",
503
+ "path"
504
+ ]
505
+ ]
506
+ ]
507
+ ],
508
+ "paint": {
509
+ "line-color": "#0d0e0f",
510
+ "line-gap-width": [
511
+ "interpolate",
512
+ [
513
+ "exponential",
514
+ 1.6
515
+ ],
516
+ [
517
+ "zoom"
518
+ ],
519
+ 14,
520
+ 0,
521
+ 20,
522
+ 7
523
+ ],
524
+ "line-width": [
525
+ "interpolate",
526
+ [
527
+ "exponential",
528
+ 1.6
529
+ ],
530
+ [
531
+ "zoom"
532
+ ],
533
+ 12,
534
+ 0,
535
+ 12.5,
536
+ 1
537
+ ]
538
+ }
539
+ },
540
+ {
541
+ "id": "roads_tunnels_minor_casing",
542
+ "type": "line",
543
+ "source": "geog",
544
+ "source-layer": "transportation",
545
+ "filter": [
546
+ "all",
547
+ [
548
+ "==",
549
+ [
550
+ "get",
551
+ "brunnel"
552
+ ],
553
+ "tunnel"
554
+ ],
555
+ [
556
+ "in",
557
+ [
558
+ "get",
559
+ "class"
560
+ ],
561
+ [
562
+ "literal",
563
+ [
564
+ "minor",
565
+ "residential",
566
+ "unclassified"
567
+ ]
568
+ ]
569
+ ]
570
+ ],
571
+ "paint": {
572
+ "line-color": "#0d0e0f",
573
+ "line-gap-width": [
574
+ "interpolate",
575
+ [
576
+ "exponential",
577
+ 1.6
578
+ ],
579
+ [
580
+ "zoom"
581
+ ],
582
+ 11,
583
+ 0,
584
+ 12.5,
585
+ 0.5,
586
+ 15,
587
+ 2,
588
+ 18,
589
+ 11
590
+ ],
591
+ "line-width": [
592
+ "interpolate",
593
+ [
594
+ "exponential",
595
+ 1.6
596
+ ],
597
+ [
598
+ "zoom"
599
+ ],
600
+ 12,
601
+ 0,
602
+ 12.5,
603
+ 1
604
+ ],
605
+ "line-dasharray": [
606
+ 3,
607
+ 2
608
+ ]
609
+ }
610
+ },
611
+ {
612
+ "id": "roads_tunnels_link_casing",
613
+ "type": "line",
614
+ "source": "geog",
615
+ "source-layer": "transportation",
616
+ "filter": [
617
+ "all",
618
+ [
619
+ "==",
620
+ [
621
+ "get",
622
+ "brunnel"
623
+ ],
624
+ "tunnel"
625
+ ],
626
+ [
627
+ "==",
628
+ [
629
+ "get",
630
+ "ramp"
631
+ ],
632
+ 1
633
+ ]
634
+ ],
635
+ "paint": {
636
+ "line-color": "#0a0a0a",
637
+ "line-gap-width": [
638
+ "interpolate",
639
+ [
640
+ "exponential",
641
+ 1.6
642
+ ],
643
+ [
644
+ "zoom"
645
+ ],
646
+ 13,
647
+ 0,
648
+ 13.5,
649
+ 1,
650
+ 18,
651
+ 11
652
+ ],
653
+ "line-width": [
654
+ "interpolate",
655
+ [
656
+ "exponential",
657
+ 1.6
658
+ ],
659
+ [
660
+ "zoom"
661
+ ],
662
+ 12,
663
+ 0,
664
+ 12.5,
665
+ 1
666
+ ],
667
+ "line-dasharray": [
668
+ 3,
669
+ 2
670
+ ]
671
+ }
672
+ },
673
+ {
674
+ "id": "roads_tunnels_major_casing",
675
+ "type": "line",
676
+ "source": "geog",
677
+ "source-layer": "transportation",
678
+ "filter": [
679
+ "all",
680
+ [
681
+ "==",
682
+ [
683
+ "get",
684
+ "brunnel"
685
+ ],
686
+ "tunnel"
687
+ ],
688
+ [
689
+ "in",
690
+ [
691
+ "get",
692
+ "class"
693
+ ],
694
+ [
695
+ "literal",
696
+ [
697
+ "primary",
698
+ "secondary",
699
+ "tertiary"
700
+ ]
701
+ ]
702
+ ]
703
+ ],
704
+ "paint": {
705
+ "line-color": "#080808",
706
+ "line-gap-width": [
707
+ "interpolate",
708
+ [
709
+ "exponential",
710
+ 1.6
711
+ ],
712
+ [
713
+ "zoom"
714
+ ],
715
+ 7,
716
+ 0,
717
+ 7.5,
718
+ 0.5,
719
+ 18,
720
+ 13
721
+ ],
722
+ "line-width": [
723
+ "interpolate",
724
+ [
725
+ "exponential",
726
+ 1.6
727
+ ],
728
+ [
729
+ "zoom"
730
+ ],
731
+ 9,
732
+ 0,
733
+ 9.5,
734
+ 1
735
+ ],
736
+ "line-dasharray": [
737
+ 3,
738
+ 2
739
+ ]
740
+ }
741
+ },
742
+ {
743
+ "id": "roads_tunnels_highway_casing",
744
+ "type": "line",
745
+ "source": "geog",
746
+ "source-layer": "transportation",
747
+ "filter": [
748
+ "all",
749
+ [
750
+ "==",
751
+ [
752
+ "get",
753
+ "brunnel"
754
+ ],
755
+ "tunnel"
756
+ ],
757
+ [
758
+ "in",
759
+ [
760
+ "get",
761
+ "class"
762
+ ],
763
+ [
764
+ "literal",
765
+ [
766
+ "motorway",
767
+ "trunk"
768
+ ]
769
+ ]
770
+ ],
771
+ [
772
+ "!=",
773
+ [
774
+ "get",
775
+ "ramp"
776
+ ],
777
+ 1
778
+ ]
779
+ ],
780
+ "paint": {
781
+ "line-color": "#060606",
782
+ "line-gap-width": [
783
+ "interpolate",
784
+ [
785
+ "exponential",
786
+ 1.6
787
+ ],
788
+ [
789
+ "zoom"
790
+ ],
791
+ 3,
792
+ 0,
793
+ 3.5,
794
+ 0.5,
795
+ 18,
796
+ 15
797
+ ],
798
+ "line-width": [
799
+ "interpolate",
800
+ [
801
+ "exponential",
802
+ 1.6
803
+ ],
804
+ [
805
+ "zoom"
806
+ ],
807
+ 7,
808
+ 0,
809
+ 7.5,
810
+ 1,
811
+ 20,
812
+ 15
813
+ ],
814
+ "line-dasharray": [
815
+ 6,
816
+ 0.5
817
+ ]
818
+ }
819
+ },
820
+ {
821
+ "id": "roads_tunnels_other",
822
+ "type": "line",
823
+ "source": "geog",
824
+ "source-layer": "transportation",
825
+ "filter": [
826
+ "all",
827
+ [
828
+ "==",
829
+ [
830
+ "get",
831
+ "brunnel"
832
+ ],
833
+ "tunnel"
834
+ ],
835
+ [
836
+ "in",
837
+ [
838
+ "get",
839
+ "class"
840
+ ],
841
+ [
842
+ "literal",
843
+ [
844
+ "track",
845
+ "path"
846
+ ]
847
+ ]
848
+ ]
849
+ ],
850
+ "paint": {
851
+ "line-color": "#3a3a3a",
852
+ "line-width": [
853
+ "interpolate",
854
+ [
855
+ "exponential",
856
+ 1.6
857
+ ],
858
+ [
859
+ "zoom"
860
+ ],
861
+ 14,
862
+ 0,
863
+ 20,
864
+ 7
865
+ ],
866
+ "line-dasharray": [
867
+ 4.5,
868
+ 0.5
869
+ ]
870
+ }
871
+ },
872
+ {
873
+ "id": "roads_tunnels_minor",
874
+ "type": "line",
875
+ "source": "geog",
876
+ "source-layer": "transportation",
877
+ "filter": [
878
+ "all",
879
+ [
880
+ "==",
881
+ [
882
+ "get",
883
+ "brunnel"
884
+ ],
885
+ "tunnel"
886
+ ],
887
+ [
888
+ "in",
889
+ [
890
+ "get",
891
+ "class"
892
+ ],
893
+ [
894
+ "literal",
895
+ [
896
+ "minor",
897
+ "residential",
898
+ "unclassified"
899
+ ]
900
+ ]
901
+ ]
902
+ ],
903
+ "paint": {
904
+ "line-color": "#484848",
905
+ "line-width": [
906
+ "interpolate",
907
+ [
908
+ "exponential",
909
+ 1.6
910
+ ],
911
+ [
912
+ "zoom"
913
+ ],
914
+ 11,
915
+ 0,
916
+ 12.5,
917
+ 0.5,
918
+ 15,
919
+ 2,
920
+ 18,
921
+ 11
922
+ ]
923
+ }
924
+ },
925
+ {
926
+ "id": "roads_tunnels_link",
927
+ "type": "line",
928
+ "source": "geog",
929
+ "source-layer": "transportation",
930
+ "filter": [
931
+ "all",
932
+ [
933
+ "==",
934
+ [
935
+ "get",
936
+ "brunnel"
937
+ ],
938
+ "tunnel"
939
+ ],
940
+ [
941
+ "==",
942
+ [
943
+ "get",
944
+ "ramp"
945
+ ],
946
+ 1
947
+ ]
948
+ ],
949
+ "paint": {
950
+ "line-color": "#484848",
951
+ "line-width": [
952
+ "interpolate",
953
+ [
954
+ "exponential",
955
+ 1.6
956
+ ],
957
+ [
958
+ "zoom"
959
+ ],
960
+ 13,
961
+ 0,
962
+ 13.5,
963
+ 1,
964
+ 18,
965
+ 11
966
+ ]
967
+ }
968
+ },
969
+ {
970
+ "id": "roads_tunnels_major",
971
+ "type": "line",
972
+ "source": "geog",
973
+ "source-layer": "transportation",
974
+ "filter": [
975
+ "all",
976
+ [
977
+ "==",
978
+ [
979
+ "get",
980
+ "brunnel"
981
+ ],
982
+ "tunnel"
983
+ ],
984
+ [
985
+ "in",
986
+ [
987
+ "get",
988
+ "class"
989
+ ],
990
+ [
991
+ "literal",
992
+ [
993
+ "primary",
994
+ "secondary",
995
+ "tertiary"
996
+ ]
997
+ ]
998
+ ]
999
+ ],
1000
+ "paint": {
1001
+ "line-color": "#707070",
1002
+ "line-width": [
1003
+ "interpolate",
1004
+ [
1005
+ "exponential",
1006
+ 1.6
1007
+ ],
1008
+ [
1009
+ "zoom"
1010
+ ],
1011
+ 6,
1012
+ 0,
1013
+ 12,
1014
+ 1.6,
1015
+ 15,
1016
+ 3,
1017
+ 18,
1018
+ 13
1019
+ ]
1020
+ }
1021
+ },
1022
+ {
1023
+ "id": "roads_tunnels_highway",
1024
+ "type": "line",
1025
+ "source": "geog",
1026
+ "source-layer": "transportation",
1027
+ "filter": [
1028
+ "all",
1029
+ [
1030
+ "==",
1031
+ [
1032
+ "get",
1033
+ "brunnel"
1034
+ ],
1035
+ "tunnel"
1036
+ ],
1037
+ [
1038
+ "in",
1039
+ [
1040
+ "get",
1041
+ "class"
1042
+ ],
1043
+ [
1044
+ "literal",
1045
+ [
1046
+ "motorway",
1047
+ "trunk"
1048
+ ]
1049
+ ]
1050
+ ],
1051
+ [
1052
+ "!=",
1053
+ [
1054
+ "get",
1055
+ "ramp"
1056
+ ],
1057
+ 1
1058
+ ]
1059
+ ],
1060
+ "paint": {
1061
+ "line-color": "#808080",
1062
+ "line-width": [
1063
+ "interpolate",
1064
+ [
1065
+ "exponential",
1066
+ 1.6
1067
+ ],
1068
+ [
1069
+ "zoom"
1070
+ ],
1071
+ 3,
1072
+ 0,
1073
+ 6,
1074
+ 1.1,
1075
+ 12,
1076
+ 1.6,
1077
+ 15,
1078
+ 5,
1079
+ 18,
1080
+ 15
1081
+ ]
1082
+ }
1083
+ },
1084
+ {
1085
+ "id": "buildings",
1086
+ "type": "fill",
1087
+ "source": "geog",
1088
+ "source-layer": "building",
1089
+ "paint": {
1090
+ "fill-color": "#484848",
1091
+ "fill-opacity": 0.5
1092
+ }
1093
+ },
1094
+ {
1095
+ "id": "roads_pier",
1096
+ "type": "line",
1097
+ "source": "geog",
1098
+ "source-layer": "transportation",
1099
+ "filter": [
1100
+ "==",
1101
+ "subclass",
1102
+ "pier"
1103
+ ],
1104
+ "paint": {
1105
+ "line-color": "#3d3d3d",
1106
+ "line-width": [
1107
+ "interpolate",
1108
+ [
1109
+ "exponential",
1110
+ 1.6
1111
+ ],
1112
+ [
1113
+ "zoom"
1114
+ ],
1115
+ 12,
1116
+ 0,
1117
+ 12.5,
1118
+ 0.5,
1119
+ 20,
1120
+ 16
1121
+ ]
1122
+ }
1123
+ },
1124
+ {
1125
+ "id": "roads_minor_service_casing",
1126
+ "type": "line",
1127
+ "source": "geog",
1128
+ "source-layer": "transportation",
1129
+ "minzoom": 16,
1130
+ "filter": [
1131
+ "all",
1132
+ [
1133
+ "!",
1134
+ [
1135
+ "has",
1136
+ "brunnel"
1137
+ ]
1138
+ ],
1139
+ [
1140
+ "==",
1141
+ [
1142
+ "get",
1143
+ "class"
1144
+ ],
1145
+ "service"
1146
+ ]
1147
+ ],
1148
+ "paint": {
1149
+ "line-color": "#0d0e0f",
1150
+ "line-gap-width": [
1151
+ "interpolate",
1152
+ [
1153
+ "exponential",
1154
+ 1.6
1155
+ ],
1156
+ [
1157
+ "zoom"
1158
+ ],
1159
+ 13,
1160
+ 0,
1161
+ 18,
1162
+ 8
1163
+ ],
1164
+ "line-width": [
1165
+ "interpolate",
1166
+ [
1167
+ "exponential",
1168
+ 1.6
1169
+ ],
1170
+ [
1171
+ "zoom"
1172
+ ],
1173
+ 13,
1174
+ 0,
1175
+ 13.5,
1176
+ 0.8
1177
+ ]
1178
+ }
1179
+ },
1180
+ {
1181
+ "id": "roads_minor_casing",
1182
+ "type": "line",
1183
+ "source": "geog",
1184
+ "source-layer": "transportation",
1185
+ "filter": [
1186
+ "all",
1187
+ [
1188
+ "!",
1189
+ [
1190
+ "has",
1191
+ "brunnel"
1192
+ ]
1193
+ ],
1194
+ [
1195
+ "in",
1196
+ [
1197
+ "get",
1198
+ "class"
1199
+ ],
1200
+ [
1201
+ "literal",
1202
+ [
1203
+ "minor",
1204
+ "residential",
1205
+ "unclassified"
1206
+ ]
1207
+ ]
1208
+ ]
1209
+ ],
1210
+ "paint": {
1211
+ "line-color": "#0d0e0f",
1212
+ "line-gap-width": [
1213
+ "interpolate",
1214
+ [
1215
+ "exponential",
1216
+ 1.6
1217
+ ],
1218
+ [
1219
+ "zoom"
1220
+ ],
1221
+ 11,
1222
+ 0,
1223
+ 12.5,
1224
+ 0.5,
1225
+ 15,
1226
+ 2,
1227
+ 18,
1228
+ 11
1229
+ ],
1230
+ "line-width": [
1231
+ "interpolate",
1232
+ [
1233
+ "exponential",
1234
+ 1.6
1235
+ ],
1236
+ [
1237
+ "zoom"
1238
+ ],
1239
+ 12,
1240
+ 0,
1241
+ 12.5,
1242
+ 1
1243
+ ]
1244
+ }
1245
+ },
1246
+ {
1247
+ "id": "roads_link_casing",
1248
+ "type": "line",
1249
+ "source": "geog",
1250
+ "source-layer": "transportation",
1251
+ "filter": [
1252
+ "==",
1253
+ [
1254
+ "get",
1255
+ "ramp"
1256
+ ],
1257
+ 1
1258
+ ],
1259
+ "paint": {
1260
+ "line-color": "#0d0e0f",
1261
+ "line-gap-width": [
1262
+ "interpolate",
1263
+ [
1264
+ "exponential",
1265
+ 1.6
1266
+ ],
1267
+ [
1268
+ "zoom"
1269
+ ],
1270
+ 13,
1271
+ 0,
1272
+ 13.5,
1273
+ 1,
1274
+ 18,
1275
+ 11
1276
+ ],
1277
+ "line-width": [
1278
+ "interpolate",
1279
+ [
1280
+ "exponential",
1281
+ 1.6
1282
+ ],
1283
+ [
1284
+ "zoom"
1285
+ ],
1286
+ 12,
1287
+ 0,
1288
+ 12.5,
1289
+ 1
1290
+ ]
1291
+ },
1292
+ "minzoom": 13
1293
+ },
1294
+ {
1295
+ "id": "roads_major_casing",
1296
+ "type": "line",
1297
+ "source": "geog",
1298
+ "source-layer": "transportation",
1299
+ "filter": [
1300
+ "all",
1301
+ [
1302
+ "!",
1303
+ [
1304
+ "has",
1305
+ "brunnel"
1306
+ ]
1307
+ ],
1308
+ [
1309
+ "in",
1310
+ [
1311
+ "get",
1312
+ "class"
1313
+ ],
1314
+ [
1315
+ "literal",
1316
+ [
1317
+ "primary",
1318
+ "secondary",
1319
+ "tertiary"
1320
+ ]
1321
+ ]
1322
+ ]
1323
+ ],
1324
+ "paint": {
1325
+ "line-color": "#080808",
1326
+ "line-gap-width": [
1327
+ "interpolate",
1328
+ [
1329
+ "exponential",
1330
+ 1.6
1331
+ ],
1332
+ [
1333
+ "zoom"
1334
+ ],
1335
+ 7,
1336
+ 0,
1337
+ 7.5,
1338
+ 0.5,
1339
+ 18,
1340
+ 13
1341
+ ],
1342
+ "line-width": [
1343
+ "interpolate",
1344
+ [
1345
+ "exponential",
1346
+ 1.6
1347
+ ],
1348
+ [
1349
+ "zoom"
1350
+ ],
1351
+ 9,
1352
+ 0,
1353
+ 9.5,
1354
+ 1
1355
+ ]
1356
+ },
1357
+ "minzoom": 12
1358
+ },
1359
+ {
1360
+ "id": "roads_highway_casing",
1361
+ "type": "line",
1362
+ "source": "geog",
1363
+ "source-layer": "transportation",
1364
+ "filter": [
1365
+ "all",
1366
+ [
1367
+ "!",
1368
+ [
1369
+ "has",
1370
+ "brunnel"
1371
+ ]
1372
+ ],
1373
+ [
1374
+ "in",
1375
+ [
1376
+ "get",
1377
+ "class"
1378
+ ],
1379
+ [
1380
+ "literal",
1381
+ [
1382
+ "motorway",
1383
+ "trunk"
1384
+ ]
1385
+ ]
1386
+ ],
1387
+ [
1388
+ "!=",
1389
+ [
1390
+ "get",
1391
+ "ramp"
1392
+ ],
1393
+ 1
1394
+ ]
1395
+ ],
1396
+ "paint": {
1397
+ "line-color": "#060606",
1398
+ "line-gap-width": [
1399
+ "interpolate",
1400
+ [
1401
+ "exponential",
1402
+ 1.6
1403
+ ],
1404
+ [
1405
+ "zoom"
1406
+ ],
1407
+ 3,
1408
+ 0,
1409
+ 3.5,
1410
+ 0.5,
1411
+ 18,
1412
+ 15
1413
+ ],
1414
+ "line-width": [
1415
+ "interpolate",
1416
+ [
1417
+ "exponential",
1418
+ 1.6
1419
+ ],
1420
+ [
1421
+ "zoom"
1422
+ ],
1423
+ 7,
1424
+ 0,
1425
+ 7.5,
1426
+ 1,
1427
+ 20,
1428
+ 15
1429
+ ]
1430
+ },
1431
+ "minzoom": 12
1432
+ },
1433
+ {
1434
+ "id": "roads_other",
1435
+ "type": "line",
1436
+ "source": "geog",
1437
+ "source-layer": "transportation",
1438
+ "filter": [
1439
+ "all",
1440
+ [
1441
+ "!",
1442
+ [
1443
+ "has",
1444
+ "brunnel"
1445
+ ]
1446
+ ],
1447
+ [
1448
+ "in",
1449
+ [
1450
+ "get",
1451
+ "class"
1452
+ ],
1453
+ [
1454
+ "literal",
1455
+ [
1456
+ "track",
1457
+ "path"
1458
+ ]
1459
+ ]
1460
+ ]
1461
+ ],
1462
+ "paint": {
1463
+ "line-color": "#3a3a3a",
1464
+ "line-width": [
1465
+ "interpolate",
1466
+ [
1467
+ "exponential",
1468
+ 1.6
1469
+ ],
1470
+ [
1471
+ "zoom"
1472
+ ],
1473
+ 14,
1474
+ 0,
1475
+ 20,
1476
+ 7
1477
+ ],
1478
+ "line-dasharray": [
1479
+ 3,
1480
+ 1
1481
+ ]
1482
+ }
1483
+ },
1484
+ {
1485
+ "id": "roads_link",
1486
+ "type": "line",
1487
+ "source": "geog",
1488
+ "source-layer": "transportation",
1489
+ "filter": [
1490
+ "==",
1491
+ [
1492
+ "get",
1493
+ "ramp"
1494
+ ],
1495
+ 1
1496
+ ],
1497
+ "paint": {
1498
+ "line-color": "#606060",
1499
+ "line-width": [
1500
+ "interpolate",
1501
+ [
1502
+ "exponential",
1503
+ 1.6
1504
+ ],
1505
+ [
1506
+ "zoom"
1507
+ ],
1508
+ 13,
1509
+ 0,
1510
+ 13.5,
1511
+ 1,
1512
+ 18,
1513
+ 11
1514
+ ]
1515
+ }
1516
+ },
1517
+ {
1518
+ "id": "roads_minor_service",
1519
+ "type": "line",
1520
+ "source": "geog",
1521
+ "source-layer": "transportation",
1522
+ "filter": [
1523
+ "all",
1524
+ [
1525
+ "!",
1526
+ [
1527
+ "has",
1528
+ "brunnel"
1529
+ ]
1530
+ ],
1531
+ [
1532
+ "==",
1533
+ [
1534
+ "get",
1535
+ "class"
1536
+ ],
1537
+ "service"
1538
+ ]
1539
+ ],
1540
+ "paint": {
1541
+ "line-color": "#484848",
1542
+ "line-width": [
1543
+ "interpolate",
1544
+ [
1545
+ "exponential",
1546
+ 1.6
1547
+ ],
1548
+ [
1549
+ "zoom"
1550
+ ],
1551
+ 13,
1552
+ 0,
1553
+ 18,
1554
+ 8
1555
+ ]
1556
+ }
1557
+ },
1558
+ {
1559
+ "id": "roads_minor",
1560
+ "type": "line",
1561
+ "source": "geog",
1562
+ "source-layer": "transportation",
1563
+ "filter": [
1564
+ "all",
1565
+ [
1566
+ "!",
1567
+ [
1568
+ "has",
1569
+ "brunnel"
1570
+ ]
1571
+ ],
1572
+ [
1573
+ "in",
1574
+ [
1575
+ "get",
1576
+ "class"
1577
+ ],
1578
+ [
1579
+ "literal",
1580
+ [
1581
+ "minor",
1582
+ "residential",
1583
+ "unclassified"
1584
+ ]
1585
+ ]
1586
+ ]
1587
+ ],
1588
+ "paint": {
1589
+ "line-color": [
1590
+ "interpolate",
1591
+ [
1592
+ "exponential",
1593
+ 1.6
1594
+ ],
1595
+ [
1596
+ "zoom"
1597
+ ],
1598
+ 11,
1599
+ "#484848",
1600
+ 16,
1601
+ "#484848"
1602
+ ],
1603
+ "line-width": [
1604
+ "interpolate",
1605
+ [
1606
+ "exponential",
1607
+ 1.6
1608
+ ],
1609
+ [
1610
+ "zoom"
1611
+ ],
1612
+ 11,
1613
+ 0,
1614
+ 12.5,
1615
+ 0.5,
1616
+ 15,
1617
+ 2,
1618
+ 18,
1619
+ 11
1620
+ ]
1621
+ }
1622
+ },
1623
+ {
1624
+ "id": "roads_major_casing_early",
1625
+ "type": "line",
1626
+ "source": "geog",
1627
+ "source-layer": "transportation",
1628
+ "maxzoom": 12,
1629
+ "filter": [
1630
+ "all",
1631
+ [
1632
+ "!",
1633
+ [
1634
+ "has",
1635
+ "brunnel"
1636
+ ]
1637
+ ],
1638
+ [
1639
+ "in",
1640
+ [
1641
+ "get",
1642
+ "class"
1643
+ ],
1644
+ [
1645
+ "literal",
1646
+ [
1647
+ "primary",
1648
+ "secondary",
1649
+ "tertiary"
1650
+ ]
1651
+ ]
1652
+ ]
1653
+ ],
1654
+ "paint": {
1655
+ "line-color": "#080808",
1656
+ "line-gap-width": [
1657
+ "interpolate",
1658
+ [
1659
+ "exponential",
1660
+ 1.6
1661
+ ],
1662
+ [
1663
+ "zoom"
1664
+ ],
1665
+ 7,
1666
+ 0,
1667
+ 7.5,
1668
+ 0.5,
1669
+ 18,
1670
+ 13
1671
+ ],
1672
+ "line-width": [
1673
+ "interpolate",
1674
+ [
1675
+ "exponential",
1676
+ 1.6
1677
+ ],
1678
+ [
1679
+ "zoom"
1680
+ ],
1681
+ 9,
1682
+ 0,
1683
+ 9.5,
1684
+ 1
1685
+ ]
1686
+ }
1687
+ },
1688
+ {
1689
+ "id": "roads_major",
1690
+ "type": "line",
1691
+ "source": "geog",
1692
+ "source-layer": "transportation",
1693
+ "filter": [
1694
+ "all",
1695
+ [
1696
+ "!",
1697
+ [
1698
+ "has",
1699
+ "brunnel"
1700
+ ]
1701
+ ],
1702
+ [
1703
+ "in",
1704
+ [
1705
+ "get",
1706
+ "class"
1707
+ ],
1708
+ [
1709
+ "literal",
1710
+ [
1711
+ "primary",
1712
+ "secondary",
1713
+ "tertiary"
1714
+ ]
1715
+ ]
1716
+ ]
1717
+ ],
1718
+ "paint": {
1719
+ "line-color": "#707070",
1720
+ "line-width": [
1721
+ "interpolate",
1722
+ [
1723
+ "exponential",
1724
+ 1.6
1725
+ ],
1726
+ [
1727
+ "zoom"
1728
+ ],
1729
+ 6,
1730
+ 0,
1731
+ 12,
1732
+ 1.6,
1733
+ 15,
1734
+ 3,
1735
+ 18,
1736
+ 13
1737
+ ]
1738
+ }
1739
+ },
1740
+ {
1741
+ "id": "roads_highway_casing_early",
1742
+ "type": "line",
1743
+ "source": "geog",
1744
+ "source-layer": "transportation",
1745
+ "maxzoom": 12,
1746
+ "filter": [
1747
+ "all",
1748
+ [
1749
+ "!",
1750
+ [
1751
+ "has",
1752
+ "brunnel"
1753
+ ]
1754
+ ],
1755
+ [
1756
+ "in",
1757
+ [
1758
+ "get",
1759
+ "class"
1760
+ ],
1761
+ [
1762
+ "literal",
1763
+ [
1764
+ "motorway",
1765
+ "trunk"
1766
+ ]
1767
+ ]
1768
+ ],
1769
+ [
1770
+ "!=",
1771
+ [
1772
+ "get",
1773
+ "ramp"
1774
+ ],
1775
+ 1
1776
+ ]
1777
+ ],
1778
+ "paint": {
1779
+ "line-color": "#060606",
1780
+ "line-gap-width": [
1781
+ "interpolate",
1782
+ [
1783
+ "exponential",
1784
+ 1.6
1785
+ ],
1786
+ [
1787
+ "zoom"
1788
+ ],
1789
+ 3,
1790
+ 0,
1791
+ 3.5,
1792
+ 0.5,
1793
+ 18,
1794
+ 10
1795
+ ],
1796
+ "line-width": [
1797
+ "interpolate",
1798
+ [
1799
+ "exponential",
1800
+ 1.6
1801
+ ],
1802
+ [
1803
+ "zoom"
1804
+ ],
1805
+ 7,
1806
+ 0,
1807
+ 7.5,
1808
+ 1
1809
+ ]
1810
+ }
1811
+ },
1812
+ {
1813
+ "id": "roads_highway",
1814
+ "type": "line",
1815
+ "source": "geog",
1816
+ "source-layer": "transportation",
1817
+ "filter": [
1818
+ "all",
1819
+ [
1820
+ "!",
1821
+ [
1822
+ "has",
1823
+ "brunnel"
1824
+ ]
1825
+ ],
1826
+ [
1827
+ "in",
1828
+ [
1829
+ "get",
1830
+ "class"
1831
+ ],
1832
+ [
1833
+ "literal",
1834
+ [
1835
+ "motorway",
1836
+ "trunk"
1837
+ ]
1838
+ ]
1839
+ ],
1840
+ [
1841
+ "!=",
1842
+ [
1843
+ "get",
1844
+ "ramp"
1845
+ ],
1846
+ 1
1847
+ ]
1848
+ ],
1849
+ "paint": {
1850
+ "line-color": "#808080",
1851
+ "line-width": [
1852
+ "interpolate",
1853
+ [
1854
+ "exponential",
1855
+ 1.6
1856
+ ],
1857
+ [
1858
+ "zoom"
1859
+ ],
1860
+ 3,
1861
+ 0,
1862
+ 6,
1863
+ 1.1,
1864
+ 12,
1865
+ 1.6,
1866
+ 15,
1867
+ 5,
1868
+ 18,
1869
+ 15
1870
+ ]
1871
+ }
1872
+ },
1873
+ {
1874
+ "id": "transit_freight_rail",
1875
+ "type": "line",
1876
+ "source": "geog",
1877
+ "source-layer": "transportation",
1878
+ "minzoom": 11,
1879
+ "filter": [
1880
+ "all",
1881
+ [
1882
+ "==",
1883
+ [
1884
+ "get",
1885
+ "class"
1886
+ ],
1887
+ "rail"
1888
+ ],
1889
+ [
1890
+ "==",
1891
+ [
1892
+ "get",
1893
+ "usage"
1894
+ ],
1895
+ "freight"
1896
+ ],
1897
+ [
1898
+ "!",
1899
+ [
1900
+ "has",
1901
+ "service"
1902
+ ]
1903
+ ]
1904
+ ],
1905
+ "paint": {
1906
+ "line-color": "#6a6a6a",
1907
+ "line-width": [
1908
+ "interpolate",
1909
+ [
1910
+ "exponential",
1911
+ 1.4
1912
+ ],
1913
+ [
1914
+ "zoom"
1915
+ ],
1916
+ 11,
1917
+ 1.5,
1918
+ 13,
1919
+ 2.5,
1920
+ 16,
1921
+ 4.5
1922
+ ],
1923
+ "line-dasharray": [
1924
+ 0.5,
1925
+ 1.5
1926
+ ],
1927
+ "line-opacity": 0.6
1928
+ }
1929
+ },
1930
+ {
1931
+ "id": "transit_bus_infrastructure",
1932
+ "type": "line",
1933
+ "source": "geog",
1934
+ "source-layer": "transportation",
1935
+ "minzoom": 13,
1936
+ "filter": [
1937
+ "==",
1938
+ [
1939
+ "get",
1940
+ "class"
1941
+ ],
1942
+ "bus"
1943
+ ],
1944
+ "paint": {
1945
+ "line-color": "#f4a261",
1946
+ "line-width": [
1947
+ "interpolate",
1948
+ [
1949
+ "exponential",
1950
+ 1.4
1951
+ ],
1952
+ [
1953
+ "zoom"
1954
+ ],
1955
+ 13,
1956
+ 1.2,
1957
+ 15,
1958
+ 2,
1959
+ 18,
1960
+ 4
1961
+ ],
1962
+ "line-dasharray": [
1963
+ 2,
1964
+ 1
1965
+ ],
1966
+ "line-opacity": 0.6
1967
+ }
1968
+ },
1969
+ {
1970
+ "id": "transit_heritage_rail",
1971
+ "type": "line",
1972
+ "source": "geog",
1973
+ "source-layer": "transportation",
1974
+ "minzoom": 13,
1975
+ "filter": [
1976
+ "all",
1977
+ [
1978
+ "==",
1979
+ [
1980
+ "get",
1981
+ "class"
1982
+ ],
1983
+ "rail"
1984
+ ],
1985
+ [
1986
+ "==",
1987
+ [
1988
+ "get",
1989
+ "usage"
1990
+ ],
1991
+ "heritage"
1992
+ ]
1993
+ ],
1994
+ "paint": {
1995
+ "line-color": "#a0a0c0",
1996
+ "line-width": 1.8,
1997
+ "line-dasharray": [
1998
+ 0.5,
1999
+ 0.5
2000
+ ],
2001
+ "line-opacity": 0.5
2002
+ }
2003
+ },
2004
+ {
2005
+ "id": "transit_mixed_rail",
2006
+ "type": "line",
2007
+ "source": "geog",
2008
+ "source-layer": "transportation",
2009
+ "minzoom": 11,
2010
+ "filter": [
2011
+ "all",
2012
+ [
2013
+ "==",
2014
+ [
2015
+ "get",
2016
+ "class"
2017
+ ],
2018
+ "rail"
2019
+ ],
2020
+ [
2021
+ "==",
2022
+ [
2023
+ "get",
2024
+ "usage"
2025
+ ],
2026
+ "mixed"
2027
+ ]
2028
+ ],
2029
+ "paint": {
2030
+ "line-color": "#9ca3af",
2031
+ "line-width": [
2032
+ "interpolate",
2033
+ [
2034
+ "exponential",
2035
+ 1.4
2036
+ ],
2037
+ [
2038
+ "zoom"
2039
+ ],
2040
+ 11,
2041
+ 1.5,
2042
+ 13,
2043
+ 2.2,
2044
+ 16,
2045
+ 4
2046
+ ],
2047
+ "line-dasharray": [
2048
+ 0.4,
2049
+ 0.4
2050
+ ],
2051
+ "line-opacity": 0.6
2052
+ }
2053
+ },
2054
+ {
2055
+ "id": "transit_urban_rail",
2056
+ "type": "line",
2057
+ "source": "geog",
2058
+ "source-layer": "transportation",
2059
+ "minzoom": 11,
2060
+ "filter": [
2061
+ "all",
2062
+ [
2063
+ "==",
2064
+ [
2065
+ "get",
2066
+ "class"
2067
+ ],
2068
+ "rail"
2069
+ ],
2070
+ [
2071
+ "in",
2072
+ [
2073
+ "get",
2074
+ "subclass"
2075
+ ],
2076
+ [
2077
+ "literal",
2078
+ [
2079
+ "subway",
2080
+ "light_rail",
2081
+ "tram",
2082
+ "monorail"
2083
+ ]
2084
+ ]
2085
+ ]
2086
+ ],
2087
+ "paint": {
2088
+ "line-color": "#9ca3af",
2089
+ "line-width": [
2090
+ "interpolate",
2091
+ [
2092
+ "exponential",
2093
+ 1.4
2094
+ ],
2095
+ [
2096
+ "zoom"
2097
+ ],
2098
+ 11,
2099
+ 1.5,
2100
+ 14,
2101
+ 2.5,
2102
+ 18,
2103
+ 4
2104
+ ],
2105
+ "line-dasharray": [
2106
+ 0.4,
2107
+ 1.2
2108
+ ],
2109
+ "line-opacity": 0.6
2110
+ }
2111
+ },
2112
+ {
2113
+ "id": "transit_passenger_rail",
2114
+ "type": "line",
2115
+ "source": "geog",
2116
+ "source-layer": "transportation",
2117
+ "minzoom": 10,
2118
+ "filter": [
2119
+ "all",
2120
+ [
2121
+ "==",
2122
+ [
2123
+ "get",
2124
+ "class"
2125
+ ],
2126
+ "rail"
2127
+ ],
2128
+ [
2129
+ "!",
2130
+ [
2131
+ "has",
2132
+ "usage"
2133
+ ]
2134
+ ],
2135
+ [
2136
+ "!",
2137
+ [
2138
+ "in",
2139
+ [
2140
+ "get",
2141
+ "subclass"
2142
+ ],
2143
+ [
2144
+ "literal",
2145
+ [
2146
+ "subway",
2147
+ "light_rail",
2148
+ "tram",
2149
+ "monorail"
2150
+ ]
2151
+ ]
2152
+ ]
2153
+ ]
2154
+ ],
2155
+ "paint": {
2156
+ "line-color": "#9ca3af",
2157
+ "line-width": [
2158
+ "interpolate",
2159
+ [
2160
+ "exponential",
2161
+ 1.4
2162
+ ],
2163
+ [
2164
+ "zoom"
2165
+ ],
2166
+ 10,
2167
+ 1.5,
2168
+ 13,
2169
+ 2.2,
2170
+ 16,
2171
+ 3.5
2172
+ ],
2173
+ "line-dasharray": [
2174
+ 0.4,
2175
+ 1.2
2176
+ ],
2177
+ "line-opacity": 0.5
2178
+ }
2179
+ },
2180
+ {
2181
+ "id": "transit_service_tracks",
2182
+ "type": "line",
2183
+ "source": "geog",
2184
+ "source-layer": "transportation",
2185
+ "minzoom": 14,
2186
+ "filter": [
2187
+ "all",
2188
+ [
2189
+ "==",
2190
+ [
2191
+ "get",
2192
+ "class"
2193
+ ],
2194
+ "rail"
2195
+ ],
2196
+ [
2197
+ "has",
2198
+ "service"
2199
+ ]
2200
+ ],
2201
+ "paint": {
2202
+ "line-color": "#9ca3af",
2203
+ "line-width": 1,
2204
+ "line-dasharray": [
2205
+ 0.3,
2206
+ 2
2207
+ ],
2208
+ "line-opacity": 0.3
2209
+ }
2210
+ },
2211
+ {
2212
+ "id": "transit_ferry",
2213
+ "type": "line",
2214
+ "source": "geog",
2215
+ "source-layer": "transportation",
2216
+ "minzoom": 4,
2217
+ "filter": [
2218
+ "==",
2219
+ [
2220
+ "get",
2221
+ "class"
2222
+ ],
2223
+ "ferry"
2224
+ ],
2225
+ "paint": {
2226
+ "line-color": "#404040",
2227
+ "line-width": 1.5,
2228
+ "line-dasharray": [
2229
+ 4,
2230
+ 2
2231
+ ],
2232
+ "line-opacity": 0.6
2233
+ }
2234
+ },
2235
+ {
2236
+ "id": "boundaries_country",
2237
+ "type": "line",
2238
+ "source": "geog",
2239
+ "source-layer": "boundary",
2240
+ "filter": [
2241
+ "<=",
2242
+ "admin_level",
2243
+ 2
2244
+ ],
2245
+ "paint": {
2246
+ "line-color": "#5a3e42",
2247
+ "line-width": 0.7,
2248
+ "line-dasharray": [
2249
+ "step",
2250
+ [
2251
+ "zoom"
2252
+ ],
2253
+ [
2254
+ "literal",
2255
+ [
2256
+ 2,
2257
+ 0
2258
+ ]
2259
+ ],
2260
+ 4,
2261
+ [
2262
+ "literal",
2263
+ [
2264
+ 2,
2265
+ 1
2266
+ ]
2267
+ ]
2268
+ ]
2269
+ }
2270
+ },
2271
+ {
2272
+ "id": "boundaries",
2273
+ "type": "line",
2274
+ "source": "geog",
2275
+ "source-layer": "boundary",
2276
+ "filter": [
2277
+ ">",
2278
+ "admin_level",
2279
+ 2
2280
+ ],
2281
+ "paint": {
2282
+ "line-color": "#5a3e42",
2283
+ "line-width": 0.4,
2284
+ "line-dasharray": [
2285
+ "step",
2286
+ [
2287
+ "zoom"
2288
+ ],
2289
+ [
2290
+ "literal",
2291
+ [
2292
+ 2,
2293
+ 0
2294
+ ]
2295
+ ],
2296
+ 4,
2297
+ [
2298
+ "literal",
2299
+ [
2300
+ 2,
2301
+ 1
2302
+ ]
2303
+ ]
2304
+ ]
2305
+ }
2306
+ },
2307
+ {
2308
+ "id": "roads_bridges_other_casing",
2309
+ "type": "line",
2310
+ "source": "geog",
2311
+ "source-layer": "transportation",
2312
+ "filter": [
2313
+ "all",
2314
+ [
2315
+ "==",
2316
+ [
2317
+ "get",
2318
+ "brunnel"
2319
+ ],
2320
+ "bridge"
2321
+ ],
2322
+ [
2323
+ "in",
2324
+ [
2325
+ "get",
2326
+ "class"
2327
+ ],
2328
+ [
2329
+ "literal",
2330
+ [
2331
+ "track",
2332
+ "path"
2333
+ ]
2334
+ ]
2335
+ ]
2336
+ ],
2337
+ "paint": {
2338
+ "line-color": "#0d0e0f",
2339
+ "line-gap-width": [
2340
+ "interpolate",
2341
+ [
2342
+ "exponential",
2343
+ 1.6
2344
+ ],
2345
+ [
2346
+ "zoom"
2347
+ ],
2348
+ 14,
2349
+ 0,
2350
+ 20,
2351
+ 7
2352
+ ],
2353
+ "line-width": [
2354
+ "interpolate",
2355
+ [
2356
+ "exponential",
2357
+ 1.6
2358
+ ],
2359
+ [
2360
+ "zoom"
2361
+ ],
2362
+ 12,
2363
+ 0,
2364
+ 12.5,
2365
+ 1
2366
+ ]
2367
+ },
2368
+ "minzoom": 12
2369
+ },
2370
+ {
2371
+ "id": "roads_bridges_link_casing",
2372
+ "type": "line",
2373
+ "source": "geog",
2374
+ "source-layer": "transportation",
2375
+ "filter": [
2376
+ "all",
2377
+ [
2378
+ "==",
2379
+ [
2380
+ "get",
2381
+ "brunnel"
2382
+ ],
2383
+ "bridge"
2384
+ ],
2385
+ [
2386
+ "==",
2387
+ [
2388
+ "get",
2389
+ "ramp"
2390
+ ],
2391
+ 1
2392
+ ]
2393
+ ],
2394
+ "paint": {
2395
+ "line-color": "#0d0e0f",
2396
+ "line-gap-width": [
2397
+ "interpolate",
2398
+ [
2399
+ "exponential",
2400
+ 1.6
2401
+ ],
2402
+ [
2403
+ "zoom"
2404
+ ],
2405
+ 13,
2406
+ 0,
2407
+ 13.5,
2408
+ 1,
2409
+ 18,
2410
+ 11
2411
+ ],
2412
+ "line-width": [
2413
+ "interpolate",
2414
+ [
2415
+ "exponential",
2416
+ 1.6
2417
+ ],
2418
+ [
2419
+ "zoom"
2420
+ ],
2421
+ 12,
2422
+ 0,
2423
+ 12.5,
2424
+ 1
2425
+ ]
2426
+ },
2427
+ "minzoom": 12
2428
+ },
2429
+ {
2430
+ "id": "roads_bridges_minor_casing",
2431
+ "type": "line",
2432
+ "source": "geog",
2433
+ "source-layer": "transportation",
2434
+ "filter": [
2435
+ "all",
2436
+ [
2437
+ "==",
2438
+ [
2439
+ "get",
2440
+ "brunnel"
2441
+ ],
2442
+ "bridge"
2443
+ ],
2444
+ [
2445
+ "in",
2446
+ [
2447
+ "get",
2448
+ "class"
2449
+ ],
2450
+ [
2451
+ "literal",
2452
+ [
2453
+ "minor",
2454
+ "residential",
2455
+ "unclassified"
2456
+ ]
2457
+ ]
2458
+ ]
2459
+ ],
2460
+ "paint": {
2461
+ "line-color": "#0d0e0f",
2462
+ "line-gap-width": [
2463
+ "interpolate",
2464
+ [
2465
+ "exponential",
2466
+ 1.6
2467
+ ],
2468
+ [
2469
+ "zoom"
2470
+ ],
2471
+ 11,
2472
+ 0,
2473
+ 12.5,
2474
+ 0.5,
2475
+ 15,
2476
+ 2,
2477
+ 18,
2478
+ 11
2479
+ ],
2480
+ "line-width": [
2481
+ "interpolate",
2482
+ [
2483
+ "exponential",
2484
+ 1.6
2485
+ ],
2486
+ [
2487
+ "zoom"
2488
+ ],
2489
+ 12,
2490
+ 0,
2491
+ 12.5,
2492
+ 1
2493
+ ]
2494
+ },
2495
+ "minzoom": 12
2496
+ },
2497
+ {
2498
+ "id": "roads_bridges_major_casing",
2499
+ "type": "line",
2500
+ "source": "geog",
2501
+ "source-layer": "transportation",
2502
+ "filter": [
2503
+ "all",
2504
+ [
2505
+ "==",
2506
+ [
2507
+ "get",
2508
+ "brunnel"
2509
+ ],
2510
+ "bridge"
2511
+ ],
2512
+ [
2513
+ "in",
2514
+ [
2515
+ "get",
2516
+ "class"
2517
+ ],
2518
+ [
2519
+ "literal",
2520
+ [
2521
+ "primary",
2522
+ "secondary",
2523
+ "tertiary"
2524
+ ]
2525
+ ]
2526
+ ]
2527
+ ],
2528
+ "paint": {
2529
+ "line-color": "#080808",
2530
+ "line-gap-width": [
2531
+ "interpolate",
2532
+ [
2533
+ "exponential",
2534
+ 1.6
2535
+ ],
2536
+ [
2537
+ "zoom"
2538
+ ],
2539
+ 7,
2540
+ 0,
2541
+ 7.5,
2542
+ 0.5,
2543
+ 18,
2544
+ 13
2545
+ ],
2546
+ "line-width": [
2547
+ "interpolate",
2548
+ [
2549
+ "exponential",
2550
+ 1.6
2551
+ ],
2552
+ [
2553
+ "zoom"
2554
+ ],
2555
+ 9,
2556
+ 0,
2557
+ 9.5,
2558
+ 1
2559
+ ]
2560
+ },
2561
+ "minzoom": 12
2562
+ },
2563
+ {
2564
+ "id": "roads_bridges_other",
2565
+ "type": "line",
2566
+ "source": "geog",
2567
+ "source-layer": "transportation",
2568
+ "filter": [
2569
+ "all",
2570
+ [
2571
+ "==",
2572
+ [
2573
+ "get",
2574
+ "brunnel"
2575
+ ],
2576
+ "bridge"
2577
+ ],
2578
+ [
2579
+ "in",
2580
+ [
2581
+ "get",
2582
+ "class"
2583
+ ],
2584
+ [
2585
+ "literal",
2586
+ [
2587
+ "track",
2588
+ "path"
2589
+ ]
2590
+ ]
2591
+ ]
2592
+ ],
2593
+ "paint": {
2594
+ "line-color": "#3a3a3a",
2595
+ "line-width": [
2596
+ "interpolate",
2597
+ [
2598
+ "exponential",
2599
+ 1.6
2600
+ ],
2601
+ [
2602
+ "zoom"
2603
+ ],
2604
+ 14,
2605
+ 0,
2606
+ 20,
2607
+ 7
2608
+ ],
2609
+ "line-dasharray": [
2610
+ 2,
2611
+ 1
2612
+ ]
2613
+ },
2614
+ "minzoom": 12
2615
+ },
2616
+ {
2617
+ "id": "roads_bridges_link",
2618
+ "type": "line",
2619
+ "source": "geog",
2620
+ "source-layer": "transportation",
2621
+ "filter": [
2622
+ "all",
2623
+ [
2624
+ "==",
2625
+ [
2626
+ "get",
2627
+ "brunnel"
2628
+ ],
2629
+ "bridge"
2630
+ ],
2631
+ [
2632
+ "==",
2633
+ [
2634
+ "get",
2635
+ "ramp"
2636
+ ],
2637
+ 1
2638
+ ]
2639
+ ],
2640
+ "paint": {
2641
+ "line-color": "#484848",
2642
+ "line-width": [
2643
+ "interpolate",
2644
+ [
2645
+ "exponential",
2646
+ 1.6
2647
+ ],
2648
+ [
2649
+ "zoom"
2650
+ ],
2651
+ 13,
2652
+ 0,
2653
+ 13.5,
2654
+ 1,
2655
+ 18,
2656
+ 11
2657
+ ]
2658
+ },
2659
+ "minzoom": 12
2660
+ },
2661
+ {
2662
+ "id": "roads_bridges_minor",
2663
+ "type": "line",
2664
+ "source": "geog",
2665
+ "source-layer": "transportation",
2666
+ "filter": [
2667
+ "all",
2668
+ [
2669
+ "==",
2670
+ [
2671
+ "get",
2672
+ "brunnel"
2673
+ ],
2674
+ "bridge"
2675
+ ],
2676
+ [
2677
+ "in",
2678
+ [
2679
+ "get",
2680
+ "class"
2681
+ ],
2682
+ [
2683
+ "literal",
2684
+ [
2685
+ "minor",
2686
+ "residential",
2687
+ "unclassified"
2688
+ ]
2689
+ ]
2690
+ ]
2691
+ ],
2692
+ "paint": {
2693
+ "line-color": "#484848",
2694
+ "line-width": [
2695
+ "interpolate",
2696
+ [
2697
+ "exponential",
2698
+ 1.6
2699
+ ],
2700
+ [
2701
+ "zoom"
2702
+ ],
2703
+ 11,
2704
+ 0,
2705
+ 12.5,
2706
+ 0.5,
2707
+ 15,
2708
+ 2,
2709
+ 18,
2710
+ 11
2711
+ ]
2712
+ },
2713
+ "minzoom": 12
2714
+ },
2715
+ {
2716
+ "id": "roads_bridges_major",
2717
+ "type": "line",
2718
+ "source": "geog",
2719
+ "source-layer": "transportation",
2720
+ "filter": [
2721
+ "all",
2722
+ [
2723
+ "==",
2724
+ [
2725
+ "get",
2726
+ "brunnel"
2727
+ ],
2728
+ "bridge"
2729
+ ],
2730
+ [
2731
+ "in",
2732
+ [
2733
+ "get",
2734
+ "class"
2735
+ ],
2736
+ [
2737
+ "literal",
2738
+ [
2739
+ "primary",
2740
+ "secondary",
2741
+ "tertiary"
2742
+ ]
2743
+ ]
2744
+ ]
2745
+ ],
2746
+ "paint": {
2747
+ "line-color": "#707070",
2748
+ "line-width": [
2749
+ "interpolate",
2750
+ [
2751
+ "exponential",
2752
+ 1.6
2753
+ ],
2754
+ [
2755
+ "zoom"
2756
+ ],
2757
+ 6,
2758
+ 0,
2759
+ 12,
2760
+ 1.6,
2761
+ 15,
2762
+ 3,
2763
+ 18,
2764
+ 13
2765
+ ]
2766
+ },
2767
+ "minzoom": 12
2768
+ },
2769
+ {
2770
+ "id": "roads_bridges_highway_casing",
2771
+ "type": "line",
2772
+ "source": "geog",
2773
+ "source-layer": "transportation",
2774
+ "filter": [
2775
+ "all",
2776
+ [
2777
+ "==",
2778
+ [
2779
+ "get",
2780
+ "brunnel"
2781
+ ],
2782
+ "bridge"
2783
+ ],
2784
+ [
2785
+ "in",
2786
+ [
2787
+ "get",
2788
+ "class"
2789
+ ],
2790
+ [
2791
+ "literal",
2792
+ [
2793
+ "motorway",
2794
+ "trunk"
2795
+ ]
2796
+ ]
2797
+ ],
2798
+ [
2799
+ "!=",
2800
+ [
2801
+ "get",
2802
+ "ramp"
2803
+ ],
2804
+ 1
2805
+ ]
2806
+ ],
2807
+ "paint": {
2808
+ "line-color": "#060606",
2809
+ "line-gap-width": [
2810
+ "interpolate",
2811
+ [
2812
+ "exponential",
2813
+ 1.6
2814
+ ],
2815
+ [
2816
+ "zoom"
2817
+ ],
2818
+ 3,
2819
+ 0,
2820
+ 3.5,
2821
+ 0.5,
2822
+ 18,
2823
+ 15
2824
+ ],
2825
+ "line-width": [
2826
+ "interpolate",
2827
+ [
2828
+ "exponential",
2829
+ 1.6
2830
+ ],
2831
+ [
2832
+ "zoom"
2833
+ ],
2834
+ 7,
2835
+ 0,
2836
+ 7.5,
2837
+ 1,
2838
+ 20,
2839
+ 15
2840
+ ]
2841
+ },
2842
+ "minzoom": 12
2843
+ },
2844
+ {
2845
+ "id": "roads_bridges_highway",
2846
+ "type": "line",
2847
+ "source": "geog",
2848
+ "source-layer": "transportation",
2849
+ "filter": [
2850
+ "all",
2851
+ [
2852
+ "==",
2853
+ [
2854
+ "get",
2855
+ "brunnel"
2856
+ ],
2857
+ "bridge"
2858
+ ],
2859
+ [
2860
+ "in",
2861
+ [
2862
+ "get",
2863
+ "class"
2864
+ ],
2865
+ [
2866
+ "literal",
2867
+ [
2868
+ "motorway",
2869
+ "trunk"
2870
+ ]
2871
+ ]
2872
+ ],
2873
+ [
2874
+ "!=",
2875
+ [
2876
+ "get",
2877
+ "ramp"
2878
+ ],
2879
+ 1
2880
+ ]
2881
+ ],
2882
+ "paint": {
2883
+ "line-color": "#808080",
2884
+ "line-width": [
2885
+ "interpolate",
2886
+ [
2887
+ "exponential",
2888
+ 1.6
2889
+ ],
2890
+ [
2891
+ "zoom"
2892
+ ],
2893
+ 3,
2894
+ 0,
2895
+ 6,
2896
+ 1.1,
2897
+ 12,
2898
+ 1.6,
2899
+ 15,
2900
+ 5,
2901
+ 18,
2902
+ 15
2903
+ ]
2904
+ }
2905
+ }
2906
+ ],
2907
+ "glyphs": "https://assets.geog.dev/fonts/{fontstack}/{range}.pbf",
2908
+ "sprite": "https://assets.geog.dev/sprites/v0/dark"
2909
+ }