@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
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"name": "ohm-historical",
|
|
4
4
|
"metadata": {"maputnik:renderer": "mbgljs"},
|
|
5
5
|
"sources": {
|
|
6
|
-
"
|
|
6
|
+
"ohm": {
|
|
7
7
|
"type": "vector",
|
|
8
|
-
"tiles": ["https://vtiles.openhistoricalmap.org/maps/
|
|
8
|
+
"tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
|
|
9
9
|
},
|
|
10
10
|
"ohm_landcover_hillshade": {
|
|
11
11
|
"type": "raster",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"id": "landuse_areas_earth",
|
|
67
67
|
"type": "fill",
|
|
68
|
-
"source": "
|
|
68
|
+
"source": "ohm",
|
|
69
69
|
"source-layer": "landuse_areas",
|
|
70
70
|
"minzoom": 0,
|
|
71
71
|
"maxzoom": 24,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
{
|
|
97
97
|
"id": "landuse_areas_military_overlay",
|
|
98
98
|
"type": "fill",
|
|
99
|
-
"source": "
|
|
99
|
+
"source": "ohm",
|
|
100
100
|
"source-layer": "landuse_areas",
|
|
101
101
|
"minzoom": 10,
|
|
102
102
|
"maxzoom": 24,
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
{
|
|
112
112
|
"id": "military_landuselow",
|
|
113
113
|
"type": "fill",
|
|
114
|
-
"source": "
|
|
114
|
+
"source": "ohm",
|
|
115
115
|
"source-layer": "landuse_areas",
|
|
116
116
|
"minzoom": 4,
|
|
117
117
|
"maxzoom": 10,
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
{
|
|
123
123
|
"id": "military-landusehigh",
|
|
124
124
|
"type": "fill",
|
|
125
|
-
"source": "
|
|
125
|
+
"source": "ohm",
|
|
126
126
|
"source-layer": "landuse_areas",
|
|
127
127
|
"minzoom": 10,
|
|
128
128
|
"maxzoom": 24,
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
{
|
|
134
134
|
"id": "military",
|
|
135
135
|
"type": "fill",
|
|
136
|
-
"source": "
|
|
136
|
+
"source": "ohm",
|
|
137
137
|
"source-layer": "other_areas",
|
|
138
138
|
"filter": ["==", ["get", "class"], "military"],
|
|
139
139
|
"layout": {"visibility": "visible"},
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "military-pattern",
|
|
146
146
|
"type": "fill",
|
|
147
|
-
"source": "
|
|
147
|
+
"source": "ohm",
|
|
148
148
|
"source-layer": "other_areas",
|
|
149
149
|
"filter": ["==", ["get", "class"], "military"],
|
|
150
150
|
"layout": {"visibility": "visible"},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{
|
|
156
156
|
"id": "aero_aerodrome_area",
|
|
157
157
|
"type": "fill",
|
|
158
|
-
"source": "
|
|
158
|
+
"source": "ohm",
|
|
159
159
|
"source-layer": "transport_areas",
|
|
160
160
|
"minzoom": 10,
|
|
161
161
|
"maxzoom": 24,
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
{
|
|
170
170
|
"id": "aero_heliport_area",
|
|
171
171
|
"type": "fill",
|
|
172
|
-
"source": "
|
|
172
|
+
"source": "ohm",
|
|
173
173
|
"source-layer": "transport_areas",
|
|
174
174
|
"minzoom": 12,
|
|
175
175
|
"maxzoom": 24,
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
{
|
|
184
184
|
"id": "airports",
|
|
185
185
|
"type": "fill",
|
|
186
|
-
"source": "
|
|
186
|
+
"source": "ohm",
|
|
187
187
|
"source-layer": "transport_areas",
|
|
188
188
|
"minzoom": 11,
|
|
189
189
|
"maxzoom": 24,
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
{
|
|
195
195
|
"id": "nature_reserve_fill_6-24",
|
|
196
196
|
"type": "fill",
|
|
197
|
-
"source": "
|
|
197
|
+
"source": "ohm",
|
|
198
198
|
"source-layer": "landuse_areas",
|
|
199
199
|
"minzoom": 6,
|
|
200
200
|
"maxzoom": 24,
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
{
|
|
223
223
|
"id": "landuse_areas_all_z6-12",
|
|
224
224
|
"type": "fill",
|
|
225
|
-
"source": "
|
|
225
|
+
"source": "ohm",
|
|
226
226
|
"source-layer": "landuse_areas",
|
|
227
227
|
"minzoom": 6,
|
|
228
228
|
"maxzoom": 12,
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
{
|
|
253
253
|
"id": "landuse_areas_z12_generalized_land_use",
|
|
254
254
|
"type": "fill",
|
|
255
|
-
"source": "
|
|
255
|
+
"source": "ohm",
|
|
256
256
|
"source-layer": "landuse_areas",
|
|
257
257
|
"minzoom": 12,
|
|
258
258
|
"maxzoom": 24,
|
|
@@ -283,44 +283,9 @@
|
|
|
283
283
|
}
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
|
-
"id": "
|
|
286
|
+
"id": "landuse_areas_localized_land_use",
|
|
287
287
|
"type": "fill",
|
|
288
|
-
"source": "
|
|
289
|
-
"source-layer": "landuse_areas",
|
|
290
|
-
"minzoom": 12,
|
|
291
|
-
"maxzoom": 24,
|
|
292
|
-
"layout": {"visibility": "visible"},
|
|
293
|
-
"filter": [
|
|
294
|
-
"in",
|
|
295
|
-
["get", "type"],
|
|
296
|
-
["literal", ["park", "pitch", "golf_course"]]
|
|
297
|
-
],
|
|
298
|
-
"paint": {
|
|
299
|
-
"fill-color": [
|
|
300
|
-
"interpolate",
|
|
301
|
-
["linear"],
|
|
302
|
-
["zoom"],
|
|
303
|
-
0,
|
|
304
|
-
[
|
|
305
|
-
"match",
|
|
306
|
-
["get", "type"],
|
|
307
|
-
"park",
|
|
308
|
-
"rgba(208, 220, 174, 1)",
|
|
309
|
-
"pitch",
|
|
310
|
-
"rgba(69, 150, 7, 0.39)",
|
|
311
|
-
"nature_reserve",
|
|
312
|
-
"rgba(212, 225, 211, 0.3)",
|
|
313
|
-
"golf_course",
|
|
314
|
-
"rgba(236, 240, 198, 1)",
|
|
315
|
-
"transparent"
|
|
316
|
-
]
|
|
317
|
-
]
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"id": "landuse_areas_z12_localized_land_use",
|
|
322
|
-
"type": "fill",
|
|
323
|
-
"source": "osm",
|
|
288
|
+
"source": "ohm",
|
|
324
289
|
"source-layer": "landuse_areas",
|
|
325
290
|
"minzoom": 12,
|
|
326
291
|
"maxzoom": 24,
|
|
@@ -367,7 +332,7 @@
|
|
|
367
332
|
{
|
|
368
333
|
"id": "landuse_areas_landcover_short",
|
|
369
334
|
"type": "fill",
|
|
370
|
-
"source": "
|
|
335
|
+
"source": "ohm",
|
|
371
336
|
"source-layer": "landuse_areas",
|
|
372
337
|
"minzoom": 6,
|
|
373
338
|
"maxzoom": 24,
|
|
@@ -412,7 +377,7 @@
|
|
|
412
377
|
{
|
|
413
378
|
"id": "landuse_areas_z12_park_outlines",
|
|
414
379
|
"type": "line",
|
|
415
|
-
"source": "
|
|
380
|
+
"source": "ohm",
|
|
416
381
|
"source-layer": "landuse_areas",
|
|
417
382
|
"minzoom": 12,
|
|
418
383
|
"maxzoom": 24,
|
|
@@ -426,7 +391,7 @@
|
|
|
426
391
|
{
|
|
427
392
|
"id": "landuse_areas_z12_landcover_tall",
|
|
428
393
|
"type": "fill",
|
|
429
|
-
"source": "
|
|
394
|
+
"source": "ohm",
|
|
430
395
|
"source-layer": "landuse_areas",
|
|
431
396
|
"minzoom": 12,
|
|
432
397
|
"maxzoom": 24,
|
|
@@ -457,11 +422,11 @@
|
|
|
457
422
|
}
|
|
458
423
|
},
|
|
459
424
|
{
|
|
460
|
-
"id": "
|
|
425
|
+
"id": "landuse_areas_ood_and_farming",
|
|
461
426
|
"type": "fill",
|
|
462
|
-
"source": "
|
|
427
|
+
"source": "ohm",
|
|
463
428
|
"source-layer": "landuse_areas",
|
|
464
|
-
"minzoom":
|
|
429
|
+
"minzoom": 6,
|
|
465
430
|
"maxzoom": 24,
|
|
466
431
|
"filter": [
|
|
467
432
|
"in",
|
|
@@ -498,9 +463,9 @@
|
|
|
498
463
|
}
|
|
499
464
|
},
|
|
500
465
|
{
|
|
501
|
-
"id": "
|
|
466
|
+
"id": "landuse_areas_developed_open_space_larger_types",
|
|
502
467
|
"type": "fill",
|
|
503
|
-
"source": "
|
|
468
|
+
"source": "ohm",
|
|
504
469
|
"source-layer": "landuse_areas",
|
|
505
470
|
"minzoom": 6,
|
|
506
471
|
"maxzoom": 24,
|
|
@@ -508,7 +473,7 @@
|
|
|
508
473
|
"filter": [
|
|
509
474
|
"in",
|
|
510
475
|
["get", "type"],
|
|
511
|
-
["literal", ["village_green", "
|
|
476
|
+
["literal", ["park", "golf_course", "village_green", "cemetery", "sports_centre", "stadium", "recreation_ground"]]
|
|
512
477
|
],
|
|
513
478
|
"paint": {
|
|
514
479
|
"fill-color": [
|
|
@@ -519,6 +484,10 @@
|
|
|
519
484
|
[
|
|
520
485
|
"match",
|
|
521
486
|
["get", "type"],
|
|
487
|
+
"park",
|
|
488
|
+
"rgba(208, 220, 174, 1)",
|
|
489
|
+
"golf_course",
|
|
490
|
+
"rgba(236, 240, 198, 1)",
|
|
522
491
|
"village_green",
|
|
523
492
|
"rgba(208, 220, 174, 1)",
|
|
524
493
|
"cemetery",
|
|
@@ -550,16 +519,16 @@
|
|
|
550
519
|
}
|
|
551
520
|
},
|
|
552
521
|
{
|
|
553
|
-
"id": "
|
|
522
|
+
"id": "landuse_areas_developed_open_space_smaller_types",
|
|
554
523
|
"type": "fill",
|
|
555
|
-
"source": "
|
|
524
|
+
"source": "ohm",
|
|
556
525
|
"source-layer": "landuse_areas",
|
|
557
526
|
"minzoom": 12,
|
|
558
527
|
"maxzoom": 24,
|
|
559
528
|
"filter": [
|
|
560
529
|
"in",
|
|
561
530
|
["get", "type"],
|
|
562
|
-
["literal", ["grave_yard", "picnic_site", "camp_site", "playground", "
|
|
531
|
+
["literal", ["grave_yard", "picnic_site", "camp_site", "playground", "pitch", "track", "bleachers"]]
|
|
563
532
|
],
|
|
564
533
|
"layout": {"visibility": "visible"},
|
|
565
534
|
"paint": {
|
|
@@ -608,7 +577,7 @@
|
|
|
608
577
|
{
|
|
609
578
|
"id": "parking_lots",
|
|
610
579
|
"type": "fill",
|
|
611
|
-
"source": "
|
|
580
|
+
"source": "ohm",
|
|
612
581
|
"source-layer": "amenity_areas",
|
|
613
582
|
"paint": {
|
|
614
583
|
"fill-color": "rgba(236, 231, 231, 1)",
|
|
@@ -618,7 +587,7 @@
|
|
|
618
587
|
{
|
|
619
588
|
"id": "landuse_nature_reserve_outline",
|
|
620
589
|
"type": "line",
|
|
621
|
-
"source": "
|
|
590
|
+
"source": "ohm",
|
|
622
591
|
"source-layer": "landuse_areas",
|
|
623
592
|
"minzoom": 6,
|
|
624
593
|
"maxzoom": 24,
|
|
@@ -635,7 +604,7 @@
|
|
|
635
604
|
{
|
|
636
605
|
"id": "landuse_areas_z12_natural",
|
|
637
606
|
"type": "fill",
|
|
638
|
-
"source": "
|
|
607
|
+
"source": "ohm",
|
|
639
608
|
"source-layer": "landuse_areas",
|
|
640
609
|
"minzoom": 12,
|
|
641
610
|
"maxzoom": 24,
|
|
@@ -650,7 +619,7 @@
|
|
|
650
619
|
{
|
|
651
620
|
"id": "place_areas_plot",
|
|
652
621
|
"type": "fill",
|
|
653
|
-
"source": "
|
|
622
|
+
"source": "ohm",
|
|
654
623
|
"source-layer": "place_areas",
|
|
655
624
|
"filter": ["==", ["get", "type"], "plot"],
|
|
656
625
|
"layout": {"visibility": "visible"},
|
|
@@ -662,7 +631,7 @@
|
|
|
662
631
|
{
|
|
663
632
|
"id": "place_areas_square",
|
|
664
633
|
"type": "fill",
|
|
665
|
-
"source": "
|
|
634
|
+
"source": "ohm",
|
|
666
635
|
"source-layer": "place_areas",
|
|
667
636
|
"filter": ["==", ["get", "type"], "square"],
|
|
668
637
|
"layout": {"visibility": "visible"},
|
|
@@ -674,7 +643,7 @@
|
|
|
674
643
|
{
|
|
675
644
|
"id": "pedestrian_area",
|
|
676
645
|
"type": "fill",
|
|
677
|
-
"source": "
|
|
646
|
+
"source": "ohm",
|
|
678
647
|
"source-layer": "transport_areas",
|
|
679
648
|
"minzoom": 14,
|
|
680
649
|
"maxzoom": 24,
|
|
@@ -691,7 +660,7 @@
|
|
|
691
660
|
{
|
|
692
661
|
"id": "amenity_areas",
|
|
693
662
|
"type": "fill",
|
|
694
|
-
"source": "
|
|
663
|
+
"source": "ohm",
|
|
695
664
|
"source-layer": "amenity_areas",
|
|
696
665
|
"filter": ["in", ["get", "type"], ["literal", ["school", "university"]]],
|
|
697
666
|
"layout": {"visibility": "visible"},
|
|
@@ -700,7 +669,7 @@
|
|
|
700
669
|
{
|
|
701
670
|
"id": "water_lines_canal-casing",
|
|
702
671
|
"type": "line",
|
|
703
|
-
"source": "
|
|
672
|
+
"source": "ohm",
|
|
704
673
|
"source-layer": "water_lines",
|
|
705
674
|
"minzoom": 12,
|
|
706
675
|
"maxzoom": 24,
|
|
@@ -726,7 +695,7 @@
|
|
|
726
695
|
{
|
|
727
696
|
"id": "water_lines_canal",
|
|
728
697
|
"type": "line",
|
|
729
|
-
"source": "
|
|
698
|
+
"source": "ohm",
|
|
730
699
|
"source-layer": "water_lines",
|
|
731
700
|
"minzoom": 8,
|
|
732
701
|
"maxzoom": 24,
|
|
@@ -752,7 +721,7 @@
|
|
|
752
721
|
{
|
|
753
722
|
"id": "water_areas",
|
|
754
723
|
"type": "fill",
|
|
755
|
-
"source": "
|
|
724
|
+
"source": "ohm",
|
|
756
725
|
"source-layer": "water_areas",
|
|
757
726
|
"minzoom": 0,
|
|
758
727
|
"maxzoom": 24,
|
|
@@ -792,7 +761,7 @@
|
|
|
792
761
|
{
|
|
793
762
|
"id": "landuse_areas_z12_watercover",
|
|
794
763
|
"type": "fill",
|
|
795
|
-
"source": "
|
|
764
|
+
"source": "ohm",
|
|
796
765
|
"source-layer": "landuse_areas",
|
|
797
766
|
"minzoom": 11,
|
|
798
767
|
"maxzoom": 24,
|
|
@@ -829,7 +798,7 @@
|
|
|
829
798
|
{
|
|
830
799
|
"id": "wetlands_z11_pattern",
|
|
831
800
|
"type": "fill",
|
|
832
|
-
"source": "
|
|
801
|
+
"source": "ohm",
|
|
833
802
|
"source-layer": "landuse_areas",
|
|
834
803
|
"minzoom": 11,
|
|
835
804
|
"maxzoom": 24,
|
|
@@ -845,7 +814,7 @@
|
|
|
845
814
|
{
|
|
846
815
|
"id": "landuse_areas_z12_glacier-outline",
|
|
847
816
|
"type": "line",
|
|
848
|
-
"source": "
|
|
817
|
+
"source": "ohm",
|
|
849
818
|
"source-layer": "landuse_areas",
|
|
850
819
|
"minzoom": 9,
|
|
851
820
|
"maxzoom": 24,
|
|
@@ -860,7 +829,7 @@
|
|
|
860
829
|
{
|
|
861
830
|
"id": "ferry_lines",
|
|
862
831
|
"type": "line",
|
|
863
|
-
"source": "
|
|
832
|
+
"source": "ohm",
|
|
864
833
|
"source-layer": "transport_lines",
|
|
865
834
|
"filter": ["==", ["get", "type"], "ferry"],
|
|
866
835
|
"paint": {
|
|
@@ -884,7 +853,7 @@
|
|
|
884
853
|
{
|
|
885
854
|
"id": "place_areas_islet",
|
|
886
855
|
"type": "fill",
|
|
887
|
-
"source": "
|
|
856
|
+
"source": "ohm",
|
|
888
857
|
"source-layer": "place_areas",
|
|
889
858
|
"filter": ["==", ["get", "type"], "islet"],
|
|
890
859
|
"layout": {"visibility": "visible"},
|
|
@@ -896,7 +865,7 @@
|
|
|
896
865
|
{
|
|
897
866
|
"id": "water_lines_stream_no_name",
|
|
898
867
|
"type": "line",
|
|
899
|
-
"source": "
|
|
868
|
+
"source": "ohm",
|
|
900
869
|
"source-layer": "water_lines",
|
|
901
870
|
"minzoom": 14,
|
|
902
871
|
"maxzoom": 24,
|
|
@@ -913,7 +882,7 @@
|
|
|
913
882
|
{
|
|
914
883
|
"id": "water_lines_stream_name",
|
|
915
884
|
"type": "line",
|
|
916
|
-
"source": "
|
|
885
|
+
"source": "ohm",
|
|
917
886
|
"source-layer": "water_lines",
|
|
918
887
|
"minzoom": 12,
|
|
919
888
|
"maxzoom": 24,
|
|
@@ -942,7 +911,7 @@
|
|
|
942
911
|
{
|
|
943
912
|
"id": "water_lines_cliff_line",
|
|
944
913
|
"type": "line",
|
|
945
|
-
"source": "
|
|
914
|
+
"source": "ohm",
|
|
946
915
|
"source-layer": "water_lines",
|
|
947
916
|
"minzoom": 15,
|
|
948
917
|
"maxzoom": 24,
|
|
@@ -965,7 +934,7 @@
|
|
|
965
934
|
{
|
|
966
935
|
"id": "water_lines_cliff_line_triangles",
|
|
967
936
|
"type": "line",
|
|
968
|
-
"source": "
|
|
937
|
+
"source": "ohm",
|
|
969
938
|
"source-layer": "water_lines",
|
|
970
939
|
"minzoom": 15,
|
|
971
940
|
"maxzoom": 24,
|
|
@@ -990,7 +959,7 @@
|
|
|
990
959
|
{
|
|
991
960
|
"id": "water_lines_waterfall_triangle",
|
|
992
961
|
"type": "line",
|
|
993
|
-
"source": "
|
|
962
|
+
"source": "ohm",
|
|
994
963
|
"source-layer": "water_lines",
|
|
995
964
|
"minzoom": 15,
|
|
996
965
|
"maxzoom": 24,
|
|
@@ -1015,7 +984,7 @@
|
|
|
1015
984
|
{
|
|
1016
985
|
"id": "water_lines_ditch",
|
|
1017
986
|
"type": "line",
|
|
1018
|
-
"source": "
|
|
987
|
+
"source": "ohm",
|
|
1019
988
|
"source-layer": "water_lines",
|
|
1020
989
|
"minzoom": 15,
|
|
1021
990
|
"maxzoom": 24,
|
|
@@ -1028,7 +997,7 @@
|
|
|
1028
997
|
{
|
|
1029
998
|
"id": "water_lines_aqueduct",
|
|
1030
999
|
"type": "line",
|
|
1031
|
-
"source": "
|
|
1000
|
+
"source": "ohm",
|
|
1032
1001
|
"source-layer": "water_lines",
|
|
1033
1002
|
"minzoom": 8,
|
|
1034
1003
|
"maxzoom": 24,
|
|
@@ -1058,7 +1027,7 @@
|
|
|
1058
1027
|
{
|
|
1059
1028
|
"id": "water_lines_river",
|
|
1060
1029
|
"type": "line",
|
|
1061
|
-
"source": "
|
|
1030
|
+
"source": "ohm",
|
|
1062
1031
|
"source-layer": "water_lines",
|
|
1063
1032
|
"minzoom": 8,
|
|
1064
1033
|
"maxzoom": 24,
|
|
@@ -1091,7 +1060,7 @@
|
|
|
1091
1060
|
{
|
|
1092
1061
|
"id": "water_lines_breakwater",
|
|
1093
1062
|
"type": "line",
|
|
1094
|
-
"source": "
|
|
1063
|
+
"source": "ohm",
|
|
1095
1064
|
"source-layer": "other_lines",
|
|
1096
1065
|
"minzoom": 10,
|
|
1097
1066
|
"maxzoom": 24,
|
|
@@ -1104,7 +1073,7 @@
|
|
|
1104
1073
|
{
|
|
1105
1074
|
"id": "water_lines_dam",
|
|
1106
1075
|
"type": "line",
|
|
1107
|
-
"source": "
|
|
1076
|
+
"source": "ohm",
|
|
1108
1077
|
"source-layer": "water_lines",
|
|
1109
1078
|
"minzoom": 13,
|
|
1110
1079
|
"maxzoom": 24,
|
|
@@ -1127,7 +1096,7 @@
|
|
|
1127
1096
|
{
|
|
1128
1097
|
"id": "pier",
|
|
1129
1098
|
"type": "fill",
|
|
1130
|
-
"source": "
|
|
1099
|
+
"source": "ohm",
|
|
1131
1100
|
"source-layer": "other_areas",
|
|
1132
1101
|
"filter": ["==", ["get", "type"], "pier"],
|
|
1133
1102
|
"layout": {"visibility": "visible"},
|
|
@@ -1136,7 +1105,7 @@
|
|
|
1136
1105
|
{
|
|
1137
1106
|
"id": "pier_line",
|
|
1138
1107
|
"type": "line",
|
|
1139
|
-
"source": "
|
|
1108
|
+
"source": "ohm",
|
|
1140
1109
|
"source-layer": "other_lines",
|
|
1141
1110
|
"minzoom": 12,
|
|
1142
1111
|
"filter": ["==", ["get", "type"], "pier"],
|
|
@@ -1149,7 +1118,7 @@
|
|
|
1149
1118
|
{
|
|
1150
1119
|
"id": "buildings_flat",
|
|
1151
1120
|
"type": "fill",
|
|
1152
|
-
"source": "
|
|
1121
|
+
"source": "ohm",
|
|
1153
1122
|
"source-layer": "buildings",
|
|
1154
1123
|
"minzoom": 14,
|
|
1155
1124
|
"maxzoom": 24,
|
|
@@ -1163,7 +1132,7 @@
|
|
|
1163
1132
|
{
|
|
1164
1133
|
"id": "buildings_flat_ruins",
|
|
1165
1134
|
"type": "fill",
|
|
1166
|
-
"source": "
|
|
1135
|
+
"source": "ohm",
|
|
1167
1136
|
"source-layer": "other_areas",
|
|
1168
1137
|
"minzoom": 14,
|
|
1169
1138
|
"maxzoom": 24,
|
|
@@ -1178,7 +1147,7 @@
|
|
|
1178
1147
|
{
|
|
1179
1148
|
"id": "buildings_ruins_outlines",
|
|
1180
1149
|
"type": "line",
|
|
1181
|
-
"source": "
|
|
1150
|
+
"source": "ohm",
|
|
1182
1151
|
"source-layer": "other_areas",
|
|
1183
1152
|
"filter": ["==", ["get", "type"], "ruins"],
|
|
1184
1153
|
"layout": {"visibility": "visible"},
|
|
@@ -1198,7 +1167,7 @@
|
|
|
1198
1167
|
{
|
|
1199
1168
|
"id": "historic_fort",
|
|
1200
1169
|
"type": "fill",
|
|
1201
|
-
"source": "
|
|
1170
|
+
"source": "ohm",
|
|
1202
1171
|
"source-layer": "other_areas",
|
|
1203
1172
|
"minzoom": 14,
|
|
1204
1173
|
"maxzoom": 24,
|
|
@@ -1216,7 +1185,7 @@
|
|
|
1216
1185
|
{
|
|
1217
1186
|
"id": "transport_traverser",
|
|
1218
1187
|
"type": "fill",
|
|
1219
|
-
"source": "
|
|
1188
|
+
"source": "ohm",
|
|
1220
1189
|
"source-layer": "transport_areas",
|
|
1221
1190
|
"minzoom": 14,
|
|
1222
1191
|
"maxzoom": 24,
|
|
@@ -1231,7 +1200,7 @@
|
|
|
1231
1200
|
{
|
|
1232
1201
|
"id": "transport_turntable",
|
|
1233
1202
|
"type": "fill",
|
|
1234
|
-
"source": "
|
|
1203
|
+
"source": "ohm",
|
|
1235
1204
|
"source-layer": "transport_areas",
|
|
1236
1205
|
"minzoom": 14,
|
|
1237
1206
|
"filter": ["==", ["get", "type"], "turntable"],
|
|
@@ -1245,7 +1214,7 @@
|
|
|
1245
1214
|
{
|
|
1246
1215
|
"id": "transport_passenger_platform",
|
|
1247
1216
|
"type": "fill",
|
|
1248
|
-
"source": "
|
|
1217
|
+
"source": "ohm",
|
|
1249
1218
|
"source-layer": "transport_areas",
|
|
1250
1219
|
"minzoom": 14,
|
|
1251
1220
|
"filter": ["==", ["get", "type"], "platform"],
|
|
@@ -1259,7 +1228,7 @@
|
|
|
1259
1228
|
{
|
|
1260
1229
|
"id": "transport_freight_platform",
|
|
1261
1230
|
"type": "fill",
|
|
1262
|
-
"source": "
|
|
1231
|
+
"source": "ohm",
|
|
1263
1232
|
"source-layer": "transport_areas",
|
|
1264
1233
|
"minzoom": 14,
|
|
1265
1234
|
"filter": ["==", ["get", "type"], "loading_ramp"],
|
|
@@ -1273,7 +1242,7 @@
|
|
|
1273
1242
|
{
|
|
1274
1243
|
"id": "terminals",
|
|
1275
1244
|
"type": "fill",
|
|
1276
|
-
"source": "
|
|
1245
|
+
"source": "ohm",
|
|
1277
1246
|
"source-layer": "transport_areas",
|
|
1278
1247
|
"minzoom": 11,
|
|
1279
1248
|
"maxzoom": 24,
|
|
@@ -1287,7 +1256,7 @@
|
|
|
1287
1256
|
{
|
|
1288
1257
|
"id": "aero_taxiway_lines",
|
|
1289
1258
|
"type": "line",
|
|
1290
|
-
"source": "
|
|
1259
|
+
"source": "ohm",
|
|
1291
1260
|
"source-layer": "transport_lines",
|
|
1292
1261
|
"minzoom": 11,
|
|
1293
1262
|
"maxzoom": 24,
|
|
@@ -1311,7 +1280,7 @@
|
|
|
1311
1280
|
{
|
|
1312
1281
|
"id": "aero_runway_lines",
|
|
1313
1282
|
"type": "line",
|
|
1314
|
-
"source": "
|
|
1283
|
+
"source": "ohm",
|
|
1315
1284
|
"source-layer": "transport_lines",
|
|
1316
1285
|
"minzoom": 10,
|
|
1317
1286
|
"maxzoom": 24,
|
|
@@ -1325,7 +1294,7 @@
|
|
|
1325
1294
|
{
|
|
1326
1295
|
"id": "man_made_bridge_area",
|
|
1327
1296
|
"type": "fill",
|
|
1328
|
-
"source": "
|
|
1297
|
+
"source": "ohm",
|
|
1329
1298
|
"source-layer": "other_areas",
|
|
1330
1299
|
"filter": [
|
|
1331
1300
|
"all",
|
|
@@ -1337,7 +1306,7 @@
|
|
|
1337
1306
|
{
|
|
1338
1307
|
"id": "man_made_bridge_line",
|
|
1339
1308
|
"type": "line",
|
|
1340
|
-
"source": "
|
|
1309
|
+
"source": "ohm",
|
|
1341
1310
|
"source-layer": "other_lines",
|
|
1342
1311
|
"filter": [
|
|
1343
1312
|
"all",
|
|
@@ -1349,7 +1318,7 @@
|
|
|
1349
1318
|
{
|
|
1350
1319
|
"id": "roads_subways_construction",
|
|
1351
1320
|
"type": "line",
|
|
1352
|
-
"source": "
|
|
1321
|
+
"source": "ohm",
|
|
1353
1322
|
"source-layer": "transport_lines",
|
|
1354
1323
|
"minzoom": 14,
|
|
1355
1324
|
"filter": [
|
|
@@ -1375,7 +1344,7 @@
|
|
|
1375
1344
|
{
|
|
1376
1345
|
"id": "roads_tertiarytunnel_case_construction",
|
|
1377
1346
|
"type": "line",
|
|
1378
|
-
"source": "
|
|
1347
|
+
"source": "ohm",
|
|
1379
1348
|
"source-layer": "transport_lines",
|
|
1380
1349
|
"minzoom": 9,
|
|
1381
1350
|
"filter": [
|
|
@@ -1406,7 +1375,7 @@
|
|
|
1406
1375
|
{
|
|
1407
1376
|
"id": "roads_secondarytunnel_case_construction",
|
|
1408
1377
|
"type": "line",
|
|
1409
|
-
"source": "
|
|
1378
|
+
"source": "ohm",
|
|
1410
1379
|
"source-layer": "transport_lines",
|
|
1411
1380
|
"minzoom": 8,
|
|
1412
1381
|
"filter": [
|
|
@@ -1437,7 +1406,7 @@
|
|
|
1437
1406
|
{
|
|
1438
1407
|
"id": "roads_primarytunnel_case_construction",
|
|
1439
1408
|
"type": "line",
|
|
1440
|
-
"source": "
|
|
1409
|
+
"source": "ohm",
|
|
1441
1410
|
"source-layer": "transport_lines",
|
|
1442
1411
|
"minzoom": 7,
|
|
1443
1412
|
"maxzoom": 20,
|
|
@@ -1469,7 +1438,7 @@
|
|
|
1469
1438
|
{
|
|
1470
1439
|
"id": "roads_motorwaytunnel_case_construction",
|
|
1471
1440
|
"type": "line",
|
|
1472
|
-
"source": "
|
|
1441
|
+
"source": "ohm",
|
|
1473
1442
|
"source-layer": "transport_lines",
|
|
1474
1443
|
"minzoom": 5,
|
|
1475
1444
|
"maxzoom": 20,
|
|
@@ -1505,7 +1474,7 @@
|
|
|
1505
1474
|
{
|
|
1506
1475
|
"id": "roads_tertiarytunnel_construction",
|
|
1507
1476
|
"type": "line",
|
|
1508
|
-
"source": "
|
|
1477
|
+
"source": "ohm",
|
|
1509
1478
|
"source-layer": "transport_lines",
|
|
1510
1479
|
"minzoom": 9,
|
|
1511
1480
|
"filter": [
|
|
@@ -1535,7 +1504,7 @@
|
|
|
1535
1504
|
{
|
|
1536
1505
|
"id": "roads_secondarytunnel_construction",
|
|
1537
1506
|
"type": "line",
|
|
1538
|
-
"source": "
|
|
1507
|
+
"source": "ohm",
|
|
1539
1508
|
"source-layer": "transport_lines",
|
|
1540
1509
|
"minzoom": 8,
|
|
1541
1510
|
"filter": [
|
|
@@ -1565,7 +1534,7 @@
|
|
|
1565
1534
|
{
|
|
1566
1535
|
"id": "roads_primarytunnel_construction",
|
|
1567
1536
|
"type": "line",
|
|
1568
|
-
"source": "
|
|
1537
|
+
"source": "ohm",
|
|
1569
1538
|
"source-layer": "transport_lines",
|
|
1570
1539
|
"minzoom": 6,
|
|
1571
1540
|
"filter": [
|
|
@@ -1595,7 +1564,7 @@
|
|
|
1595
1564
|
{
|
|
1596
1565
|
"id": "roads_motorwaytunnel_construction",
|
|
1597
1566
|
"type": "line",
|
|
1598
|
-
"source": "
|
|
1567
|
+
"source": "ohm",
|
|
1599
1568
|
"source-layer": "transport_lines",
|
|
1600
1569
|
"minzoom": 5,
|
|
1601
1570
|
"maxzoom": 20,
|
|
@@ -1630,7 +1599,7 @@
|
|
|
1630
1599
|
{
|
|
1631
1600
|
"id": "roads_raceways_construction",
|
|
1632
1601
|
"type": "line",
|
|
1633
|
-
"source": "
|
|
1602
|
+
"source": "ohm",
|
|
1634
1603
|
"source-layer": "transport_lines",
|
|
1635
1604
|
"minzoom": 12,
|
|
1636
1605
|
"maxzoom": 24,
|
|
@@ -1657,7 +1626,7 @@
|
|
|
1657
1626
|
{
|
|
1658
1627
|
"id": "roads_trackfillcase_construction",
|
|
1659
1628
|
"type": "line",
|
|
1660
|
-
"source": "
|
|
1629
|
+
"source": "ohm",
|
|
1661
1630
|
"source-layer": "transport_lines",
|
|
1662
1631
|
"minzoom": 14,
|
|
1663
1632
|
"maxzoom": 24,
|
|
@@ -1683,7 +1652,7 @@
|
|
|
1683
1652
|
{
|
|
1684
1653
|
"id": "roads_trackfill_construction",
|
|
1685
1654
|
"type": "line",
|
|
1686
|
-
"source": "
|
|
1655
|
+
"source": "ohm",
|
|
1687
1656
|
"source-layer": "transport_lines",
|
|
1688
1657
|
"minzoom": 14,
|
|
1689
1658
|
"maxzoom": 24,
|
|
@@ -1709,7 +1678,7 @@
|
|
|
1709
1678
|
{
|
|
1710
1679
|
"id": "roads_track_construction",
|
|
1711
1680
|
"type": "line",
|
|
1712
|
-
"source": "
|
|
1681
|
+
"source": "ohm",
|
|
1713
1682
|
"source-layer": "transport_lines",
|
|
1714
1683
|
"minzoom": 14,
|
|
1715
1684
|
"maxzoom": 24,
|
|
@@ -1736,7 +1705,7 @@
|
|
|
1736
1705
|
{
|
|
1737
1706
|
"id": "roads_living_street_construction",
|
|
1738
1707
|
"type": "line",
|
|
1739
|
-
"source": "
|
|
1708
|
+
"source": "ohm",
|
|
1740
1709
|
"source-layer": "transport_lines",
|
|
1741
1710
|
"minzoom": 14,
|
|
1742
1711
|
"maxzoom": 24,
|
|
@@ -1762,7 +1731,7 @@
|
|
|
1762
1731
|
{
|
|
1763
1732
|
"id": "roads_pedestrian_street_construction",
|
|
1764
1733
|
"type": "line",
|
|
1765
|
-
"source": "
|
|
1734
|
+
"source": "ohm",
|
|
1766
1735
|
"source-layer": "transport_lines",
|
|
1767
1736
|
"minzoom": 14,
|
|
1768
1737
|
"maxzoom": 24,
|
|
@@ -1788,7 +1757,7 @@
|
|
|
1788
1757
|
{
|
|
1789
1758
|
"id": "roads_footway_construction",
|
|
1790
1759
|
"type": "line",
|
|
1791
|
-
"source": "
|
|
1760
|
+
"source": "ohm",
|
|
1792
1761
|
"source-layer": "transport_lines",
|
|
1793
1762
|
"minzoom": 14,
|
|
1794
1763
|
"maxzoom": 24,
|
|
@@ -1823,7 +1792,7 @@
|
|
|
1823
1792
|
{
|
|
1824
1793
|
"id": "roads_pier_construction",
|
|
1825
1794
|
"type": "line",
|
|
1826
|
-
"source": "
|
|
1795
|
+
"source": "ohm",
|
|
1827
1796
|
"source-layer": "transport_lines",
|
|
1828
1797
|
"minzoom": 14,
|
|
1829
1798
|
"maxzoom": 24,
|
|
@@ -1849,7 +1818,7 @@
|
|
|
1849
1818
|
{
|
|
1850
1819
|
"id": "roads_steps_construction",
|
|
1851
1820
|
"type": "line",
|
|
1852
|
-
"source": "
|
|
1821
|
+
"source": "ohm",
|
|
1853
1822
|
"source-layer": "transport_lines",
|
|
1854
1823
|
"minzoom": 14,
|
|
1855
1824
|
"maxzoom": 24,
|
|
@@ -1876,7 +1845,7 @@
|
|
|
1876
1845
|
{
|
|
1877
1846
|
"id": "roads_roadscase_z13_construction",
|
|
1878
1847
|
"type": "line",
|
|
1879
|
-
"source": "
|
|
1848
|
+
"source": "ohm",
|
|
1880
1849
|
"source-layer": "transport_lines",
|
|
1881
1850
|
"minzoom": 13,
|
|
1882
1851
|
"maxzoom": 24,
|
|
@@ -1907,7 +1876,7 @@
|
|
|
1907
1876
|
{
|
|
1908
1877
|
"id": "roads_residentialcase_z13_construction",
|
|
1909
1878
|
"type": "line",
|
|
1910
|
-
"source": "
|
|
1879
|
+
"source": "ohm",
|
|
1911
1880
|
"source-layer": "transport_lines",
|
|
1912
1881
|
"minzoom": 13,
|
|
1913
1882
|
"maxzoom": 24,
|
|
@@ -1942,16 +1911,16 @@
|
|
|
1942
1911
|
{
|
|
1943
1912
|
"id": "roads_tertiary-case_construction",
|
|
1944
1913
|
"type": "line",
|
|
1945
|
-
"source": "
|
|
1914
|
+
"source": "ohm",
|
|
1946
1915
|
"source-layer": "transport_lines",
|
|
1947
1916
|
"minzoom": 10.01,
|
|
1948
1917
|
"maxzoom": 24,
|
|
1949
1918
|
"filter": [
|
|
1950
1919
|
"all",
|
|
1951
1920
|
["==", ["get", "type"], "construction"],
|
|
1952
|
-
["!=", ["get", "tunnel"], 1],
|
|
1921
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1953
1922
|
["==", ["get", "construction"], "tertiary"],
|
|
1954
|
-
["!=", ["get", "bridge"], 1]
|
|
1923
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1955
1924
|
],
|
|
1956
1925
|
"layout": {
|
|
1957
1926
|
"visibility": "visible",
|
|
@@ -1974,15 +1943,15 @@
|
|
|
1974
1943
|
{
|
|
1975
1944
|
"id": "roads_secondary-case_construction",
|
|
1976
1945
|
"type": "line",
|
|
1977
|
-
"source": "
|
|
1946
|
+
"source": "ohm",
|
|
1978
1947
|
"source-layer": "transport_lines",
|
|
1979
1948
|
"minzoom": 10,
|
|
1980
1949
|
"filter": [
|
|
1981
1950
|
"all",
|
|
1982
1951
|
["==", ["get", "type"], "construction"],
|
|
1983
|
-
["!=", ["get", "tunnel"], 1],
|
|
1952
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1984
1953
|
["==", ["get", "construction"], "secondary"],
|
|
1985
|
-
["!=", ["get", "bridge"], 1]
|
|
1954
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
1986
1955
|
],
|
|
1987
1956
|
"layout": {
|
|
1988
1957
|
"visibility": "visible",
|
|
@@ -2005,15 +1974,15 @@
|
|
|
2005
1974
|
{
|
|
2006
1975
|
"id": "roads_primarylink-case_construction",
|
|
2007
1976
|
"type": "line",
|
|
2008
|
-
"source": "
|
|
1977
|
+
"source": "ohm",
|
|
2009
1978
|
"source-layer": "transport_lines",
|
|
2010
1979
|
"minzoom": 7,
|
|
2011
1980
|
"filter": [
|
|
2012
1981
|
"all",
|
|
2013
1982
|
["==", ["get", "type"], "construction"],
|
|
2014
|
-
["!=", ["get", "tunnel"], 1],
|
|
1983
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2015
1984
|
["==", ["get", "construction"], "primary_link"],
|
|
2016
|
-
["!=", ["get", "bridge"], 1]
|
|
1985
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2017
1986
|
],
|
|
2018
1987
|
"layout": {
|
|
2019
1988
|
"visibility": "visible",
|
|
@@ -2036,16 +2005,16 @@
|
|
|
2036
2005
|
{
|
|
2037
2006
|
"id": "roads_primary-case_construction",
|
|
2038
2007
|
"type": "line",
|
|
2039
|
-
"source": "
|
|
2008
|
+
"source": "ohm",
|
|
2040
2009
|
"source-layer": "transport_lines",
|
|
2041
2010
|
"minzoom": 10,
|
|
2042
2011
|
"filter": [
|
|
2043
2012
|
"all",
|
|
2044
2013
|
["==", ["get", "type"], "construction"],
|
|
2045
|
-
["!=", ["get", "tunnel"], 1],
|
|
2014
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2046
2015
|
["!=", ["get", "ford"], "yes"],
|
|
2047
2016
|
["==", ["get", "construction"], "primary"],
|
|
2048
|
-
["!=", ["get", "bridge"], 1]
|
|
2017
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2049
2018
|
],
|
|
2050
2019
|
"layout": {
|
|
2051
2020
|
"visibility": "visible",
|
|
@@ -2068,20 +2037,20 @@
|
|
|
2068
2037
|
{
|
|
2069
2038
|
"id": "roads_motorwaylink-case_construction",
|
|
2070
2039
|
"type": "line",
|
|
2071
|
-
"source": "
|
|
2040
|
+
"source": "ohm",
|
|
2072
2041
|
"source-layer": "transport_lines",
|
|
2073
2042
|
"minzoom": 6,
|
|
2074
2043
|
"maxzoom": 20,
|
|
2075
2044
|
"filter": [
|
|
2076
2045
|
"all",
|
|
2077
2046
|
["==", ["get", "type"], "construction"],
|
|
2078
|
-
["!=", ["get", "tunnel"], 1],
|
|
2047
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2079
2048
|
[
|
|
2080
2049
|
"in",
|
|
2081
2050
|
["get", "construction"],
|
|
2082
2051
|
["literal", ["motorway_link", "trunk_link"]]
|
|
2083
2052
|
],
|
|
2084
|
-
["!=", ["get", "bridge"], 1]
|
|
2053
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2085
2054
|
],
|
|
2086
2055
|
"layout": {
|
|
2087
2056
|
"visibility": "visible",
|
|
@@ -2104,16 +2073,16 @@
|
|
|
2104
2073
|
{
|
|
2105
2074
|
"id": "roads_motorway-case_construction",
|
|
2106
2075
|
"type": "line",
|
|
2107
|
-
"source": "
|
|
2076
|
+
"source": "ohm",
|
|
2108
2077
|
"source-layer": "transport_lines",
|
|
2109
2078
|
"minzoom": 9,
|
|
2110
2079
|
"maxzoom": 20,
|
|
2111
2080
|
"filter": [
|
|
2112
2081
|
"all",
|
|
2113
2082
|
["==", ["get", "type"], "construction"],
|
|
2114
|
-
["!=", ["get", "tunnel"], 1],
|
|
2083
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2115
2084
|
["in", ["get", "construction"], ["literal", ["motorway", "trunk"]]],
|
|
2116
|
-
["!=", ["get", "bridge"], 1]
|
|
2085
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2117
2086
|
],
|
|
2118
2087
|
"layout": {
|
|
2119
2088
|
"visibility": "visible",
|
|
@@ -2136,7 +2105,7 @@
|
|
|
2136
2105
|
{
|
|
2137
2106
|
"id": "roads_roads_construction",
|
|
2138
2107
|
"type": "line",
|
|
2139
|
-
"source": "
|
|
2108
|
+
"source": "ohm",
|
|
2140
2109
|
"source-layer": "transport_lines",
|
|
2141
2110
|
"minzoom": 12,
|
|
2142
2111
|
"maxzoom": 24,
|
|
@@ -2167,7 +2136,7 @@
|
|
|
2167
2136
|
{
|
|
2168
2137
|
"id": "roads_residential_construction",
|
|
2169
2138
|
"type": "line",
|
|
2170
|
-
"source": "
|
|
2139
|
+
"source": "ohm",
|
|
2171
2140
|
"source-layer": "transport_lines",
|
|
2172
2141
|
"minzoom": 12,
|
|
2173
2142
|
"maxzoom": 24,
|
|
@@ -2202,15 +2171,15 @@
|
|
|
2202
2171
|
{
|
|
2203
2172
|
"id": "roads_secondarylink_construction",
|
|
2204
2173
|
"type": "line",
|
|
2205
|
-
"source": "
|
|
2174
|
+
"source": "ohm",
|
|
2206
2175
|
"source-layer": "transport_lines",
|
|
2207
2176
|
"minzoom": 8,
|
|
2208
2177
|
"filter": [
|
|
2209
2178
|
"all",
|
|
2210
2179
|
["==", ["get", "type"], "construction"],
|
|
2211
|
-
["!=", ["get", "tunnel"], 1],
|
|
2180
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2212
2181
|
["==", ["get", "construction"], "secondary_link"],
|
|
2213
|
-
["!=", ["get", "bridge"], 1]
|
|
2182
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2214
2183
|
],
|
|
2215
2184
|
"layout": {
|
|
2216
2185
|
"visibility": "visible",
|
|
@@ -2242,15 +2211,15 @@
|
|
|
2242
2211
|
{
|
|
2243
2212
|
"id": "roads_primarylink_construction",
|
|
2244
2213
|
"type": "line",
|
|
2245
|
-
"source": "
|
|
2214
|
+
"source": "ohm",
|
|
2246
2215
|
"source-layer": "transport_lines",
|
|
2247
2216
|
"minzoom": 6,
|
|
2248
2217
|
"filter": [
|
|
2249
2218
|
"all",
|
|
2250
2219
|
["==", ["get", "type"], "construction"],
|
|
2251
|
-
["!=", ["get", "tunnel"], 1],
|
|
2220
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2252
2221
|
["==", ["get", "construction"], "primary_link"],
|
|
2253
|
-
["!=", ["get", "bridge"], 1]
|
|
2222
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2254
2223
|
],
|
|
2255
2224
|
"layout": {
|
|
2256
2225
|
"visibility": "visible",
|
|
@@ -2274,20 +2243,20 @@
|
|
|
2274
2243
|
{
|
|
2275
2244
|
"id": "roads_motorwaylink_construction",
|
|
2276
2245
|
"type": "line",
|
|
2277
|
-
"source": "
|
|
2246
|
+
"source": "ohm",
|
|
2278
2247
|
"source-layer": "transport_lines",
|
|
2279
2248
|
"minzoom": 5,
|
|
2280
2249
|
"maxzoom": 20,
|
|
2281
2250
|
"filter": [
|
|
2282
2251
|
"all",
|
|
2283
2252
|
["==", ["get", "type"], "construction"],
|
|
2284
|
-
["!=", ["get", "tunnel"], 1],
|
|
2253
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2285
2254
|
[
|
|
2286
2255
|
"in",
|
|
2287
2256
|
["get", "construction"],
|
|
2288
2257
|
["literal", ["motorway_link", "trunk_link"]]
|
|
2289
2258
|
],
|
|
2290
|
-
["!=", ["get", "bridge"], 1]
|
|
2259
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2291
2260
|
],
|
|
2292
2261
|
"layout": {
|
|
2293
2262
|
"visibility": "visible",
|
|
@@ -2311,16 +2280,16 @@
|
|
|
2311
2280
|
{
|
|
2312
2281
|
"id": "roads_tertiary_construction",
|
|
2313
2282
|
"type": "line",
|
|
2314
|
-
"source": "
|
|
2283
|
+
"source": "ohm",
|
|
2315
2284
|
"source-layer": "transport_lines",
|
|
2316
2285
|
"minzoom": 9,
|
|
2317
2286
|
"maxzoom": 24,
|
|
2318
2287
|
"filter": [
|
|
2319
2288
|
"all",
|
|
2320
2289
|
["==", ["get", "type"], "construction"],
|
|
2321
|
-
["!=", ["get", "tunnel"], 1],
|
|
2290
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2322
2291
|
["==", ["get", "construction"], "tertiary"],
|
|
2323
|
-
["!=", ["get", "bridge"], 1]
|
|
2292
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2324
2293
|
],
|
|
2325
2294
|
"layout": {
|
|
2326
2295
|
"visibility": "visible",
|
|
@@ -2352,15 +2321,15 @@
|
|
|
2352
2321
|
{
|
|
2353
2322
|
"id": "roads_secondary_construction",
|
|
2354
2323
|
"type": "line",
|
|
2355
|
-
"source": "
|
|
2324
|
+
"source": "ohm",
|
|
2356
2325
|
"source-layer": "transport_lines",
|
|
2357
2326
|
"minzoom": 8,
|
|
2358
2327
|
"filter": [
|
|
2359
2328
|
"all",
|
|
2360
2329
|
["==", ["get", "type"], "construction"],
|
|
2361
|
-
["!=", ["get", "tunnel"], 1],
|
|
2330
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2362
2331
|
["==", ["get", "construction"], "secondary"],
|
|
2363
|
-
["!=", ["get", "bridge"], 1]
|
|
2332
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2364
2333
|
],
|
|
2365
2334
|
"layout": {
|
|
2366
2335
|
"visibility": "visible",
|
|
@@ -2392,16 +2361,16 @@
|
|
|
2392
2361
|
{
|
|
2393
2362
|
"id": "roads_primary_construction",
|
|
2394
2363
|
"type": "line",
|
|
2395
|
-
"source": "
|
|
2364
|
+
"source": "ohm",
|
|
2396
2365
|
"source-layer": "transport_lines",
|
|
2397
2366
|
"minzoom": 6,
|
|
2398
2367
|
"filter": [
|
|
2399
2368
|
"all",
|
|
2400
2369
|
["==", ["get", "type"], "construction"],
|
|
2401
|
-
["!=", ["get", "tunnel"], 1],
|
|
2370
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2402
2371
|
["!=", ["get", "ford"], "yes"],
|
|
2403
2372
|
["==", ["get", "construction"], "primary"],
|
|
2404
|
-
["!=", ["get", "bridge"], 1]
|
|
2373
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2405
2374
|
],
|
|
2406
2375
|
"layout": {
|
|
2407
2376
|
"visibility": "visible",
|
|
@@ -2433,16 +2402,16 @@
|
|
|
2433
2402
|
{
|
|
2434
2403
|
"id": "roads_motorway_construction",
|
|
2435
2404
|
"type": "line",
|
|
2436
|
-
"source": "
|
|
2405
|
+
"source": "ohm",
|
|
2437
2406
|
"source-layer": "transport_lines",
|
|
2438
2407
|
"minzoom": 6,
|
|
2439
2408
|
"maxzoom": 20,
|
|
2440
2409
|
"filter": [
|
|
2441
2410
|
"all",
|
|
2442
2411
|
["==", ["get", "type"], "construction"],
|
|
2443
|
-
["!=", ["get", "tunnel"], 1],
|
|
2412
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
2444
2413
|
["in", ["get", "construction"], ["literal", ["motorway", "trunk"]]],
|
|
2445
|
-
["!=", ["get", "bridge"], 1]
|
|
2414
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
2446
2415
|
],
|
|
2447
2416
|
"layout": {
|
|
2448
2417
|
"visibility": "visible",
|
|
@@ -2472,7 +2441,7 @@
|
|
|
2472
2441
|
{
|
|
2473
2442
|
"id": "roads_ford_construction",
|
|
2474
2443
|
"type": "line",
|
|
2475
|
-
"source": "
|
|
2444
|
+
"source": "ohm",
|
|
2476
2445
|
"source-layer": "transport_lines",
|
|
2477
2446
|
"minzoom": 9,
|
|
2478
2447
|
"filter": ["==", ["get", "ford"], "yes"],
|
|
@@ -2494,7 +2463,7 @@
|
|
|
2494
2463
|
{
|
|
2495
2464
|
"id": "roads_residential_bridge_z13-copy_construction",
|
|
2496
2465
|
"type": "line",
|
|
2497
|
-
"source": "
|
|
2466
|
+
"source": "ohm",
|
|
2498
2467
|
"source-layer": "transport_lines",
|
|
2499
2468
|
"minzoom": 13,
|
|
2500
2469
|
"maxzoom": 24,
|
|
@@ -2529,7 +2498,7 @@
|
|
|
2529
2498
|
{
|
|
2530
2499
|
"id": "roads_tertiarybridge_construction",
|
|
2531
2500
|
"type": "line",
|
|
2532
|
-
"source": "
|
|
2501
|
+
"source": "ohm",
|
|
2533
2502
|
"source-layer": "transport_lines",
|
|
2534
2503
|
"minzoom": 9,
|
|
2535
2504
|
"filter": [
|
|
@@ -2559,7 +2528,7 @@
|
|
|
2559
2528
|
{
|
|
2560
2529
|
"id": "roads_secondarybridge_construction",
|
|
2561
2530
|
"type": "line",
|
|
2562
|
-
"source": "
|
|
2531
|
+
"source": "ohm",
|
|
2563
2532
|
"source-layer": "transport_lines",
|
|
2564
2533
|
"minzoom": 8,
|
|
2565
2534
|
"filter": [
|
|
@@ -2589,7 +2558,7 @@
|
|
|
2589
2558
|
{
|
|
2590
2559
|
"id": "roads_primarybridge_construction",
|
|
2591
2560
|
"type": "line",
|
|
2592
|
-
"source": "
|
|
2561
|
+
"source": "ohm",
|
|
2593
2562
|
"source-layer": "transport_lines",
|
|
2594
2563
|
"minzoom": 10,
|
|
2595
2564
|
"maxzoom": 20,
|
|
@@ -2624,7 +2593,7 @@
|
|
|
2624
2593
|
{
|
|
2625
2594
|
"id": "roads_motorwaybridge_construction",
|
|
2626
2595
|
"type": "line",
|
|
2627
|
-
"source": "
|
|
2596
|
+
"source": "ohm",
|
|
2628
2597
|
"source-layer": "transport_lines",
|
|
2629
2598
|
"minzoom": 9,
|
|
2630
2599
|
"maxzoom": 20,
|
|
@@ -2659,7 +2628,7 @@
|
|
|
2659
2628
|
{
|
|
2660
2629
|
"id": "roads_residential_bridgetop_z13_construction",
|
|
2661
2630
|
"type": "line",
|
|
2662
|
-
"source": "
|
|
2631
|
+
"source": "ohm",
|
|
2663
2632
|
"source-layer": "transport_lines",
|
|
2664
2633
|
"minzoom": 12,
|
|
2665
2634
|
"maxzoom": 24,
|
|
@@ -2695,7 +2664,7 @@
|
|
|
2695
2664
|
{
|
|
2696
2665
|
"id": "roads_tertiarybridgetop_construction",
|
|
2697
2666
|
"type": "line",
|
|
2698
|
-
"source": "
|
|
2667
|
+
"source": "ohm",
|
|
2699
2668
|
"source-layer": "transport_lines",
|
|
2700
2669
|
"minzoom": 6,
|
|
2701
2670
|
"maxzoom": 24,
|
|
@@ -2735,7 +2704,7 @@
|
|
|
2735
2704
|
{
|
|
2736
2705
|
"id": "roads_secondarybridgetop_construction",
|
|
2737
2706
|
"type": "line",
|
|
2738
|
-
"source": "
|
|
2707
|
+
"source": "ohm",
|
|
2739
2708
|
"source-layer": "transport_lines",
|
|
2740
2709
|
"minzoom": 8,
|
|
2741
2710
|
"filter": [
|
|
@@ -2774,7 +2743,7 @@
|
|
|
2774
2743
|
{
|
|
2775
2744
|
"id": "roads_primarybridgetop_construction",
|
|
2776
2745
|
"type": "line",
|
|
2777
|
-
"source": "
|
|
2746
|
+
"source": "ohm",
|
|
2778
2747
|
"source-layer": "transport_lines",
|
|
2779
2748
|
"minzoom": 6,
|
|
2780
2749
|
"filter": [
|
|
@@ -2813,7 +2782,7 @@
|
|
|
2813
2782
|
{
|
|
2814
2783
|
"id": "roads_motorwaybridgetop_construction",
|
|
2815
2784
|
"type": "line",
|
|
2816
|
-
"source": "
|
|
2785
|
+
"source": "ohm",
|
|
2817
2786
|
"source-layer": "transport_lines",
|
|
2818
2787
|
"minzoom": 6,
|
|
2819
2788
|
"maxzoom": 20,
|
|
@@ -2855,7 +2824,7 @@
|
|
|
2855
2824
|
{
|
|
2856
2825
|
"id": "roads_rail_tram_construction",
|
|
2857
2826
|
"type": "line",
|
|
2858
|
-
"source": "
|
|
2827
|
+
"source": "ohm",
|
|
2859
2828
|
"source-layer": "transport_lines",
|
|
2860
2829
|
"minzoom": 11,
|
|
2861
2830
|
"maxzoom": 24,
|
|
@@ -2886,7 +2855,7 @@
|
|
|
2886
2855
|
{
|
|
2887
2856
|
"id": "roads_subways",
|
|
2888
2857
|
"type": "line",
|
|
2889
|
-
"source": "
|
|
2858
|
+
"source": "ohm",
|
|
2890
2859
|
"source-layer": "transport_lines",
|
|
2891
2860
|
"minzoom": 12,
|
|
2892
2861
|
"filter": ["==", ["get", "type"], "subway"],
|
|
@@ -2912,7 +2881,7 @@
|
|
|
2912
2881
|
{
|
|
2913
2882
|
"id": "roads_tertiarytunnel_case",
|
|
2914
2883
|
"type": "line",
|
|
2915
|
-
"source": "
|
|
2884
|
+
"source": "ohm",
|
|
2916
2885
|
"source-layer": "transport_lines",
|
|
2917
2886
|
"minzoom": 9,
|
|
2918
2887
|
"filter": [
|
|
@@ -2942,7 +2911,7 @@
|
|
|
2942
2911
|
{
|
|
2943
2912
|
"id": "roads_secondarytunnel_case",
|
|
2944
2913
|
"type": "line",
|
|
2945
|
-
"source": "
|
|
2914
|
+
"source": "ohm",
|
|
2946
2915
|
"source-layer": "transport_lines",
|
|
2947
2916
|
"minzoom": 8,
|
|
2948
2917
|
"filter": [
|
|
@@ -2972,7 +2941,7 @@
|
|
|
2972
2941
|
{
|
|
2973
2942
|
"id": "roads_primarytunnel_case",
|
|
2974
2943
|
"type": "line",
|
|
2975
|
-
"source": "
|
|
2944
|
+
"source": "ohm",
|
|
2976
2945
|
"source-layer": "transport_lines",
|
|
2977
2946
|
"minzoom": 7,
|
|
2978
2947
|
"maxzoom": 20,
|
|
@@ -3003,7 +2972,7 @@
|
|
|
3003
2972
|
{
|
|
3004
2973
|
"id": "roads_motorwaytunnel_case",
|
|
3005
2974
|
"type": "line",
|
|
3006
|
-
"source": "
|
|
2975
|
+
"source": "ohm",
|
|
3007
2976
|
"source-layer": "transport_lines",
|
|
3008
2977
|
"minzoom": 9,
|
|
3009
2978
|
"maxzoom": 20,
|
|
@@ -3038,7 +3007,7 @@
|
|
|
3038
3007
|
{
|
|
3039
3008
|
"id": "roads_tertiarytunnel",
|
|
3040
3009
|
"type": "line",
|
|
3041
|
-
"source": "
|
|
3010
|
+
"source": "ohm",
|
|
3042
3011
|
"source-layer": "transport_lines",
|
|
3043
3012
|
"minzoom": 9,
|
|
3044
3013
|
"filter": [
|
|
@@ -3067,7 +3036,7 @@
|
|
|
3067
3036
|
{
|
|
3068
3037
|
"id": "roads_secondarytunnel",
|
|
3069
3038
|
"type": "line",
|
|
3070
|
-
"source": "
|
|
3039
|
+
"source": "ohm",
|
|
3071
3040
|
"source-layer": "transport_lines",
|
|
3072
3041
|
"minzoom": 8,
|
|
3073
3042
|
"filter": [
|
|
@@ -3096,7 +3065,7 @@
|
|
|
3096
3065
|
{
|
|
3097
3066
|
"id": "roads_primarytunnel",
|
|
3098
3067
|
"type": "line",
|
|
3099
|
-
"source": "
|
|
3068
|
+
"source": "ohm",
|
|
3100
3069
|
"source-layer": "transport_lines",
|
|
3101
3070
|
"minzoom": 6,
|
|
3102
3071
|
"filter": [
|
|
@@ -3125,7 +3094,7 @@
|
|
|
3125
3094
|
{
|
|
3126
3095
|
"id": "roads_motorwaytunnel",
|
|
3127
3096
|
"type": "line",
|
|
3128
|
-
"source": "
|
|
3097
|
+
"source": "ohm",
|
|
3129
3098
|
"source-layer": "transport_lines",
|
|
3130
3099
|
"minzoom": 5,
|
|
3131
3100
|
"maxzoom": 20,
|
|
@@ -3159,7 +3128,7 @@
|
|
|
3159
3128
|
{
|
|
3160
3129
|
"id": "roads_raceways",
|
|
3161
3130
|
"type": "line",
|
|
3162
|
-
"source": "
|
|
3131
|
+
"source": "ohm",
|
|
3163
3132
|
"source-layer": "transport_lines",
|
|
3164
3133
|
"minzoom": 12,
|
|
3165
3134
|
"maxzoom": 24,
|
|
@@ -3182,7 +3151,7 @@
|
|
|
3182
3151
|
{
|
|
3183
3152
|
"id": "roads_trackfillcase",
|
|
3184
3153
|
"type": "line",
|
|
3185
|
-
"source": "
|
|
3154
|
+
"source": "ohm",
|
|
3186
3155
|
"source-layer": "transport_lines",
|
|
3187
3156
|
"minzoom": 14,
|
|
3188
3157
|
"maxzoom": 24,
|
|
@@ -3204,7 +3173,7 @@
|
|
|
3204
3173
|
{
|
|
3205
3174
|
"id": "roads_trackfill",
|
|
3206
3175
|
"type": "line",
|
|
3207
|
-
"source": "
|
|
3176
|
+
"source": "ohm",
|
|
3208
3177
|
"source-layer": "transport_lines",
|
|
3209
3178
|
"minzoom": 14,
|
|
3210
3179
|
"maxzoom": 24,
|
|
@@ -3226,7 +3195,7 @@
|
|
|
3226
3195
|
{
|
|
3227
3196
|
"id": "roads_track",
|
|
3228
3197
|
"type": "line",
|
|
3229
|
-
"source": "
|
|
3198
|
+
"source": "ohm",
|
|
3230
3199
|
"source-layer": "transport_lines",
|
|
3231
3200
|
"minzoom": 14,
|
|
3232
3201
|
"maxzoom": 24,
|
|
@@ -3249,7 +3218,7 @@
|
|
|
3249
3218
|
{
|
|
3250
3219
|
"id": "roads_living_street",
|
|
3251
3220
|
"type": "line",
|
|
3252
|
-
"source": "
|
|
3221
|
+
"source": "ohm",
|
|
3253
3222
|
"source-layer": "transport_lines",
|
|
3254
3223
|
"minzoom": 14,
|
|
3255
3224
|
"maxzoom": 24,
|
|
@@ -3271,7 +3240,7 @@
|
|
|
3271
3240
|
{
|
|
3272
3241
|
"id": "roads_footway",
|
|
3273
3242
|
"type": "line",
|
|
3274
|
-
"source": "
|
|
3243
|
+
"source": "ohm",
|
|
3275
3244
|
"source-layer": "transport_lines",
|
|
3276
3245
|
"minzoom": 14,
|
|
3277
3246
|
"maxzoom": 24,
|
|
@@ -3302,7 +3271,7 @@
|
|
|
3302
3271
|
{
|
|
3303
3272
|
"id": "roads_pier",
|
|
3304
3273
|
"type": "line",
|
|
3305
|
-
"source": "
|
|
3274
|
+
"source": "ohm",
|
|
3306
3275
|
"source-layer": "transport_lines",
|
|
3307
3276
|
"minzoom": 14,
|
|
3308
3277
|
"maxzoom": 24,
|
|
@@ -3324,7 +3293,7 @@
|
|
|
3324
3293
|
{
|
|
3325
3294
|
"id": "roads_steps",
|
|
3326
3295
|
"type": "line",
|
|
3327
|
-
"source": "
|
|
3296
|
+
"source": "ohm",
|
|
3328
3297
|
"source-layer": "transport_lines",
|
|
3329
3298
|
"minzoom": 14,
|
|
3330
3299
|
"maxzoom": 24,
|
|
@@ -3347,14 +3316,14 @@
|
|
|
3347
3316
|
{
|
|
3348
3317
|
"id": "roads_servicecase_z13",
|
|
3349
3318
|
"type": "line",
|
|
3350
|
-
"source": "
|
|
3319
|
+
"source": "ohm",
|
|
3351
3320
|
"source-layer": "transport_lines",
|
|
3352
3321
|
"minzoom": 13,
|
|
3353
3322
|
"maxzoom": 24,
|
|
3354
3323
|
"filter": [
|
|
3355
3324
|
"all",
|
|
3356
3325
|
["in", ["get", "type"], ["literal", ["service"]]],
|
|
3357
|
-
["!=", ["get", "bridge"], 1]
|
|
3326
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3358
3327
|
],
|
|
3359
3328
|
"layout": {
|
|
3360
3329
|
"visibility": "visible",
|
|
@@ -3377,14 +3346,14 @@
|
|
|
3377
3346
|
{
|
|
3378
3347
|
"id": "roads_residentialcase_z13",
|
|
3379
3348
|
"type": "line",
|
|
3380
|
-
"source": "
|
|
3349
|
+
"source": "ohm",
|
|
3381
3350
|
"source-layer": "transport_lines",
|
|
3382
3351
|
"minzoom": 13,
|
|
3383
3352
|
"maxzoom": 24,
|
|
3384
3353
|
"filter": [
|
|
3385
3354
|
"all",
|
|
3386
3355
|
["in", ["get", "type"], ["literal", ["residential", "unclassified"]]],
|
|
3387
|
-
["!=", ["get", "bridge"], 1]
|
|
3356
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3388
3357
|
],
|
|
3389
3358
|
"layout": {
|
|
3390
3359
|
"visibility": "visible",
|
|
@@ -3407,7 +3376,7 @@
|
|
|
3407
3376
|
{
|
|
3408
3377
|
"id": "roads_pedestrian_street-casing",
|
|
3409
3378
|
"type": "line",
|
|
3410
|
-
"source": "
|
|
3379
|
+
"source": "ohm",
|
|
3411
3380
|
"source-layer": "transport_lines",
|
|
3412
3381
|
"minzoom": 14,
|
|
3413
3382
|
"maxzoom": 24,
|
|
@@ -3429,15 +3398,15 @@
|
|
|
3429
3398
|
{
|
|
3430
3399
|
"id": "roads_tertiarylink-case",
|
|
3431
3400
|
"type": "line",
|
|
3432
|
-
"source": "
|
|
3401
|
+
"source": "ohm",
|
|
3433
3402
|
"source-layer": "transport_lines",
|
|
3434
3403
|
"minzoom": 10.01,
|
|
3435
3404
|
"maxzoom": 24,
|
|
3436
3405
|
"filter": [
|
|
3437
3406
|
"all",
|
|
3438
3407
|
["==", ["get", "type"], "tertiary_link"],
|
|
3439
|
-
["!=", ["get", "tunnel"], 1],
|
|
3440
|
-
["!=", ["get", "bridge"], 1]
|
|
3408
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3409
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3441
3410
|
],
|
|
3442
3411
|
"layout": {
|
|
3443
3412
|
"visibility": "visible",
|
|
@@ -3464,15 +3433,15 @@
|
|
|
3464
3433
|
{
|
|
3465
3434
|
"id": "roads_tertiary-case",
|
|
3466
3435
|
"type": "line",
|
|
3467
|
-
"source": "
|
|
3436
|
+
"source": "ohm",
|
|
3468
3437
|
"source-layer": "transport_lines",
|
|
3469
3438
|
"minzoom": 10.01,
|
|
3470
3439
|
"maxzoom": 24,
|
|
3471
3440
|
"filter": [
|
|
3472
3441
|
"all",
|
|
3473
3442
|
["==", ["get", "type"], "tertiary"],
|
|
3474
|
-
["!=", ["get", "tunnel"], 1],
|
|
3475
|
-
["!=", ["get", "bridge"], 1]
|
|
3443
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3444
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3476
3445
|
],
|
|
3477
3446
|
"layout": {
|
|
3478
3447
|
"visibility": "visible",
|
|
@@ -3499,14 +3468,14 @@
|
|
|
3499
3468
|
{
|
|
3500
3469
|
"id": "roads_secondary-case",
|
|
3501
3470
|
"type": "line",
|
|
3502
|
-
"source": "
|
|
3471
|
+
"source": "ohm",
|
|
3503
3472
|
"source-layer": "transport_lines",
|
|
3504
3473
|
"minzoom": 10,
|
|
3505
3474
|
"filter": [
|
|
3506
3475
|
"all",
|
|
3507
3476
|
["==", ["get", "type"], "secondary"],
|
|
3508
|
-
["!=", ["get", "tunnel"], 1],
|
|
3509
|
-
["!=", ["get", "bridge"], 1]
|
|
3477
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3478
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3510
3479
|
],
|
|
3511
3480
|
"layout": {
|
|
3512
3481
|
"visibility": "visible",
|
|
@@ -3531,14 +3500,14 @@
|
|
|
3531
3500
|
{
|
|
3532
3501
|
"id": "roads_secondarylink-case",
|
|
3533
3502
|
"type": "line",
|
|
3534
|
-
"source": "
|
|
3503
|
+
"source": "ohm",
|
|
3535
3504
|
"source-layer": "transport_lines",
|
|
3536
3505
|
"minzoom": 8,
|
|
3537
3506
|
"filter": [
|
|
3538
3507
|
"all",
|
|
3539
3508
|
["==", ["get", "type"], "secondary_link"],
|
|
3540
|
-
["!=", ["get", "tunnel"], 1],
|
|
3541
|
-
["!=", ["get", "bridge"], 1]
|
|
3509
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3510
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3542
3511
|
],
|
|
3543
3512
|
"layout": {
|
|
3544
3513
|
"visibility": "visible",
|
|
@@ -3563,14 +3532,14 @@
|
|
|
3563
3532
|
{
|
|
3564
3533
|
"id": "roads_primarylink-case",
|
|
3565
3534
|
"type": "line",
|
|
3566
|
-
"source": "
|
|
3535
|
+
"source": "ohm",
|
|
3567
3536
|
"source-layer": "transport_lines",
|
|
3568
3537
|
"minzoom": 7,
|
|
3569
3538
|
"filter": [
|
|
3570
3539
|
"all",
|
|
3571
3540
|
["==", ["get", "type"], "primary_link"],
|
|
3572
|
-
["!=", ["get", "tunnel"], 1],
|
|
3573
|
-
["!=", ["get", "bridge"], 1]
|
|
3541
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3542
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3574
3543
|
],
|
|
3575
3544
|
"layout": {
|
|
3576
3545
|
"visibility": "visible",
|
|
@@ -3593,15 +3562,15 @@
|
|
|
3593
3562
|
{
|
|
3594
3563
|
"id": "roads_primary-case",
|
|
3595
3564
|
"type": "line",
|
|
3596
|
-
"source": "
|
|
3565
|
+
"source": "ohm",
|
|
3597
3566
|
"source-layer": "transport_lines",
|
|
3598
3567
|
"minzoom": 8,
|
|
3599
3568
|
"filter": [
|
|
3600
3569
|
"all",
|
|
3601
3570
|
["==", ["get", "type"], "primary"],
|
|
3602
|
-
["!=", ["get", "tunnel"], 1],
|
|
3571
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3603
3572
|
["!=", ["get", "ford"], "yes"],
|
|
3604
|
-
["!=", ["get", "bridge"], 1]
|
|
3573
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3605
3574
|
],
|
|
3606
3575
|
"layout": {
|
|
3607
3576
|
"visibility": "visible",
|
|
@@ -3628,15 +3597,15 @@
|
|
|
3628
3597
|
{
|
|
3629
3598
|
"id": "roads_motorwaylink-case",
|
|
3630
3599
|
"type": "line",
|
|
3631
|
-
"source": "
|
|
3600
|
+
"source": "ohm",
|
|
3632
3601
|
"source-layer": "transport_lines",
|
|
3633
3602
|
"minzoom": 9,
|
|
3634
3603
|
"maxzoom": 20,
|
|
3635
3604
|
"filter": [
|
|
3636
3605
|
"all",
|
|
3637
3606
|
["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
|
|
3638
|
-
["!=", ["get", "tunnel"], 1],
|
|
3639
|
-
["!=", ["get", "bridge"], 1]
|
|
3607
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3608
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3640
3609
|
],
|
|
3641
3610
|
"layout": {
|
|
3642
3611
|
"visibility": "visible",
|
|
@@ -3659,15 +3628,15 @@
|
|
|
3659
3628
|
{
|
|
3660
3629
|
"id": "roads_motorway-case",
|
|
3661
3630
|
"type": "line",
|
|
3662
|
-
"source": "
|
|
3631
|
+
"source": "ohm",
|
|
3663
3632
|
"source-layer": "transport_lines",
|
|
3664
3633
|
"minzoom": 9,
|
|
3665
3634
|
"maxzoom": 24,
|
|
3666
3635
|
"filter": [
|
|
3667
3636
|
"all",
|
|
3668
3637
|
["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
3669
|
-
["!=", ["get", "tunnel"], 1],
|
|
3670
|
-
["!=", ["get", "bridge"], 1]
|
|
3638
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3639
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3671
3640
|
],
|
|
3672
3641
|
"layout": {
|
|
3673
3642
|
"visibility": "visible",
|
|
@@ -3690,7 +3659,7 @@
|
|
|
3690
3659
|
{
|
|
3691
3660
|
"id": "roads_proposed",
|
|
3692
3661
|
"type": "line",
|
|
3693
|
-
"source": "
|
|
3662
|
+
"source": "ohm",
|
|
3694
3663
|
"source-layer": "transport_lines",
|
|
3695
3664
|
"minzoom": 12,
|
|
3696
3665
|
"maxzoom": 24,
|
|
@@ -3721,7 +3690,7 @@
|
|
|
3721
3690
|
{
|
|
3722
3691
|
"id": "roads_service",
|
|
3723
3692
|
"type": "line",
|
|
3724
|
-
"source": "
|
|
3693
|
+
"source": "ohm",
|
|
3725
3694
|
"source-layer": "transport_lines",
|
|
3726
3695
|
"minzoom": 12,
|
|
3727
3696
|
"maxzoom": 24,
|
|
@@ -3747,7 +3716,7 @@
|
|
|
3747
3716
|
{
|
|
3748
3717
|
"id": "roads_residential",
|
|
3749
3718
|
"type": "line",
|
|
3750
|
-
"source": "
|
|
3719
|
+
"source": "ohm",
|
|
3751
3720
|
"source-layer": "transport_lines",
|
|
3752
3721
|
"minzoom": 12,
|
|
3753
3722
|
"maxzoom": 24,
|
|
@@ -3777,7 +3746,7 @@
|
|
|
3777
3746
|
{
|
|
3778
3747
|
"id": "roads_pedestrian_street",
|
|
3779
3748
|
"type": "line",
|
|
3780
|
-
"source": "
|
|
3749
|
+
"source": "ohm",
|
|
3781
3750
|
"source-layer": "transport_lines",
|
|
3782
3751
|
"minzoom": 14,
|
|
3783
3752
|
"maxzoom": 24,
|
|
@@ -3799,14 +3768,14 @@
|
|
|
3799
3768
|
{
|
|
3800
3769
|
"id": "roads_secondarylink",
|
|
3801
3770
|
"type": "line",
|
|
3802
|
-
"source": "
|
|
3771
|
+
"source": "ohm",
|
|
3803
3772
|
"source-layer": "transport_lines",
|
|
3804
3773
|
"minzoom": 8,
|
|
3805
3774
|
"filter": [
|
|
3806
3775
|
"all",
|
|
3807
3776
|
["==", ["get", "type"], "secondary_link"],
|
|
3808
|
-
["!=", ["get", "tunnel"], 1],
|
|
3809
|
-
["!=", ["get", "bridge"], 1]
|
|
3777
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3778
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3810
3779
|
],
|
|
3811
3780
|
"layout": {
|
|
3812
3781
|
"visibility": "visible",
|
|
@@ -3829,14 +3798,14 @@
|
|
|
3829
3798
|
{
|
|
3830
3799
|
"id": "roads_tertiarylink",
|
|
3831
3800
|
"type": "line",
|
|
3832
|
-
"source": "
|
|
3801
|
+
"source": "ohm",
|
|
3833
3802
|
"source-layer": "transport_lines",
|
|
3834
3803
|
"minzoom": 6,
|
|
3835
3804
|
"filter": [
|
|
3836
3805
|
"all",
|
|
3837
3806
|
["==", ["get", "type"], "tertiary_link"],
|
|
3838
|
-
["!=", ["get", "tunnel"], 1],
|
|
3839
|
-
["!=", ["get", "bridge"], 1]
|
|
3807
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3808
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3840
3809
|
],
|
|
3841
3810
|
"layout": {
|
|
3842
3811
|
"visibility": "visible",
|
|
@@ -3869,14 +3838,14 @@
|
|
|
3869
3838
|
{
|
|
3870
3839
|
"id": "roads_primarylink",
|
|
3871
3840
|
"type": "line",
|
|
3872
|
-
"source": "
|
|
3841
|
+
"source": "ohm",
|
|
3873
3842
|
"source-layer": "transport_lines",
|
|
3874
3843
|
"minzoom": 6,
|
|
3875
3844
|
"filter": [
|
|
3876
3845
|
"all",
|
|
3877
3846
|
["==", ["get", "type"], "primary_link"],
|
|
3878
|
-
["!=", ["get", "tunnel"], 1],
|
|
3879
|
-
["!=", ["get", "bridge"], 1]
|
|
3847
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3848
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3880
3849
|
],
|
|
3881
3850
|
"layout": {
|
|
3882
3851
|
"visibility": "visible",
|
|
@@ -3899,15 +3868,15 @@
|
|
|
3899
3868
|
{
|
|
3900
3869
|
"id": "roads_motorwaylink",
|
|
3901
3870
|
"type": "line",
|
|
3902
|
-
"source": "
|
|
3871
|
+
"source": "ohm",
|
|
3903
3872
|
"source-layer": "transport_lines",
|
|
3904
3873
|
"minzoom": 6,
|
|
3905
3874
|
"maxzoom": 20,
|
|
3906
3875
|
"filter": [
|
|
3907
3876
|
"all",
|
|
3908
3877
|
["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
|
|
3909
|
-
["!=", ["get", "tunnel"], 1],
|
|
3910
|
-
["!=", ["get", "bridge"], 1]
|
|
3878
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3879
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3911
3880
|
],
|
|
3912
3881
|
"layout": {
|
|
3913
3882
|
"visibility": "visible",
|
|
@@ -3940,15 +3909,15 @@
|
|
|
3940
3909
|
{
|
|
3941
3910
|
"id": "roads_tertiary",
|
|
3942
3911
|
"type": "line",
|
|
3943
|
-
"source": "
|
|
3912
|
+
"source": "ohm",
|
|
3944
3913
|
"source-layer": "transport_lines",
|
|
3945
3914
|
"minzoom": 9,
|
|
3946
3915
|
"maxzoom": 24,
|
|
3947
3916
|
"filter": [
|
|
3948
3917
|
"all",
|
|
3949
3918
|
["==", ["get", "type"], "tertiary"],
|
|
3950
|
-
["!=", ["get", "tunnel"], 1],
|
|
3951
|
-
["!=", ["get", "bridge"], 1]
|
|
3919
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3920
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3952
3921
|
],
|
|
3953
3922
|
"layout": {
|
|
3954
3923
|
"visibility": "visible",
|
|
@@ -3981,14 +3950,14 @@
|
|
|
3981
3950
|
{
|
|
3982
3951
|
"id": "roads_secondary",
|
|
3983
3952
|
"type": "line",
|
|
3984
|
-
"source": "
|
|
3953
|
+
"source": "ohm",
|
|
3985
3954
|
"source-layer": "transport_lines",
|
|
3986
3955
|
"minzoom": 8,
|
|
3987
3956
|
"filter": [
|
|
3988
3957
|
"all",
|
|
3989
3958
|
["==", ["get", "type"], "secondary"],
|
|
3990
|
-
["!=", ["get", "tunnel"], 1],
|
|
3991
|
-
["!=", ["get", "bridge"], 1]
|
|
3959
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
3960
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
3992
3961
|
],
|
|
3993
3962
|
"layout": {
|
|
3994
3963
|
"visibility": "visible",
|
|
@@ -4011,15 +3980,15 @@
|
|
|
4011
3980
|
{
|
|
4012
3981
|
"id": "roads_primary",
|
|
4013
3982
|
"type": "line",
|
|
4014
|
-
"source": "
|
|
3983
|
+
"source": "ohm",
|
|
4015
3984
|
"source-layer": "transport_lines",
|
|
4016
3985
|
"minzoom": 6,
|
|
4017
3986
|
"filter": [
|
|
4018
3987
|
"all",
|
|
4019
3988
|
["==", ["get", "type"], "primary"],
|
|
4020
|
-
["!=", ["get", "tunnel"], 1],
|
|
3989
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
4021
3990
|
["!=", ["get", "ford"], "yes"],
|
|
4022
|
-
["!=", ["get", "bridge"], 1]
|
|
3991
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
4023
3992
|
],
|
|
4024
3993
|
"layout": {
|
|
4025
3994
|
"visibility": "visible",
|
|
@@ -4052,15 +4021,15 @@
|
|
|
4052
4021
|
{
|
|
4053
4022
|
"id": "roads_motorway",
|
|
4054
4023
|
"type": "line",
|
|
4055
|
-
"source": "
|
|
4024
|
+
"source": "ohm",
|
|
4056
4025
|
"source-layer": "transport_lines",
|
|
4057
4026
|
"minzoom": 6,
|
|
4058
4027
|
"maxzoom": 24,
|
|
4059
4028
|
"filter": [
|
|
4060
4029
|
"all",
|
|
4061
4030
|
["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
4062
|
-
["!=", ["get", "tunnel"], 1],
|
|
4063
|
-
["!=", ["get", "bridge"], 1]
|
|
4031
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
4032
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1]
|
|
4064
4033
|
],
|
|
4065
4034
|
"layout": {
|
|
4066
4035
|
"visibility": "visible",
|
|
@@ -4093,7 +4062,7 @@
|
|
|
4093
4062
|
{
|
|
4094
4063
|
"id": "roads_ford",
|
|
4095
4064
|
"type": "line",
|
|
4096
|
-
"source": "
|
|
4065
|
+
"source": "ohm",
|
|
4097
4066
|
"source-layer": "transport_lines",
|
|
4098
4067
|
"minzoom": 9,
|
|
4099
4068
|
"filter": ["==", ["get", "ford"], "yes"],
|
|
@@ -4115,7 +4084,7 @@
|
|
|
4115
4084
|
{
|
|
4116
4085
|
"id": "roads_rail_mini",
|
|
4117
4086
|
"type": "line",
|
|
4118
|
-
"source": "
|
|
4087
|
+
"source": "ohm",
|
|
4119
4088
|
"source-layer": "transport_lines",
|
|
4120
4089
|
"minzoom": 7,
|
|
4121
4090
|
"maxzoom": 24,
|
|
@@ -4133,7 +4102,7 @@
|
|
|
4133
4102
|
{
|
|
4134
4103
|
"id": "roads_rail_mini-dash",
|
|
4135
4104
|
"type": "line",
|
|
4136
|
-
"source": "
|
|
4105
|
+
"source": "ohm",
|
|
4137
4106
|
"source-layer": "transport_lines",
|
|
4138
4107
|
"minzoom": 7,
|
|
4139
4108
|
"maxzoom": 24,
|
|
@@ -4169,7 +4138,7 @@
|
|
|
4169
4138
|
{
|
|
4170
4139
|
"id": "roads_rail_mini_cross",
|
|
4171
4140
|
"type": "line",
|
|
4172
|
-
"source": "
|
|
4141
|
+
"source": "ohm",
|
|
4173
4142
|
"source-layer": "transport_lines",
|
|
4174
4143
|
"minzoom": 12,
|
|
4175
4144
|
"maxzoom": 24,
|
|
@@ -4204,7 +4173,7 @@
|
|
|
4204
4173
|
{
|
|
4205
4174
|
"id": "roads_rail_old",
|
|
4206
4175
|
"type": "line",
|
|
4207
|
-
"source": "
|
|
4176
|
+
"source": "ohm",
|
|
4208
4177
|
"source-layer": "transport_lines",
|
|
4209
4178
|
"minzoom": 7,
|
|
4210
4179
|
"maxzoom": 24,
|
|
@@ -4238,7 +4207,7 @@
|
|
|
4238
4207
|
{
|
|
4239
4208
|
"id": "roads_rail_old-dash",
|
|
4240
4209
|
"type": "line",
|
|
4241
|
-
"source": "
|
|
4210
|
+
"source": "ohm",
|
|
4242
4211
|
"source-layer": "transport_lines",
|
|
4243
4212
|
"minzoom": 7,
|
|
4244
4213
|
"maxzoom": 24,
|
|
@@ -4274,7 +4243,7 @@
|
|
|
4274
4243
|
{
|
|
4275
4244
|
"id": "roads_rail_old_cross",
|
|
4276
4245
|
"type": "line",
|
|
4277
|
-
"source": "
|
|
4246
|
+
"source": "ohm",
|
|
4278
4247
|
"source-layer": "transport_lines",
|
|
4279
4248
|
"minzoom": 12,
|
|
4280
4249
|
"maxzoom": 24,
|
|
@@ -4321,7 +4290,7 @@
|
|
|
4321
4290
|
{
|
|
4322
4291
|
"id": "roads_rail-main",
|
|
4323
4292
|
"type": "line",
|
|
4324
|
-
"source": "
|
|
4293
|
+
"source": "ohm",
|
|
4325
4294
|
"source-layer": "transport_lines",
|
|
4326
4295
|
"minzoom": 7,
|
|
4327
4296
|
"maxzoom": 24,
|
|
@@ -4349,7 +4318,7 @@
|
|
|
4349
4318
|
{
|
|
4350
4319
|
"id": "roads_rail-tunnel",
|
|
4351
4320
|
"type": "line",
|
|
4352
|
-
"source": "
|
|
4321
|
+
"source": "ohm",
|
|
4353
4322
|
"source-layer": "transport_lines",
|
|
4354
4323
|
"minzoom": 7,
|
|
4355
4324
|
"maxzoom": 24,
|
|
@@ -4375,7 +4344,7 @@
|
|
|
4375
4344
|
{
|
|
4376
4345
|
"id": "roads_rail-bridge",
|
|
4377
4346
|
"type": "line",
|
|
4378
|
-
"source": "
|
|
4347
|
+
"source": "ohm",
|
|
4379
4348
|
"source-layer": "transport_lines",
|
|
4380
4349
|
"minzoom": 7,
|
|
4381
4350
|
"maxzoom": 24,
|
|
@@ -4401,7 +4370,7 @@
|
|
|
4401
4370
|
{
|
|
4402
4371
|
"id": "roads_rail-yard-siding",
|
|
4403
4372
|
"type": "line",
|
|
4404
|
-
"source": "
|
|
4373
|
+
"source": "ohm",
|
|
4405
4374
|
"source-layer": "transport_lines",
|
|
4406
4375
|
"minzoom": 7,
|
|
4407
4376
|
"maxzoom": 24,
|
|
@@ -4419,7 +4388,7 @@
|
|
|
4419
4388
|
{
|
|
4420
4389
|
"id": "roads_rail-yard-siding-dash",
|
|
4421
4390
|
"type": "line",
|
|
4422
|
-
"source": "
|
|
4391
|
+
"source": "ohm",
|
|
4423
4392
|
"source-layer": "transport_lines",
|
|
4424
4393
|
"minzoom": 7,
|
|
4425
4394
|
"maxzoom": 24,
|
|
@@ -4454,7 +4423,7 @@
|
|
|
4454
4423
|
{
|
|
4455
4424
|
"id": "roads_rail",
|
|
4456
4425
|
"type": "line",
|
|
4457
|
-
"source": "
|
|
4426
|
+
"source": "ohm",
|
|
4458
4427
|
"source-layer": "transport_lines",
|
|
4459
4428
|
"minzoom": 7,
|
|
4460
4429
|
"maxzoom": 24,
|
|
@@ -4490,7 +4459,7 @@
|
|
|
4490
4459
|
{
|
|
4491
4460
|
"id": "roads_rail-main-dash",
|
|
4492
4461
|
"type": "line",
|
|
4493
|
-
"source": "
|
|
4462
|
+
"source": "ohm",
|
|
4494
4463
|
"source-layer": "transport_lines",
|
|
4495
4464
|
"minzoom": 7,
|
|
4496
4465
|
"maxzoom": 24,
|
|
@@ -4545,7 +4514,7 @@
|
|
|
4545
4514
|
{
|
|
4546
4515
|
"id": "roads_rail-dash-tunnel",
|
|
4547
4516
|
"type": "line",
|
|
4548
|
-
"source": "
|
|
4517
|
+
"source": "ohm",
|
|
4549
4518
|
"source-layer": "transport_lines",
|
|
4550
4519
|
"minzoom": 7,
|
|
4551
4520
|
"maxzoom": 24,
|
|
@@ -4598,7 +4567,7 @@
|
|
|
4598
4567
|
{
|
|
4599
4568
|
"id": "roads_rail-dash",
|
|
4600
4569
|
"type": "line",
|
|
4601
|
-
"source": "
|
|
4570
|
+
"source": "ohm",
|
|
4602
4571
|
"source-layer": "transport_lines",
|
|
4603
4572
|
"minzoom": 7,
|
|
4604
4573
|
"maxzoom": 24,
|
|
@@ -4645,7 +4614,7 @@
|
|
|
4645
4614
|
{
|
|
4646
4615
|
"id": "roads_rail_cross-main",
|
|
4647
4616
|
"type": "line",
|
|
4648
|
-
"source": "
|
|
4617
|
+
"source": "ohm",
|
|
4649
4618
|
"source-layer": "transport_lines",
|
|
4650
4619
|
"minzoom": 7,
|
|
4651
4620
|
"maxzoom": 24,
|
|
@@ -4693,7 +4662,7 @@
|
|
|
4693
4662
|
{
|
|
4694
4663
|
"id": "roads_rail_cross",
|
|
4695
4664
|
"type": "line",
|
|
4696
|
-
"source": "
|
|
4665
|
+
"source": "ohm",
|
|
4697
4666
|
"source-layer": "transport_lines",
|
|
4698
4667
|
"minzoom": 12,
|
|
4699
4668
|
"maxzoom": 24,
|
|
@@ -4741,7 +4710,7 @@
|
|
|
4741
4710
|
{
|
|
4742
4711
|
"id": "roads_rail_construction",
|
|
4743
4712
|
"type": "line",
|
|
4744
|
-
"source": "
|
|
4713
|
+
"source": "ohm",
|
|
4745
4714
|
"source-layer": "transport_lines",
|
|
4746
4715
|
"minzoom": 7,
|
|
4747
4716
|
"maxzoom": 24,
|
|
@@ -4775,7 +4744,7 @@
|
|
|
4775
4744
|
{
|
|
4776
4745
|
"id": "roads_rail_construction-dash",
|
|
4777
4746
|
"type": "line",
|
|
4778
|
-
"source": "
|
|
4747
|
+
"source": "ohm",
|
|
4779
4748
|
"source-layer": "transport_lines",
|
|
4780
4749
|
"minzoom": 7,
|
|
4781
4750
|
"maxzoom": 24,
|
|
@@ -4810,7 +4779,7 @@
|
|
|
4810
4779
|
{
|
|
4811
4780
|
"id": "roads_rail_construction_cross",
|
|
4812
4781
|
"type": "line",
|
|
4813
|
-
"source": "
|
|
4782
|
+
"source": "ohm",
|
|
4814
4783
|
"source-layer": "transport_lines",
|
|
4815
4784
|
"minzoom": 12,
|
|
4816
4785
|
"maxzoom": 24,
|
|
@@ -4853,7 +4822,7 @@
|
|
|
4853
4822
|
{
|
|
4854
4823
|
"id": "roads_residential_bridge_z13-case",
|
|
4855
4824
|
"type": "line",
|
|
4856
|
-
"source": "
|
|
4825
|
+
"source": "ohm",
|
|
4857
4826
|
"source-layer": "transport_lines",
|
|
4858
4827
|
"minzoom": 13,
|
|
4859
4828
|
"maxzoom": 24,
|
|
@@ -4887,7 +4856,7 @@
|
|
|
4887
4856
|
{
|
|
4888
4857
|
"id": "roads_tertiarybridge",
|
|
4889
4858
|
"type": "line",
|
|
4890
|
-
"source": "
|
|
4859
|
+
"source": "ohm",
|
|
4891
4860
|
"source-layer": "transport_lines",
|
|
4892
4861
|
"minzoom": 9,
|
|
4893
4862
|
"filter": [
|
|
@@ -4916,7 +4885,7 @@
|
|
|
4916
4885
|
{
|
|
4917
4886
|
"id": "roads_secondarybridge",
|
|
4918
4887
|
"type": "line",
|
|
4919
|
-
"source": "
|
|
4888
|
+
"source": "ohm",
|
|
4920
4889
|
"source-layer": "transport_lines",
|
|
4921
4890
|
"minzoom": 10,
|
|
4922
4891
|
"filter": [
|
|
@@ -4945,7 +4914,7 @@
|
|
|
4945
4914
|
{
|
|
4946
4915
|
"id": "roads_primarybridge",
|
|
4947
4916
|
"type": "line",
|
|
4948
|
-
"source": "
|
|
4917
|
+
"source": "ohm",
|
|
4949
4918
|
"source-layer": "transport_lines",
|
|
4950
4919
|
"minzoom": 10,
|
|
4951
4920
|
"maxzoom": 20,
|
|
@@ -4975,7 +4944,7 @@
|
|
|
4975
4944
|
{
|
|
4976
4945
|
"id": "roads_motorwaybridge",
|
|
4977
4946
|
"type": "line",
|
|
4978
|
-
"source": "
|
|
4947
|
+
"source": "ohm",
|
|
4979
4948
|
"source-layer": "transport_lines",
|
|
4980
4949
|
"minzoom": 9,
|
|
4981
4950
|
"maxzoom": 20,
|
|
@@ -5009,7 +4978,7 @@
|
|
|
5009
4978
|
{
|
|
5010
4979
|
"id": "roads_residential_bridgetop_z13",
|
|
5011
4980
|
"type": "line",
|
|
5012
|
-
"source": "
|
|
4981
|
+
"source": "ohm",
|
|
5013
4982
|
"source-layer": "transport_lines",
|
|
5014
4983
|
"minzoom": 12,
|
|
5015
4984
|
"maxzoom": 24,
|
|
@@ -5043,7 +5012,7 @@
|
|
|
5043
5012
|
{
|
|
5044
5013
|
"id": "roads_tertiarybridgetop",
|
|
5045
5014
|
"type": "line",
|
|
5046
|
-
"source": "
|
|
5015
|
+
"source": "ohm",
|
|
5047
5016
|
"source-layer": "transport_lines",
|
|
5048
5017
|
"minzoom": 6,
|
|
5049
5018
|
"maxzoom": 24,
|
|
@@ -5081,7 +5050,7 @@
|
|
|
5081
5050
|
{
|
|
5082
5051
|
"id": "roads_secondarybridgetop",
|
|
5083
5052
|
"type": "line",
|
|
5084
|
-
"source": "
|
|
5053
|
+
"source": "ohm",
|
|
5085
5054
|
"source-layer": "transport_lines",
|
|
5086
5055
|
"minzoom": 8,
|
|
5087
5056
|
"filter": [
|
|
@@ -5118,7 +5087,7 @@
|
|
|
5118
5087
|
{
|
|
5119
5088
|
"id": "roads_primarybridgetop",
|
|
5120
5089
|
"type": "line",
|
|
5121
|
-
"source": "
|
|
5090
|
+
"source": "ohm",
|
|
5122
5091
|
"source-layer": "transport_lines",
|
|
5123
5092
|
"minzoom": 6,
|
|
5124
5093
|
"filter": [
|
|
@@ -5155,7 +5124,7 @@
|
|
|
5155
5124
|
{
|
|
5156
5125
|
"id": "roads_motorwaybridgetop",
|
|
5157
5126
|
"type": "line",
|
|
5158
|
-
"source": "
|
|
5127
|
+
"source": "ohm",
|
|
5159
5128
|
"source-layer": "transport_lines",
|
|
5160
5129
|
"minzoom": 6,
|
|
5161
5130
|
"maxzoom": 20,
|
|
@@ -5195,7 +5164,7 @@
|
|
|
5195
5164
|
{
|
|
5196
5165
|
"id": "roads_rail_tram",
|
|
5197
5166
|
"type": "line",
|
|
5198
|
-
"source": "
|
|
5167
|
+
"source": "ohm",
|
|
5199
5168
|
"source-layer": "transport_lines",
|
|
5200
5169
|
"minzoom": 11,
|
|
5201
5170
|
"maxzoom": 24,
|
|
@@ -5229,7 +5198,7 @@
|
|
|
5229
5198
|
{
|
|
5230
5199
|
"id": "barriers-dotted",
|
|
5231
5200
|
"type": "line",
|
|
5232
|
-
"source": "
|
|
5201
|
+
"source": "ohm",
|
|
5233
5202
|
"source-layer": "other_lines",
|
|
5234
5203
|
"filter": ["==", ["get", "type"], "bollard"],
|
|
5235
5204
|
"paint": {
|
|
@@ -5241,7 +5210,7 @@
|
|
|
5241
5210
|
{
|
|
5242
5211
|
"id": "landuse_lines",
|
|
5243
5212
|
"type": "line",
|
|
5244
|
-
"source": "
|
|
5213
|
+
"source": "ohm",
|
|
5245
5214
|
"source-layer": "landuse_lines",
|
|
5246
5215
|
"filter": ["all"],
|
|
5247
5216
|
"paint": {
|
|
@@ -5264,7 +5233,7 @@
|
|
|
5264
5233
|
{
|
|
5265
5234
|
"id": "barriers",
|
|
5266
5235
|
"type": "line",
|
|
5267
|
-
"source": "
|
|
5236
|
+
"source": "ohm",
|
|
5268
5237
|
"source-layer": "other_lines",
|
|
5269
5238
|
"filter": ["all"],
|
|
5270
5239
|
"paint": {
|
|
@@ -5299,7 +5268,7 @@
|
|
|
5299
5268
|
{
|
|
5300
5269
|
"id": "power_lines",
|
|
5301
5270
|
"type": "line",
|
|
5302
|
-
"source": "
|
|
5271
|
+
"source": "ohm",
|
|
5303
5272
|
"source-layer": "other_lines",
|
|
5304
5273
|
"filter": [
|
|
5305
5274
|
"all",
|
|
@@ -5312,7 +5281,7 @@
|
|
|
5312
5281
|
{
|
|
5313
5282
|
"id": "city_county_lines_admin_9",
|
|
5314
5283
|
"type": "line",
|
|
5315
|
-
"source": "
|
|
5284
|
+
"source": "ohm",
|
|
5316
5285
|
"source-layer": "land_ohm_lines",
|
|
5317
5286
|
"minzoom": 11,
|
|
5318
5287
|
"maxzoom": 20,
|
|
@@ -5331,7 +5300,7 @@
|
|
|
5331
5300
|
{
|
|
5332
5301
|
"id": "city_county_lines_admin_7-8",
|
|
5333
5302
|
"type": "line",
|
|
5334
|
-
"source": "
|
|
5303
|
+
"source": "ohm",
|
|
5335
5304
|
"source-layer": "land_ohm_lines",
|
|
5336
5305
|
"minzoom": 10,
|
|
5337
5306
|
"maxzoom": 20,
|
|
@@ -5350,7 +5319,7 @@
|
|
|
5350
5319
|
{
|
|
5351
5320
|
"id": "admin_admin_5-6",
|
|
5352
5321
|
"type": "line",
|
|
5353
|
-
"source": "
|
|
5322
|
+
"source": "ohm",
|
|
5354
5323
|
"source-layer": "land_ohm_lines",
|
|
5355
5324
|
"minzoom": 8,
|
|
5356
5325
|
"maxzoom": 20,
|
|
@@ -5377,7 +5346,7 @@
|
|
|
5377
5346
|
{
|
|
5378
5347
|
"id": "state_lines_admin_4-case",
|
|
5379
5348
|
"type": "line",
|
|
5380
|
-
"source": "
|
|
5349
|
+
"source": "ohm",
|
|
5381
5350
|
"source-layer": "land_ohm_lines",
|
|
5382
5351
|
"minzoom": 3,
|
|
5383
5352
|
"maxzoom": 20,
|
|
@@ -5407,7 +5376,7 @@
|
|
|
5407
5376
|
{
|
|
5408
5377
|
"id": "state_lines_admin_4",
|
|
5409
5378
|
"type": "line",
|
|
5410
|
-
"source": "
|
|
5379
|
+
"source": "ohm",
|
|
5411
5380
|
"source-layer": "land_ohm_lines",
|
|
5412
5381
|
"minzoom": 3,
|
|
5413
5382
|
"maxzoom": 20,
|
|
@@ -5447,7 +5416,7 @@
|
|
|
5447
5416
|
{
|
|
5448
5417
|
"id": "admin_admin3",
|
|
5449
5418
|
"type": "line",
|
|
5450
|
-
"source": "
|
|
5419
|
+
"source": "ohm",
|
|
5451
5420
|
"source-layer": "land_ohm_lines",
|
|
5452
5421
|
"minzoom": 5,
|
|
5453
5422
|
"maxzoom": 20,
|
|
@@ -5465,7 +5434,7 @@
|
|
|
5465
5434
|
{
|
|
5466
5435
|
"id": "admin_country_lines_z10_case",
|
|
5467
5436
|
"type": "line",
|
|
5468
|
-
"source": "
|
|
5437
|
+
"source": "ohm",
|
|
5469
5438
|
"source-layer": "land_ohm_lines",
|
|
5470
5439
|
"minzoom": 0,
|
|
5471
5440
|
"maxzoom": 20,
|
|
@@ -5493,7 +5462,7 @@
|
|
|
5493
5462
|
{
|
|
5494
5463
|
"id": "admin_country_lines_z10",
|
|
5495
5464
|
"type": "line",
|
|
5496
|
-
"source": "
|
|
5465
|
+
"source": "ohm",
|
|
5497
5466
|
"source-layer": "land_ohm_lines",
|
|
5498
5467
|
"minzoom": 0,
|
|
5499
5468
|
"maxzoom": 20,
|
|
@@ -5539,7 +5508,7 @@
|
|
|
5539
5508
|
{
|
|
5540
5509
|
"id": "road_labels_z14",
|
|
5541
5510
|
"type": "symbol",
|
|
5542
|
-
"source": "
|
|
5511
|
+
"source": "ohm",
|
|
5543
5512
|
"source-layer": "transport_lines",
|
|
5544
5513
|
"minzoom": 14,
|
|
5545
5514
|
"filter": ["all"],
|
|
@@ -5564,7 +5533,7 @@
|
|
|
5564
5533
|
{
|
|
5565
5534
|
"id": "road_labels_z11",
|
|
5566
5535
|
"type": "symbol",
|
|
5567
|
-
"source": "
|
|
5536
|
+
"source": "ohm",
|
|
5568
5537
|
"source-layer": "transport_lines",
|
|
5569
5538
|
"minzoom": 11,
|
|
5570
5539
|
"filter": ["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
@@ -5589,7 +5558,7 @@
|
|
|
5589
5558
|
{
|
|
5590
5559
|
"id": "water_areas_labels_z15",
|
|
5591
5560
|
"type": "symbol",
|
|
5592
|
-
"source": "
|
|
5561
|
+
"source": "ohm",
|
|
5593
5562
|
"source-layer": "water_areas_centroids",
|
|
5594
5563
|
"minzoom": 15,
|
|
5595
5564
|
"maxzoom": 24,
|
|
@@ -5610,7 +5579,7 @@
|
|
|
5610
5579
|
{
|
|
5611
5580
|
"id": "water_areas_labels_z12",
|
|
5612
5581
|
"type": "symbol",
|
|
5613
|
-
"source": "
|
|
5582
|
+
"source": "ohm",
|
|
5614
5583
|
"source-layer": "water_areas_centroids",
|
|
5615
5584
|
"minzoom": 12,
|
|
5616
5585
|
"maxzoom": 15,
|
|
@@ -5632,7 +5601,7 @@
|
|
|
5632
5601
|
{
|
|
5633
5602
|
"id": "water_point_labels_ocean_sea",
|
|
5634
5603
|
"type": "symbol",
|
|
5635
|
-
"source": "
|
|
5604
|
+
"source": "ohm",
|
|
5636
5605
|
"source-layer": "place_points_centroids",
|
|
5637
5606
|
"minzoom": 0,
|
|
5638
5607
|
"maxzoom": 24,
|
|
@@ -5664,7 +5633,7 @@
|
|
|
5664
5633
|
{
|
|
5665
5634
|
"id": "water_areas_labels_z8",
|
|
5666
5635
|
"type": "symbol",
|
|
5667
|
-
"source": "
|
|
5636
|
+
"source": "ohm",
|
|
5668
5637
|
"source-layer": "water_areas_centroids",
|
|
5669
5638
|
"minzoom": 8,
|
|
5670
5639
|
"maxzoom": 12,
|
|
@@ -5695,7 +5664,7 @@
|
|
|
5695
5664
|
{
|
|
5696
5665
|
"id": "water_lines_labels_cliff",
|
|
5697
5666
|
"type": "symbol",
|
|
5698
|
-
"source": "
|
|
5667
|
+
"source": "ohm",
|
|
5699
5668
|
"source-layer": "water_lines",
|
|
5700
5669
|
"filter": ["==", ["get", "type"], "cliff"],
|
|
5701
5670
|
"layout": {
|
|
@@ -5718,7 +5687,7 @@
|
|
|
5718
5687
|
{
|
|
5719
5688
|
"id": "water_lines_labels_dam",
|
|
5720
5689
|
"type": "symbol",
|
|
5721
|
-
"source": "
|
|
5690
|
+
"source": "ohm",
|
|
5722
5691
|
"source-layer": "water_lines",
|
|
5723
5692
|
"filter": ["==", ["get", "type"], "dam"],
|
|
5724
5693
|
"layout": {
|
|
@@ -5741,7 +5710,7 @@
|
|
|
5741
5710
|
{
|
|
5742
5711
|
"id": "water_lines_labels",
|
|
5743
5712
|
"type": "symbol",
|
|
5744
|
-
"source": "
|
|
5713
|
+
"source": "ohm",
|
|
5745
5714
|
"source-layer": "water_lines",
|
|
5746
5715
|
"minzoom": 12,
|
|
5747
5716
|
"maxzoom": 24,
|
|
@@ -5767,7 +5736,7 @@
|
|
|
5767
5736
|
{
|
|
5768
5737
|
"id": "points_from_landuse_areas",
|
|
5769
5738
|
"type": "symbol",
|
|
5770
|
-
"source": "
|
|
5739
|
+
"source": "ohm",
|
|
5771
5740
|
"source-layer": "landuse_points_centroids",
|
|
5772
5741
|
"minzoom": 16,
|
|
5773
5742
|
"filter": [
|
|
@@ -5783,7 +5752,7 @@
|
|
|
5783
5752
|
{
|
|
5784
5753
|
"id": "landuse_areas_labels_park_small",
|
|
5785
5754
|
"type": "symbol",
|
|
5786
|
-
"source": "
|
|
5755
|
+
"source": "ohm",
|
|
5787
5756
|
"source-layer": "landuse_points_centroids",
|
|
5788
5757
|
"minzoom": 16,
|
|
5789
5758
|
"maxzoom": 24,
|
|
@@ -5830,7 +5799,7 @@
|
|
|
5830
5799
|
{
|
|
5831
5800
|
"id": "landuse_areas_labels_park_medium",
|
|
5832
5801
|
"type": "symbol",
|
|
5833
|
-
"source": "
|
|
5802
|
+
"source": "ohm",
|
|
5834
5803
|
"source-layer": "landuse_points_centroids",
|
|
5835
5804
|
"minzoom": 15,
|
|
5836
5805
|
"maxzoom": 20,
|
|
@@ -5874,7 +5843,7 @@
|
|
|
5874
5843
|
{
|
|
5875
5844
|
"id": "landuse_areas_labels_park_large",
|
|
5876
5845
|
"type": "symbol",
|
|
5877
|
-
"source": "
|
|
5846
|
+
"source": "ohm",
|
|
5878
5847
|
"source-layer": "landuse_points_centroids",
|
|
5879
5848
|
"minzoom": 12,
|
|
5880
5849
|
"maxzoom": 16,
|
|
@@ -5917,7 +5886,7 @@
|
|
|
5917
5886
|
{
|
|
5918
5887
|
"id": "landuse_areas_labels_farming",
|
|
5919
5888
|
"type": "symbol",
|
|
5920
|
-
"source": "
|
|
5889
|
+
"source": "ohm",
|
|
5921
5890
|
"source-layer": "landuse_points_centroids",
|
|
5922
5891
|
"minzoom": 14,
|
|
5923
5892
|
"maxzoom": 24,
|
|
@@ -5951,7 +5920,7 @@
|
|
|
5951
5920
|
{
|
|
5952
5921
|
"id": "landuse_areas_labels_forest",
|
|
5953
5922
|
"type": "symbol",
|
|
5954
|
-
"source": "
|
|
5923
|
+
"source": "ohm",
|
|
5955
5924
|
"source-layer": "landuse_points_centroids",
|
|
5956
5925
|
"minzoom": 14,
|
|
5957
5926
|
"maxzoom": 24,
|
|
@@ -5970,7 +5939,7 @@
|
|
|
5970
5939
|
{
|
|
5971
5940
|
"id": "landuse_areas_labels_nature_reserve",
|
|
5972
5941
|
"type": "symbol",
|
|
5973
|
-
"source": "
|
|
5942
|
+
"source": "ohm",
|
|
5974
5943
|
"source-layer": "landuse_points_centroids",
|
|
5975
5944
|
"minzoom": 12,
|
|
5976
5945
|
"maxzoom": 16,
|
|
@@ -5993,7 +5962,7 @@
|
|
|
5993
5962
|
{
|
|
5994
5963
|
"id": "landuse_areas_labels_nature_reserve_med_10-14",
|
|
5995
5964
|
"type": "symbol",
|
|
5996
|
-
"source": "
|
|
5965
|
+
"source": "ohm",
|
|
5997
5966
|
"source-layer": "landuse_points_centroids",
|
|
5998
5967
|
"minzoom": 10,
|
|
5999
5968
|
"maxzoom": 14,
|
|
@@ -6027,7 +5996,7 @@
|
|
|
6027
5996
|
{
|
|
6028
5997
|
"id": "landuse_areas_labels_nature_reserve_xl",
|
|
6029
5998
|
"type": "symbol",
|
|
6030
|
-
"source": "
|
|
5999
|
+
"source": "ohm",
|
|
6031
6000
|
"source-layer": "landuse_points_centroids",
|
|
6032
6001
|
"minzoom": 7,
|
|
6033
6002
|
"maxzoom": 12,
|
|
@@ -6050,7 +6019,7 @@
|
|
|
6050
6019
|
{
|
|
6051
6020
|
"id": "landuse_areas_labels_school",
|
|
6052
6021
|
"type": "symbol",
|
|
6053
|
-
"source": "
|
|
6022
|
+
"source": "ohm",
|
|
6054
6023
|
"source-layer": "landuse_points_centroids",
|
|
6055
6024
|
"minzoom": 14,
|
|
6056
6025
|
"maxzoom": 24,
|
|
@@ -6073,7 +6042,7 @@
|
|
|
6073
6042
|
{
|
|
6074
6043
|
"id": "other_areas_labels_military",
|
|
6075
6044
|
"type": "symbol",
|
|
6076
|
-
"source": "
|
|
6045
|
+
"source": "ohm",
|
|
6077
6046
|
"source-layer": "other_points_centroids",
|
|
6078
6047
|
"minzoom": 12,
|
|
6079
6048
|
"maxzoom": 24,
|
|
@@ -6092,7 +6061,7 @@
|
|
|
6092
6061
|
{
|
|
6093
6062
|
"id": "landuse_areas_labels_z8glacier",
|
|
6094
6063
|
"type": "symbol",
|
|
6095
|
-
"source": "
|
|
6064
|
+
"source": "ohm",
|
|
6096
6065
|
"source-layer": "landuse_points_centroids",
|
|
6097
6066
|
"minzoom": 10,
|
|
6098
6067
|
"maxzoom": 22,
|
|
@@ -6123,7 +6092,7 @@
|
|
|
6123
6092
|
{
|
|
6124
6093
|
"id": "placearea_label",
|
|
6125
6094
|
"type": "symbol",
|
|
6126
|
-
"source": "
|
|
6095
|
+
"source": "ohm",
|
|
6127
6096
|
"source-layer": "place_points_centroids",
|
|
6128
6097
|
"minzoom": 14,
|
|
6129
6098
|
"maxzoom": 24,
|
|
@@ -6150,7 +6119,7 @@
|
|
|
6150
6119
|
{
|
|
6151
6120
|
"id": "points_of_interest_buildings",
|
|
6152
6121
|
"type": "symbol",
|
|
6153
|
-
"source": "
|
|
6122
|
+
"source": "ohm",
|
|
6154
6123
|
"source-layer": "buildings_points_centroids",
|
|
6155
6124
|
"minzoom": 16,
|
|
6156
6125
|
"filter": ["!=", ["get", "type"], "parking"],
|
|
@@ -6175,7 +6144,7 @@
|
|
|
6175
6144
|
{
|
|
6176
6145
|
"id": "points_of_interest_from_areas_z14_centroids",
|
|
6177
6146
|
"type": "symbol",
|
|
6178
|
-
"source": "
|
|
6147
|
+
"source": "ohm",
|
|
6179
6148
|
"source-layer": "amenity_points_centroids",
|
|
6180
6149
|
"minzoom": 14,
|
|
6181
6150
|
"maxzoom": 16,
|
|
@@ -6219,7 +6188,7 @@
|
|
|
6219
6188
|
{
|
|
6220
6189
|
"id": "points_of_interest_from_areas_z14",
|
|
6221
6190
|
"type": "symbol",
|
|
6222
|
-
"source": "
|
|
6191
|
+
"source": "ohm",
|
|
6223
6192
|
"source-layer": "amenity_points_centroids",
|
|
6224
6193
|
"minzoom": 14,
|
|
6225
6194
|
"maxzoom": 16,
|
|
@@ -6263,7 +6232,7 @@
|
|
|
6263
6232
|
{
|
|
6264
6233
|
"id": "points_of_interest_from_areas",
|
|
6265
6234
|
"type": "symbol",
|
|
6266
|
-
"source": "
|
|
6235
|
+
"source": "ohm",
|
|
6267
6236
|
"source-layer": "amenity_points_centroids",
|
|
6268
6237
|
"minzoom": 16,
|
|
6269
6238
|
"maxzoom": 24,
|
|
@@ -6299,7 +6268,7 @@
|
|
|
6299
6268
|
{
|
|
6300
6269
|
"id": "points_of_interest_other",
|
|
6301
6270
|
"type": "symbol",
|
|
6302
|
-
"source": "
|
|
6271
|
+
"source": "ohm",
|
|
6303
6272
|
"source-layer": "other_points_centroids",
|
|
6304
6273
|
"minzoom": 15,
|
|
6305
6274
|
"maxzoom": 24,
|
|
@@ -6343,7 +6312,7 @@
|
|
|
6343
6312
|
{
|
|
6344
6313
|
"id": "points_of_interest_amenity",
|
|
6345
6314
|
"type": "symbol",
|
|
6346
|
-
"source": "
|
|
6315
|
+
"source": "ohm",
|
|
6347
6316
|
"source-layer": "amenity_points_centroids",
|
|
6348
6317
|
"minzoom": 16,
|
|
6349
6318
|
"maxzoom": 24,
|
|
@@ -6379,7 +6348,7 @@
|
|
|
6379
6348
|
{
|
|
6380
6349
|
"id": "points_of_interest_other_archaeology",
|
|
6381
6350
|
"type": "symbol",
|
|
6382
|
-
"source": "
|
|
6351
|
+
"source": "ohm",
|
|
6383
6352
|
"source-layer": "other_points_centroids",
|
|
6384
6353
|
"minzoom": 14,
|
|
6385
6354
|
"maxzoom": 24,
|
|
@@ -6415,7 +6384,7 @@
|
|
|
6415
6384
|
{
|
|
6416
6385
|
"id": "points_of_interest_other_artwork",
|
|
6417
6386
|
"type": "symbol",
|
|
6418
|
-
"source": "
|
|
6387
|
+
"source": "ohm",
|
|
6419
6388
|
"source-layer": "other_points_centroids",
|
|
6420
6389
|
"minzoom": 15,
|
|
6421
6390
|
"maxzoom": 24,
|
|
@@ -6451,7 +6420,7 @@
|
|
|
6451
6420
|
{
|
|
6452
6421
|
"id": "points_powertower",
|
|
6453
6422
|
"type": "symbol",
|
|
6454
|
-
"source": "
|
|
6423
|
+
"source": "ohm",
|
|
6455
6424
|
"source-layer": "other_points_centroids",
|
|
6456
6425
|
"minzoom": 15,
|
|
6457
6426
|
"maxzoom": 24,
|
|
@@ -6465,11 +6434,14 @@
|
|
|
6465
6434
|
{
|
|
6466
6435
|
"id": "transport_points_labels",
|
|
6467
6436
|
"type": "symbol",
|
|
6468
|
-
"source": "
|
|
6437
|
+
"source": "ohm",
|
|
6469
6438
|
"source-layer": "transport_points_centroids",
|
|
6470
6439
|
"minzoom": 12,
|
|
6471
6440
|
"maxzoom": 24,
|
|
6472
|
-
"filter": ["
|
|
6441
|
+
"filter": ["all",
|
|
6442
|
+
["!", ["in", ["get", "type"], ["literal", ["traffic_signals", "pedestrian", "raceway"]]]],
|
|
6443
|
+
["!", ["in", ["get", "class"], ["literal", ["highway"]]]]
|
|
6444
|
+
],
|
|
6473
6445
|
"layout": {
|
|
6474
6446
|
"icon-image": "{type}-18",
|
|
6475
6447
|
"visibility": "visible",
|
|
@@ -6492,11 +6464,11 @@
|
|
|
6492
6464
|
{
|
|
6493
6465
|
"id": "transport_points_raceway",
|
|
6494
6466
|
"type": "symbol",
|
|
6495
|
-
"source": "
|
|
6467
|
+
"source": "ohm",
|
|
6496
6468
|
"source-layer": "transport_points_centroids",
|
|
6497
6469
|
"minzoom": 15,
|
|
6498
6470
|
"maxzoom": 24,
|
|
6499
|
-
"filter": ["
|
|
6471
|
+
"filter": ["in", ["get", "type"], ["literal", ["raceway"]]],
|
|
6500
6472
|
"layout": {
|
|
6501
6473
|
"icon-image": "{type}-18",
|
|
6502
6474
|
"visibility": "visible",
|
|
@@ -6519,7 +6491,7 @@
|
|
|
6519
6491
|
{
|
|
6520
6492
|
"id": "transport_points_labels_traffic_signals",
|
|
6521
6493
|
"type": "symbol",
|
|
6522
|
-
"source": "
|
|
6494
|
+
"source": "ohm",
|
|
6523
6495
|
"source-layer": "transport_points_centroids",
|
|
6524
6496
|
"minzoom": 17,
|
|
6525
6497
|
"maxzoom": 24,
|
|
@@ -6544,7 +6516,7 @@
|
|
|
6544
6516
|
{
|
|
6545
6517
|
"id": "transport_points_labels_pedestrian",
|
|
6546
6518
|
"type": "symbol",
|
|
6547
|
-
"source": "
|
|
6519
|
+
"source": "ohm",
|
|
6548
6520
|
"source-layer": "transport_points_centroids",
|
|
6549
6521
|
"minzoom": 17,
|
|
6550
6522
|
"maxzoom": 24,
|
|
@@ -6569,7 +6541,7 @@
|
|
|
6569
6541
|
{
|
|
6570
6542
|
"id": "transport_points_labels_airports",
|
|
6571
6543
|
"type": "symbol",
|
|
6572
|
-
"source": "
|
|
6544
|
+
"source": "ohm",
|
|
6573
6545
|
"source-layer": "transport_points_centroids",
|
|
6574
6546
|
"minzoom": 10,
|
|
6575
6547
|
"maxzoom": 14,
|
|
@@ -6582,7 +6554,7 @@
|
|
|
6582
6554
|
{
|
|
6583
6555
|
"id": "transport_points_labels_medium",
|
|
6584
6556
|
"type": "symbol",
|
|
6585
|
-
"source": "
|
|
6557
|
+
"source": "ohm",
|
|
6586
6558
|
"source-layer": "transport_points_centroids",
|
|
6587
6559
|
"minzoom": 13,
|
|
6588
6560
|
"maxzoom": 16,
|
|
@@ -6606,7 +6578,7 @@
|
|
|
6606
6578
|
{
|
|
6607
6579
|
"id": "transport_area_labels_large",
|
|
6608
6580
|
"type": "symbol",
|
|
6609
|
-
"source": "
|
|
6581
|
+
"source": "ohm",
|
|
6610
6582
|
"source-layer": "transport_points_centroids",
|
|
6611
6583
|
"minzoom": 13,
|
|
6612
6584
|
"maxzoom": 16,
|
|
@@ -6630,7 +6602,7 @@
|
|
|
6630
6602
|
{
|
|
6631
6603
|
"id": "points_place_of_worship_other",
|
|
6632
6604
|
"type": "symbol",
|
|
6633
|
-
"source": "
|
|
6605
|
+
"source": "ohm",
|
|
6634
6606
|
"source-layer": "buildings_points_centroids",
|
|
6635
6607
|
"filter": [
|
|
6636
6608
|
"all",
|
|
@@ -6653,7 +6625,7 @@
|
|
|
6653
6625
|
{
|
|
6654
6626
|
"id": "points_religion",
|
|
6655
6627
|
"type": "symbol",
|
|
6656
|
-
"source": "
|
|
6628
|
+
"source": "ohm",
|
|
6657
6629
|
"source-layer": "buildings_points_centroids",
|
|
6658
6630
|
"filter": ["all"],
|
|
6659
6631
|
"layout": {
|
|
@@ -6665,7 +6637,7 @@
|
|
|
6665
6637
|
{
|
|
6666
6638
|
"id": "points_from_landuse_peaks",
|
|
6667
6639
|
"type": "symbol",
|
|
6668
|
-
"source": "
|
|
6640
|
+
"source": "ohm",
|
|
6669
6641
|
"source-layer": "landuse_points_centroids",
|
|
6670
6642
|
"minzoom": 14,
|
|
6671
6643
|
"filter": ["==", ["get", "type"], "peak"],
|
|
@@ -6687,7 +6659,7 @@
|
|
|
6687
6659
|
{
|
|
6688
6660
|
"id": "points_of_interest_shop",
|
|
6689
6661
|
"type": "symbol",
|
|
6690
|
-
"source": "
|
|
6662
|
+
"source": "ohm",
|
|
6691
6663
|
"source-layer": "buildings_points_centroids",
|
|
6692
6664
|
"minzoom": 16,
|
|
6693
6665
|
"maxzoom": 24,
|
|
@@ -6711,7 +6683,7 @@
|
|
|
6711
6683
|
{
|
|
6712
6684
|
"id": "county_labels_z11_admin_7-8_centroids",
|
|
6713
6685
|
"type": "symbol",
|
|
6714
|
-
"source": "
|
|
6686
|
+
"source": "ohm",
|
|
6715
6687
|
"source-layer": "land_ohm_centroids",
|
|
6716
6688
|
"minzoom": 10,
|
|
6717
6689
|
"maxzoom": 20,
|
|
@@ -6745,7 +6717,7 @@
|
|
|
6745
6717
|
{
|
|
6746
6718
|
"id": "county_labels_z11_admin_6_centroids",
|
|
6747
6719
|
"type": "symbol",
|
|
6748
|
-
"source": "
|
|
6720
|
+
"source": "ohm",
|
|
6749
6721
|
"source-layer": "land_ohm_centroids",
|
|
6750
6722
|
"minzoom": 8,
|
|
6751
6723
|
"maxzoom": 20,
|
|
@@ -6779,7 +6751,7 @@
|
|
|
6779
6751
|
{
|
|
6780
6752
|
"id": "county_labels_z11",
|
|
6781
6753
|
"type": "symbol",
|
|
6782
|
-
"source": "
|
|
6754
|
+
"source": "ohm",
|
|
6783
6755
|
"source-layer": "place_points_centroids",
|
|
6784
6756
|
"minzoom": 8,
|
|
6785
6757
|
"maxzoom": 20,
|
|
@@ -6813,7 +6785,7 @@
|
|
|
6813
6785
|
{
|
|
6814
6786
|
"id": "city_locality_labels_other_z11",
|
|
6815
6787
|
"type": "symbol",
|
|
6816
|
-
"source": "
|
|
6788
|
+
"source": "ohm",
|
|
6817
6789
|
"source-layer": "place_points_centroids",
|
|
6818
6790
|
"minzoom": 15,
|
|
6819
6791
|
"maxzoom": 20,
|
|
@@ -6844,7 +6816,7 @@
|
|
|
6844
6816
|
{
|
|
6845
6817
|
"id": "city_labels_other_z11",
|
|
6846
6818
|
"type": "symbol",
|
|
6847
|
-
"source": "
|
|
6819
|
+
"source": "ohm",
|
|
6848
6820
|
"source-layer": "place_points_centroids",
|
|
6849
6821
|
"minzoom": 11,
|
|
6850
6822
|
"maxzoom": 20,
|
|
@@ -6879,7 +6851,7 @@
|
|
|
6879
6851
|
{
|
|
6880
6852
|
"id": "city_labels_town_z8",
|
|
6881
6853
|
"type": "symbol",
|
|
6882
|
-
"source": "
|
|
6854
|
+
"source": "ohm",
|
|
6883
6855
|
"source-layer": "place_points_centroids",
|
|
6884
6856
|
"minzoom": 8,
|
|
6885
6857
|
"maxzoom": 20,
|
|
@@ -6910,7 +6882,7 @@
|
|
|
6910
6882
|
{
|
|
6911
6883
|
"id": "city_labels_z11",
|
|
6912
6884
|
"type": "symbol",
|
|
6913
|
-
"source": "
|
|
6885
|
+
"source": "ohm",
|
|
6914
6886
|
"source-layer": "place_points_centroids",
|
|
6915
6887
|
"minzoom": 11,
|
|
6916
6888
|
"maxzoom": 20,
|
|
@@ -6941,7 +6913,7 @@
|
|
|
6941
6913
|
{
|
|
6942
6914
|
"id": "city_labels_z6",
|
|
6943
6915
|
"type": "symbol",
|
|
6944
|
-
"source": "
|
|
6916
|
+
"source": "ohm",
|
|
6945
6917
|
"source-layer": "place_points_centroids",
|
|
6946
6918
|
"minzoom": 6,
|
|
6947
6919
|
"maxzoom": 11,
|
|
@@ -6971,7 +6943,7 @@
|
|
|
6971
6943
|
{
|
|
6972
6944
|
"id": "city_capital_labels_z6",
|
|
6973
6945
|
"type": "symbol",
|
|
6974
|
-
"source": "
|
|
6946
|
+
"source": "ohm",
|
|
6975
6947
|
"source-layer": "place_points_centroids",
|
|
6976
6948
|
"minzoom": 6,
|
|
6977
6949
|
"maxzoom": 11,
|
|
@@ -7001,7 +6973,7 @@
|
|
|
7001
6973
|
{
|
|
7002
6974
|
"id": "state_points_labels_centroids",
|
|
7003
6975
|
"type": "symbol",
|
|
7004
|
-
"source": "
|
|
6976
|
+
"source": "ohm",
|
|
7005
6977
|
"source-layer": "land_ohm_centroids",
|
|
7006
6978
|
"minzoom": 5,
|
|
7007
6979
|
"maxzoom": 20,
|
|
@@ -7051,7 +7023,7 @@
|
|
|
7051
7023
|
{
|
|
7052
7024
|
"id": "state_points_labels",
|
|
7053
7025
|
"type": "symbol",
|
|
7054
|
-
"source": "
|
|
7026
|
+
"source": "ohm",
|
|
7055
7027
|
"source-layer": "place_points_centroids",
|
|
7056
7028
|
"minzoom": 5,
|
|
7057
7029
|
"maxzoom": 20,
|
|
@@ -7097,7 +7069,7 @@
|
|
|
7097
7069
|
{
|
|
7098
7070
|
"id": "statecapital_labels_z10",
|
|
7099
7071
|
"type": "symbol",
|
|
7100
|
-
"source": "
|
|
7072
|
+
"source": "ohm",
|
|
7101
7073
|
"source-layer": "populated_places",
|
|
7102
7074
|
"minzoom": 10,
|
|
7103
7075
|
"maxzoom": 20,
|
|
@@ -7119,7 +7091,7 @@
|
|
|
7119
7091
|
{
|
|
7120
7092
|
"id": "country_points_labels_cen",
|
|
7121
7093
|
"type": "symbol",
|
|
7122
|
-
"source": "
|
|
7094
|
+
"source": "ohm",
|
|
7123
7095
|
"source-layer": "land_ohm_centroids",
|
|
7124
7096
|
"maxzoom": 12,
|
|
7125
7097
|
"filter": [
|
|
@@ -7183,7 +7155,7 @@
|
|
|
7183
7155
|
{
|
|
7184
7156
|
"id": "country_points_labels",
|
|
7185
7157
|
"type": "symbol",
|
|
7186
|
-
"source": "
|
|
7158
|
+
"source": "ohm",
|
|
7187
7159
|
"source-layer": "place_points_centroids",
|
|
7188
7160
|
"minzoom": 0,
|
|
7189
7161
|
"maxzoom": 12,
|