@openhistoricalmap/map-styles 0.9.12 → 0.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/historical/historical.json +656 -450
- package/dist/japanese_scroll/japanese_scroll.json +154 -102
- package/dist/ohm.styles.js +1824 -1211
- package/dist/railway/railway.json +723 -420
- package/dist/woodblock/woodblock.json +159 -107
- package/historical/historical.json +324 -352
- package/japanese_scroll/japanese_scroll.json +89 -89
- package/package.json +5 -5
- package/railway/railway.json +349 -344
- package/woodblock/woodblock.json +96 -98
package/railway/railway.json
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"metadata": {"maputnik:renderer": "mbgljs"},
|
|
5
5
|
"attribution": "<a href=\"https://www.openhistoricalmap.org/\">OpenHistoricalMap</a>",
|
|
6
6
|
"sources": {
|
|
7
|
-
"
|
|
7
|
+
"ohm": {
|
|
8
8
|
"type": "vector",
|
|
9
|
-
"tiles": ["https://vtiles.openhistoricalmap.org/maps/
|
|
9
|
+
"tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
|
|
10
10
|
},
|
|
11
11
|
"ohm_landcover_hillshade": {
|
|
12
12
|
"type": "raster",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
{
|
|
57
57
|
"id": "landuse_areas_earth",
|
|
58
58
|
"type": "fill",
|
|
59
|
-
"source": "
|
|
59
|
+
"source": "ohm",
|
|
60
60
|
"source-layer": "landuse_areas",
|
|
61
61
|
"minzoom": 0,
|
|
62
62
|
"maxzoom": 24,
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
{
|
|
88
88
|
"id": "military_landuselow",
|
|
89
89
|
"type": "fill",
|
|
90
|
-
"source": "
|
|
90
|
+
"source": "ohm",
|
|
91
91
|
"source-layer": "landuse_areas",
|
|
92
92
|
"minzoom": 4,
|
|
93
93
|
"maxzoom": 10,
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
{
|
|
99
99
|
"id": "military-landusehigh",
|
|
100
100
|
"type": "fill",
|
|
101
|
-
"source": "
|
|
101
|
+
"source": "ohm",
|
|
102
102
|
"source-layer": "landuse_areas",
|
|
103
103
|
"minzoom": 10,
|
|
104
104
|
"maxzoom": 24,
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
{
|
|
110
110
|
"id": "military",
|
|
111
111
|
"type": "fill",
|
|
112
|
-
"source": "
|
|
112
|
+
"source": "ohm",
|
|
113
113
|
"source-layer": "other_areas",
|
|
114
114
|
"filter": ["==", ["get", "class"], "military"],
|
|
115
115
|
"layout": {"visibility": "none"},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
{
|
|
119
119
|
"id": "landuse_areas_military_overlay",
|
|
120
120
|
"type": "fill",
|
|
121
|
-
"source": "
|
|
121
|
+
"source": "ohm",
|
|
122
122
|
"source-layer": "landuse_areas",
|
|
123
123
|
"minzoom": 10,
|
|
124
124
|
"maxzoom": 24,
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
{
|
|
134
134
|
"id": "airports",
|
|
135
135
|
"type": "fill",
|
|
136
|
-
"source": "
|
|
136
|
+
"source": "ohm",
|
|
137
137
|
"source-layer": "transport_areas",
|
|
138
138
|
"minzoom": 12,
|
|
139
139
|
"maxzoom": 24,
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "landuse_areas_z12_generalized_land_use",
|
|
146
146
|
"type": "fill",
|
|
147
|
-
"source": "
|
|
147
|
+
"source": "ohm",
|
|
148
148
|
"source-layer": "landuse_areas",
|
|
149
149
|
"minzoom": 12,
|
|
150
150
|
"maxzoom": 24,
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
{
|
|
173
173
|
"id": "landuse_areas_z12_underlying_land_designation",
|
|
174
174
|
"type": "fill",
|
|
175
|
-
"source": "
|
|
175
|
+
"source": "ohm",
|
|
176
176
|
"source-layer": "landuse_areas",
|
|
177
177
|
"minzoom": 12,
|
|
178
178
|
"maxzoom": 24,
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
{
|
|
201
201
|
"id": "landuse_areas_z12_localized_land_use",
|
|
202
202
|
"type": "fill",
|
|
203
|
-
"source": "
|
|
203
|
+
"source": "ohm",
|
|
204
204
|
"source-layer": "landuse_areas",
|
|
205
205
|
"minzoom": 12,
|
|
206
206
|
"maxzoom": 24,
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
{
|
|
243
243
|
"id": "landuse_areas_z12_landcover_short",
|
|
244
244
|
"type": "fill",
|
|
245
|
-
"source": "
|
|
245
|
+
"source": "ohm",
|
|
246
246
|
"source-layer": "landuse_areas",
|
|
247
247
|
"minzoom": 12,
|
|
248
248
|
"maxzoom": 24,
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
{
|
|
285
285
|
"id": "landuse_areas_z12_park_outlines",
|
|
286
286
|
"type": "line",
|
|
287
|
-
"source": "
|
|
287
|
+
"source": "ohm",
|
|
288
288
|
"source-layer": "landuse_areas",
|
|
289
289
|
"minzoom": 12,
|
|
290
290
|
"maxzoom": 24,
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
{
|
|
299
299
|
"id": "landuse_areas_z12_landcover_tall",
|
|
300
300
|
"type": "fill",
|
|
301
|
-
"source": "
|
|
301
|
+
"source": "ohm",
|
|
302
302
|
"source-layer": "landuse_areas",
|
|
303
303
|
"minzoom": 12,
|
|
304
304
|
"maxzoom": 24,
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
{
|
|
328
328
|
"id": "landuse_areas_z12_watercover",
|
|
329
329
|
"type": "fill",
|
|
330
|
-
"source": "
|
|
330
|
+
"source": "ohm",
|
|
331
331
|
"source-layer": "landuse_areas",
|
|
332
332
|
"minzoom": 9,
|
|
333
333
|
"maxzoom": 24,
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
{
|
|
358
358
|
"id": "landuse_areas_z12_food_and_farming",
|
|
359
359
|
"type": "fill",
|
|
360
|
-
"source": "
|
|
360
|
+
"source": "ohm",
|
|
361
361
|
"source-layer": "landuse_areas",
|
|
362
362
|
"minzoom": 12,
|
|
363
363
|
"maxzoom": 24,
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
{
|
|
394
394
|
"id": "landuse_areas_z12_developed_open_space",
|
|
395
395
|
"type": "fill",
|
|
396
|
-
"source": "
|
|
396
|
+
"source": "ohm",
|
|
397
397
|
"source-layer": "landuse_areas",
|
|
398
398
|
"minzoom": 12,
|
|
399
399
|
"maxzoom": 24,
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
{
|
|
451
451
|
"id": "landuse_areas_z10",
|
|
452
452
|
"type": "fill",
|
|
453
|
-
"source": "
|
|
453
|
+
"source": "ohm",
|
|
454
454
|
"source-layer": "landuse_areas",
|
|
455
455
|
"minzoom": 10,
|
|
456
456
|
"maxzoom": 12,
|
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
{
|
|
483
483
|
"id": "landuse_areas_z7",
|
|
484
484
|
"type": "fill",
|
|
485
|
-
"source": "
|
|
485
|
+
"source": "ohm",
|
|
486
486
|
"source-layer": "landuse_areas",
|
|
487
487
|
"minzoom": 7,
|
|
488
488
|
"maxzoom": 10,
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
{
|
|
508
508
|
"id": "landuse_areas_z5",
|
|
509
509
|
"type": "fill",
|
|
510
|
-
"source": "
|
|
510
|
+
"source": "ohm",
|
|
511
511
|
"source-layer": "landuse_areas",
|
|
512
512
|
"minzoom": 5,
|
|
513
513
|
"maxzoom": 7,
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
{
|
|
523
523
|
"id": "landuse_areas_z3",
|
|
524
524
|
"type": "fill",
|
|
525
|
-
"source": "
|
|
525
|
+
"source": "ohm",
|
|
526
526
|
"source-layer": "landuse_areas",
|
|
527
527
|
"minzoom": 3,
|
|
528
528
|
"maxzoom": 5,
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
{
|
|
538
538
|
"id": "parking_lots",
|
|
539
539
|
"type": "fill",
|
|
540
|
-
"source": "
|
|
540
|
+
"source": "ohm",
|
|
541
541
|
"source-layer": "amenity_areas",
|
|
542
542
|
"paint": {
|
|
543
543
|
"fill-color": "rgba(229, 230, 226, 1)",
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
{
|
|
548
548
|
"id": "wetlands_z12",
|
|
549
549
|
"type": "fill",
|
|
550
|
-
"source": "
|
|
550
|
+
"source": "ohm",
|
|
551
551
|
"source-layer": "landuse_areas",
|
|
552
552
|
"minzoom": 12,
|
|
553
553
|
"maxzoom": 24,
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
{
|
|
562
562
|
"id": "landuse_naturereserveoutline",
|
|
563
563
|
"type": "line",
|
|
564
|
-
"source": "
|
|
564
|
+
"source": "ohm",
|
|
565
565
|
"source-layer": "landuse_areas",
|
|
566
566
|
"minzoom": 10,
|
|
567
567
|
"maxzoom": 24,
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
{
|
|
577
577
|
"id": "landuse_areas_z12_natural",
|
|
578
578
|
"type": "fill",
|
|
579
|
-
"source": "
|
|
579
|
+
"source": "ohm",
|
|
580
580
|
"source-layer": "landuse_areas",
|
|
581
581
|
"minzoom": 12,
|
|
582
582
|
"maxzoom": 24,
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
{
|
|
592
592
|
"id": "place_areas_plot",
|
|
593
593
|
"type": "fill",
|
|
594
|
-
"source": "
|
|
594
|
+
"source": "ohm",
|
|
595
595
|
"source-layer": "place_areas",
|
|
596
596
|
"filter": ["==", ["get", "type"], "plot"],
|
|
597
597
|
"layout": {"visibility": "none"},
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
{
|
|
604
604
|
"id": "place_areas_square",
|
|
605
605
|
"type": "fill",
|
|
606
|
-
"source": "
|
|
606
|
+
"source": "ohm",
|
|
607
607
|
"source-layer": "place_areas",
|
|
608
608
|
"filter": ["==", ["get", "type"], "square"],
|
|
609
609
|
"layout": {"visibility": "none"},
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
{
|
|
616
616
|
"id": "pedestrian_area",
|
|
617
617
|
"type": "fill",
|
|
618
|
-
"source": "
|
|
618
|
+
"source": "ohm",
|
|
619
619
|
"source-layer": "transport_areas",
|
|
620
620
|
"filter": [
|
|
621
621
|
"all",
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
{
|
|
632
632
|
"id": "amenity_areas",
|
|
633
633
|
"type": "fill",
|
|
634
|
-
"source": "
|
|
634
|
+
"source": "ohm",
|
|
635
635
|
"source-layer": "amenity_areas",
|
|
636
636
|
"filter": ["in", ["get", "type"], ["literal", ["school", "university"]]],
|
|
637
637
|
"layout": {"visibility": "none"},
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
{
|
|
641
641
|
"id": "water_areas",
|
|
642
642
|
"type": "fill",
|
|
643
|
-
"source": "
|
|
643
|
+
"source": "ohm",
|
|
644
644
|
"source-layer": "water_areas",
|
|
645
645
|
"minzoom": 8,
|
|
646
646
|
"maxzoom": 24,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
{
|
|
661
661
|
"id": "place_areas_islet",
|
|
662
662
|
"type": "fill",
|
|
663
|
-
"source": "
|
|
663
|
+
"source": "ohm",
|
|
664
664
|
"source-layer": "place_areas",
|
|
665
665
|
"filter": ["==", ["get", "type"], "islet"],
|
|
666
666
|
"layout": {"visibility": "visible"},
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
{
|
|
673
673
|
"id": "water_lines_stream_no_name",
|
|
674
674
|
"type": "line",
|
|
675
|
-
"source": "
|
|
675
|
+
"source": "ohm",
|
|
676
676
|
"source-layer": "water_lines",
|
|
677
677
|
"minzoom": 14,
|
|
678
678
|
"maxzoom": 24,
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
{
|
|
690
690
|
"id": "water_lines_stream_name",
|
|
691
691
|
"type": "line",
|
|
692
|
-
"source": "
|
|
692
|
+
"source": "ohm",
|
|
693
693
|
"source-layer": "water_lines",
|
|
694
694
|
"minzoom": 12,
|
|
695
695
|
"maxzoom": 24,
|
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
{
|
|
719
719
|
"id": "water_lines_cliff_line",
|
|
720
720
|
"type": "line",
|
|
721
|
-
"source": "
|
|
721
|
+
"source": "ohm",
|
|
722
722
|
"source-layer": "water_lines",
|
|
723
723
|
"minzoom": 15,
|
|
724
724
|
"maxzoom": 24,
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
{
|
|
742
742
|
"id": "water_lines_cliff_line_triangles",
|
|
743
743
|
"type": "line",
|
|
744
|
-
"source": "
|
|
744
|
+
"source": "ohm",
|
|
745
745
|
"source-layer": "water_lines",
|
|
746
746
|
"minzoom": 15,
|
|
747
747
|
"maxzoom": 24,
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
{
|
|
767
767
|
"id": "water_lines_waterfall_triangle",
|
|
768
768
|
"type": "line",
|
|
769
|
-
"source": "
|
|
769
|
+
"source": "ohm",
|
|
770
770
|
"source-layer": "water_lines",
|
|
771
771
|
"minzoom": 15,
|
|
772
772
|
"maxzoom": 24,
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
{
|
|
792
792
|
"id": "water_lines_ditch",
|
|
793
793
|
"type": "line",
|
|
794
|
-
"source": "
|
|
794
|
+
"source": "ohm",
|
|
795
795
|
"source-layer": "water_lines",
|
|
796
796
|
"minzoom": 15,
|
|
797
797
|
"maxzoom": 24,
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
{
|
|
805
805
|
"id": "water_lines_canal",
|
|
806
806
|
"type": "line",
|
|
807
|
-
"source": "
|
|
807
|
+
"source": "ohm",
|
|
808
808
|
"source-layer": "water_lines",
|
|
809
809
|
"minzoom": 8,
|
|
810
810
|
"maxzoom": 24,
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
{
|
|
830
830
|
"id": "water_lines_aqueduct",
|
|
831
831
|
"type": "line",
|
|
832
|
-
"source": "
|
|
832
|
+
"source": "ohm",
|
|
833
833
|
"source-layer": "water_lines",
|
|
834
834
|
"minzoom": 8,
|
|
835
835
|
"maxzoom": 24,
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
{
|
|
860
860
|
"id": "water_lines_river",
|
|
861
861
|
"type": "line",
|
|
862
|
-
"source": "
|
|
862
|
+
"source": "ohm",
|
|
863
863
|
"source-layer": "water_lines",
|
|
864
864
|
"minzoom": 8,
|
|
865
865
|
"maxzoom": 24,
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
{
|
|
885
885
|
"id": "water_lines_breakwater",
|
|
886
886
|
"type": "line",
|
|
887
|
-
"source": "
|
|
887
|
+
"source": "ohm",
|
|
888
888
|
"source-layer": "other_lines",
|
|
889
889
|
"minzoom": 10,
|
|
890
890
|
"maxzoom": 24,
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
{
|
|
898
898
|
"id": "water_lines_dam",
|
|
899
899
|
"type": "line",
|
|
900
|
-
"source": "
|
|
900
|
+
"source": "ohm",
|
|
901
901
|
"source-layer": "water_lines",
|
|
902
902
|
"minzoom": 13,
|
|
903
903
|
"maxzoom": 24,
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
{
|
|
921
921
|
"id": "pier",
|
|
922
922
|
"type": "fill",
|
|
923
|
-
"source": "
|
|
923
|
+
"source": "ohm",
|
|
924
924
|
"source-layer": "other_areas",
|
|
925
925
|
"filter": ["==", ["get", "type"], "pier"],
|
|
926
926
|
"layout": {"visibility": "none"},
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
{
|
|
930
930
|
"id": "pier_line",
|
|
931
931
|
"type": "line",
|
|
932
|
-
"source": "
|
|
932
|
+
"source": "ohm",
|
|
933
933
|
"source-layer": "other_lines",
|
|
934
934
|
"minzoom": 12,
|
|
935
935
|
"filter": ["==", ["get", "type"], "pier"],
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
{
|
|
943
943
|
"id": "buildings_flat",
|
|
944
944
|
"type": "fill",
|
|
945
|
-
"source": "
|
|
945
|
+
"source": "ohm",
|
|
946
946
|
"source-layer": "buildings",
|
|
947
947
|
"minzoom": 14,
|
|
948
948
|
"maxzoom": 24,
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
{
|
|
957
957
|
"id": "buildings_flat_ruins",
|
|
958
958
|
"type": "fill",
|
|
959
|
-
"source": "
|
|
959
|
+
"source": "ohm",
|
|
960
960
|
"source-layer": "other_areas",
|
|
961
961
|
"minzoom": 14,
|
|
962
962
|
"maxzoom": 24,
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
{
|
|
972
972
|
"id": "buildings_ruins_outlines",
|
|
973
973
|
"type": "line",
|
|
974
|
-
"source": "
|
|
974
|
+
"source": "ohm",
|
|
975
975
|
"source-layer": "other_areas",
|
|
976
976
|
"filter": ["==", ["get", "type"], "ruins"],
|
|
977
977
|
"layout": {"visibility": "visible"},
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
{
|
|
992
992
|
"id": "historic_fort",
|
|
993
993
|
"type": "fill",
|
|
994
|
-
"source": "
|
|
994
|
+
"source": "ohm",
|
|
995
995
|
"source-layer": "other_areas",
|
|
996
996
|
"minzoom": 14,
|
|
997
997
|
"maxzoom": 24,
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
{
|
|
1010
1010
|
"id": "transport_passenger_platform",
|
|
1011
1011
|
"type": "fill",
|
|
1012
|
-
"source": "
|
|
1012
|
+
"source": "ohm",
|
|
1013
1013
|
"source-layer": "transport_areas",
|
|
1014
1014
|
"minzoom": 14,
|
|
1015
1015
|
"filter": ["==", ["get", "type"], "platform"],
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"id": "transport_turntable",
|
|
1021
1021
|
"type": "fill",
|
|
1022
|
-
"source": "
|
|
1022
|
+
"source": "ohm",
|
|
1023
1023
|
"source-layer": "transport_areas",
|
|
1024
1024
|
"minzoom": 14,
|
|
1025
1025
|
"filter": ["==", ["get", "type"], "turntable"],
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
{
|
|
1030
1030
|
"id": "transport_traverser",
|
|
1031
1031
|
"type": "fill",
|
|
1032
|
-
"source": "
|
|
1032
|
+
"source": "ohm",
|
|
1033
1033
|
"source-layer": "transport_areas",
|
|
1034
1034
|
"minzoom": 14,
|
|
1035
1035
|
"filter": ["==", ["get", "type"], "traverser"],
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
{
|
|
1040
1040
|
"id": "transport_freight_platform",
|
|
1041
1041
|
"type": "fill",
|
|
1042
|
-
"source": "
|
|
1042
|
+
"source": "ohm",
|
|
1043
1043
|
"source-layer": "transport_areas",
|
|
1044
1044
|
"minzoom": 14,
|
|
1045
1045
|
"filter": ["==", ["get", "type"], "loading_ramp"],
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
{
|
|
1050
1050
|
"id": "aero_taxiway_lines",
|
|
1051
1051
|
"type": "line",
|
|
1052
|
-
"source": "
|
|
1052
|
+
"source": "ohm",
|
|
1053
1053
|
"source-layer": "transport_lines",
|
|
1054
1054
|
"minzoom": 12,
|
|
1055
1055
|
"maxzoom": 24,
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
{
|
|
1074
1074
|
"id": "aero_runway_lines",
|
|
1075
1075
|
"type": "line",
|
|
1076
|
-
"source": "
|
|
1076
|
+
"source": "ohm",
|
|
1077
1077
|
"source-layer": "transport_lines",
|
|
1078
1078
|
"minzoom": 12,
|
|
1079
1079
|
"maxzoom": 24,
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
{
|
|
1088
1088
|
"id": "man_made_bridge_area",
|
|
1089
1089
|
"type": "fill",
|
|
1090
|
-
"source": "
|
|
1090
|
+
"source": "ohm",
|
|
1091
1091
|
"source-layer": "other_areas",
|
|
1092
1092
|
"filter": [
|
|
1093
1093
|
"all",
|
|
@@ -1099,7 +1099,7 @@
|
|
|
1099
1099
|
{
|
|
1100
1100
|
"id": "man_made_bridge_line",
|
|
1101
1101
|
"type": "line",
|
|
1102
|
-
"source": "
|
|
1102
|
+
"source": "ohm",
|
|
1103
1103
|
"source-layer": "other_lines",
|
|
1104
1104
|
"filter": [
|
|
1105
1105
|
"all",
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
{
|
|
1112
1112
|
"id": "roads_tertiarytunnel_case_construction",
|
|
1113
1113
|
"type": "line",
|
|
1114
|
-
"source": "
|
|
1114
|
+
"source": "ohm",
|
|
1115
1115
|
"source-layer": "transport_lines",
|
|
1116
1116
|
"minzoom": 9,
|
|
1117
1117
|
"filter": [
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
{
|
|
1143
1143
|
"id": "roads_secondarytunnel_case_construction",
|
|
1144
1144
|
"type": "line",
|
|
1145
|
-
"source": "
|
|
1145
|
+
"source": "ohm",
|
|
1146
1146
|
"source-layer": "transport_lines",
|
|
1147
1147
|
"minzoom": 8,
|
|
1148
1148
|
"filter": [
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
{
|
|
1174
1174
|
"id": "roads_primarytunnel_case_construction",
|
|
1175
1175
|
"type": "line",
|
|
1176
|
-
"source": "
|
|
1176
|
+
"source": "ohm",
|
|
1177
1177
|
"source-layer": "transport_lines",
|
|
1178
1178
|
"minzoom": 7,
|
|
1179
1179
|
"maxzoom": 20,
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
{
|
|
1206
1206
|
"id": "roads_motorwaytunnel_case_construction",
|
|
1207
1207
|
"type": "line",
|
|
1208
|
-
"source": "
|
|
1208
|
+
"source": "ohm",
|
|
1209
1209
|
"source-layer": "transport_lines",
|
|
1210
1210
|
"minzoom": 5,
|
|
1211
1211
|
"maxzoom": 20,
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
{
|
|
1242
1242
|
"id": "roads_tertiarytunnel_construction",
|
|
1243
1243
|
"type": "line",
|
|
1244
|
-
"source": "
|
|
1244
|
+
"source": "ohm",
|
|
1245
1245
|
"source-layer": "transport_lines",
|
|
1246
1246
|
"minzoom": 9,
|
|
1247
1247
|
"filter": [
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
{
|
|
1272
1272
|
"id": "roads_secondarytunnel_construction",
|
|
1273
1273
|
"type": "line",
|
|
1274
|
-
"source": "
|
|
1274
|
+
"source": "ohm",
|
|
1275
1275
|
"source-layer": "transport_lines",
|
|
1276
1276
|
"minzoom": 8,
|
|
1277
1277
|
"filter": [
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
{
|
|
1302
1302
|
"id": "roads_primarytunnel_construction",
|
|
1303
1303
|
"type": "line",
|
|
1304
|
-
"source": "
|
|
1304
|
+
"source": "ohm",
|
|
1305
1305
|
"source-layer": "transport_lines",
|
|
1306
1306
|
"minzoom": 6,
|
|
1307
1307
|
"filter": [
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
{
|
|
1332
1332
|
"id": "roads_motorwaytunnel_construction",
|
|
1333
1333
|
"type": "line",
|
|
1334
|
-
"source": "
|
|
1334
|
+
"source": "ohm",
|
|
1335
1335
|
"source-layer": "transport_lines",
|
|
1336
1336
|
"minzoom": 5,
|
|
1337
1337
|
"maxzoom": 20,
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
{
|
|
1367
1367
|
"id": "roads_raceways_construction",
|
|
1368
1368
|
"type": "line",
|
|
1369
|
-
"source": "
|
|
1369
|
+
"source": "ohm",
|
|
1370
1370
|
"source-layer": "transport_lines",
|
|
1371
1371
|
"minzoom": 12,
|
|
1372
1372
|
"maxzoom": 24,
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
{
|
|
1394
1394
|
"id": "roads_trackfillcase_construction",
|
|
1395
1395
|
"type": "line",
|
|
1396
|
-
"source": "
|
|
1396
|
+
"source": "ohm",
|
|
1397
1397
|
"source-layer": "transport_lines",
|
|
1398
1398
|
"minzoom": 14,
|
|
1399
1399
|
"maxzoom": 24,
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
{
|
|
1420
1420
|
"id": "roads_trackfill_construction",
|
|
1421
1421
|
"type": "line",
|
|
1422
|
-
"source": "
|
|
1422
|
+
"source": "ohm",
|
|
1423
1423
|
"source-layer": "transport_lines",
|
|
1424
1424
|
"minzoom": 14,
|
|
1425
1425
|
"maxzoom": 24,
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
{
|
|
1446
1446
|
"id": "roads_track_construction",
|
|
1447
1447
|
"type": "line",
|
|
1448
|
-
"source": "
|
|
1448
|
+
"source": "ohm",
|
|
1449
1449
|
"source-layer": "transport_lines",
|
|
1450
1450
|
"minzoom": 14,
|
|
1451
1451
|
"maxzoom": 24,
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
{
|
|
1473
1473
|
"id": "roads_living_street_construction",
|
|
1474
1474
|
"type": "line",
|
|
1475
|
-
"source": "
|
|
1475
|
+
"source": "ohm",
|
|
1476
1476
|
"source-layer": "transport_lines",
|
|
1477
1477
|
"minzoom": 14,
|
|
1478
1478
|
"maxzoom": 24,
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
{
|
|
1499
1499
|
"id": "roads_pedestrian_street_construction",
|
|
1500
1500
|
"type": "line",
|
|
1501
|
-
"source": "
|
|
1501
|
+
"source": "ohm",
|
|
1502
1502
|
"source-layer": "transport_lines",
|
|
1503
1503
|
"minzoom": 14,
|
|
1504
1504
|
"maxzoom": 24,
|
|
@@ -1524,7 +1524,7 @@
|
|
|
1524
1524
|
{
|
|
1525
1525
|
"id": "roads_footway_construction",
|
|
1526
1526
|
"type": "line",
|
|
1527
|
-
"source": "
|
|
1527
|
+
"source": "ohm",
|
|
1528
1528
|
"source-layer": "transport_lines",
|
|
1529
1529
|
"minzoom": 14,
|
|
1530
1530
|
"maxzoom": 24,
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
{
|
|
1560
1560
|
"id": "roads_pier_construction",
|
|
1561
1561
|
"type": "line",
|
|
1562
|
-
"source": "
|
|
1562
|
+
"source": "ohm",
|
|
1563
1563
|
"source-layer": "transport_lines",
|
|
1564
1564
|
"minzoom": 14,
|
|
1565
1565
|
"maxzoom": 24,
|
|
@@ -1585,7 +1585,7 @@
|
|
|
1585
1585
|
{
|
|
1586
1586
|
"id": "roads_steps_construction",
|
|
1587
1587
|
"type": "line",
|
|
1588
|
-
"source": "
|
|
1588
|
+
"source": "ohm",
|
|
1589
1589
|
"source-layer": "transport_lines",
|
|
1590
1590
|
"minzoom": 14,
|
|
1591
1591
|
"maxzoom": 24,
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
{
|
|
1613
1613
|
"id": "roads_roadscase_z13_construction",
|
|
1614
1614
|
"type": "line",
|
|
1615
|
-
"source": "
|
|
1615
|
+
"source": "ohm",
|
|
1616
1616
|
"source-layer": "transport_lines",
|
|
1617
1617
|
"minzoom": 13,
|
|
1618
1618
|
"maxzoom": 24,
|
|
@@ -1643,7 +1643,7 @@
|
|
|
1643
1643
|
{
|
|
1644
1644
|
"id": "roads_residentialcase_z13_construction",
|
|
1645
1645
|
"type": "line",
|
|
1646
|
-
"source": "
|
|
1646
|
+
"source": "ohm",
|
|
1647
1647
|
"source-layer": "transport_lines",
|
|
1648
1648
|
"minzoom": 13,
|
|
1649
1649
|
"maxzoom": 24,
|
|
@@ -1678,16 +1678,16 @@
|
|
|
1678
1678
|
{
|
|
1679
1679
|
"id": "roads_tertiary-case_construction",
|
|
1680
1680
|
"type": "line",
|
|
1681
|
-
"source": "
|
|
1681
|
+
"source": "ohm",
|
|
1682
1682
|
"source-layer": "transport_lines",
|
|
1683
1683
|
"minzoom": 10.01,
|
|
1684
1684
|
"maxzoom": 24,
|
|
1685
1685
|
"filter": [
|
|
1686
1686
|
"all",
|
|
1687
1687
|
["==", ["get", "type"], "construction"],
|
|
1688
|
-
["!=", ["get", "tunnel"], 1],
|
|
1688
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1689
1689
|
["==", ["get", "construction"], "tertiary"],
|
|
1690
|
-
["!=", ["get", "bridge"], 1]
|
|
1690
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1691
1691
|
],
|
|
1692
1692
|
"layout": {
|
|
1693
1693
|
"visibility": "visible",
|
|
@@ -1710,15 +1710,15 @@
|
|
|
1710
1710
|
{
|
|
1711
1711
|
"id": "roads_secondary-case_construction",
|
|
1712
1712
|
"type": "line",
|
|
1713
|
-
"source": "
|
|
1713
|
+
"source": "ohm",
|
|
1714
1714
|
"source-layer": "transport_lines",
|
|
1715
1715
|
"minzoom": 10,
|
|
1716
1716
|
"filter": [
|
|
1717
1717
|
"all",
|
|
1718
1718
|
["==", ["get", "type"], "construction"],
|
|
1719
|
-
["!=", ["get", "tunnel"], 1],
|
|
1719
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1720
1720
|
["==", ["get", "construction"], "secondary"],
|
|
1721
|
-
["!=", ["get", "bridge"], 1]
|
|
1721
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1722
1722
|
],
|
|
1723
1723
|
"layout": {
|
|
1724
1724
|
"visibility": "visible",
|
|
@@ -1741,15 +1741,15 @@
|
|
|
1741
1741
|
{
|
|
1742
1742
|
"id": "roads_primarylink-case_construction",
|
|
1743
1743
|
"type": "line",
|
|
1744
|
-
"source": "
|
|
1744
|
+
"source": "ohm",
|
|
1745
1745
|
"source-layer": "transport_lines",
|
|
1746
1746
|
"minzoom": 7,
|
|
1747
1747
|
"filter": [
|
|
1748
1748
|
"all",
|
|
1749
1749
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
1750
|
-
["!=", ["get", "tunnel"], 1],
|
|
1750
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1751
1751
|
["==", ["get", "construction"], "primary_link"],
|
|
1752
|
-
["!=", ["get", "bridge"], 1]
|
|
1752
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1753
1753
|
],
|
|
1754
1754
|
"layout": {
|
|
1755
1755
|
"visibility": "visible",
|
|
@@ -1772,16 +1772,16 @@
|
|
|
1772
1772
|
{
|
|
1773
1773
|
"id": "roads_primary-case_construction",
|
|
1774
1774
|
"type": "line",
|
|
1775
|
-
"source": "
|
|
1775
|
+
"source": "ohm",
|
|
1776
1776
|
"source-layer": "transport_lines",
|
|
1777
1777
|
"minzoom": 10,
|
|
1778
1778
|
"filter": [
|
|
1779
1779
|
"all",
|
|
1780
1780
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
1781
|
-
["!=", ["get", "tunnel"], 1],
|
|
1781
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1782
1782
|
["!=", ["get", "ford"], "yes"],
|
|
1783
1783
|
["in", ["get", "construction"], ["literal", ["primary"]]],
|
|
1784
|
-
["!=", ["get", "bridge"], 1]
|
|
1784
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1785
1785
|
],
|
|
1786
1786
|
"layout": {
|
|
1787
1787
|
"visibility": "visible",
|
|
@@ -1804,20 +1804,20 @@
|
|
|
1804
1804
|
{
|
|
1805
1805
|
"id": "roads_motorwaylink-case_construction",
|
|
1806
1806
|
"type": "line",
|
|
1807
|
-
"source": "
|
|
1807
|
+
"source": "ohm",
|
|
1808
1808
|
"source-layer": "transport_lines",
|
|
1809
1809
|
"minzoom": 6,
|
|
1810
1810
|
"maxzoom": 20,
|
|
1811
1811
|
"filter": [
|
|
1812
1812
|
"all",
|
|
1813
1813
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
1814
|
-
["!=", ["get", "tunnel"], 1],
|
|
1814
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1815
1815
|
[
|
|
1816
1816
|
"in",
|
|
1817
1817
|
["get", "construction"],
|
|
1818
1818
|
["literal", ["motorway_link", "trunk_link"]]
|
|
1819
1819
|
],
|
|
1820
|
-
["!=", ["get", "bridge"], 1]
|
|
1820
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1821
1821
|
],
|
|
1822
1822
|
"layout": {
|
|
1823
1823
|
"visibility": "visible",
|
|
@@ -1840,16 +1840,16 @@
|
|
|
1840
1840
|
{
|
|
1841
1841
|
"id": "roads_motorway-case_construction",
|
|
1842
1842
|
"type": "line",
|
|
1843
|
-
"source": "
|
|
1843
|
+
"source": "ohm",
|
|
1844
1844
|
"source-layer": "transport_lines",
|
|
1845
1845
|
"minzoom": 9,
|
|
1846
1846
|
"maxzoom": 20,
|
|
1847
1847
|
"filter": [
|
|
1848
1848
|
"all",
|
|
1849
1849
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
1850
|
-
["!=", ["get", "tunnel"], 1],
|
|
1850
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1851
1851
|
["in", ["get", "construction"], ["literal", ["motorway", "trunk"]]],
|
|
1852
|
-
["!=", ["get", "bridge"], 1]
|
|
1852
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1853
1853
|
],
|
|
1854
1854
|
"layout": {
|
|
1855
1855
|
"visibility": "visible",
|
|
@@ -1872,7 +1872,7 @@
|
|
|
1872
1872
|
{
|
|
1873
1873
|
"id": "roads_roads_construction",
|
|
1874
1874
|
"type": "line",
|
|
1875
|
-
"source": "
|
|
1875
|
+
"source": "ohm",
|
|
1876
1876
|
"source-layer": "transport_lines",
|
|
1877
1877
|
"minzoom": 12,
|
|
1878
1878
|
"maxzoom": 24,
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
{
|
|
1904
1904
|
"id": "roads_residential_construction-copy",
|
|
1905
1905
|
"type": "line",
|
|
1906
|
-
"source": "
|
|
1906
|
+
"source": "ohm",
|
|
1907
1907
|
"source-layer": "transport_lines",
|
|
1908
1908
|
"minzoom": 12,
|
|
1909
1909
|
"maxzoom": 24,
|
|
@@ -1938,7 +1938,7 @@
|
|
|
1938
1938
|
{
|
|
1939
1939
|
"id": "roads_residential_construction",
|
|
1940
1940
|
"type": "line",
|
|
1941
|
-
"source": "
|
|
1941
|
+
"source": "ohm",
|
|
1942
1942
|
"source-layer": "transport_lines",
|
|
1943
1943
|
"minzoom": 12,
|
|
1944
1944
|
"maxzoom": 24,
|
|
@@ -1973,15 +1973,15 @@
|
|
|
1973
1973
|
{
|
|
1974
1974
|
"id": "roads_secondarylink_construction",
|
|
1975
1975
|
"type": "line",
|
|
1976
|
-
"source": "
|
|
1976
|
+
"source": "ohm",
|
|
1977
1977
|
"source-layer": "transport_lines",
|
|
1978
1978
|
"minzoom": 8,
|
|
1979
1979
|
"filter": [
|
|
1980
1980
|
"all",
|
|
1981
1981
|
["==", ["get", "type"], "construction"],
|
|
1982
|
-
["!=", ["get", "tunnel"], 1],
|
|
1982
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1983
1983
|
["==", ["get", "construction"], "secondary_link"],
|
|
1984
|
-
["!=", ["get", "bridge"], 1]
|
|
1984
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1985
1985
|
],
|
|
1986
1986
|
"layout": {
|
|
1987
1987
|
"visibility": "visible",
|
|
@@ -2013,15 +2013,15 @@
|
|
|
2013
2013
|
{
|
|
2014
2014
|
"id": "roads_primarylink_construction",
|
|
2015
2015
|
"type": "line",
|
|
2016
|
-
"source": "
|
|
2016
|
+
"source": "ohm",
|
|
2017
2017
|
"source-layer": "transport_lines",
|
|
2018
2018
|
"minzoom": 6,
|
|
2019
2019
|
"filter": [
|
|
2020
2020
|
"all",
|
|
2021
2021
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
2022
|
-
["!=", ["get", "tunnel"], 1],
|
|
2022
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2023
2023
|
["==", ["get", "construction"], "primary_link"],
|
|
2024
|
-
["!=", ["get", "bridge"], 1]
|
|
2024
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2025
2025
|
],
|
|
2026
2026
|
"layout": {
|
|
2027
2027
|
"visibility": "visible",
|
|
@@ -2045,20 +2045,20 @@
|
|
|
2045
2045
|
{
|
|
2046
2046
|
"id": "roads_motorwaylink_construction",
|
|
2047
2047
|
"type": "line",
|
|
2048
|
-
"source": "
|
|
2048
|
+
"source": "ohm",
|
|
2049
2049
|
"source-layer": "transport_lines",
|
|
2050
2050
|
"minzoom": 5,
|
|
2051
2051
|
"maxzoom": 20,
|
|
2052
2052
|
"filter": [
|
|
2053
2053
|
"all",
|
|
2054
2054
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
2055
|
-
["!=", ["get", "tunnel"], 1],
|
|
2055
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2056
2056
|
[
|
|
2057
2057
|
"in",
|
|
2058
2058
|
["get", "construction"],
|
|
2059
2059
|
["literal", ["motorway_link", "trunk_link"]]
|
|
2060
2060
|
],
|
|
2061
|
-
["!=", ["get", "bridge"], 1]
|
|
2061
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2062
2062
|
],
|
|
2063
2063
|
"layout": {
|
|
2064
2064
|
"visibility": "visible",
|
|
@@ -2082,16 +2082,16 @@
|
|
|
2082
2082
|
{
|
|
2083
2083
|
"id": "roads_tertiary_construction",
|
|
2084
2084
|
"type": "line",
|
|
2085
|
-
"source": "
|
|
2085
|
+
"source": "ohm",
|
|
2086
2086
|
"source-layer": "transport_lines",
|
|
2087
2087
|
"minzoom": 9,
|
|
2088
2088
|
"maxzoom": 24,
|
|
2089
2089
|
"filter": [
|
|
2090
2090
|
"all",
|
|
2091
2091
|
["==", ["get", "type"], "construction"],
|
|
2092
|
-
["!=", ["get", "tunnel"], 1],
|
|
2092
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2093
2093
|
["==", ["get", "construction"], "tertiary"],
|
|
2094
|
-
["!=", ["get", "bridge"], 1]
|
|
2094
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2095
2095
|
],
|
|
2096
2096
|
"layout": {
|
|
2097
2097
|
"visibility": "visible",
|
|
@@ -2123,15 +2123,15 @@
|
|
|
2123
2123
|
{
|
|
2124
2124
|
"id": "roads_secondary_construction",
|
|
2125
2125
|
"type": "line",
|
|
2126
|
-
"source": "
|
|
2126
|
+
"source": "ohm",
|
|
2127
2127
|
"source-layer": "transport_lines",
|
|
2128
2128
|
"minzoom": 8,
|
|
2129
2129
|
"filter": [
|
|
2130
2130
|
"all",
|
|
2131
2131
|
["==", ["get", "type"], "construction"],
|
|
2132
|
-
["!=", ["get", "tunnel"], 1],
|
|
2132
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2133
2133
|
["==", ["get", "construction"], "secondary"],
|
|
2134
|
-
["!=", ["get", "bridge"], 1]
|
|
2134
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2135
2135
|
],
|
|
2136
2136
|
"layout": {
|
|
2137
2137
|
"visibility": "visible",
|
|
@@ -2163,16 +2163,16 @@
|
|
|
2163
2163
|
{
|
|
2164
2164
|
"id": "roads_primary_construction",
|
|
2165
2165
|
"type": "line",
|
|
2166
|
-
"source": "
|
|
2166
|
+
"source": "ohm",
|
|
2167
2167
|
"source-layer": "transport_lines",
|
|
2168
2168
|
"minzoom": 6,
|
|
2169
2169
|
"filter": [
|
|
2170
2170
|
"all",
|
|
2171
2171
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
2172
|
-
["!=", ["get", "tunnel"], 1],
|
|
2172
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2173
2173
|
["!=", ["get", "ford"], "yes"],
|
|
2174
2174
|
["==", ["get", "construction"], "primary"],
|
|
2175
|
-
["!=", ["get", "bridge"], 1]
|
|
2175
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2176
2176
|
],
|
|
2177
2177
|
"layout": {
|
|
2178
2178
|
"visibility": "visible",
|
|
@@ -2196,16 +2196,16 @@
|
|
|
2196
2196
|
{
|
|
2197
2197
|
"id": "roads_motorway_construction",
|
|
2198
2198
|
"type": "line",
|
|
2199
|
-
"source": "
|
|
2199
|
+
"source": "ohm",
|
|
2200
2200
|
"source-layer": "transport_lines",
|
|
2201
2201
|
"minzoom": 6,
|
|
2202
2202
|
"maxzoom": 20,
|
|
2203
2203
|
"filter": [
|
|
2204
2204
|
"all",
|
|
2205
2205
|
["in", ["get", "type"], ["literal", ["construction"]]],
|
|
2206
|
-
["!=", ["get", "tunnel"], 1],
|
|
2206
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2207
2207
|
["in", ["get", "construction"], ["literal", ["motorway", "trunk"]]],
|
|
2208
|
-
["!=", ["get", "bridge"], 1]
|
|
2208
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2209
2209
|
],
|
|
2210
2210
|
"layout": {
|
|
2211
2211
|
"visibility": "visible",
|
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
{
|
|
2230
2230
|
"id": "roads_ford_construction",
|
|
2231
2231
|
"type": "line",
|
|
2232
|
-
"source": "
|
|
2232
|
+
"source": "ohm",
|
|
2233
2233
|
"source-layer": "transport_lines",
|
|
2234
2234
|
"minzoom": 9,
|
|
2235
2235
|
"filter": ["==", ["get", "ford"], "yes"],
|
|
@@ -2251,7 +2251,7 @@
|
|
|
2251
2251
|
{
|
|
2252
2252
|
"id": "roads_residential_bridge_z13-copy_construction",
|
|
2253
2253
|
"type": "line",
|
|
2254
|
-
"source": "
|
|
2254
|
+
"source": "ohm",
|
|
2255
2255
|
"source-layer": "transport_lines",
|
|
2256
2256
|
"minzoom": 13,
|
|
2257
2257
|
"maxzoom": 24,
|
|
@@ -2286,7 +2286,7 @@
|
|
|
2286
2286
|
{
|
|
2287
2287
|
"id": "roads_tertiarybridge_construction",
|
|
2288
2288
|
"type": "line",
|
|
2289
|
-
"source": "
|
|
2289
|
+
"source": "ohm",
|
|
2290
2290
|
"source-layer": "transport_lines",
|
|
2291
2291
|
"minzoom": 9,
|
|
2292
2292
|
"filter": [
|
|
@@ -2316,7 +2316,7 @@
|
|
|
2316
2316
|
{
|
|
2317
2317
|
"id": "roads_secondarybridge_construction",
|
|
2318
2318
|
"type": "line",
|
|
2319
|
-
"source": "
|
|
2319
|
+
"source": "ohm",
|
|
2320
2320
|
"source-layer": "transport_lines",
|
|
2321
2321
|
"minzoom": 8,
|
|
2322
2322
|
"filter": [
|
|
@@ -2346,7 +2346,7 @@
|
|
|
2346
2346
|
{
|
|
2347
2347
|
"id": "roads_primarybridge_construction",
|
|
2348
2348
|
"type": "line",
|
|
2349
|
-
"source": "
|
|
2349
|
+
"source": "ohm",
|
|
2350
2350
|
"source-layer": "transport_lines",
|
|
2351
2351
|
"minzoom": 10,
|
|
2352
2352
|
"maxzoom": 20,
|
|
@@ -2381,7 +2381,7 @@
|
|
|
2381
2381
|
{
|
|
2382
2382
|
"id": "roads_motorwaybridge_construction",
|
|
2383
2383
|
"type": "line",
|
|
2384
|
-
"source": "
|
|
2384
|
+
"source": "ohm",
|
|
2385
2385
|
"source-layer": "transport_lines",
|
|
2386
2386
|
"minzoom": 9,
|
|
2387
2387
|
"maxzoom": 20,
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
{
|
|
2417
2417
|
"id": "roads_residential_bridgetop_z13_construction",
|
|
2418
2418
|
"type": "line",
|
|
2419
|
-
"source": "
|
|
2419
|
+
"source": "ohm",
|
|
2420
2420
|
"source-layer": "transport_lines",
|
|
2421
2421
|
"minzoom": 12,
|
|
2422
2422
|
"maxzoom": 24,
|
|
@@ -2452,7 +2452,7 @@
|
|
|
2452
2452
|
{
|
|
2453
2453
|
"id": "roads_tertiarybridgetop_construction",
|
|
2454
2454
|
"type": "line",
|
|
2455
|
-
"source": "
|
|
2455
|
+
"source": "ohm",
|
|
2456
2456
|
"source-layer": "transport_lines",
|
|
2457
2457
|
"minzoom": 6,
|
|
2458
2458
|
"maxzoom": 24,
|
|
@@ -2492,7 +2492,7 @@
|
|
|
2492
2492
|
{
|
|
2493
2493
|
"id": "roads_secondarybridgetop_construction",
|
|
2494
2494
|
"type": "line",
|
|
2495
|
-
"source": "
|
|
2495
|
+
"source": "ohm",
|
|
2496
2496
|
"source-layer": "transport_lines",
|
|
2497
2497
|
"minzoom": 8,
|
|
2498
2498
|
"filter": [
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
{
|
|
2532
2532
|
"id": "roads_primarybridgetop_construction",
|
|
2533
2533
|
"type": "line",
|
|
2534
|
-
"source": "
|
|
2534
|
+
"source": "ohm",
|
|
2535
2535
|
"source-layer": "transport_lines",
|
|
2536
2536
|
"minzoom": 6,
|
|
2537
2537
|
"filter": [
|
|
@@ -2562,7 +2562,7 @@
|
|
|
2562
2562
|
{
|
|
2563
2563
|
"id": "roads_motorwaybridgetop_construction",
|
|
2564
2564
|
"type": "line",
|
|
2565
|
-
"source": "
|
|
2565
|
+
"source": "ohm",
|
|
2566
2566
|
"source-layer": "transport_lines",
|
|
2567
2567
|
"minzoom": 6,
|
|
2568
2568
|
"maxzoom": 20,
|
|
@@ -2598,7 +2598,7 @@
|
|
|
2598
2598
|
{
|
|
2599
2599
|
"id": "roads_subway-tunnels-halo",
|
|
2600
2600
|
"type": "line",
|
|
2601
|
-
"source": "
|
|
2601
|
+
"source": "ohm",
|
|
2602
2602
|
"source-layer": "transport_lines",
|
|
2603
2603
|
"minzoom": 7,
|
|
2604
2604
|
"filter": [
|
|
@@ -2625,7 +2625,7 @@
|
|
|
2625
2625
|
{
|
|
2626
2626
|
"id": "roads_subways-tunnel-tick",
|
|
2627
2627
|
"type": "line",
|
|
2628
|
-
"source": "
|
|
2628
|
+
"source": "ohm",
|
|
2629
2629
|
"source-layer": "transport_lines",
|
|
2630
2630
|
"minzoom": 10,
|
|
2631
2631
|
"filter": [
|
|
@@ -2649,7 +2649,7 @@
|
|
|
2649
2649
|
{
|
|
2650
2650
|
"id": "roads_subway-tunnels",
|
|
2651
2651
|
"type": "line",
|
|
2652
|
-
"source": "
|
|
2652
|
+
"source": "ohm",
|
|
2653
2653
|
"source-layer": "transport_lines",
|
|
2654
2654
|
"minzoom": 7,
|
|
2655
2655
|
"filter": [
|
|
@@ -2667,14 +2667,14 @@
|
|
|
2667
2667
|
{
|
|
2668
2668
|
"id": "roads_light_rail-tunnel-halo",
|
|
2669
2669
|
"type": "line",
|
|
2670
|
-
"source": "
|
|
2670
|
+
"source": "ohm",
|
|
2671
2671
|
"source-layer": "transport_lines",
|
|
2672
2672
|
"minzoom": 7,
|
|
2673
2673
|
"filter": [
|
|
2674
2674
|
"all",
|
|
2675
2675
|
["in", ["get", "type"], ["literal", ["light_rail"]]],
|
|
2676
2676
|
["==", ["get", "tunnel"], 1],
|
|
2677
|
-
["!=", ["get", "bridge"], 1]
|
|
2677
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2678
2678
|
],
|
|
2679
2679
|
"layout": {"visibility": "visible"},
|
|
2680
2680
|
"paint": {
|
|
@@ -2695,14 +2695,14 @@
|
|
|
2695
2695
|
{
|
|
2696
2696
|
"id": "roads_light_rail-tunnel",
|
|
2697
2697
|
"type": "line",
|
|
2698
|
-
"source": "
|
|
2698
|
+
"source": "ohm",
|
|
2699
2699
|
"source-layer": "transport_lines",
|
|
2700
2700
|
"minzoom": 7,
|
|
2701
2701
|
"filter": [
|
|
2702
2702
|
"all",
|
|
2703
2703
|
["in", ["get", "type"], ["literal", ["light_rail"]]],
|
|
2704
2704
|
["==", ["get", "tunnel"], 1],
|
|
2705
|
-
["!=", ["get", "bridge"], 1]
|
|
2705
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2706
2706
|
],
|
|
2707
2707
|
"layout": {"visibility": "visible"},
|
|
2708
2708
|
"paint": {
|
|
@@ -2714,7 +2714,7 @@
|
|
|
2714
2714
|
{
|
|
2715
2715
|
"id": "roads_tertiarytunnel_case",
|
|
2716
2716
|
"type": "line",
|
|
2717
|
-
"source": "
|
|
2717
|
+
"source": "ohm",
|
|
2718
2718
|
"source-layer": "transport_lines",
|
|
2719
2719
|
"minzoom": 9,
|
|
2720
2720
|
"filter": [
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
{
|
|
2745
2745
|
"id": "roads_secondarytunnel_case",
|
|
2746
2746
|
"type": "line",
|
|
2747
|
-
"source": "
|
|
2747
|
+
"source": "ohm",
|
|
2748
2748
|
"source-layer": "transport_lines",
|
|
2749
2749
|
"minzoom": 8,
|
|
2750
2750
|
"filter": [
|
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
{
|
|
2775
2775
|
"id": "roads_primarytunnel_case",
|
|
2776
2776
|
"type": "line",
|
|
2777
|
-
"source": "
|
|
2777
|
+
"source": "ohm",
|
|
2778
2778
|
"source-layer": "transport_lines",
|
|
2779
2779
|
"minzoom": 7,
|
|
2780
2780
|
"maxzoom": 20,
|
|
@@ -2805,7 +2805,7 @@
|
|
|
2805
2805
|
{
|
|
2806
2806
|
"id": "roads_motorwaytunnel_case",
|
|
2807
2807
|
"type": "line",
|
|
2808
|
-
"source": "
|
|
2808
|
+
"source": "ohm",
|
|
2809
2809
|
"source-layer": "transport_lines",
|
|
2810
2810
|
"minzoom": 9,
|
|
2811
2811
|
"maxzoom": 20,
|
|
@@ -2840,7 +2840,7 @@
|
|
|
2840
2840
|
{
|
|
2841
2841
|
"id": "roads_tertiarytunnel-copy",
|
|
2842
2842
|
"type": "line",
|
|
2843
|
-
"source": "
|
|
2843
|
+
"source": "ohm",
|
|
2844
2844
|
"source-layer": "transport_lines",
|
|
2845
2845
|
"minzoom": 9,
|
|
2846
2846
|
"filter": [
|
|
@@ -2869,7 +2869,7 @@
|
|
|
2869
2869
|
{
|
|
2870
2870
|
"id": "roads_tertiarytunnel",
|
|
2871
2871
|
"type": "line",
|
|
2872
|
-
"source": "
|
|
2872
|
+
"source": "ohm",
|
|
2873
2873
|
"source-layer": "transport_lines",
|
|
2874
2874
|
"minzoom": 9,
|
|
2875
2875
|
"filter": [
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
{
|
|
2899
2899
|
"id": "roads_secondarytunnel",
|
|
2900
2900
|
"type": "line",
|
|
2901
|
-
"source": "
|
|
2901
|
+
"source": "ohm",
|
|
2902
2902
|
"source-layer": "transport_lines",
|
|
2903
2903
|
"minzoom": 8,
|
|
2904
2904
|
"filter": [
|
|
@@ -2927,7 +2927,7 @@
|
|
|
2927
2927
|
{
|
|
2928
2928
|
"id": "roads_primarytunnel",
|
|
2929
2929
|
"type": "line",
|
|
2930
|
-
"source": "
|
|
2930
|
+
"source": "ohm",
|
|
2931
2931
|
"source-layer": "transport_lines",
|
|
2932
2932
|
"minzoom": 6,
|
|
2933
2933
|
"filter": [
|
|
@@ -2956,7 +2956,7 @@
|
|
|
2956
2956
|
{
|
|
2957
2957
|
"id": "roads_motorwaytunnel",
|
|
2958
2958
|
"type": "line",
|
|
2959
|
-
"source": "
|
|
2959
|
+
"source": "ohm",
|
|
2960
2960
|
"source-layer": "transport_lines",
|
|
2961
2961
|
"minzoom": 5,
|
|
2962
2962
|
"maxzoom": 20,
|
|
@@ -2990,7 +2990,7 @@
|
|
|
2990
2990
|
{
|
|
2991
2991
|
"id": "roads_rail-tunnel",
|
|
2992
2992
|
"type": "line",
|
|
2993
|
-
"source": "
|
|
2993
|
+
"source": "ohm",
|
|
2994
2994
|
"source-layer": "transport_lines",
|
|
2995
2995
|
"minzoom": 11,
|
|
2996
2996
|
"maxzoom": 24,
|
|
@@ -3020,7 +3020,7 @@
|
|
|
3020
3020
|
{
|
|
3021
3021
|
"id": "roads_rail-tunnel-dash",
|
|
3022
3022
|
"type": "line",
|
|
3023
|
-
"source": "
|
|
3023
|
+
"source": "ohm",
|
|
3024
3024
|
"source-layer": "transport_lines",
|
|
3025
3025
|
"minzoom": 11,
|
|
3026
3026
|
"maxzoom": 24,
|
|
@@ -3071,7 +3071,7 @@
|
|
|
3071
3071
|
{
|
|
3072
3072
|
"id": "roads_raceways",
|
|
3073
3073
|
"type": "line",
|
|
3074
|
-
"source": "
|
|
3074
|
+
"source": "ohm",
|
|
3075
3075
|
"source-layer": "transport_lines",
|
|
3076
3076
|
"minzoom": 12,
|
|
3077
3077
|
"maxzoom": 24,
|
|
@@ -3094,7 +3094,7 @@
|
|
|
3094
3094
|
{
|
|
3095
3095
|
"id": "roads_trackfillcase",
|
|
3096
3096
|
"type": "line",
|
|
3097
|
-
"source": "
|
|
3097
|
+
"source": "ohm",
|
|
3098
3098
|
"source-layer": "transport_lines",
|
|
3099
3099
|
"minzoom": 14,
|
|
3100
3100
|
"maxzoom": 24,
|
|
@@ -3116,7 +3116,7 @@
|
|
|
3116
3116
|
{
|
|
3117
3117
|
"id": "roads_trackfill",
|
|
3118
3118
|
"type": "line",
|
|
3119
|
-
"source": "
|
|
3119
|
+
"source": "ohm",
|
|
3120
3120
|
"source-layer": "transport_lines",
|
|
3121
3121
|
"minzoom": 14,
|
|
3122
3122
|
"maxzoom": 24,
|
|
@@ -3138,7 +3138,7 @@
|
|
|
3138
3138
|
{
|
|
3139
3139
|
"id": "roads_track",
|
|
3140
3140
|
"type": "line",
|
|
3141
|
-
"source": "
|
|
3141
|
+
"source": "ohm",
|
|
3142
3142
|
"source-layer": "transport_lines",
|
|
3143
3143
|
"minzoom": 14,
|
|
3144
3144
|
"maxzoom": 24,
|
|
@@ -3161,7 +3161,7 @@
|
|
|
3161
3161
|
{
|
|
3162
3162
|
"id": "roads_living_street",
|
|
3163
3163
|
"type": "line",
|
|
3164
|
-
"source": "
|
|
3164
|
+
"source": "ohm",
|
|
3165
3165
|
"source-layer": "transport_lines",
|
|
3166
3166
|
"minzoom": 14,
|
|
3167
3167
|
"maxzoom": 24,
|
|
@@ -3183,7 +3183,7 @@
|
|
|
3183
3183
|
{
|
|
3184
3184
|
"id": "roads_footway",
|
|
3185
3185
|
"type": "line",
|
|
3186
|
-
"source": "
|
|
3186
|
+
"source": "ohm",
|
|
3187
3187
|
"source-layer": "transport_lines",
|
|
3188
3188
|
"minzoom": 14,
|
|
3189
3189
|
"maxzoom": 24,
|
|
@@ -3214,7 +3214,7 @@
|
|
|
3214
3214
|
{
|
|
3215
3215
|
"id": "roads_pier",
|
|
3216
3216
|
"type": "line",
|
|
3217
|
-
"source": "
|
|
3217
|
+
"source": "ohm",
|
|
3218
3218
|
"source-layer": "transport_lines",
|
|
3219
3219
|
"minzoom": 14,
|
|
3220
3220
|
"maxzoom": 24,
|
|
@@ -3236,7 +3236,7 @@
|
|
|
3236
3236
|
{
|
|
3237
3237
|
"id": "roads_steps",
|
|
3238
3238
|
"type": "line",
|
|
3239
|
-
"source": "
|
|
3239
|
+
"source": "ohm",
|
|
3240
3240
|
"source-layer": "transport_lines",
|
|
3241
3241
|
"minzoom": 14,
|
|
3242
3242
|
"maxzoom": 24,
|
|
@@ -3259,7 +3259,7 @@
|
|
|
3259
3259
|
{
|
|
3260
3260
|
"id": "roads_residentialcase_z13",
|
|
3261
3261
|
"type": "line",
|
|
3262
|
-
"source": "
|
|
3262
|
+
"source": "ohm",
|
|
3263
3263
|
"source-layer": "transport_lines",
|
|
3264
3264
|
"minzoom": 13,
|
|
3265
3265
|
"maxzoom": 24,
|
|
@@ -3270,7 +3270,7 @@
|
|
|
3270
3270
|
["get", "type"],
|
|
3271
3271
|
["literal", ["residential", "service", "unclassified"]]
|
|
3272
3272
|
],
|
|
3273
|
-
["!=", ["get", "bridge"], 1]
|
|
3273
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3274
3274
|
],
|
|
3275
3275
|
"layout": {
|
|
3276
3276
|
"visibility": "visible",
|
|
@@ -3293,7 +3293,7 @@
|
|
|
3293
3293
|
{
|
|
3294
3294
|
"id": "roads_pedestrian_street-casing",
|
|
3295
3295
|
"type": "line",
|
|
3296
|
-
"source": "
|
|
3296
|
+
"source": "ohm",
|
|
3297
3297
|
"source-layer": "transport_lines",
|
|
3298
3298
|
"minzoom": 14,
|
|
3299
3299
|
"maxzoom": 24,
|
|
@@ -3315,15 +3315,15 @@
|
|
|
3315
3315
|
{
|
|
3316
3316
|
"id": "roads_tertiarylink-case",
|
|
3317
3317
|
"type": "line",
|
|
3318
|
-
"source": "
|
|
3318
|
+
"source": "ohm",
|
|
3319
3319
|
"source-layer": "transport_lines",
|
|
3320
3320
|
"minzoom": 10.01,
|
|
3321
3321
|
"maxzoom": 24,
|
|
3322
3322
|
"filter": [
|
|
3323
3323
|
"all",
|
|
3324
3324
|
["==", ["get", "type"], "tertiary_link"],
|
|
3325
|
-
["!=", ["get", "tunnel"], 1],
|
|
3326
|
-
["!=", ["get", "bridge"], 1]
|
|
3325
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3326
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3327
3327
|
],
|
|
3328
3328
|
"layout": {
|
|
3329
3329
|
"visibility": "visible",
|
|
@@ -3350,15 +3350,15 @@
|
|
|
3350
3350
|
{
|
|
3351
3351
|
"id": "roads_tertiary-case",
|
|
3352
3352
|
"type": "line",
|
|
3353
|
-
"source": "
|
|
3353
|
+
"source": "ohm",
|
|
3354
3354
|
"source-layer": "transport_lines",
|
|
3355
3355
|
"minzoom": 10.01,
|
|
3356
3356
|
"maxzoom": 24,
|
|
3357
3357
|
"filter": [
|
|
3358
3358
|
"all",
|
|
3359
3359
|
["==", ["get", "type"], "tertiary"],
|
|
3360
|
-
["!=", ["get", "tunnel"], 1],
|
|
3361
|
-
["!=", ["get", "bridge"], 1]
|
|
3360
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3361
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3362
3362
|
],
|
|
3363
3363
|
"layout": {
|
|
3364
3364
|
"visibility": "visible",
|
|
@@ -3385,14 +3385,14 @@
|
|
|
3385
3385
|
{
|
|
3386
3386
|
"id": "roads_secondary-case",
|
|
3387
3387
|
"type": "line",
|
|
3388
|
-
"source": "
|
|
3388
|
+
"source": "ohm",
|
|
3389
3389
|
"source-layer": "transport_lines",
|
|
3390
3390
|
"minzoom": 10,
|
|
3391
3391
|
"filter": [
|
|
3392
3392
|
"all",
|
|
3393
3393
|
["==", ["get", "type"], "secondary"],
|
|
3394
|
-
["!=", ["get", "tunnel"], 1],
|
|
3395
|
-
["!=", ["get", "bridge"], 1]
|
|
3394
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3395
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3396
3396
|
],
|
|
3397
3397
|
"layout": {
|
|
3398
3398
|
"visibility": "visible",
|
|
@@ -3417,14 +3417,14 @@
|
|
|
3417
3417
|
{
|
|
3418
3418
|
"id": "roads_secondarylink-case",
|
|
3419
3419
|
"type": "line",
|
|
3420
|
-
"source": "
|
|
3420
|
+
"source": "ohm",
|
|
3421
3421
|
"source-layer": "transport_lines",
|
|
3422
3422
|
"minzoom": 8,
|
|
3423
3423
|
"filter": [
|
|
3424
3424
|
"all",
|
|
3425
3425
|
["==", ["get", "type"], "secondary_link"],
|
|
3426
|
-
["!=", ["get", "tunnel"], 1],
|
|
3427
|
-
["!=", ["get", "bridge"], 1]
|
|
3426
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3427
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3428
3428
|
],
|
|
3429
3429
|
"layout": {
|
|
3430
3430
|
"visibility": "visible",
|
|
@@ -3449,14 +3449,14 @@
|
|
|
3449
3449
|
{
|
|
3450
3450
|
"id": "roads_primarylink-case",
|
|
3451
3451
|
"type": "line",
|
|
3452
|
-
"source": "
|
|
3452
|
+
"source": "ohm",
|
|
3453
3453
|
"source-layer": "transport_lines",
|
|
3454
3454
|
"minzoom": 7,
|
|
3455
3455
|
"filter": [
|
|
3456
3456
|
"all",
|
|
3457
3457
|
["in", ["get", "type"], ["literal", ["primary_link"]]],
|
|
3458
|
-
["!=", ["get", "tunnel"], 1],
|
|
3459
|
-
["!=", ["get", "bridge"], 1]
|
|
3458
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3459
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3460
3460
|
],
|
|
3461
3461
|
"layout": {
|
|
3462
3462
|
"visibility": "visible",
|
|
@@ -3479,15 +3479,15 @@
|
|
|
3479
3479
|
{
|
|
3480
3480
|
"id": "roads_primary-case",
|
|
3481
3481
|
"type": "line",
|
|
3482
|
-
"source": "
|
|
3482
|
+
"source": "ohm",
|
|
3483
3483
|
"source-layer": "transport_lines",
|
|
3484
3484
|
"minzoom": 8,
|
|
3485
3485
|
"filter": [
|
|
3486
3486
|
"all",
|
|
3487
3487
|
["in", ["get", "type"], ["literal", ["primary"]]],
|
|
3488
|
-
["!=", ["get", "tunnel"], 1],
|
|
3488
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3489
3489
|
["!=", ["get", "ford"], "yes"],
|
|
3490
|
-
["!=", ["get", "bridge"], 1]
|
|
3490
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3491
3491
|
],
|
|
3492
3492
|
"layout": {
|
|
3493
3493
|
"visibility": "visible",
|
|
@@ -3514,15 +3514,15 @@
|
|
|
3514
3514
|
{
|
|
3515
3515
|
"id": "roads_motorwaylink-case",
|
|
3516
3516
|
"type": "line",
|
|
3517
|
-
"source": "
|
|
3517
|
+
"source": "ohm",
|
|
3518
3518
|
"source-layer": "transport_lines",
|
|
3519
3519
|
"minzoom": 6,
|
|
3520
3520
|
"maxzoom": 20,
|
|
3521
3521
|
"filter": [
|
|
3522
3522
|
"all",
|
|
3523
3523
|
["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
|
|
3524
|
-
["!=", ["get", "tunnel"], 1],
|
|
3525
|
-
["!=", ["get", "bridge"], 1]
|
|
3524
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3525
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3526
3526
|
],
|
|
3527
3527
|
"layout": {
|
|
3528
3528
|
"visibility": "visible",
|
|
@@ -3545,15 +3545,15 @@
|
|
|
3545
3545
|
{
|
|
3546
3546
|
"id": "roads_motorway-case",
|
|
3547
3547
|
"type": "line",
|
|
3548
|
-
"source": "
|
|
3548
|
+
"source": "ohm",
|
|
3549
3549
|
"source-layer": "transport_lines",
|
|
3550
3550
|
"minzoom": 9,
|
|
3551
3551
|
"maxzoom": 24,
|
|
3552
3552
|
"filter": [
|
|
3553
3553
|
"all",
|
|
3554
3554
|
["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
3555
|
-
["!=", ["get", "tunnel"], 1],
|
|
3556
|
-
["!=", ["get", "bridge"], 1]
|
|
3555
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3556
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3557
3557
|
],
|
|
3558
3558
|
"layout": {
|
|
3559
3559
|
"visibility": "visible",
|
|
@@ -3576,7 +3576,7 @@
|
|
|
3576
3576
|
{
|
|
3577
3577
|
"id": "roads_proposed",
|
|
3578
3578
|
"type": "line",
|
|
3579
|
-
"source": "
|
|
3579
|
+
"source": "ohm",
|
|
3580
3580
|
"source-layer": "transport_lines",
|
|
3581
3581
|
"minzoom": 12,
|
|
3582
3582
|
"maxzoom": 24,
|
|
@@ -3607,7 +3607,7 @@
|
|
|
3607
3607
|
{
|
|
3608
3608
|
"id": "roads_residential",
|
|
3609
3609
|
"type": "line",
|
|
3610
|
-
"source": "
|
|
3610
|
+
"source": "ohm",
|
|
3611
3611
|
"source-layer": "transport_lines",
|
|
3612
3612
|
"minzoom": 12,
|
|
3613
3613
|
"maxzoom": 24,
|
|
@@ -3637,7 +3637,7 @@
|
|
|
3637
3637
|
{
|
|
3638
3638
|
"id": "roads_pedestrian_street",
|
|
3639
3639
|
"type": "line",
|
|
3640
|
-
"source": "
|
|
3640
|
+
"source": "ohm",
|
|
3641
3641
|
"source-layer": "transport_lines",
|
|
3642
3642
|
"minzoom": 14,
|
|
3643
3643
|
"maxzoom": 24,
|
|
@@ -3659,14 +3659,14 @@
|
|
|
3659
3659
|
{
|
|
3660
3660
|
"id": "roads_secondarylink",
|
|
3661
3661
|
"type": "line",
|
|
3662
|
-
"source": "
|
|
3662
|
+
"source": "ohm",
|
|
3663
3663
|
"source-layer": "transport_lines",
|
|
3664
3664
|
"minzoom": 8,
|
|
3665
3665
|
"filter": [
|
|
3666
3666
|
"all",
|
|
3667
3667
|
["==", ["get", "type"], "secondary_link"],
|
|
3668
|
-
["!=", ["get", "tunnel"], 1],
|
|
3669
|
-
["!=", ["get", "bridge"], 1]
|
|
3668
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3669
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3670
3670
|
],
|
|
3671
3671
|
"layout": {
|
|
3672
3672
|
"visibility": "visible",
|
|
@@ -3689,14 +3689,14 @@
|
|
|
3689
3689
|
{
|
|
3690
3690
|
"id": "roads_tertiarylink",
|
|
3691
3691
|
"type": "line",
|
|
3692
|
-
"source": "
|
|
3692
|
+
"source": "ohm",
|
|
3693
3693
|
"source-layer": "transport_lines",
|
|
3694
3694
|
"minzoom": 6,
|
|
3695
3695
|
"filter": [
|
|
3696
3696
|
"all",
|
|
3697
3697
|
["in", ["get", "type"], ["literal", ["tertiary_link"]]],
|
|
3698
|
-
["!=", ["get", "tunnel"], 1],
|
|
3699
|
-
["!=", ["get", "bridge"], 1]
|
|
3698
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3699
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3700
3700
|
],
|
|
3701
3701
|
"layout": {
|
|
3702
3702
|
"visibility": "visible",
|
|
@@ -3729,14 +3729,14 @@
|
|
|
3729
3729
|
{
|
|
3730
3730
|
"id": "roads_primarylink",
|
|
3731
3731
|
"type": "line",
|
|
3732
|
-
"source": "
|
|
3732
|
+
"source": "ohm",
|
|
3733
3733
|
"source-layer": "transport_lines",
|
|
3734
3734
|
"minzoom": 6,
|
|
3735
3735
|
"filter": [
|
|
3736
3736
|
"all",
|
|
3737
3737
|
["in", ["get", "type"], ["literal", ["primary_link"]]],
|
|
3738
|
-
["!=", ["get", "tunnel"], 1],
|
|
3739
|
-
["!=", ["get", "bridge"], 1]
|
|
3738
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3739
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3740
3740
|
],
|
|
3741
3741
|
"layout": {
|
|
3742
3742
|
"visibility": "visible",
|
|
@@ -3759,15 +3759,15 @@
|
|
|
3759
3759
|
{
|
|
3760
3760
|
"id": "roads_motorwaylink",
|
|
3761
3761
|
"type": "line",
|
|
3762
|
-
"source": "
|
|
3762
|
+
"source": "ohm",
|
|
3763
3763
|
"source-layer": "transport_lines",
|
|
3764
3764
|
"minzoom": 6,
|
|
3765
3765
|
"maxzoom": 20,
|
|
3766
3766
|
"filter": [
|
|
3767
3767
|
"all",
|
|
3768
3768
|
["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
|
|
3769
|
-
["!=", ["get", "tunnel"], 1],
|
|
3770
|
-
["!=", ["get", "bridge"], 1]
|
|
3769
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3770
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3771
3771
|
],
|
|
3772
3772
|
"layout": {
|
|
3773
3773
|
"visibility": "visible",
|
|
@@ -3792,15 +3792,15 @@
|
|
|
3792
3792
|
{
|
|
3793
3793
|
"id": "roads_tertiary",
|
|
3794
3794
|
"type": "line",
|
|
3795
|
-
"source": "
|
|
3795
|
+
"source": "ohm",
|
|
3796
3796
|
"source-layer": "transport_lines",
|
|
3797
3797
|
"minzoom": 9,
|
|
3798
3798
|
"maxzoom": 24,
|
|
3799
3799
|
"filter": [
|
|
3800
3800
|
"all",
|
|
3801
3801
|
["==", ["get", "type"], "tertiary"],
|
|
3802
|
-
["!=", ["get", "tunnel"], 1],
|
|
3803
|
-
["!=", ["get", "bridge"], 1]
|
|
3802
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3803
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3804
3804
|
],
|
|
3805
3805
|
"layout": {
|
|
3806
3806
|
"visibility": "visible",
|
|
@@ -3833,14 +3833,14 @@
|
|
|
3833
3833
|
{
|
|
3834
3834
|
"id": "roads_secondary",
|
|
3835
3835
|
"type": "line",
|
|
3836
|
-
"source": "
|
|
3836
|
+
"source": "ohm",
|
|
3837
3837
|
"source-layer": "transport_lines",
|
|
3838
3838
|
"minzoom": 8,
|
|
3839
3839
|
"filter": [
|
|
3840
3840
|
"all",
|
|
3841
3841
|
["==", ["get", "type"], "secondary"],
|
|
3842
|
-
["!=", ["get", "tunnel"], 1],
|
|
3843
|
-
["!=", ["get", "bridge"], 1]
|
|
3842
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3843
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3844
3844
|
],
|
|
3845
3845
|
"layout": {
|
|
3846
3846
|
"visibility": "visible",
|
|
@@ -3863,15 +3863,15 @@
|
|
|
3863
3863
|
{
|
|
3864
3864
|
"id": "roads_primary",
|
|
3865
3865
|
"type": "line",
|
|
3866
|
-
"source": "
|
|
3866
|
+
"source": "ohm",
|
|
3867
3867
|
"source-layer": "transport_lines",
|
|
3868
3868
|
"minzoom": 6,
|
|
3869
3869
|
"filter": [
|
|
3870
3870
|
"all",
|
|
3871
3871
|
["in", ["get", "type"], ["literal", ["primary"]]],
|
|
3872
|
-
["!=", ["get", "tunnel"], 1],
|
|
3872
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3873
3873
|
["!=", ["get", "ford"], "yes"],
|
|
3874
|
-
["!=", ["get", "bridge"], 1]
|
|
3874
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3875
3875
|
],
|
|
3876
3876
|
"layout": {
|
|
3877
3877
|
"visibility": "visible",
|
|
@@ -3896,15 +3896,15 @@
|
|
|
3896
3896
|
{
|
|
3897
3897
|
"id": "roads_motorway",
|
|
3898
3898
|
"type": "line",
|
|
3899
|
-
"source": "
|
|
3899
|
+
"source": "ohm",
|
|
3900
3900
|
"source-layer": "transport_lines",
|
|
3901
3901
|
"minzoom": 6,
|
|
3902
3902
|
"maxzoom": 24,
|
|
3903
3903
|
"filter": [
|
|
3904
3904
|
"all",
|
|
3905
3905
|
["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
3906
|
-
["!=", ["get", "tunnel"], 1],
|
|
3907
|
-
["!=", ["get", "bridge"], 1]
|
|
3906
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3907
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3908
3908
|
],
|
|
3909
3909
|
"layout": {
|
|
3910
3910
|
"visibility": "visible",
|
|
@@ -3931,7 +3931,7 @@
|
|
|
3931
3931
|
{
|
|
3932
3932
|
"id": "roads_ford",
|
|
3933
3933
|
"type": "line",
|
|
3934
|
-
"source": "
|
|
3934
|
+
"source": "ohm",
|
|
3935
3935
|
"source-layer": "transport_lines",
|
|
3936
3936
|
"minzoom": 9,
|
|
3937
3937
|
"filter": ["==", ["get", "ford"], "yes"],
|
|
@@ -3953,7 +3953,7 @@
|
|
|
3953
3953
|
{
|
|
3954
3954
|
"id": "roads_rail-subway-bridge-case",
|
|
3955
3955
|
"type": "line",
|
|
3956
|
-
"source": "
|
|
3956
|
+
"source": "ohm",
|
|
3957
3957
|
"source-layer": "transport_lines",
|
|
3958
3958
|
"minzoom": 11,
|
|
3959
3959
|
"maxzoom": 24,
|
|
@@ -3976,7 +3976,7 @@
|
|
|
3976
3976
|
{
|
|
3977
3977
|
"id": "roads_rail-bridge-case",
|
|
3978
3978
|
"type": "line",
|
|
3979
|
-
"source": "
|
|
3979
|
+
"source": "ohm",
|
|
3980
3980
|
"source-layer": "transport_lines",
|
|
3981
3981
|
"minzoom": 11,
|
|
3982
3982
|
"maxzoom": 24,
|
|
@@ -3998,7 +3998,7 @@
|
|
|
3998
3998
|
{
|
|
3999
3999
|
"id": "roads_subways_construction",
|
|
4000
4000
|
"type": "line",
|
|
4001
|
-
"source": "
|
|
4001
|
+
"source": "ohm",
|
|
4002
4002
|
"source-layer": "transport_lines",
|
|
4003
4003
|
"minzoom": 14,
|
|
4004
4004
|
"filter": [
|
|
@@ -4024,13 +4024,13 @@
|
|
|
4024
4024
|
{
|
|
4025
4025
|
"id": "roads_subways-bridge",
|
|
4026
4026
|
"type": "line",
|
|
4027
|
-
"source": "
|
|
4027
|
+
"source": "ohm",
|
|
4028
4028
|
"source-layer": "transport_lines",
|
|
4029
4029
|
"minzoom": 7,
|
|
4030
4030
|
"filter": [
|
|
4031
4031
|
"all",
|
|
4032
4032
|
["in", ["get", "type"], ["literal", ["subway"]]],
|
|
4033
|
-
["!=", ["get", "tunnel"], 1],
|
|
4033
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
4034
4034
|
["==", ["get", "bridge"], 1]
|
|
4035
4035
|
],
|
|
4036
4036
|
"layout": {"visibility": "visible"},
|
|
@@ -4043,13 +4043,13 @@
|
|
|
4043
4043
|
{
|
|
4044
4044
|
"id": "roads_light-rail-bridge-case",
|
|
4045
4045
|
"type": "line",
|
|
4046
|
-
"source": "
|
|
4046
|
+
"source": "ohm",
|
|
4047
4047
|
"source-layer": "transport_lines",
|
|
4048
4048
|
"minzoom": 7,
|
|
4049
4049
|
"filter": [
|
|
4050
4050
|
"all",
|
|
4051
4051
|
["in", ["get", "type"], ["literal", ["light_rail"]]],
|
|
4052
|
-
["!=", ["get", "tunnel"], 1],
|
|
4052
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
4053
4053
|
["==", ["get", "bridge"], 1]
|
|
4054
4054
|
],
|
|
4055
4055
|
"layout": {"visibility": "visible"},
|
|
@@ -4062,13 +4062,13 @@
|
|
|
4062
4062
|
{
|
|
4063
4063
|
"id": "roads_light-rail-bridge",
|
|
4064
4064
|
"type": "line",
|
|
4065
|
-
"source": "
|
|
4065
|
+
"source": "ohm",
|
|
4066
4066
|
"source-layer": "transport_lines",
|
|
4067
4067
|
"minzoom": 7,
|
|
4068
4068
|
"filter": [
|
|
4069
4069
|
"all",
|
|
4070
4070
|
["in", ["get", "type"], ["literal", ["light_rail"]]],
|
|
4071
|
-
["!=", ["get", "tunnel"], 1],
|
|
4071
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
4072
4072
|
["==", ["get", "bridge"], 1]
|
|
4073
4073
|
],
|
|
4074
4074
|
"layout": {"visibility": "visible"},
|
|
@@ -4081,7 +4081,7 @@
|
|
|
4081
4081
|
{
|
|
4082
4082
|
"id": "roads_residential_bridge_z13-case",
|
|
4083
4083
|
"type": "line",
|
|
4084
|
-
"source": "
|
|
4084
|
+
"source": "ohm",
|
|
4085
4085
|
"source-layer": "transport_lines",
|
|
4086
4086
|
"minzoom": 13,
|
|
4087
4087
|
"maxzoom": 24,
|
|
@@ -4115,7 +4115,7 @@
|
|
|
4115
4115
|
{
|
|
4116
4116
|
"id": "roads_tertiarybridge",
|
|
4117
4117
|
"type": "line",
|
|
4118
|
-
"source": "
|
|
4118
|
+
"source": "ohm",
|
|
4119
4119
|
"source-layer": "transport_lines",
|
|
4120
4120
|
"minzoom": 9,
|
|
4121
4121
|
"filter": [
|
|
@@ -4144,7 +4144,7 @@
|
|
|
4144
4144
|
{
|
|
4145
4145
|
"id": "roads_secondarybridge",
|
|
4146
4146
|
"type": "line",
|
|
4147
|
-
"source": "
|
|
4147
|
+
"source": "ohm",
|
|
4148
4148
|
"source-layer": "transport_lines",
|
|
4149
4149
|
"minzoom": 10,
|
|
4150
4150
|
"filter": [
|
|
@@ -4173,7 +4173,7 @@
|
|
|
4173
4173
|
{
|
|
4174
4174
|
"id": "roads_primarybridge",
|
|
4175
4175
|
"type": "line",
|
|
4176
|
-
"source": "
|
|
4176
|
+
"source": "ohm",
|
|
4177
4177
|
"source-layer": "transport_lines",
|
|
4178
4178
|
"minzoom": 10,
|
|
4179
4179
|
"maxzoom": 20,
|
|
@@ -4203,7 +4203,7 @@
|
|
|
4203
4203
|
{
|
|
4204
4204
|
"id": "roads_motorwaybridge",
|
|
4205
4205
|
"type": "line",
|
|
4206
|
-
"source": "
|
|
4206
|
+
"source": "ohm",
|
|
4207
4207
|
"source-layer": "transport_lines",
|
|
4208
4208
|
"minzoom": 9,
|
|
4209
4209
|
"maxzoom": 20,
|
|
@@ -4237,7 +4237,7 @@
|
|
|
4237
4237
|
{
|
|
4238
4238
|
"id": "roads_residential_bridgetop_z13",
|
|
4239
4239
|
"type": "line",
|
|
4240
|
-
"source": "
|
|
4240
|
+
"source": "ohm",
|
|
4241
4241
|
"source-layer": "transport_lines",
|
|
4242
4242
|
"minzoom": 12,
|
|
4243
4243
|
"maxzoom": 24,
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
{
|
|
4272
4272
|
"id": "roads_tertiarybridgetop",
|
|
4273
4273
|
"type": "line",
|
|
4274
|
-
"source": "
|
|
4274
|
+
"source": "ohm",
|
|
4275
4275
|
"source-layer": "transport_lines",
|
|
4276
4276
|
"minzoom": 6,
|
|
4277
4277
|
"maxzoom": 24,
|
|
@@ -4309,7 +4309,7 @@
|
|
|
4309
4309
|
{
|
|
4310
4310
|
"id": "roads_secondarybridgetop",
|
|
4311
4311
|
"type": "line",
|
|
4312
|
-
"source": "
|
|
4312
|
+
"source": "ohm",
|
|
4313
4313
|
"source-layer": "transport_lines",
|
|
4314
4314
|
"minzoom": 8,
|
|
4315
4315
|
"filter": [
|
|
@@ -4346,7 +4346,7 @@
|
|
|
4346
4346
|
{
|
|
4347
4347
|
"id": "roads_primarybridgetop",
|
|
4348
4348
|
"type": "line",
|
|
4349
|
-
"source": "
|
|
4349
|
+
"source": "ohm",
|
|
4350
4350
|
"source-layer": "transport_lines",
|
|
4351
4351
|
"minzoom": 6,
|
|
4352
4352
|
"filter": [
|
|
@@ -4375,7 +4375,7 @@
|
|
|
4375
4375
|
{
|
|
4376
4376
|
"id": "roads_motorwaybridgetop",
|
|
4377
4377
|
"type": "line",
|
|
4378
|
-
"source": "
|
|
4378
|
+
"source": "ohm",
|
|
4379
4379
|
"source-layer": "transport_lines",
|
|
4380
4380
|
"minzoom": 6,
|
|
4381
4381
|
"maxzoom": 20,
|
|
@@ -4409,13 +4409,13 @@
|
|
|
4409
4409
|
{
|
|
4410
4410
|
"id": "roads_subways-tick",
|
|
4411
4411
|
"type": "line",
|
|
4412
|
-
"source": "
|
|
4412
|
+
"source": "ohm",
|
|
4413
4413
|
"source-layer": "transport_lines",
|
|
4414
4414
|
"minzoom": 10,
|
|
4415
4415
|
"filter": [
|
|
4416
4416
|
"all",
|
|
4417
4417
|
["in", ["get", "type"], ["literal", ["subway"]]],
|
|
4418
|
-
["!=", ["get", "tunnel"], 1]
|
|
4418
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
4419
4419
|
],
|
|
4420
4420
|
"layout": {"visibility": "none"},
|
|
4421
4421
|
"paint": {
|
|
@@ -4443,14 +4443,14 @@
|
|
|
4443
4443
|
{
|
|
4444
4444
|
"id": "roads_light_rail",
|
|
4445
4445
|
"type": "line",
|
|
4446
|
-
"source": "
|
|
4446
|
+
"source": "ohm",
|
|
4447
4447
|
"source-layer": "transport_lines",
|
|
4448
4448
|
"minzoom": 7,
|
|
4449
4449
|
"filter": [
|
|
4450
4450
|
"all",
|
|
4451
4451
|
["in", ["get", "type"], ["literal", ["light_rail"]]],
|
|
4452
|
-
["!=", ["get", "tunnel"], 1],
|
|
4453
|
-
["!=", ["get", "bridge"], 1]
|
|
4452
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
4453
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
4454
4454
|
],
|
|
4455
4455
|
"layout": {"visibility": "visible"},
|
|
4456
4456
|
"paint": {
|
|
@@ -4462,14 +4462,14 @@
|
|
|
4462
4462
|
{
|
|
4463
4463
|
"id": "roads_subways",
|
|
4464
4464
|
"type": "line",
|
|
4465
|
-
"source": "
|
|
4465
|
+
"source": "ohm",
|
|
4466
4466
|
"source-layer": "transport_lines",
|
|
4467
4467
|
"minzoom": 7,
|
|
4468
4468
|
"filter": [
|
|
4469
4469
|
"all",
|
|
4470
4470
|
["in", ["get", "type"], ["literal", ["subway"]]],
|
|
4471
|
-
["!=", ["get", "tunnel"], 1],
|
|
4472
|
-
["!=", ["get", "bridge"], 1]
|
|
4471
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
4472
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
4473
4473
|
],
|
|
4474
4474
|
"layout": {"visibility": "visible"},
|
|
4475
4475
|
"paint": {
|
|
@@ -4481,7 +4481,7 @@
|
|
|
4481
4481
|
{
|
|
4482
4482
|
"id": "roads_rail_mini",
|
|
4483
4483
|
"type": "line",
|
|
4484
|
-
"source": "
|
|
4484
|
+
"source": "ohm",
|
|
4485
4485
|
"source-layer": "transport_lines",
|
|
4486
4486
|
"minzoom": 7,
|
|
4487
4487
|
"maxzoom": 24,
|
|
@@ -4502,7 +4502,7 @@
|
|
|
4502
4502
|
{
|
|
4503
4503
|
"id": "roads_rail_mini-dash",
|
|
4504
4504
|
"type": "line",
|
|
4505
|
-
"source": "
|
|
4505
|
+
"source": "ohm",
|
|
4506
4506
|
"source-layer": "transport_lines",
|
|
4507
4507
|
"minzoom": 7,
|
|
4508
4508
|
"maxzoom": 24,
|
|
@@ -4530,7 +4530,7 @@
|
|
|
4530
4530
|
{
|
|
4531
4531
|
"id": "roads_rail_old",
|
|
4532
4532
|
"type": "line",
|
|
4533
|
-
"source": "
|
|
4533
|
+
"source": "ohm",
|
|
4534
4534
|
"source-layer": "transport_lines",
|
|
4535
4535
|
"minzoom": 7,
|
|
4536
4536
|
"maxzoom": 24,
|
|
@@ -4552,7 +4552,7 @@
|
|
|
4552
4552
|
{
|
|
4553
4553
|
"id": "roads_rail_old-dash",
|
|
4554
4554
|
"type": "line",
|
|
4555
|
-
"source": "
|
|
4555
|
+
"source": "ohm",
|
|
4556
4556
|
"source-layer": "transport_lines",
|
|
4557
4557
|
"minzoom": 7,
|
|
4558
4558
|
"maxzoom": 24,
|
|
@@ -4581,7 +4581,7 @@
|
|
|
4581
4581
|
{
|
|
4582
4582
|
"id": "roads_rail-main",
|
|
4583
4583
|
"type": "line",
|
|
4584
|
-
"source": "
|
|
4584
|
+
"source": "ohm",
|
|
4585
4585
|
"source-layer": "transport_lines",
|
|
4586
4586
|
"minzoom": 0,
|
|
4587
4587
|
"maxzoom": 24,
|
|
@@ -4608,7 +4608,7 @@
|
|
|
4608
4608
|
{
|
|
4609
4609
|
"id": "roads_rail-main-dash",
|
|
4610
4610
|
"type": "line",
|
|
4611
|
-
"source": "
|
|
4611
|
+
"source": "ohm",
|
|
4612
4612
|
"source-layer": "transport_lines",
|
|
4613
4613
|
"minzoom": 0,
|
|
4614
4614
|
"maxzoom": 24,
|
|
@@ -4644,7 +4644,7 @@
|
|
|
4644
4644
|
{
|
|
4645
4645
|
"id": "roads_rail-yard-siding",
|
|
4646
4646
|
"type": "line",
|
|
4647
|
-
"source": "
|
|
4647
|
+
"source": "ohm",
|
|
4648
4648
|
"source-layer": "transport_lines",
|
|
4649
4649
|
"minzoom": 7,
|
|
4650
4650
|
"maxzoom": 24,
|
|
@@ -4672,7 +4672,7 @@
|
|
|
4672
4672
|
{
|
|
4673
4673
|
"id": "roads_rail-yard-siding-tick",
|
|
4674
4674
|
"type": "line",
|
|
4675
|
-
"source": "
|
|
4675
|
+
"source": "ohm",
|
|
4676
4676
|
"source-layer": "transport_lines",
|
|
4677
4677
|
"minzoom": 13,
|
|
4678
4678
|
"maxzoom": 24,
|
|
@@ -4697,7 +4697,7 @@
|
|
|
4697
4697
|
{
|
|
4698
4698
|
"id": "roads_rail-spur",
|
|
4699
4699
|
"type": "line",
|
|
4700
|
-
"source": "
|
|
4700
|
+
"source": "ohm",
|
|
4701
4701
|
"source-layer": "transport_lines",
|
|
4702
4702
|
"minzoom": 0,
|
|
4703
4703
|
"maxzoom": 24,
|
|
@@ -4742,7 +4742,7 @@
|
|
|
4742
4742
|
{
|
|
4743
4743
|
"id": "roads_rail-spur-tick",
|
|
4744
4744
|
"type": "line",
|
|
4745
|
-
"source": "
|
|
4745
|
+
"source": "ohm",
|
|
4746
4746
|
"source-layer": "transport_lines",
|
|
4747
4747
|
"minzoom": 13,
|
|
4748
4748
|
"maxzoom": 24,
|
|
@@ -4785,7 +4785,7 @@
|
|
|
4785
4785
|
{
|
|
4786
4786
|
"id": "roads_rail-tourism",
|
|
4787
4787
|
"type": "line",
|
|
4788
|
-
"source": "
|
|
4788
|
+
"source": "ohm",
|
|
4789
4789
|
"source-layer": "transport_lines",
|
|
4790
4790
|
"minzoom": 0,
|
|
4791
4791
|
"maxzoom": 24,
|
|
@@ -4822,7 +4822,7 @@
|
|
|
4822
4822
|
{
|
|
4823
4823
|
"id": "roads_rail-tourism-dash",
|
|
4824
4824
|
"type": "line",
|
|
4825
|
-
"source": "
|
|
4825
|
+
"source": "ohm",
|
|
4826
4826
|
"source-layer": "transport_lines",
|
|
4827
4827
|
"minzoom": 0,
|
|
4828
4828
|
"maxzoom": 24,
|
|
@@ -4868,7 +4868,7 @@
|
|
|
4868
4868
|
{
|
|
4869
4869
|
"id": "roads_rail-military",
|
|
4870
4870
|
"type": "line",
|
|
4871
|
-
"source": "
|
|
4871
|
+
"source": "ohm",
|
|
4872
4872
|
"source-layer": "transport_lines",
|
|
4873
4873
|
"minzoom": 0,
|
|
4874
4874
|
"maxzoom": 24,
|
|
@@ -4905,7 +4905,7 @@
|
|
|
4905
4905
|
{
|
|
4906
4906
|
"id": "roads_rail-military-dash",
|
|
4907
4907
|
"type": "line",
|
|
4908
|
-
"source": "
|
|
4908
|
+
"source": "ohm",
|
|
4909
4909
|
"source-layer": "transport_lines",
|
|
4910
4910
|
"minzoom": 0,
|
|
4911
4911
|
"maxzoom": 24,
|
|
@@ -4951,7 +4951,7 @@
|
|
|
4951
4951
|
{
|
|
4952
4952
|
"id": "roads_rail-branch",
|
|
4953
4953
|
"type": "line",
|
|
4954
|
-
"source": "
|
|
4954
|
+
"source": "ohm",
|
|
4955
4955
|
"source-layer": "transport_lines",
|
|
4956
4956
|
"minzoom": 0,
|
|
4957
4957
|
"maxzoom": 24,
|
|
@@ -4978,7 +4978,7 @@
|
|
|
4978
4978
|
{
|
|
4979
4979
|
"id": "roads_rail-branch-dash",
|
|
4980
4980
|
"type": "line",
|
|
4981
|
-
"source": "
|
|
4981
|
+
"source": "ohm",
|
|
4982
4982
|
"source-layer": "transport_lines",
|
|
4983
4983
|
"minzoom": 0,
|
|
4984
4984
|
"maxzoom": 24,
|
|
@@ -5024,7 +5024,7 @@
|
|
|
5024
5024
|
{
|
|
5025
5025
|
"id": "roads_rail-industrial",
|
|
5026
5026
|
"type": "line",
|
|
5027
|
-
"source": "
|
|
5027
|
+
"source": "ohm",
|
|
5028
5028
|
"source-layer": "transport_lines",
|
|
5029
5029
|
"minzoom": 0,
|
|
5030
5030
|
"maxzoom": 24,
|
|
@@ -5061,7 +5061,7 @@
|
|
|
5061
5061
|
{
|
|
5062
5062
|
"id": "roads_rail-industrial-dash",
|
|
5063
5063
|
"type": "line",
|
|
5064
|
-
"source": "
|
|
5064
|
+
"source": "ohm",
|
|
5065
5065
|
"source-layer": "transport_lines",
|
|
5066
5066
|
"minzoom": 0,
|
|
5067
5067
|
"maxzoom": 24,
|
|
@@ -5107,7 +5107,7 @@
|
|
|
5107
5107
|
{
|
|
5108
5108
|
"id": "roads_rail",
|
|
5109
5109
|
"type": "line",
|
|
5110
|
-
"source": "
|
|
5110
|
+
"source": "ohm",
|
|
5111
5111
|
"source-layer": "transport_lines",
|
|
5112
5112
|
"minzoom": 0,
|
|
5113
5113
|
"maxzoom": 24,
|
|
@@ -5124,9 +5124,9 @@
|
|
|
5124
5124
|
["!=", ["get", "usage"], "military"],
|
|
5125
5125
|
["!=", ["get", "usage"], "tourism"],
|
|
5126
5126
|
["!=", ["get", "service"], "spur"],
|
|
5127
|
-
["!=", ["get", "tunnel"], 1],
|
|
5127
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
5128
5128
|
["!=", ["get", "service"], "siding"],
|
|
5129
|
-
["!=", ["get", "bridge"], 1]
|
|
5129
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
5130
5130
|
],
|
|
5131
5131
|
"layout": {
|
|
5132
5132
|
"visibility": "visible",
|
|
@@ -5141,7 +5141,7 @@
|
|
|
5141
5141
|
{
|
|
5142
5142
|
"id": "roads_rail-bridge",
|
|
5143
5143
|
"type": "line",
|
|
5144
|
-
"source": "
|
|
5144
|
+
"source": "ohm",
|
|
5145
5145
|
"source-layer": "transport_lines",
|
|
5146
5146
|
"minzoom": 0,
|
|
5147
5147
|
"maxzoom": 24,
|
|
@@ -5158,7 +5158,7 @@
|
|
|
5158
5158
|
["!=", ["get", "usage"], "military"],
|
|
5159
5159
|
["!=", ["get", "usage"], "tourism"],
|
|
5160
5160
|
["!=", ["get", "service"], "spur"],
|
|
5161
|
-
["!=", ["get", "tunnel"], 1],
|
|
5161
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
5162
5162
|
["!=", ["get", "service"], "siding"],
|
|
5163
5163
|
["==", ["get", "bridge"], 1]
|
|
5164
5164
|
],
|
|
@@ -5175,7 +5175,7 @@
|
|
|
5175
5175
|
{
|
|
5176
5176
|
"id": "roads_rail-dash",
|
|
5177
5177
|
"type": "line",
|
|
5178
|
-
"source": "
|
|
5178
|
+
"source": "ohm",
|
|
5179
5179
|
"source-layer": "transport_lines",
|
|
5180
5180
|
"minzoom": 0,
|
|
5181
5181
|
"maxzoom": 24,
|
|
@@ -5192,7 +5192,7 @@
|
|
|
5192
5192
|
["!=", ["get", "usage"], "tourism"],
|
|
5193
5193
|
["!=", ["get", "service"], "spur"],
|
|
5194
5194
|
["!=", ["get", "service"], "siding"],
|
|
5195
|
-
["!=", ["get", "tunnel"], 1],
|
|
5195
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
5196
5196
|
["!=", ["get", "usage"], "military"]
|
|
5197
5197
|
],
|
|
5198
5198
|
"layout": {
|
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
{
|
|
5228
5228
|
"id": "roads_rail_construction",
|
|
5229
5229
|
"type": "line",
|
|
5230
|
-
"source": "
|
|
5230
|
+
"source": "ohm",
|
|
5231
5231
|
"source-layer": "transport_lines",
|
|
5232
5232
|
"minzoom": 7,
|
|
5233
5233
|
"maxzoom": 24,
|
|
@@ -5264,7 +5264,7 @@
|
|
|
5264
5264
|
{
|
|
5265
5265
|
"id": "roads_rail_tram",
|
|
5266
5266
|
"type": "line",
|
|
5267
|
-
"source": "
|
|
5267
|
+
"source": "ohm",
|
|
5268
5268
|
"source-layer": "transport_lines",
|
|
5269
5269
|
"minzoom": 7,
|
|
5270
5270
|
"maxzoom": 24,
|
|
@@ -5306,7 +5306,7 @@
|
|
|
5306
5306
|
{
|
|
5307
5307
|
"id": "barriers-dotted",
|
|
5308
5308
|
"type": "line",
|
|
5309
|
-
"source": "
|
|
5309
|
+
"source": "ohm",
|
|
5310
5310
|
"source-layer": "other_lines",
|
|
5311
5311
|
"filter": ["==", ["get", "type"], "bollard"],
|
|
5312
5312
|
"paint": {
|
|
@@ -5318,7 +5318,7 @@
|
|
|
5318
5318
|
{
|
|
5319
5319
|
"id": "barriers",
|
|
5320
5320
|
"type": "line",
|
|
5321
|
-
"source": "
|
|
5321
|
+
"source": "ohm",
|
|
5322
5322
|
"source-layer": "other_lines",
|
|
5323
5323
|
"filter": ["all"],
|
|
5324
5324
|
"paint": {
|
|
@@ -5353,7 +5353,7 @@
|
|
|
5353
5353
|
{
|
|
5354
5354
|
"id": "power_lines",
|
|
5355
5355
|
"type": "line",
|
|
5356
|
-
"source": "
|
|
5356
|
+
"source": "ohm",
|
|
5357
5357
|
"source-layer": "other_lines",
|
|
5358
5358
|
"filter": [
|
|
5359
5359
|
"all",
|
|
@@ -5366,7 +5366,7 @@
|
|
|
5366
5366
|
{
|
|
5367
5367
|
"id": "city_county_lines_admin7_8",
|
|
5368
5368
|
"type": "line",
|
|
5369
|
-
"source": "
|
|
5369
|
+
"source": "ohm",
|
|
5370
5370
|
"source-layer": "land_ohm_lines",
|
|
5371
5371
|
"minzoom": 10,
|
|
5372
5372
|
"maxzoom": 20,
|
|
@@ -5385,13 +5385,13 @@
|
|
|
5385
5385
|
{
|
|
5386
5386
|
"id": "admin_admin5_6",
|
|
5387
5387
|
"type": "line",
|
|
5388
|
-
"source": "
|
|
5388
|
+
"source": "ohm",
|
|
5389
5389
|
"source-layer": "land_ohm_lines",
|
|
5390
|
-
"minzoom":
|
|
5390
|
+
"minzoom": 8,
|
|
5391
5391
|
"maxzoom": 20,
|
|
5392
5392
|
"filter": ["in", ["get", "admin_level"], ["literal", [5, 6]]],
|
|
5393
5393
|
"layout": {
|
|
5394
|
-
"visibility": "
|
|
5394
|
+
"visibility": "none",
|
|
5395
5395
|
"line-cap": "round",
|
|
5396
5396
|
"line-join": "round",
|
|
5397
5397
|
"line-miter-limit": 2
|
|
@@ -5403,11 +5403,11 @@
|
|
|
5403
5403
|
}
|
|
5404
5404
|
},
|
|
5405
5405
|
{
|
|
5406
|
-
"id": "
|
|
5406
|
+
"id": "admin_4_state_lines__case",
|
|
5407
5407
|
"type": "line",
|
|
5408
|
-
"source": "
|
|
5408
|
+
"source": "ohm",
|
|
5409
5409
|
"source-layer": "land_ohm_lines",
|
|
5410
|
-
"minzoom":
|
|
5410
|
+
"minzoom": 5,
|
|
5411
5411
|
"maxzoom": 20,
|
|
5412
5412
|
"filter": [
|
|
5413
5413
|
"all",
|
|
@@ -5429,15 +5429,15 @@
|
|
|
5429
5429
|
7,
|
|
5430
5430
|
"rgba(234, 235, 236, 0.1)"
|
|
5431
5431
|
],
|
|
5432
|
-
"line-width": ["interpolate", ["linear"], ["zoom"],
|
|
5432
|
+
"line-width": ["interpolate", ["linear"], ["zoom"], 4, 0, 12, 8, 15, 7]
|
|
5433
5433
|
}
|
|
5434
5434
|
},
|
|
5435
5435
|
{
|
|
5436
|
-
"id": "
|
|
5436
|
+
"id": "admin_4_state_lines",
|
|
5437
5437
|
"type": "line",
|
|
5438
|
-
"source": "
|
|
5438
|
+
"source": "ohm",
|
|
5439
5439
|
"source-layer": "land_ohm_lines",
|
|
5440
|
-
"minzoom":
|
|
5440
|
+
"minzoom": 4,
|
|
5441
5441
|
"maxzoom": 20,
|
|
5442
5442
|
"filter": [
|
|
5443
5443
|
"all",
|
|
@@ -5455,16 +5455,19 @@
|
|
|
5455
5455
|
["linear"],
|
|
5456
5456
|
["zoom"],
|
|
5457
5457
|
4,
|
|
5458
|
-
"rgba(
|
|
5458
|
+
"rgba(180, 180, 180, 1)",
|
|
5459
5459
|
7,
|
|
5460
|
-
"rgba(
|
|
5460
|
+
"rgba(170, 170, 170, 1)"
|
|
5461
5461
|
],
|
|
5462
|
+
"line-dasharray": [14, 6, 5, 6, 14],
|
|
5462
5463
|
"line-width": [
|
|
5463
5464
|
"interpolate",
|
|
5464
5465
|
["linear"],
|
|
5465
5466
|
["zoom"],
|
|
5466
|
-
|
|
5467
|
-
0.
|
|
5467
|
+
4,
|
|
5468
|
+
0.5,
|
|
5469
|
+
8,
|
|
5470
|
+
0.5,
|
|
5468
5471
|
12,
|
|
5469
5472
|
2,
|
|
5470
5473
|
15,
|
|
@@ -5475,7 +5478,7 @@
|
|
|
5475
5478
|
{
|
|
5476
5479
|
"id": "admin_admin3",
|
|
5477
5480
|
"type": "line",
|
|
5478
|
-
"source": "
|
|
5481
|
+
"source": "ohm",
|
|
5479
5482
|
"source-layer": "land_ohm_lines",
|
|
5480
5483
|
"minzoom": 3,
|
|
5481
5484
|
"maxzoom": 20,
|
|
@@ -5491,15 +5494,15 @@
|
|
|
5491
5494
|
}
|
|
5492
5495
|
},
|
|
5493
5496
|
{
|
|
5494
|
-
"id": "
|
|
5497
|
+
"id": "admin_1-2_country_lines_case",
|
|
5495
5498
|
"type": "line",
|
|
5496
|
-
"source": "
|
|
5499
|
+
"source": "ohm",
|
|
5497
5500
|
"source-layer": "land_ohm_lines",
|
|
5498
5501
|
"minzoom": 0,
|
|
5499
5502
|
"maxzoom": 20,
|
|
5500
5503
|
"filter": ["in", ["get", "admin_level"], ["literal", [1, 2]]],
|
|
5501
5504
|
"layout": {
|
|
5502
|
-
"visibility": "
|
|
5505
|
+
"visibility": "none",
|
|
5503
5506
|
"line-cap": "square",
|
|
5504
5507
|
"line-join": "round"
|
|
5505
5508
|
},
|
|
@@ -5510,16 +5513,18 @@
|
|
|
5510
5513
|
["zoom"],
|
|
5511
5514
|
4,
|
|
5512
5515
|
"rgba(242, 242, 242, 0.28)",
|
|
5513
|
-
|
|
5514
|
-
"rgba(255, 255, 255, 0.
|
|
5516
|
+
5,
|
|
5517
|
+
"rgba(255, 255, 255, 0.15)",
|
|
5518
|
+
8,
|
|
5519
|
+
"rgba(255, 255, 255, 0.15)"
|
|
5515
5520
|
],
|
|
5516
|
-
"line-width": ["interpolate", ["linear"], ["zoom"], 6, 0,
|
|
5521
|
+
"line-width": ["interpolate", ["linear"], ["zoom"], 6, 0, 8, 1, 18, 4]
|
|
5517
5522
|
}
|
|
5518
5523
|
},
|
|
5519
5524
|
{
|
|
5520
|
-
"id": "
|
|
5525
|
+
"id": "admin_1-2_country_lines",
|
|
5521
5526
|
"type": "line",
|
|
5522
|
-
"source": "
|
|
5527
|
+
"source": "ohm",
|
|
5523
5528
|
"source-layer": "land_ohm_lines",
|
|
5524
5529
|
"minzoom": 0,
|
|
5525
5530
|
"maxzoom": 20,
|
|
@@ -5531,15 +5536,15 @@
|
|
|
5531
5536
|
},
|
|
5532
5537
|
"paint": {
|
|
5533
5538
|
"line-color": [
|
|
5534
|
-
"interpolate",
|
|
5539
|
+
"interpolate-lab",
|
|
5535
5540
|
["linear"],
|
|
5536
5541
|
["zoom"],
|
|
5537
5542
|
0,
|
|
5538
|
-
"rgba(
|
|
5539
|
-
|
|
5540
|
-
"rgba(
|
|
5543
|
+
"rgba(200, 200, 200, 1)",
|
|
5544
|
+
8,
|
|
5545
|
+
"rgba(190, 190, 190, 1)",
|
|
5541
5546
|
15,
|
|
5542
|
-
"rgba(
|
|
5547
|
+
"rgba(180, 180, 180, 1)"
|
|
5543
5548
|
],
|
|
5544
5549
|
"line-width": [
|
|
5545
5550
|
"interpolate",
|
|
@@ -5547,21 +5552,21 @@
|
|
|
5547
5552
|
["zoom"],
|
|
5548
5553
|
0,
|
|
5549
5554
|
0.25,
|
|
5550
|
-
|
|
5555
|
+
4,
|
|
5551
5556
|
0.75,
|
|
5552
|
-
|
|
5553
|
-
1,
|
|
5557
|
+
6,
|
|
5558
|
+
1.5,
|
|
5554
5559
|
13,
|
|
5555
5560
|
2.5,
|
|
5556
5561
|
17,
|
|
5557
|
-
|
|
5562
|
+
3
|
|
5558
5563
|
]
|
|
5559
5564
|
}
|
|
5560
5565
|
},
|
|
5561
5566
|
{
|
|
5562
5567
|
"id": "roadlabels_z14",
|
|
5563
5568
|
"type": "symbol",
|
|
5564
|
-
"source": "
|
|
5569
|
+
"source": "ohm",
|
|
5565
5570
|
"source-layer": "transport_lines",
|
|
5566
5571
|
"minzoom": 14,
|
|
5567
5572
|
"filter": ["all"],
|
|
@@ -5587,7 +5592,7 @@
|
|
|
5587
5592
|
{
|
|
5588
5593
|
"id": "roadlabels_z11",
|
|
5589
5594
|
"type": "symbol",
|
|
5590
|
-
"source": "
|
|
5595
|
+
"source": "ohm",
|
|
5591
5596
|
"source-layer": "transport_lines",
|
|
5592
5597
|
"minzoom": 11,
|
|
5593
5598
|
"filter": ["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
@@ -5613,7 +5618,7 @@
|
|
|
5613
5618
|
{
|
|
5614
5619
|
"id": "raillabels_z14",
|
|
5615
5620
|
"type": "symbol",
|
|
5616
|
-
"source": "
|
|
5621
|
+
"source": "ohm",
|
|
5617
5622
|
"source-layer": "transport_lines",
|
|
5618
5623
|
"minzoom": 6,
|
|
5619
5624
|
"filter": ["==", ["get", "class"], "railway"],
|
|
@@ -5640,7 +5645,7 @@
|
|
|
5640
5645
|
{
|
|
5641
5646
|
"id": "water_areaslabels_z15",
|
|
5642
5647
|
"type": "symbol",
|
|
5643
|
-
"source": "
|
|
5648
|
+
"source": "ohm",
|
|
5644
5649
|
"source-layer": "water_areas",
|
|
5645
5650
|
"minzoom": 15,
|
|
5646
5651
|
"maxzoom": 24,
|
|
@@ -5661,7 +5666,7 @@
|
|
|
5661
5666
|
{
|
|
5662
5667
|
"id": "water_areaslabels_z12",
|
|
5663
5668
|
"type": "symbol",
|
|
5664
|
-
"source": "
|
|
5669
|
+
"source": "ohm",
|
|
5665
5670
|
"source-layer": "water_areas",
|
|
5666
5671
|
"minzoom": 12,
|
|
5667
5672
|
"maxzoom": 15,
|
|
@@ -5683,7 +5688,7 @@
|
|
|
5683
5688
|
{
|
|
5684
5689
|
"id": "water_pointlabels_ocean_sea",
|
|
5685
5690
|
"type": "symbol",
|
|
5686
|
-
"source": "
|
|
5691
|
+
"source": "ohm",
|
|
5687
5692
|
"source-layer": "place_points_centroids",
|
|
5688
5693
|
"minzoom": 0,
|
|
5689
5694
|
"maxzoom": 24,
|
|
@@ -5715,7 +5720,7 @@
|
|
|
5715
5720
|
{
|
|
5716
5721
|
"id": "water_areaslabels_z8",
|
|
5717
5722
|
"type": "symbol",
|
|
5718
|
-
"source": "
|
|
5723
|
+
"source": "ohm",
|
|
5719
5724
|
"source-layer": "water_areas",
|
|
5720
5725
|
"minzoom": 8,
|
|
5721
5726
|
"maxzoom": 12,
|
|
@@ -5746,7 +5751,7 @@
|
|
|
5746
5751
|
{
|
|
5747
5752
|
"id": "water_lineslabels-cliff",
|
|
5748
5753
|
"type": "symbol",
|
|
5749
|
-
"source": "
|
|
5754
|
+
"source": "ohm",
|
|
5750
5755
|
"source-layer": "water_lines",
|
|
5751
5756
|
"filter": ["in", ["get", "type"], ["literal", ["cliff"]]],
|
|
5752
5757
|
"layout": {
|
|
@@ -5769,7 +5774,7 @@
|
|
|
5769
5774
|
{
|
|
5770
5775
|
"id": "water_lineslabels-dam",
|
|
5771
5776
|
"type": "symbol",
|
|
5772
|
-
"source": "
|
|
5777
|
+
"source": "ohm",
|
|
5773
5778
|
"source-layer": "water_lines",
|
|
5774
5779
|
"filter": ["in", ["get", "type"], ["literal", ["dam"]]],
|
|
5775
5780
|
"layout": {
|
|
@@ -5792,7 +5797,7 @@
|
|
|
5792
5797
|
{
|
|
5793
5798
|
"id": "water_lineslabels",
|
|
5794
5799
|
"type": "symbol",
|
|
5795
|
-
"source": "
|
|
5800
|
+
"source": "ohm",
|
|
5796
5801
|
"source-layer": "water_lines",
|
|
5797
5802
|
"minzoom": 12,
|
|
5798
5803
|
"maxzoom": 24,
|
|
@@ -5818,7 +5823,7 @@
|
|
|
5818
5823
|
{
|
|
5819
5824
|
"id": "landuse_areaslabels_park",
|
|
5820
5825
|
"type": "symbol",
|
|
5821
|
-
"source": "
|
|
5826
|
+
"source": "ohm",
|
|
5822
5827
|
"source-layer": "landuse_areas",
|
|
5823
5828
|
"minzoom": 14,
|
|
5824
5829
|
"maxzoom": 24,
|
|
@@ -5865,7 +5870,7 @@
|
|
|
5865
5870
|
{
|
|
5866
5871
|
"id": "landuse_areaslabels_farming",
|
|
5867
5872
|
"type": "symbol",
|
|
5868
|
-
"source": "
|
|
5873
|
+
"source": "ohm",
|
|
5869
5874
|
"source-layer": "landuse_areas",
|
|
5870
5875
|
"minzoom": 14,
|
|
5871
5876
|
"maxzoom": 24,
|
|
@@ -5900,7 +5905,7 @@
|
|
|
5900
5905
|
{
|
|
5901
5906
|
"id": "landuse_areaslabels_forest",
|
|
5902
5907
|
"type": "symbol",
|
|
5903
|
-
"source": "
|
|
5908
|
+
"source": "ohm",
|
|
5904
5909
|
"source-layer": "landuse_areas",
|
|
5905
5910
|
"minzoom": 14,
|
|
5906
5911
|
"maxzoom": 24,
|
|
@@ -5924,7 +5929,7 @@
|
|
|
5924
5929
|
{
|
|
5925
5930
|
"id": "landuse_areaslabels_school",
|
|
5926
5931
|
"type": "symbol",
|
|
5927
|
-
"source": "
|
|
5932
|
+
"source": "ohm",
|
|
5928
5933
|
"source-layer": "landuse_areas",
|
|
5929
5934
|
"minzoom": 14,
|
|
5930
5935
|
"maxzoom": 24,
|
|
@@ -5947,7 +5952,7 @@
|
|
|
5947
5952
|
{
|
|
5948
5953
|
"id": "points_of_interest_place_areas",
|
|
5949
5954
|
"type": "symbol",
|
|
5950
|
-
"source": "
|
|
5955
|
+
"source": "ohm",
|
|
5951
5956
|
"source-layer": "amenity_points_centroids",
|
|
5952
5957
|
"minzoom": 16,
|
|
5953
5958
|
"filter": [
|
|
@@ -5972,7 +5977,7 @@
|
|
|
5972
5977
|
{
|
|
5973
5978
|
"id": "points_of_interest_frombuildings",
|
|
5974
5979
|
"type": "symbol",
|
|
5975
|
-
"source": "
|
|
5980
|
+
"source": "ohm",
|
|
5976
5981
|
"source-layer": "buildings_points_centroids",
|
|
5977
5982
|
"minzoom": 16,
|
|
5978
5983
|
"filter": ["!=", ["get", "type"], "parking"],
|
|
@@ -5997,7 +6002,7 @@
|
|
|
5997
6002
|
{
|
|
5998
6003
|
"id": "points_of_interest_fromareasz14",
|
|
5999
6004
|
"type": "symbol",
|
|
6000
|
-
"source": "
|
|
6005
|
+
"source": "ohm",
|
|
6001
6006
|
"source-layer": "amenity_points_centroids",
|
|
6002
6007
|
"minzoom": 14,
|
|
6003
6008
|
"maxzoom": 16,
|
|
@@ -6041,7 +6046,7 @@
|
|
|
6041
6046
|
{
|
|
6042
6047
|
"id": "points_of_interest_fromareas",
|
|
6043
6048
|
"type": "symbol",
|
|
6044
|
-
"source": "
|
|
6049
|
+
"source": "ohm",
|
|
6045
6050
|
"source-layer": "amenity_points_centroids",
|
|
6046
6051
|
"minzoom": 16,
|
|
6047
6052
|
"maxzoom": 24,
|
|
@@ -6077,7 +6082,7 @@
|
|
|
6077
6082
|
{
|
|
6078
6083
|
"id": "points_of_interest_amenity_14",
|
|
6079
6084
|
"type": "symbol",
|
|
6080
|
-
"source": "
|
|
6085
|
+
"source": "ohm",
|
|
6081
6086
|
"source-layer": "amenity_points_centroids",
|
|
6082
6087
|
"minzoom": 14,
|
|
6083
6088
|
"maxzoom": 16,
|
|
@@ -6102,7 +6107,7 @@
|
|
|
6102
6107
|
{
|
|
6103
6108
|
"id": "points_of_interest_amenity",
|
|
6104
6109
|
"type": "symbol",
|
|
6105
|
-
"source": "
|
|
6110
|
+
"source": "ohm",
|
|
6106
6111
|
"source-layer": "amenity_points_centroids",
|
|
6107
6112
|
"minzoom": 15,
|
|
6108
6113
|
"maxzoom": 24,
|
|
@@ -6139,7 +6144,7 @@
|
|
|
6139
6144
|
{
|
|
6140
6145
|
"id": "points_of_interest_other",
|
|
6141
6146
|
"type": "symbol",
|
|
6142
|
-
"source": "
|
|
6147
|
+
"source": "ohm",
|
|
6143
6148
|
"source-layer": "other_points_centroids",
|
|
6144
6149
|
"minzoom": 15,
|
|
6145
6150
|
"maxzoom": 24,
|
|
@@ -6183,7 +6188,7 @@
|
|
|
6183
6188
|
{
|
|
6184
6189
|
"id": "points_of_interest_other_archaeology",
|
|
6185
6190
|
"type": "symbol",
|
|
6186
|
-
"source": "
|
|
6191
|
+
"source": "ohm",
|
|
6187
6192
|
"source-layer": "other_points_centroids",
|
|
6188
6193
|
"minzoom": 14,
|
|
6189
6194
|
"maxzoom": 24,
|
|
@@ -6219,7 +6224,7 @@
|
|
|
6219
6224
|
{
|
|
6220
6225
|
"id": "points_of_interest_other_artwork",
|
|
6221
6226
|
"type": "symbol",
|
|
6222
|
-
"source": "
|
|
6227
|
+
"source": "ohm",
|
|
6223
6228
|
"source-layer": "other_points_centroids",
|
|
6224
6229
|
"minzoom": 15,
|
|
6225
6230
|
"maxzoom": 24,
|
|
@@ -6255,7 +6260,7 @@
|
|
|
6255
6260
|
{
|
|
6256
6261
|
"id": "points_powertower",
|
|
6257
6262
|
"type": "symbol",
|
|
6258
|
-
"source": "
|
|
6263
|
+
"source": "ohm",
|
|
6259
6264
|
"source-layer": "other_points_centroids",
|
|
6260
6265
|
"minzoom": 15,
|
|
6261
6266
|
"maxzoom": 24,
|
|
@@ -6269,7 +6274,7 @@
|
|
|
6269
6274
|
{
|
|
6270
6275
|
"id": "points_airport",
|
|
6271
6276
|
"type": "symbol",
|
|
6272
|
-
"source": "
|
|
6277
|
+
"source": "ohm",
|
|
6273
6278
|
"source-layer": "transport_points_centroids",
|
|
6274
6279
|
"minzoom": 10,
|
|
6275
6280
|
"maxzoom": 14,
|
|
@@ -6279,7 +6284,7 @@
|
|
|
6279
6284
|
{
|
|
6280
6285
|
"id": "transport_railstation_points",
|
|
6281
6286
|
"type": "symbol",
|
|
6282
|
-
"source": "
|
|
6287
|
+
"source": "ohm",
|
|
6283
6288
|
"source-layer": "transport_points_centroids",
|
|
6284
6289
|
"minzoom": 14,
|
|
6285
6290
|
"maxzoom": 24,
|
|
@@ -6320,7 +6325,7 @@
|
|
|
6320
6325
|
{
|
|
6321
6326
|
"id": "transport_points_centroids",
|
|
6322
6327
|
"type": "symbol",
|
|
6323
|
-
"source": "
|
|
6328
|
+
"source": "ohm",
|
|
6324
6329
|
"source-layer": "transport_points_centroids",
|
|
6325
6330
|
"minzoom": 14,
|
|
6326
6331
|
"maxzoom": 24,
|
|
@@ -6361,7 +6366,7 @@
|
|
|
6361
6366
|
{
|
|
6362
6367
|
"id": "points_placeofworshipother",
|
|
6363
6368
|
"type": "symbol",
|
|
6364
|
-
"source": "
|
|
6369
|
+
"source": "ohm",
|
|
6365
6370
|
"source-layer": "buildings_points_centroids",
|
|
6366
6371
|
"filter": [
|
|
6367
6372
|
"all",
|
|
@@ -6384,7 +6389,7 @@
|
|
|
6384
6389
|
{
|
|
6385
6390
|
"id": "points_religion",
|
|
6386
6391
|
"type": "symbol",
|
|
6387
|
-
"source": "
|
|
6392
|
+
"source": "ohm",
|
|
6388
6393
|
"source-layer": "buildings_points_centroids",
|
|
6389
6394
|
"filter": ["all"],
|
|
6390
6395
|
"layout": {
|
|
@@ -6396,7 +6401,7 @@
|
|
|
6396
6401
|
{
|
|
6397
6402
|
"id": "points_fromlanduse-z14",
|
|
6398
6403
|
"type": "symbol",
|
|
6399
|
-
"source": "
|
|
6404
|
+
"source": "ohm",
|
|
6400
6405
|
"source-layer": "landuse_points_centroids",
|
|
6401
6406
|
"minzoom": 14,
|
|
6402
6407
|
"filter": ["in", ["get", "type"], ["literal", ["peak"]]],
|
|
@@ -6418,7 +6423,7 @@
|
|
|
6418
6423
|
{
|
|
6419
6424
|
"id": "points_fromlanduse",
|
|
6420
6425
|
"type": "symbol",
|
|
6421
|
-
"source": "
|
|
6426
|
+
"source": "ohm",
|
|
6422
6427
|
"source-layer": "landuse_points_centroids",
|
|
6423
6428
|
"minzoom": 16,
|
|
6424
6429
|
"layout": {
|
|
@@ -6450,7 +6455,7 @@
|
|
|
6450
6455
|
{
|
|
6451
6456
|
"id": "points_fromlanduseareas",
|
|
6452
6457
|
"type": "symbol",
|
|
6453
|
-
"source": "
|
|
6458
|
+
"source": "ohm",
|
|
6454
6459
|
"source-layer": "landuse_points_centroids",
|
|
6455
6460
|
"minzoom": 16,
|
|
6456
6461
|
"filter": [
|
|
@@ -6466,7 +6471,7 @@
|
|
|
6466
6471
|
{
|
|
6467
6472
|
"id": "points_of_interest_shop",
|
|
6468
6473
|
"type": "symbol",
|
|
6469
|
-
"source": "
|
|
6474
|
+
"source": "ohm",
|
|
6470
6475
|
"source-layer": "buildings_points_centroids",
|
|
6471
6476
|
"minzoom": 16,
|
|
6472
6477
|
"maxzoom": 24,
|
|
@@ -6490,7 +6495,7 @@
|
|
|
6490
6495
|
{
|
|
6491
6496
|
"id": "county_labels_z11-centroids",
|
|
6492
6497
|
"type": "symbol",
|
|
6493
|
-
"source": "
|
|
6498
|
+
"source": "ohm",
|
|
6494
6499
|
"source-layer": "land_ohm_centroids",
|
|
6495
6500
|
"minzoom": 9,
|
|
6496
6501
|
"maxzoom": 20,
|
|
@@ -6528,7 +6533,7 @@
|
|
|
6528
6533
|
{
|
|
6529
6534
|
"id": "county_labels_z11",
|
|
6530
6535
|
"type": "symbol",
|
|
6531
|
-
"source": "
|
|
6536
|
+
"source": "ohm",
|
|
6532
6537
|
"source-layer": "place_points_centroids",
|
|
6533
6538
|
"minzoom": 9,
|
|
6534
6539
|
"maxzoom": 20,
|
|
@@ -6562,7 +6567,7 @@
|
|
|
6562
6567
|
{
|
|
6563
6568
|
"id": "city_labels_other_z11",
|
|
6564
6569
|
"type": "symbol",
|
|
6565
|
-
"source": "
|
|
6570
|
+
"source": "ohm",
|
|
6566
6571
|
"source-layer": "place_points_centroids",
|
|
6567
6572
|
"minzoom": 11,
|
|
6568
6573
|
"maxzoom": 20,
|
|
@@ -6600,7 +6605,7 @@
|
|
|
6600
6605
|
{
|
|
6601
6606
|
"id": "city_labels_town_z8",
|
|
6602
6607
|
"type": "symbol",
|
|
6603
|
-
"source": "
|
|
6608
|
+
"source": "ohm",
|
|
6604
6609
|
"source-layer": "place_points_centroids",
|
|
6605
6610
|
"minzoom": 8,
|
|
6606
6611
|
"maxzoom": 20,
|
|
@@ -6631,7 +6636,7 @@
|
|
|
6631
6636
|
{
|
|
6632
6637
|
"id": "city_labels_z11",
|
|
6633
6638
|
"type": "symbol",
|
|
6634
|
-
"source": "
|
|
6639
|
+
"source": "ohm",
|
|
6635
6640
|
"source-layer": "place_points_centroids",
|
|
6636
6641
|
"minzoom": 11,
|
|
6637
6642
|
"maxzoom": 20,
|
|
@@ -6662,7 +6667,7 @@
|
|
|
6662
6667
|
{
|
|
6663
6668
|
"id": "city_capital_labels_z6",
|
|
6664
6669
|
"type": "symbol",
|
|
6665
|
-
"source": "
|
|
6670
|
+
"source": "ohm",
|
|
6666
6671
|
"source-layer": "place_points_centroids",
|
|
6667
6672
|
"minzoom": 6,
|
|
6668
6673
|
"maxzoom": 11,
|
|
@@ -6692,7 +6697,7 @@
|
|
|
6692
6697
|
{
|
|
6693
6698
|
"id": "city_labels_z6",
|
|
6694
6699
|
"type": "symbol",
|
|
6695
|
-
"source": "
|
|
6700
|
+
"source": "ohm",
|
|
6696
6701
|
"source-layer": "place_points_centroids",
|
|
6697
6702
|
"minzoom": 6,
|
|
6698
6703
|
"maxzoom": 11,
|
|
@@ -6722,7 +6727,7 @@
|
|
|
6722
6727
|
{
|
|
6723
6728
|
"id": "state_points_labels-centroids",
|
|
6724
6729
|
"type": "symbol",
|
|
6725
|
-
"source": "
|
|
6730
|
+
"source": "ohm",
|
|
6726
6731
|
"source-layer": "land_ohm_centroids",
|
|
6727
6732
|
"minzoom": 5,
|
|
6728
6733
|
"maxzoom": 20,
|
|
@@ -6754,7 +6759,7 @@
|
|
|
6754
6759
|
{
|
|
6755
6760
|
"id": "state_points_labels",
|
|
6756
6761
|
"type": "symbol",
|
|
6757
|
-
"source": "
|
|
6762
|
+
"source": "ohm",
|
|
6758
6763
|
"source-layer": "place_points_centroids",
|
|
6759
6764
|
"minzoom": 5,
|
|
6760
6765
|
"maxzoom": 20,
|
|
@@ -6782,7 +6787,7 @@
|
|
|
6782
6787
|
{
|
|
6783
6788
|
"id": "statecapital_labels_z10",
|
|
6784
6789
|
"type": "symbol",
|
|
6785
|
-
"source": "
|
|
6790
|
+
"source": "ohm",
|
|
6786
6791
|
"source-layer": "populated_places",
|
|
6787
6792
|
"minzoom": 10,
|
|
6788
6793
|
"maxzoom": 20,
|
|
@@ -6804,7 +6809,7 @@
|
|
|
6804
6809
|
{
|
|
6805
6810
|
"id": "country_points_labels-centroids",
|
|
6806
6811
|
"type": "symbol",
|
|
6807
|
-
"source": "
|
|
6812
|
+
"source": "ohm",
|
|
6808
6813
|
"source-layer": "land_ohm_centroids",
|
|
6809
6814
|
"minzoom": 0,
|
|
6810
6815
|
"maxzoom": 12,
|
|
@@ -6848,7 +6853,7 @@
|
|
|
6848
6853
|
{
|
|
6849
6854
|
"id": "country_points_labels",
|
|
6850
6855
|
"type": "symbol",
|
|
6851
|
-
"source": "
|
|
6856
|
+
"source": "ohm",
|
|
6852
6857
|
"source-layer": "place_points_centroids",
|
|
6853
6858
|
"minzoom": 0,
|
|
6854
6859
|
"maxzoom": 12,
|