@openhistoricalmap/map-styles 0.9.11 → 0.9.13
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 +3 -3
- package/dist/historical/historical.json +1384 -751
- package/dist/japanese_scroll/japanese_scroll.json +88 -106
- package/dist/ohm.styles.js +1806 -1318
- package/dist/railway/railway.json +365 -474
- package/dist/woodblock/woodblock.json +93 -111
- package/historical/historical.json +721 -518
- package/index.css +53 -0
- package/index.html +103 -5
- package/japanese_scroll/japanese_scroll.json +82 -82
- package/package.json +6 -6
- package/railway/railway.json +316 -311
- package/woodblock/woodblock.json +89 -91
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"maputnik:renderer": "mbgljs"
|
|
6
6
|
},
|
|
7
7
|
"sources": {
|
|
8
|
-
"
|
|
8
|
+
"ohm": {
|
|
9
9
|
"type": "vector",
|
|
10
10
|
"tiles": [
|
|
11
|
-
"https://vtiles.openhistoricalmap.org/maps/
|
|
11
|
+
"https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"
|
|
12
12
|
]
|
|
13
13
|
},
|
|
14
14
|
"ohm_landcover_hillshade": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
{
|
|
84
84
|
"id": "landuse_areas_earth",
|
|
85
85
|
"type": "fill",
|
|
86
|
-
"source": "
|
|
86
|
+
"source": "ohm",
|
|
87
87
|
"source-layer": "landuse_areas",
|
|
88
88
|
"minzoom": 0,
|
|
89
89
|
"maxzoom": 24,
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
{
|
|
132
132
|
"id": "landuse_areas_military_overlay",
|
|
133
133
|
"type": "fill",
|
|
134
|
-
"source": "
|
|
134
|
+
"source": "ohm",
|
|
135
135
|
"source-layer": "landuse_areas",
|
|
136
136
|
"minzoom": 10,
|
|
137
137
|
"maxzoom": 24,
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{
|
|
156
156
|
"id": "military_landuselow",
|
|
157
157
|
"type": "fill",
|
|
158
|
-
"source": "
|
|
158
|
+
"source": "ohm",
|
|
159
159
|
"source-layer": "landuse_areas",
|
|
160
160
|
"minzoom": 4,
|
|
161
161
|
"maxzoom": 10,
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
{
|
|
178
178
|
"id": "military-landusehigh",
|
|
179
179
|
"type": "fill",
|
|
180
|
-
"source": "
|
|
180
|
+
"source": "ohm",
|
|
181
181
|
"source-layer": "landuse_areas",
|
|
182
182
|
"minzoom": 10,
|
|
183
183
|
"maxzoom": 24,
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
{
|
|
200
200
|
"id": "military",
|
|
201
201
|
"type": "fill",
|
|
202
|
-
"source": "
|
|
202
|
+
"source": "ohm",
|
|
203
203
|
"source-layer": "other_areas",
|
|
204
204
|
"filter": [
|
|
205
205
|
"==",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
{
|
|
220
220
|
"id": "military-pattern",
|
|
221
221
|
"type": "fill",
|
|
222
|
-
"source": "
|
|
222
|
+
"source": "ohm",
|
|
223
223
|
"source-layer": "other_areas",
|
|
224
224
|
"filter": [
|
|
225
225
|
"==",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
{
|
|
240
240
|
"id": "aero_aerodrome_area",
|
|
241
241
|
"type": "fill",
|
|
242
|
-
"source": "
|
|
242
|
+
"source": "ohm",
|
|
243
243
|
"source-layer": "transport_areas",
|
|
244
244
|
"minzoom": 10,
|
|
245
245
|
"maxzoom": 24,
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
{
|
|
263
263
|
"id": "aero_heliport_area",
|
|
264
264
|
"type": "fill",
|
|
265
|
-
"source": "
|
|
265
|
+
"source": "ohm",
|
|
266
266
|
"source-layer": "transport_areas",
|
|
267
267
|
"minzoom": 12,
|
|
268
268
|
"maxzoom": 24,
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
{
|
|
286
286
|
"id": "airports",
|
|
287
287
|
"type": "fill",
|
|
288
|
-
"source": "
|
|
288
|
+
"source": "ohm",
|
|
289
289
|
"source-layer": "transport_areas",
|
|
290
290
|
"minzoom": 11,
|
|
291
291
|
"maxzoom": 24,
|
|
@@ -305,9 +305,9 @@
|
|
|
305
305
|
}
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
|
-
"id": "
|
|
308
|
+
"id": "nature_reserve_fill_6-24",
|
|
309
309
|
"type": "fill",
|
|
310
|
-
"source": "
|
|
310
|
+
"source": "ohm",
|
|
311
311
|
"source-layer": "landuse_areas",
|
|
312
312
|
"minzoom": 6,
|
|
313
313
|
"maxzoom": 24,
|
|
@@ -341,20 +341,22 @@
|
|
|
341
341
|
4,
|
|
342
342
|
"rgba(168, 213, 159, .3)",
|
|
343
343
|
5,
|
|
344
|
-
"rgba(
|
|
344
|
+
"rgba(228, 232, 224, .4)",
|
|
345
345
|
7,
|
|
346
|
-
"rgba(
|
|
346
|
+
"rgba(228, 232, 224, .4)",
|
|
347
|
+
9,
|
|
348
|
+
"rgba(216, 227, 198, .5)"
|
|
347
349
|
],
|
|
348
350
|
"fill-opacity": 1
|
|
349
351
|
}
|
|
350
352
|
},
|
|
351
353
|
{
|
|
352
|
-
"id": "
|
|
354
|
+
"id": "landuse_areas_all_z6-12",
|
|
353
355
|
"type": "fill",
|
|
354
|
-
"source": "
|
|
356
|
+
"source": "ohm",
|
|
355
357
|
"source-layer": "landuse_areas",
|
|
356
358
|
"minzoom": 6,
|
|
357
|
-
"maxzoom":
|
|
359
|
+
"maxzoom": 12,
|
|
358
360
|
"filter": [
|
|
359
361
|
"in",
|
|
360
362
|
[
|
|
@@ -397,10 +399,25 @@
|
|
|
397
399
|
{
|
|
398
400
|
"id": "landuse_areas_z12_generalized_land_use",
|
|
399
401
|
"type": "fill",
|
|
400
|
-
"source": "
|
|
402
|
+
"source": "ohm",
|
|
401
403
|
"source-layer": "landuse_areas",
|
|
402
404
|
"minzoom": 12,
|
|
403
405
|
"maxzoom": 24,
|
|
406
|
+
"filter": [
|
|
407
|
+
"in",
|
|
408
|
+
[
|
|
409
|
+
"get",
|
|
410
|
+
"type"
|
|
411
|
+
],
|
|
412
|
+
[
|
|
413
|
+
"literal",
|
|
414
|
+
[
|
|
415
|
+
"residential",
|
|
416
|
+
"retail",
|
|
417
|
+
"industrial"
|
|
418
|
+
]
|
|
419
|
+
]
|
|
420
|
+
],
|
|
404
421
|
"layout": {
|
|
405
422
|
"visibility": "visible"
|
|
406
423
|
},
|
|
@@ -432,51 +449,34 @@
|
|
|
432
449
|
}
|
|
433
450
|
},
|
|
434
451
|
{
|
|
435
|
-
"id": "
|
|
452
|
+
"id": "landuse_areas_localized_land_use",
|
|
436
453
|
"type": "fill",
|
|
437
|
-
"source": "
|
|
454
|
+
"source": "ohm",
|
|
438
455
|
"source-layer": "landuse_areas",
|
|
439
456
|
"minzoom": 12,
|
|
440
457
|
"maxzoom": 24,
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
],
|
|
450
|
-
[
|
|
451
|
-
"zoom"
|
|
452
|
-
],
|
|
453
|
-
0,
|
|
458
|
+
"filter": [
|
|
459
|
+
"in",
|
|
460
|
+
[
|
|
461
|
+
"get",
|
|
462
|
+
"type"
|
|
463
|
+
],
|
|
464
|
+
[
|
|
465
|
+
"literal",
|
|
454
466
|
[
|
|
455
|
-
"
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
"rgba(212, 225, 211, 0.3)",
|
|
466
|
-
"golf_course",
|
|
467
|
-
"rgba(236, 240, 198, 1)",
|
|
468
|
-
"transparent"
|
|
467
|
+
"quarry",
|
|
468
|
+
"landfill",
|
|
469
|
+
"brownfield",
|
|
470
|
+
"commercial",
|
|
471
|
+
"construction",
|
|
472
|
+
"railway",
|
|
473
|
+
"college",
|
|
474
|
+
"school",
|
|
475
|
+
"education",
|
|
476
|
+
"university"
|
|
469
477
|
]
|
|
470
478
|
]
|
|
471
|
-
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"id": "landuse_areas_z12_localized_land_use",
|
|
475
|
-
"type": "fill",
|
|
476
|
-
"source": "osm",
|
|
477
|
-
"source-layer": "landuse_areas",
|
|
478
|
-
"minzoom": 12,
|
|
479
|
-
"maxzoom": 24,
|
|
479
|
+
],
|
|
480
480
|
"layout": {
|
|
481
481
|
"visibility": "visible"
|
|
482
482
|
},
|
|
@@ -522,12 +522,33 @@
|
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
524
|
{
|
|
525
|
-
"id": "
|
|
525
|
+
"id": "landuse_areas_landcover_short",
|
|
526
526
|
"type": "fill",
|
|
527
|
-
"source": "
|
|
527
|
+
"source": "ohm",
|
|
528
528
|
"source-layer": "landuse_areas",
|
|
529
|
-
"minzoom":
|
|
529
|
+
"minzoom": 6,
|
|
530
530
|
"maxzoom": 24,
|
|
531
|
+
"filter": [
|
|
532
|
+
"in",
|
|
533
|
+
[
|
|
534
|
+
"get",
|
|
535
|
+
"type"
|
|
536
|
+
],
|
|
537
|
+
[
|
|
538
|
+
"literal",
|
|
539
|
+
[
|
|
540
|
+
"heath",
|
|
541
|
+
"meadow",
|
|
542
|
+
"grass",
|
|
543
|
+
"grassland",
|
|
544
|
+
"beach",
|
|
545
|
+
"desert",
|
|
546
|
+
"basin",
|
|
547
|
+
"salt_pond",
|
|
548
|
+
"mud"
|
|
549
|
+
]
|
|
550
|
+
]
|
|
551
|
+
],
|
|
531
552
|
"layout": {
|
|
532
553
|
"visibility": "visible"
|
|
533
554
|
},
|
|
@@ -573,7 +594,7 @@
|
|
|
573
594
|
{
|
|
574
595
|
"id": "landuse_areas_z12_park_outlines",
|
|
575
596
|
"type": "line",
|
|
576
|
-
"source": "
|
|
597
|
+
"source": "ohm",
|
|
577
598
|
"source-layer": "landuse_areas",
|
|
578
599
|
"minzoom": 12,
|
|
579
600
|
"maxzoom": 24,
|
|
@@ -608,12 +629,24 @@
|
|
|
608
629
|
{
|
|
609
630
|
"id": "landuse_areas_z12_landcover_tall",
|
|
610
631
|
"type": "fill",
|
|
611
|
-
"source": "
|
|
632
|
+
"source": "ohm",
|
|
612
633
|
"source-layer": "landuse_areas",
|
|
613
634
|
"minzoom": 12,
|
|
614
635
|
"maxzoom": 24,
|
|
615
636
|
"filter": [
|
|
616
|
-
"
|
|
637
|
+
"in",
|
|
638
|
+
[
|
|
639
|
+
"get",
|
|
640
|
+
"type"
|
|
641
|
+
],
|
|
642
|
+
[
|
|
643
|
+
"literal",
|
|
644
|
+
[
|
|
645
|
+
"forest",
|
|
646
|
+
"wood",
|
|
647
|
+
"scrub"
|
|
648
|
+
]
|
|
649
|
+
]
|
|
617
650
|
],
|
|
618
651
|
"layout": {
|
|
619
652
|
"visibility": "visible"
|
|
@@ -646,12 +679,31 @@
|
|
|
646
679
|
}
|
|
647
680
|
},
|
|
648
681
|
{
|
|
649
|
-
"id": "
|
|
682
|
+
"id": "landuse_areas_ood_and_farming",
|
|
650
683
|
"type": "fill",
|
|
651
|
-
"source": "
|
|
684
|
+
"source": "ohm",
|
|
652
685
|
"source-layer": "landuse_areas",
|
|
653
|
-
"minzoom":
|
|
686
|
+
"minzoom": 6,
|
|
654
687
|
"maxzoom": 24,
|
|
688
|
+
"filter": [
|
|
689
|
+
"in",
|
|
690
|
+
[
|
|
691
|
+
"get",
|
|
692
|
+
"type"
|
|
693
|
+
],
|
|
694
|
+
[
|
|
695
|
+
"literal",
|
|
696
|
+
[
|
|
697
|
+
"farmland",
|
|
698
|
+
"farmyard",
|
|
699
|
+
"farm",
|
|
700
|
+
"orchard",
|
|
701
|
+
"vineyard",
|
|
702
|
+
"allotments",
|
|
703
|
+
"garden"
|
|
704
|
+
]
|
|
705
|
+
]
|
|
706
|
+
],
|
|
655
707
|
"layout": {
|
|
656
708
|
"visibility": "visible"
|
|
657
709
|
},
|
|
@@ -691,15 +743,34 @@
|
|
|
691
743
|
}
|
|
692
744
|
},
|
|
693
745
|
{
|
|
694
|
-
"id": "
|
|
746
|
+
"id": "landuse_areas_developed_open_space_larger_types",
|
|
695
747
|
"type": "fill",
|
|
696
|
-
"source": "
|
|
748
|
+
"source": "ohm",
|
|
697
749
|
"source-layer": "landuse_areas",
|
|
698
|
-
"minzoom":
|
|
750
|
+
"minzoom": 6,
|
|
699
751
|
"maxzoom": 24,
|
|
700
752
|
"layout": {
|
|
701
753
|
"visibility": "visible"
|
|
702
754
|
},
|
|
755
|
+
"filter": [
|
|
756
|
+
"in",
|
|
757
|
+
[
|
|
758
|
+
"get",
|
|
759
|
+
"type"
|
|
760
|
+
],
|
|
761
|
+
[
|
|
762
|
+
"literal",
|
|
763
|
+
[
|
|
764
|
+
"park",
|
|
765
|
+
"golf_course",
|
|
766
|
+
"village_green",
|
|
767
|
+
"cemetery",
|
|
768
|
+
"sports_centre",
|
|
769
|
+
"stadium",
|
|
770
|
+
"recreation_ground"
|
|
771
|
+
]
|
|
772
|
+
]
|
|
773
|
+
],
|
|
703
774
|
"paint": {
|
|
704
775
|
"fill-color": [
|
|
705
776
|
"interpolate",
|
|
@@ -716,6 +787,10 @@
|
|
|
716
787
|
"get",
|
|
717
788
|
"type"
|
|
718
789
|
],
|
|
790
|
+
"park",
|
|
791
|
+
"rgba(208, 220, 174, 1)",
|
|
792
|
+
"golf_course",
|
|
793
|
+
"rgba(236, 240, 198, 1)",
|
|
719
794
|
"village_green",
|
|
720
795
|
"rgba(208, 220, 174, 1)",
|
|
721
796
|
"cemetery",
|
|
@@ -754,12 +829,31 @@
|
|
|
754
829
|
}
|
|
755
830
|
},
|
|
756
831
|
{
|
|
757
|
-
"id": "
|
|
832
|
+
"id": "landuse_areas_developed_open_space_smaller_types",
|
|
758
833
|
"type": "fill",
|
|
759
|
-
"source": "
|
|
834
|
+
"source": "ohm",
|
|
760
835
|
"source-layer": "landuse_areas",
|
|
761
836
|
"minzoom": 12,
|
|
762
837
|
"maxzoom": 24,
|
|
838
|
+
"filter": [
|
|
839
|
+
"in",
|
|
840
|
+
[
|
|
841
|
+
"get",
|
|
842
|
+
"type"
|
|
843
|
+
],
|
|
844
|
+
[
|
|
845
|
+
"literal",
|
|
846
|
+
[
|
|
847
|
+
"grave_yard",
|
|
848
|
+
"picnic_site",
|
|
849
|
+
"camp_site",
|
|
850
|
+
"playground",
|
|
851
|
+
"pitch",
|
|
852
|
+
"track",
|
|
853
|
+
"bleachers"
|
|
854
|
+
]
|
|
855
|
+
]
|
|
856
|
+
],
|
|
763
857
|
"layout": {
|
|
764
858
|
"visibility": "visible"
|
|
765
859
|
},
|
|
@@ -823,7 +917,7 @@
|
|
|
823
917
|
{
|
|
824
918
|
"id": "parking_lots",
|
|
825
919
|
"type": "fill",
|
|
826
|
-
"source": "
|
|
920
|
+
"source": "ohm",
|
|
827
921
|
"source-layer": "amenity_areas",
|
|
828
922
|
"paint": {
|
|
829
923
|
"fill-color": "rgba(236, 231, 231, 1)",
|
|
@@ -831,19 +925,30 @@
|
|
|
831
925
|
}
|
|
832
926
|
},
|
|
833
927
|
{
|
|
834
|
-
"id": "
|
|
928
|
+
"id": "landuse_nature_reserve_outline",
|
|
835
929
|
"type": "line",
|
|
836
|
-
"source": "
|
|
930
|
+
"source": "ohm",
|
|
837
931
|
"source-layer": "landuse_areas",
|
|
838
932
|
"minzoom": 6,
|
|
839
933
|
"maxzoom": 24,
|
|
840
934
|
"filter": [
|
|
841
|
-
"
|
|
935
|
+
"all",
|
|
842
936
|
[
|
|
843
|
-
"
|
|
844
|
-
|
|
937
|
+
"==",
|
|
938
|
+
[
|
|
939
|
+
"get",
|
|
940
|
+
"type"
|
|
941
|
+
],
|
|
942
|
+
"nature_reserve"
|
|
845
943
|
],
|
|
846
|
-
|
|
944
|
+
[
|
|
945
|
+
">=",
|
|
946
|
+
[
|
|
947
|
+
"get",
|
|
948
|
+
"area"
|
|
949
|
+
],
|
|
950
|
+
100000000
|
|
951
|
+
]
|
|
847
952
|
],
|
|
848
953
|
"layout": {
|
|
849
954
|
"visibility": "visible"
|
|
@@ -872,7 +977,7 @@
|
|
|
872
977
|
{
|
|
873
978
|
"id": "landuse_areas_z12_natural",
|
|
874
979
|
"type": "fill",
|
|
875
|
-
"source": "
|
|
980
|
+
"source": "ohm",
|
|
876
981
|
"source-layer": "landuse_areas",
|
|
877
982
|
"minzoom": 12,
|
|
878
983
|
"maxzoom": 24,
|
|
@@ -903,7 +1008,7 @@
|
|
|
903
1008
|
{
|
|
904
1009
|
"id": "place_areas_plot",
|
|
905
1010
|
"type": "fill",
|
|
906
|
-
"source": "
|
|
1011
|
+
"source": "ohm",
|
|
907
1012
|
"source-layer": "place_areas",
|
|
908
1013
|
"filter": [
|
|
909
1014
|
"==",
|
|
@@ -924,7 +1029,7 @@
|
|
|
924
1029
|
{
|
|
925
1030
|
"id": "place_areas_square",
|
|
926
1031
|
"type": "fill",
|
|
927
|
-
"source": "
|
|
1032
|
+
"source": "ohm",
|
|
928
1033
|
"source-layer": "place_areas",
|
|
929
1034
|
"filter": [
|
|
930
1035
|
"==",
|
|
@@ -945,7 +1050,7 @@
|
|
|
945
1050
|
{
|
|
946
1051
|
"id": "pedestrian_area",
|
|
947
1052
|
"type": "fill",
|
|
948
|
-
"source": "
|
|
1053
|
+
"source": "ohm",
|
|
949
1054
|
"source-layer": "transport_areas",
|
|
950
1055
|
"minzoom": 14,
|
|
951
1056
|
"maxzoom": 24,
|
|
@@ -977,7 +1082,7 @@
|
|
|
977
1082
|
{
|
|
978
1083
|
"id": "amenity_areas",
|
|
979
1084
|
"type": "fill",
|
|
980
|
-
"source": "
|
|
1085
|
+
"source": "ohm",
|
|
981
1086
|
"source-layer": "amenity_areas",
|
|
982
1087
|
"filter": [
|
|
983
1088
|
"in",
|
|
@@ -1001,17 +1106,26 @@
|
|
|
1001
1106
|
}
|
|
1002
1107
|
},
|
|
1003
1108
|
{
|
|
1004
|
-
"id": "
|
|
1005
|
-
"type": "
|
|
1006
|
-
"source": "
|
|
1007
|
-
"source-layer": "
|
|
1008
|
-
"minzoom":
|
|
1109
|
+
"id": "water_lines_canal-casing",
|
|
1110
|
+
"type": "line",
|
|
1111
|
+
"source": "ohm",
|
|
1112
|
+
"source-layer": "water_lines",
|
|
1113
|
+
"minzoom": 12,
|
|
1009
1114
|
"maxzoom": 24,
|
|
1115
|
+
"filter": [
|
|
1116
|
+
"==",
|
|
1117
|
+
[
|
|
1118
|
+
"get",
|
|
1119
|
+
"type"
|
|
1120
|
+
],
|
|
1121
|
+
"canal"
|
|
1122
|
+
],
|
|
1010
1123
|
"layout": {
|
|
1011
1124
|
"visibility": "visible"
|
|
1012
1125
|
},
|
|
1013
1126
|
"paint": {
|
|
1014
|
-
"
|
|
1127
|
+
"line-color": "rgba(111, 145, 160, 1)",
|
|
1128
|
+
"line-width": [
|
|
1015
1129
|
"interpolate",
|
|
1016
1130
|
[
|
|
1017
1131
|
"linear"
|
|
@@ -1019,25 +1133,41 @@
|
|
|
1019
1133
|
[
|
|
1020
1134
|
"zoom"
|
|
1021
1135
|
],
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1136
|
+
13,
|
|
1137
|
+
0.5,
|
|
1138
|
+
14,
|
|
1139
|
+
2,
|
|
1140
|
+
20,
|
|
1141
|
+
3
|
|
1142
|
+
],
|
|
1143
|
+
"line-gap-width": 4,
|
|
1144
|
+
"line-dasharray": [
|
|
1145
|
+
1,
|
|
1146
|
+
1
|
|
1026
1147
|
]
|
|
1027
1148
|
}
|
|
1028
1149
|
},
|
|
1029
1150
|
{
|
|
1030
|
-
"id": "
|
|
1031
|
-
"type": "
|
|
1032
|
-
"source": "
|
|
1033
|
-
"source-layer": "
|
|
1034
|
-
"minzoom":
|
|
1035
|
-
"maxzoom":
|
|
1151
|
+
"id": "water_lines_canal",
|
|
1152
|
+
"type": "line",
|
|
1153
|
+
"source": "ohm",
|
|
1154
|
+
"source-layer": "water_lines",
|
|
1155
|
+
"minzoom": 8,
|
|
1156
|
+
"maxzoom": 24,
|
|
1157
|
+
"filter": [
|
|
1158
|
+
"==",
|
|
1159
|
+
[
|
|
1160
|
+
"get",
|
|
1161
|
+
"type"
|
|
1162
|
+
],
|
|
1163
|
+
"canal"
|
|
1164
|
+
],
|
|
1036
1165
|
"layout": {
|
|
1037
1166
|
"visibility": "visible"
|
|
1038
1167
|
},
|
|
1039
1168
|
"paint": {
|
|
1040
|
-
"
|
|
1169
|
+
"line-color": "rgba(153, 201, 222, 1)",
|
|
1170
|
+
"line-width": [
|
|
1041
1171
|
"interpolate",
|
|
1042
1172
|
[
|
|
1043
1173
|
"linear"
|
|
@@ -1045,19 +1175,23 @@
|
|
|
1045
1175
|
[
|
|
1046
1176
|
"zoom"
|
|
1047
1177
|
],
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1178
|
+
8,
|
|
1179
|
+
1,
|
|
1180
|
+
13,
|
|
1181
|
+
2,
|
|
1182
|
+
14,
|
|
1183
|
+
3,
|
|
1184
|
+
20,
|
|
1185
|
+
4
|
|
1052
1186
|
]
|
|
1053
1187
|
}
|
|
1054
1188
|
},
|
|
1055
1189
|
{
|
|
1056
|
-
"id": "
|
|
1190
|
+
"id": "water_areas",
|
|
1057
1191
|
"type": "fill",
|
|
1058
|
-
"source": "
|
|
1059
|
-
"source-layer": "
|
|
1060
|
-
"minzoom":
|
|
1192
|
+
"source": "ohm",
|
|
1193
|
+
"source-layer": "water_areas",
|
|
1194
|
+
"minzoom": 0,
|
|
1061
1195
|
"maxzoom": 24,
|
|
1062
1196
|
"layout": {
|
|
1063
1197
|
"visibility": "visible"
|
|
@@ -1071,10 +1205,79 @@
|
|
|
1071
1205
|
[
|
|
1072
1206
|
"zoom"
|
|
1073
1207
|
],
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1208
|
+
0,
|
|
1209
|
+
"rgba(185, 228, 228, 1)",
|
|
1210
|
+
10,
|
|
1211
|
+
"rgba(126, 218, 218, 1)"
|
|
1212
|
+
]
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"id": "water_areas_ne",
|
|
1217
|
+
"type": "fill",
|
|
1218
|
+
"source": "ne",
|
|
1219
|
+
"source-layer": "water_areas",
|
|
1220
|
+
"minzoom": 0,
|
|
1221
|
+
"maxzoom": 8,
|
|
1222
|
+
"layout": {
|
|
1223
|
+
"visibility": "visible"
|
|
1224
|
+
},
|
|
1225
|
+
"paint": {
|
|
1226
|
+
"fill-color": [
|
|
1227
|
+
"interpolate",
|
|
1228
|
+
[
|
|
1229
|
+
"linear"
|
|
1230
|
+
],
|
|
1231
|
+
[
|
|
1232
|
+
"zoom"
|
|
1233
|
+
],
|
|
1234
|
+
0,
|
|
1235
|
+
"rgba(185, 228, 228, 1)",
|
|
1236
|
+
10,
|
|
1237
|
+
"rgba(126, 218, 218, 1)"
|
|
1238
|
+
]
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"id": "landuse_areas_z12_watercover",
|
|
1243
|
+
"type": "fill",
|
|
1244
|
+
"source": "ohm",
|
|
1245
|
+
"source-layer": "landuse_areas",
|
|
1246
|
+
"minzoom": 11,
|
|
1247
|
+
"maxzoom": 24,
|
|
1248
|
+
"filter": [
|
|
1249
|
+
"in",
|
|
1250
|
+
[
|
|
1251
|
+
"get",
|
|
1252
|
+
"type"
|
|
1253
|
+
],
|
|
1254
|
+
[
|
|
1255
|
+
"literal",
|
|
1256
|
+
[
|
|
1257
|
+
"salt_pond",
|
|
1258
|
+
"glacier",
|
|
1259
|
+
"reservoir",
|
|
1260
|
+
"swimming_pool",
|
|
1261
|
+
"wetland"
|
|
1262
|
+
]
|
|
1263
|
+
]
|
|
1264
|
+
],
|
|
1265
|
+
"layout": {
|
|
1266
|
+
"visibility": "visible"
|
|
1267
|
+
},
|
|
1268
|
+
"paint": {
|
|
1269
|
+
"fill-color": [
|
|
1270
|
+
"interpolate",
|
|
1271
|
+
[
|
|
1272
|
+
"linear"
|
|
1273
|
+
],
|
|
1274
|
+
[
|
|
1275
|
+
"zoom"
|
|
1276
|
+
],
|
|
1277
|
+
12,
|
|
1278
|
+
[
|
|
1279
|
+
"match",
|
|
1280
|
+
[
|
|
1078
1281
|
"get",
|
|
1079
1282
|
"type"
|
|
1080
1283
|
],
|
|
@@ -1094,9 +1297,9 @@
|
|
|
1094
1297
|
}
|
|
1095
1298
|
},
|
|
1096
1299
|
{
|
|
1097
|
-
"id": "
|
|
1300
|
+
"id": "wetlands_z11_pattern",
|
|
1098
1301
|
"type": "fill",
|
|
1099
|
-
"source": "
|
|
1302
|
+
"source": "ohm",
|
|
1100
1303
|
"source-layer": "landuse_areas",
|
|
1101
1304
|
"minzoom": 11,
|
|
1102
1305
|
"maxzoom": 24,
|
|
@@ -1130,7 +1333,7 @@
|
|
|
1130
1333
|
{
|
|
1131
1334
|
"id": "landuse_areas_z12_glacier-outline",
|
|
1132
1335
|
"type": "line",
|
|
1133
|
-
"source": "
|
|
1336
|
+
"source": "ohm",
|
|
1134
1337
|
"source-layer": "landuse_areas",
|
|
1135
1338
|
"minzoom": 9,
|
|
1136
1339
|
"maxzoom": 24,
|
|
@@ -1169,7 +1372,7 @@
|
|
|
1169
1372
|
{
|
|
1170
1373
|
"id": "ferry_lines",
|
|
1171
1374
|
"type": "line",
|
|
1172
|
-
"source": "
|
|
1375
|
+
"source": "ohm",
|
|
1173
1376
|
"source-layer": "transport_lines",
|
|
1174
1377
|
"filter": [
|
|
1175
1378
|
"==",
|
|
@@ -1244,7 +1447,7 @@
|
|
|
1244
1447
|
{
|
|
1245
1448
|
"id": "place_areas_islet",
|
|
1246
1449
|
"type": "fill",
|
|
1247
|
-
"source": "
|
|
1450
|
+
"source": "ohm",
|
|
1248
1451
|
"source-layer": "place_areas",
|
|
1249
1452
|
"filter": [
|
|
1250
1453
|
"==",
|
|
@@ -1265,7 +1468,7 @@
|
|
|
1265
1468
|
{
|
|
1266
1469
|
"id": "water_lines_stream_no_name",
|
|
1267
1470
|
"type": "line",
|
|
1268
|
-
"source": "
|
|
1471
|
+
"source": "ohm",
|
|
1269
1472
|
"source-layer": "water_lines",
|
|
1270
1473
|
"minzoom": 14,
|
|
1271
1474
|
"maxzoom": 24,
|
|
@@ -1315,7 +1518,7 @@
|
|
|
1315
1518
|
{
|
|
1316
1519
|
"id": "water_lines_stream_name",
|
|
1317
1520
|
"type": "line",
|
|
1318
|
-
"source": "
|
|
1521
|
+
"source": "ohm",
|
|
1319
1522
|
"source-layer": "water_lines",
|
|
1320
1523
|
"minzoom": 12,
|
|
1321
1524
|
"maxzoom": 24,
|
|
@@ -1362,7 +1565,7 @@
|
|
|
1362
1565
|
{
|
|
1363
1566
|
"id": "water_lines_cliff_line",
|
|
1364
1567
|
"type": "line",
|
|
1365
|
-
"source": "
|
|
1568
|
+
"source": "ohm",
|
|
1366
1569
|
"source-layer": "water_lines",
|
|
1367
1570
|
"minzoom": 15,
|
|
1368
1571
|
"maxzoom": 24,
|
|
@@ -1404,7 +1607,7 @@
|
|
|
1404
1607
|
{
|
|
1405
1608
|
"id": "water_lines_cliff_line_triangles",
|
|
1406
1609
|
"type": "line",
|
|
1407
|
-
"source": "
|
|
1610
|
+
"source": "ohm",
|
|
1408
1611
|
"source-layer": "water_lines",
|
|
1409
1612
|
"minzoom": 15,
|
|
1410
1613
|
"maxzoom": 24,
|
|
@@ -1448,7 +1651,7 @@
|
|
|
1448
1651
|
{
|
|
1449
1652
|
"id": "water_lines_waterfall_triangle",
|
|
1450
1653
|
"type": "line",
|
|
1451
|
-
"source": "
|
|
1654
|
+
"source": "ohm",
|
|
1452
1655
|
"source-layer": "water_lines",
|
|
1453
1656
|
"minzoom": 15,
|
|
1454
1657
|
"maxzoom": 24,
|
|
@@ -1497,7 +1700,7 @@
|
|
|
1497
1700
|
{
|
|
1498
1701
|
"id": "water_lines_ditch",
|
|
1499
1702
|
"type": "line",
|
|
1500
|
-
"source": "
|
|
1703
|
+
"source": "ohm",
|
|
1501
1704
|
"source-layer": "water_lines",
|
|
1502
1705
|
"minzoom": 15,
|
|
1503
1706
|
"maxzoom": 24,
|
|
@@ -1532,91 +1735,10 @@
|
|
|
1532
1735
|
]
|
|
1533
1736
|
}
|
|
1534
1737
|
},
|
|
1535
|
-
{
|
|
1536
|
-
"id": "water_lines_canal-casing",
|
|
1537
|
-
"type": "line",
|
|
1538
|
-
"source": "osm",
|
|
1539
|
-
"source-layer": "water_lines",
|
|
1540
|
-
"minzoom": 12,
|
|
1541
|
-
"maxzoom": 24,
|
|
1542
|
-
"filter": [
|
|
1543
|
-
"==",
|
|
1544
|
-
[
|
|
1545
|
-
"get",
|
|
1546
|
-
"type"
|
|
1547
|
-
],
|
|
1548
|
-
"canal"
|
|
1549
|
-
],
|
|
1550
|
-
"layout": {
|
|
1551
|
-
"visibility": "visible"
|
|
1552
|
-
},
|
|
1553
|
-
"paint": {
|
|
1554
|
-
"line-color": "rgba(111, 145, 160, 1)",
|
|
1555
|
-
"line-width": [
|
|
1556
|
-
"interpolate",
|
|
1557
|
-
[
|
|
1558
|
-
"linear"
|
|
1559
|
-
],
|
|
1560
|
-
[
|
|
1561
|
-
"zoom"
|
|
1562
|
-
],
|
|
1563
|
-
13,
|
|
1564
|
-
0.5,
|
|
1565
|
-
14,
|
|
1566
|
-
2,
|
|
1567
|
-
20,
|
|
1568
|
-
3
|
|
1569
|
-
],
|
|
1570
|
-
"line-gap-width": 4,
|
|
1571
|
-
"line-dasharray": [
|
|
1572
|
-
1,
|
|
1573
|
-
1
|
|
1574
|
-
]
|
|
1575
|
-
}
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"id": "water_lines_canal",
|
|
1579
|
-
"type": "line",
|
|
1580
|
-
"source": "osm",
|
|
1581
|
-
"source-layer": "water_lines",
|
|
1582
|
-
"minzoom": 8,
|
|
1583
|
-
"maxzoom": 24,
|
|
1584
|
-
"filter": [
|
|
1585
|
-
"==",
|
|
1586
|
-
[
|
|
1587
|
-
"get",
|
|
1588
|
-
"type"
|
|
1589
|
-
],
|
|
1590
|
-
"canal"
|
|
1591
|
-
],
|
|
1592
|
-
"layout": {
|
|
1593
|
-
"visibility": "visible"
|
|
1594
|
-
},
|
|
1595
|
-
"paint": {
|
|
1596
|
-
"line-color": "rgba(153, 201, 222, 1)",
|
|
1597
|
-
"line-width": [
|
|
1598
|
-
"interpolate",
|
|
1599
|
-
[
|
|
1600
|
-
"linear"
|
|
1601
|
-
],
|
|
1602
|
-
[
|
|
1603
|
-
"zoom"
|
|
1604
|
-
],
|
|
1605
|
-
8,
|
|
1606
|
-
1,
|
|
1607
|
-
13,
|
|
1608
|
-
2,
|
|
1609
|
-
14,
|
|
1610
|
-
3,
|
|
1611
|
-
20,
|
|
1612
|
-
4
|
|
1613
|
-
]
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
1738
|
{
|
|
1617
1739
|
"id": "water_lines_aqueduct",
|
|
1618
1740
|
"type": "line",
|
|
1619
|
-
"source": "
|
|
1741
|
+
"source": "ohm",
|
|
1620
1742
|
"source-layer": "water_lines",
|
|
1621
1743
|
"minzoom": 8,
|
|
1622
1744
|
"maxzoom": 24,
|
|
@@ -1667,7 +1789,7 @@
|
|
|
1667
1789
|
{
|
|
1668
1790
|
"id": "water_lines_river",
|
|
1669
1791
|
"type": "line",
|
|
1670
|
-
"source": "
|
|
1792
|
+
"source": "ohm",
|
|
1671
1793
|
"source-layer": "water_lines",
|
|
1672
1794
|
"minzoom": 8,
|
|
1673
1795
|
"maxzoom": 24,
|
|
@@ -1715,7 +1837,7 @@
|
|
|
1715
1837
|
{
|
|
1716
1838
|
"id": "water_lines_breakwater",
|
|
1717
1839
|
"type": "line",
|
|
1718
|
-
"source": "
|
|
1840
|
+
"source": "ohm",
|
|
1719
1841
|
"source-layer": "other_lines",
|
|
1720
1842
|
"minzoom": 10,
|
|
1721
1843
|
"maxzoom": 24,
|
|
@@ -1753,7 +1875,7 @@
|
|
|
1753
1875
|
{
|
|
1754
1876
|
"id": "water_lines_dam",
|
|
1755
1877
|
"type": "line",
|
|
1756
|
-
"source": "
|
|
1878
|
+
"source": "ohm",
|
|
1757
1879
|
"source-layer": "water_lines",
|
|
1758
1880
|
"minzoom": 13,
|
|
1759
1881
|
"maxzoom": 24,
|
|
@@ -1787,7 +1909,7 @@
|
|
|
1787
1909
|
{
|
|
1788
1910
|
"id": "pier",
|
|
1789
1911
|
"type": "fill",
|
|
1790
|
-
"source": "
|
|
1912
|
+
"source": "ohm",
|
|
1791
1913
|
"source-layer": "other_areas",
|
|
1792
1914
|
"filter": [
|
|
1793
1915
|
"==",
|
|
@@ -1807,7 +1929,7 @@
|
|
|
1807
1929
|
{
|
|
1808
1930
|
"id": "pier_line",
|
|
1809
1931
|
"type": "line",
|
|
1810
|
-
"source": "
|
|
1932
|
+
"source": "ohm",
|
|
1811
1933
|
"source-layer": "other_lines",
|
|
1812
1934
|
"minzoom": 12,
|
|
1813
1935
|
"filter": [
|
|
@@ -1841,7 +1963,7 @@
|
|
|
1841
1963
|
{
|
|
1842
1964
|
"id": "buildings_flat",
|
|
1843
1965
|
"type": "fill",
|
|
1844
|
-
"source": "
|
|
1966
|
+
"source": "ohm",
|
|
1845
1967
|
"source-layer": "buildings",
|
|
1846
1968
|
"minzoom": 14,
|
|
1847
1969
|
"maxzoom": 24,
|
|
@@ -1859,7 +1981,7 @@
|
|
|
1859
1981
|
{
|
|
1860
1982
|
"id": "buildings_flat_ruins",
|
|
1861
1983
|
"type": "fill",
|
|
1862
|
-
"source": "
|
|
1984
|
+
"source": "ohm",
|
|
1863
1985
|
"source-layer": "other_areas",
|
|
1864
1986
|
"minzoom": 14,
|
|
1865
1987
|
"maxzoom": 24,
|
|
@@ -1892,7 +2014,7 @@
|
|
|
1892
2014
|
{
|
|
1893
2015
|
"id": "buildings_ruins_outlines",
|
|
1894
2016
|
"type": "line",
|
|
1895
|
-
"source": "
|
|
2017
|
+
"source": "ohm",
|
|
1896
2018
|
"source-layer": "other_areas",
|
|
1897
2019
|
"filter": [
|
|
1898
2020
|
"==",
|
|
@@ -1947,7 +2069,7 @@
|
|
|
1947
2069
|
{
|
|
1948
2070
|
"id": "historic_fort",
|
|
1949
2071
|
"type": "fill",
|
|
1950
|
-
"source": "
|
|
2072
|
+
"source": "ohm",
|
|
1951
2073
|
"source-layer": "other_areas",
|
|
1952
2074
|
"minzoom": 14,
|
|
1953
2075
|
"maxzoom": 24,
|
|
@@ -1981,7 +2103,7 @@
|
|
|
1981
2103
|
{
|
|
1982
2104
|
"id": "transport_traverser",
|
|
1983
2105
|
"type": "fill",
|
|
1984
|
-
"source": "
|
|
2106
|
+
"source": "ohm",
|
|
1985
2107
|
"source-layer": "transport_areas",
|
|
1986
2108
|
"minzoom": 14,
|
|
1987
2109
|
"maxzoom": 24,
|
|
@@ -2005,7 +2127,7 @@
|
|
|
2005
2127
|
{
|
|
2006
2128
|
"id": "transport_turntable",
|
|
2007
2129
|
"type": "fill",
|
|
2008
|
-
"source": "
|
|
2130
|
+
"source": "ohm",
|
|
2009
2131
|
"source-layer": "transport_areas",
|
|
2010
2132
|
"minzoom": 14,
|
|
2011
2133
|
"filter": [
|
|
@@ -2028,7 +2150,7 @@
|
|
|
2028
2150
|
{
|
|
2029
2151
|
"id": "transport_passenger_platform",
|
|
2030
2152
|
"type": "fill",
|
|
2031
|
-
"source": "
|
|
2153
|
+
"source": "ohm",
|
|
2032
2154
|
"source-layer": "transport_areas",
|
|
2033
2155
|
"minzoom": 14,
|
|
2034
2156
|
"filter": [
|
|
@@ -2051,7 +2173,7 @@
|
|
|
2051
2173
|
{
|
|
2052
2174
|
"id": "transport_freight_platform",
|
|
2053
2175
|
"type": "fill",
|
|
2054
|
-
"source": "
|
|
2176
|
+
"source": "ohm",
|
|
2055
2177
|
"source-layer": "transport_areas",
|
|
2056
2178
|
"minzoom": 14,
|
|
2057
2179
|
"filter": [
|
|
@@ -2074,7 +2196,7 @@
|
|
|
2074
2196
|
{
|
|
2075
2197
|
"id": "terminals",
|
|
2076
2198
|
"type": "fill",
|
|
2077
|
-
"source": "
|
|
2199
|
+
"source": "ohm",
|
|
2078
2200
|
"source-layer": "transport_areas",
|
|
2079
2201
|
"minzoom": 11,
|
|
2080
2202
|
"maxzoom": 24,
|
|
@@ -2097,7 +2219,7 @@
|
|
|
2097
2219
|
{
|
|
2098
2220
|
"id": "aero_taxiway_lines",
|
|
2099
2221
|
"type": "line",
|
|
2100
|
-
"source": "
|
|
2222
|
+
"source": "ohm",
|
|
2101
2223
|
"source-layer": "transport_lines",
|
|
2102
2224
|
"minzoom": 11,
|
|
2103
2225
|
"maxzoom": 24,
|
|
@@ -2134,7 +2256,7 @@
|
|
|
2134
2256
|
{
|
|
2135
2257
|
"id": "aero_runway_lines",
|
|
2136
2258
|
"type": "line",
|
|
2137
|
-
"source": "
|
|
2259
|
+
"source": "ohm",
|
|
2138
2260
|
"source-layer": "transport_lines",
|
|
2139
2261
|
"minzoom": 10,
|
|
2140
2262
|
"maxzoom": 24,
|
|
@@ -2170,7 +2292,7 @@
|
|
|
2170
2292
|
{
|
|
2171
2293
|
"id": "man_made_bridge_area",
|
|
2172
2294
|
"type": "fill",
|
|
2173
|
-
"source": "
|
|
2295
|
+
"source": "ohm",
|
|
2174
2296
|
"source-layer": "other_areas",
|
|
2175
2297
|
"filter": [
|
|
2176
2298
|
"all",
|
|
@@ -2198,7 +2320,7 @@
|
|
|
2198
2320
|
{
|
|
2199
2321
|
"id": "man_made_bridge_line",
|
|
2200
2322
|
"type": "line",
|
|
2201
|
-
"source": "
|
|
2323
|
+
"source": "ohm",
|
|
2202
2324
|
"source-layer": "other_lines",
|
|
2203
2325
|
"filter": [
|
|
2204
2326
|
"all",
|
|
@@ -2227,7 +2349,7 @@
|
|
|
2227
2349
|
{
|
|
2228
2350
|
"id": "roads_subways_construction",
|
|
2229
2351
|
"type": "line",
|
|
2230
|
-
"source": "
|
|
2352
|
+
"source": "ohm",
|
|
2231
2353
|
"source-layer": "transport_lines",
|
|
2232
2354
|
"minzoom": 14,
|
|
2233
2355
|
"filter": [
|
|
@@ -2277,7 +2399,7 @@
|
|
|
2277
2399
|
{
|
|
2278
2400
|
"id": "roads_tertiarytunnel_case_construction",
|
|
2279
2401
|
"type": "line",
|
|
2280
|
-
"source": "
|
|
2402
|
+
"source": "ohm",
|
|
2281
2403
|
"source-layer": "transport_lines",
|
|
2282
2404
|
"minzoom": 9,
|
|
2283
2405
|
"filter": [
|
|
@@ -2337,7 +2459,7 @@
|
|
|
2337
2459
|
{
|
|
2338
2460
|
"id": "roads_secondarytunnel_case_construction",
|
|
2339
2461
|
"type": "line",
|
|
2340
|
-
"source": "
|
|
2462
|
+
"source": "ohm",
|
|
2341
2463
|
"source-layer": "transport_lines",
|
|
2342
2464
|
"minzoom": 8,
|
|
2343
2465
|
"filter": [
|
|
@@ -2397,7 +2519,7 @@
|
|
|
2397
2519
|
{
|
|
2398
2520
|
"id": "roads_primarytunnel_case_construction",
|
|
2399
2521
|
"type": "line",
|
|
2400
|
-
"source": "
|
|
2522
|
+
"source": "ohm",
|
|
2401
2523
|
"source-layer": "transport_lines",
|
|
2402
2524
|
"minzoom": 7,
|
|
2403
2525
|
"maxzoom": 20,
|
|
@@ -2458,7 +2580,7 @@
|
|
|
2458
2580
|
{
|
|
2459
2581
|
"id": "roads_motorwaytunnel_case_construction",
|
|
2460
2582
|
"type": "line",
|
|
2461
|
-
"source": "
|
|
2583
|
+
"source": "ohm",
|
|
2462
2584
|
"source-layer": "transport_lines",
|
|
2463
2585
|
"minzoom": 5,
|
|
2464
2586
|
"maxzoom": 20,
|
|
@@ -2527,7 +2649,7 @@
|
|
|
2527
2649
|
{
|
|
2528
2650
|
"id": "roads_tertiarytunnel_construction",
|
|
2529
2651
|
"type": "line",
|
|
2530
|
-
"source": "
|
|
2652
|
+
"source": "ohm",
|
|
2531
2653
|
"source-layer": "transport_lines",
|
|
2532
2654
|
"minzoom": 9,
|
|
2533
2655
|
"filter": [
|
|
@@ -2583,7 +2705,7 @@
|
|
|
2583
2705
|
{
|
|
2584
2706
|
"id": "roads_secondarytunnel_construction",
|
|
2585
2707
|
"type": "line",
|
|
2586
|
-
"source": "
|
|
2708
|
+
"source": "ohm",
|
|
2587
2709
|
"source-layer": "transport_lines",
|
|
2588
2710
|
"minzoom": 8,
|
|
2589
2711
|
"filter": [
|
|
@@ -2639,7 +2761,7 @@
|
|
|
2639
2761
|
{
|
|
2640
2762
|
"id": "roads_primarytunnel_construction",
|
|
2641
2763
|
"type": "line",
|
|
2642
|
-
"source": "
|
|
2764
|
+
"source": "ohm",
|
|
2643
2765
|
"source-layer": "transport_lines",
|
|
2644
2766
|
"minzoom": 6,
|
|
2645
2767
|
"filter": [
|
|
@@ -2695,7 +2817,7 @@
|
|
|
2695
2817
|
{
|
|
2696
2818
|
"id": "roads_motorwaytunnel_construction",
|
|
2697
2819
|
"type": "line",
|
|
2698
|
-
"source": "
|
|
2820
|
+
"source": "ohm",
|
|
2699
2821
|
"source-layer": "transport_lines",
|
|
2700
2822
|
"minzoom": 5,
|
|
2701
2823
|
"maxzoom": 20,
|
|
@@ -2760,7 +2882,7 @@
|
|
|
2760
2882
|
{
|
|
2761
2883
|
"id": "roads_raceways_construction",
|
|
2762
2884
|
"type": "line",
|
|
2763
|
-
"source": "
|
|
2885
|
+
"source": "ohm",
|
|
2764
2886
|
"source-layer": "transport_lines",
|
|
2765
2887
|
"minzoom": 12,
|
|
2766
2888
|
"maxzoom": 24,
|
|
@@ -2811,7 +2933,7 @@
|
|
|
2811
2933
|
{
|
|
2812
2934
|
"id": "roads_trackfillcase_construction",
|
|
2813
2935
|
"type": "line",
|
|
2814
|
-
"source": "
|
|
2936
|
+
"source": "ohm",
|
|
2815
2937
|
"source-layer": "transport_lines",
|
|
2816
2938
|
"minzoom": 14,
|
|
2817
2939
|
"maxzoom": 24,
|
|
@@ -2858,7 +2980,7 @@
|
|
|
2858
2980
|
{
|
|
2859
2981
|
"id": "roads_trackfill_construction",
|
|
2860
2982
|
"type": "line",
|
|
2861
|
-
"source": "
|
|
2983
|
+
"source": "ohm",
|
|
2862
2984
|
"source-layer": "transport_lines",
|
|
2863
2985
|
"minzoom": 14,
|
|
2864
2986
|
"maxzoom": 24,
|
|
@@ -2905,7 +3027,7 @@
|
|
|
2905
3027
|
{
|
|
2906
3028
|
"id": "roads_track_construction",
|
|
2907
3029
|
"type": "line",
|
|
2908
|
-
"source": "
|
|
3030
|
+
"source": "ohm",
|
|
2909
3031
|
"source-layer": "transport_lines",
|
|
2910
3032
|
"minzoom": 14,
|
|
2911
3033
|
"maxzoom": 24,
|
|
@@ -2956,7 +3078,7 @@
|
|
|
2956
3078
|
{
|
|
2957
3079
|
"id": "roads_living_street_construction",
|
|
2958
3080
|
"type": "line",
|
|
2959
|
-
"source": "
|
|
3081
|
+
"source": "ohm",
|
|
2960
3082
|
"source-layer": "transport_lines",
|
|
2961
3083
|
"minzoom": 14,
|
|
2962
3084
|
"maxzoom": 24,
|
|
@@ -3003,7 +3125,7 @@
|
|
|
3003
3125
|
{
|
|
3004
3126
|
"id": "roads_pedestrian_street_construction",
|
|
3005
3127
|
"type": "line",
|
|
3006
|
-
"source": "
|
|
3128
|
+
"source": "ohm",
|
|
3007
3129
|
"source-layer": "transport_lines",
|
|
3008
3130
|
"minzoom": 14,
|
|
3009
3131
|
"maxzoom": 24,
|
|
@@ -3050,7 +3172,7 @@
|
|
|
3050
3172
|
{
|
|
3051
3173
|
"id": "roads_footway_construction",
|
|
3052
3174
|
"type": "line",
|
|
3053
|
-
"source": "
|
|
3175
|
+
"source": "ohm",
|
|
3054
3176
|
"source-layer": "transport_lines",
|
|
3055
3177
|
"minzoom": 14,
|
|
3056
3178
|
"maxzoom": 24,
|
|
@@ -3110,7 +3232,7 @@
|
|
|
3110
3232
|
{
|
|
3111
3233
|
"id": "roads_pier_construction",
|
|
3112
3234
|
"type": "line",
|
|
3113
|
-
"source": "
|
|
3235
|
+
"source": "ohm",
|
|
3114
3236
|
"source-layer": "transport_lines",
|
|
3115
3237
|
"minzoom": 14,
|
|
3116
3238
|
"maxzoom": 24,
|
|
@@ -3157,7 +3279,7 @@
|
|
|
3157
3279
|
{
|
|
3158
3280
|
"id": "roads_steps_construction",
|
|
3159
3281
|
"type": "line",
|
|
3160
|
-
"source": "
|
|
3282
|
+
"source": "ohm",
|
|
3161
3283
|
"source-layer": "transport_lines",
|
|
3162
3284
|
"minzoom": 14,
|
|
3163
3285
|
"maxzoom": 24,
|
|
@@ -3208,7 +3330,7 @@
|
|
|
3208
3330
|
{
|
|
3209
3331
|
"id": "roads_roadscase_z13_construction",
|
|
3210
3332
|
"type": "line",
|
|
3211
|
-
"source": "
|
|
3333
|
+
"source": "ohm",
|
|
3212
3334
|
"source-layer": "transport_lines",
|
|
3213
3335
|
"minzoom": 13,
|
|
3214
3336
|
"maxzoom": 24,
|
|
@@ -3265,7 +3387,7 @@
|
|
|
3265
3387
|
{
|
|
3266
3388
|
"id": "roads_residentialcase_z13_construction",
|
|
3267
3389
|
"type": "line",
|
|
3268
|
-
"source": "
|
|
3390
|
+
"source": "ohm",
|
|
3269
3391
|
"source-layer": "transport_lines",
|
|
3270
3392
|
"minzoom": 13,
|
|
3271
3393
|
"maxzoom": 24,
|
|
@@ -3329,7 +3451,7 @@
|
|
|
3329
3451
|
{
|
|
3330
3452
|
"id": "roads_tertiary-case_construction",
|
|
3331
3453
|
"type": "line",
|
|
3332
|
-
"source": "
|
|
3454
|
+
"source": "ohm",
|
|
3333
3455
|
"source-layer": "transport_lines",
|
|
3334
3456
|
"minzoom": 10.01,
|
|
3335
3457
|
"maxzoom": 24,
|
|
@@ -3394,7 +3516,7 @@
|
|
|
3394
3516
|
{
|
|
3395
3517
|
"id": "roads_secondary-case_construction",
|
|
3396
3518
|
"type": "line",
|
|
3397
|
-
"source": "
|
|
3519
|
+
"source": "ohm",
|
|
3398
3520
|
"source-layer": "transport_lines",
|
|
3399
3521
|
"minzoom": 10,
|
|
3400
3522
|
"filter": [
|
|
@@ -3458,7 +3580,7 @@
|
|
|
3458
3580
|
{
|
|
3459
3581
|
"id": "roads_primarylink-case_construction",
|
|
3460
3582
|
"type": "line",
|
|
3461
|
-
"source": "
|
|
3583
|
+
"source": "ohm",
|
|
3462
3584
|
"source-layer": "transport_lines",
|
|
3463
3585
|
"minzoom": 7,
|
|
3464
3586
|
"filter": [
|
|
@@ -3522,7 +3644,7 @@
|
|
|
3522
3644
|
{
|
|
3523
3645
|
"id": "roads_primary-case_construction",
|
|
3524
3646
|
"type": "line",
|
|
3525
|
-
"source": "
|
|
3647
|
+
"source": "ohm",
|
|
3526
3648
|
"source-layer": "transport_lines",
|
|
3527
3649
|
"minzoom": 10,
|
|
3528
3650
|
"filter": [
|
|
@@ -3594,7 +3716,7 @@
|
|
|
3594
3716
|
{
|
|
3595
3717
|
"id": "roads_motorwaylink-case_construction",
|
|
3596
3718
|
"type": "line",
|
|
3597
|
-
"source": "
|
|
3719
|
+
"source": "ohm",
|
|
3598
3720
|
"source-layer": "transport_lines",
|
|
3599
3721
|
"minzoom": 6,
|
|
3600
3722
|
"maxzoom": 20,
|
|
@@ -3665,7 +3787,7 @@
|
|
|
3665
3787
|
{
|
|
3666
3788
|
"id": "roads_motorway-case_construction",
|
|
3667
3789
|
"type": "line",
|
|
3668
|
-
"source": "
|
|
3790
|
+
"source": "ohm",
|
|
3669
3791
|
"source-layer": "transport_lines",
|
|
3670
3792
|
"minzoom": 9,
|
|
3671
3793
|
"maxzoom": 20,
|
|
@@ -3736,7 +3858,7 @@
|
|
|
3736
3858
|
{
|
|
3737
3859
|
"id": "roads_roads_construction",
|
|
3738
3860
|
"type": "line",
|
|
3739
|
-
"source": "
|
|
3861
|
+
"source": "ohm",
|
|
3740
3862
|
"source-layer": "transport_lines",
|
|
3741
3863
|
"minzoom": 12,
|
|
3742
3864
|
"maxzoom": 24,
|
|
@@ -3789,7 +3911,7 @@
|
|
|
3789
3911
|
{
|
|
3790
3912
|
"id": "roads_residential_construction",
|
|
3791
3913
|
"type": "line",
|
|
3792
|
-
"source": "
|
|
3914
|
+
"source": "ohm",
|
|
3793
3915
|
"source-layer": "transport_lines",
|
|
3794
3916
|
"minzoom": 12,
|
|
3795
3917
|
"maxzoom": 24,
|
|
@@ -3849,7 +3971,7 @@
|
|
|
3849
3971
|
{
|
|
3850
3972
|
"id": "roads_secondarylink_construction",
|
|
3851
3973
|
"type": "line",
|
|
3852
|
-
"source": "
|
|
3974
|
+
"source": "ohm",
|
|
3853
3975
|
"source-layer": "transport_lines",
|
|
3854
3976
|
"minzoom": 8,
|
|
3855
3977
|
"filter": [
|
|
@@ -3929,7 +4051,7 @@
|
|
|
3929
4051
|
{
|
|
3930
4052
|
"id": "roads_primarylink_construction",
|
|
3931
4053
|
"type": "line",
|
|
3932
|
-
"source": "
|
|
4054
|
+
"source": "ohm",
|
|
3933
4055
|
"source-layer": "transport_lines",
|
|
3934
4056
|
"minzoom": 6,
|
|
3935
4057
|
"filter": [
|
|
@@ -3997,7 +4119,7 @@
|
|
|
3997
4119
|
{
|
|
3998
4120
|
"id": "roads_motorwaylink_construction",
|
|
3999
4121
|
"type": "line",
|
|
4000
|
-
"source": "
|
|
4122
|
+
"source": "ohm",
|
|
4001
4123
|
"source-layer": "transport_lines",
|
|
4002
4124
|
"minzoom": 5,
|
|
4003
4125
|
"maxzoom": 20,
|
|
@@ -4072,7 +4194,7 @@
|
|
|
4072
4194
|
{
|
|
4073
4195
|
"id": "roads_tertiary_construction",
|
|
4074
4196
|
"type": "line",
|
|
4075
|
-
"source": "
|
|
4197
|
+
"source": "ohm",
|
|
4076
4198
|
"source-layer": "transport_lines",
|
|
4077
4199
|
"minzoom": 9,
|
|
4078
4200
|
"maxzoom": 24,
|
|
@@ -4153,7 +4275,7 @@
|
|
|
4153
4275
|
{
|
|
4154
4276
|
"id": "roads_secondary_construction",
|
|
4155
4277
|
"type": "line",
|
|
4156
|
-
"source": "
|
|
4278
|
+
"source": "ohm",
|
|
4157
4279
|
"source-layer": "transport_lines",
|
|
4158
4280
|
"minzoom": 8,
|
|
4159
4281
|
"filter": [
|
|
@@ -4233,7 +4355,7 @@
|
|
|
4233
4355
|
{
|
|
4234
4356
|
"id": "roads_primary_construction",
|
|
4235
4357
|
"type": "line",
|
|
4236
|
-
"source": "
|
|
4358
|
+
"source": "ohm",
|
|
4237
4359
|
"source-layer": "transport_lines",
|
|
4238
4360
|
"minzoom": 6,
|
|
4239
4361
|
"filter": [
|
|
@@ -4321,7 +4443,7 @@
|
|
|
4321
4443
|
{
|
|
4322
4444
|
"id": "roads_motorway_construction",
|
|
4323
4445
|
"type": "line",
|
|
4324
|
-
"source": "
|
|
4446
|
+
"source": "ohm",
|
|
4325
4447
|
"source-layer": "transport_lines",
|
|
4326
4448
|
"minzoom": 6,
|
|
4327
4449
|
"maxzoom": 20,
|
|
@@ -4404,7 +4526,7 @@
|
|
|
4404
4526
|
{
|
|
4405
4527
|
"id": "roads_ford_construction",
|
|
4406
4528
|
"type": "line",
|
|
4407
|
-
"source": "
|
|
4529
|
+
"source": "ohm",
|
|
4408
4530
|
"source-layer": "transport_lines",
|
|
4409
4531
|
"minzoom": 9,
|
|
4410
4532
|
"filter": [
|
|
@@ -4443,7 +4565,7 @@
|
|
|
4443
4565
|
{
|
|
4444
4566
|
"id": "roads_residential_bridge_z13-copy_construction",
|
|
4445
4567
|
"type": "line",
|
|
4446
|
-
"source": "
|
|
4568
|
+
"source": "ohm",
|
|
4447
4569
|
"source-layer": "transport_lines",
|
|
4448
4570
|
"minzoom": 13,
|
|
4449
4571
|
"maxzoom": 24,
|
|
@@ -4507,7 +4629,7 @@
|
|
|
4507
4629
|
{
|
|
4508
4630
|
"id": "roads_tertiarybridge_construction",
|
|
4509
4631
|
"type": "line",
|
|
4510
|
-
"source": "
|
|
4632
|
+
"source": "ohm",
|
|
4511
4633
|
"source-layer": "transport_lines",
|
|
4512
4634
|
"minzoom": 9,
|
|
4513
4635
|
"filter": [
|
|
@@ -4563,7 +4685,7 @@
|
|
|
4563
4685
|
{
|
|
4564
4686
|
"id": "roads_secondarybridge_construction",
|
|
4565
4687
|
"type": "line",
|
|
4566
|
-
"source": "
|
|
4688
|
+
"source": "ohm",
|
|
4567
4689
|
"source-layer": "transport_lines",
|
|
4568
4690
|
"minzoom": 8,
|
|
4569
4691
|
"filter": [
|
|
@@ -4619,7 +4741,7 @@
|
|
|
4619
4741
|
{
|
|
4620
4742
|
"id": "roads_primarybridge_construction",
|
|
4621
4743
|
"type": "line",
|
|
4622
|
-
"source": "
|
|
4744
|
+
"source": "ohm",
|
|
4623
4745
|
"source-layer": "transport_lines",
|
|
4624
4746
|
"minzoom": 10,
|
|
4625
4747
|
"maxzoom": 20,
|
|
@@ -4682,7 +4804,7 @@
|
|
|
4682
4804
|
{
|
|
4683
4805
|
"id": "roads_motorwaybridge_construction",
|
|
4684
4806
|
"type": "line",
|
|
4685
|
-
"source": "
|
|
4807
|
+
"source": "ohm",
|
|
4686
4808
|
"source-layer": "transport_lines",
|
|
4687
4809
|
"minzoom": 9,
|
|
4688
4810
|
"maxzoom": 20,
|
|
@@ -4747,7 +4869,7 @@
|
|
|
4747
4869
|
{
|
|
4748
4870
|
"id": "roads_residential_bridgetop_z13_construction",
|
|
4749
4871
|
"type": "line",
|
|
4750
|
-
"source": "
|
|
4872
|
+
"source": "ohm",
|
|
4751
4873
|
"source-layer": "transport_lines",
|
|
4752
4874
|
"minzoom": 12,
|
|
4753
4875
|
"maxzoom": 24,
|
|
@@ -4815,7 +4937,7 @@
|
|
|
4815
4937
|
{
|
|
4816
4938
|
"id": "roads_tertiarybridgetop_construction",
|
|
4817
4939
|
"type": "line",
|
|
4818
|
-
"source": "
|
|
4940
|
+
"source": "ohm",
|
|
4819
4941
|
"source-layer": "transport_lines",
|
|
4820
4942
|
"minzoom": 6,
|
|
4821
4943
|
"maxzoom": 24,
|
|
@@ -4888,7 +5010,7 @@
|
|
|
4888
5010
|
{
|
|
4889
5011
|
"id": "roads_secondarybridgetop_construction",
|
|
4890
5012
|
"type": "line",
|
|
4891
|
-
"source": "
|
|
5013
|
+
"source": "ohm",
|
|
4892
5014
|
"source-layer": "transport_lines",
|
|
4893
5015
|
"minzoom": 8,
|
|
4894
5016
|
"filter": [
|
|
@@ -4960,7 +5082,7 @@
|
|
|
4960
5082
|
{
|
|
4961
5083
|
"id": "roads_primarybridgetop_construction",
|
|
4962
5084
|
"type": "line",
|
|
4963
|
-
"source": "
|
|
5085
|
+
"source": "ohm",
|
|
4964
5086
|
"source-layer": "transport_lines",
|
|
4965
5087
|
"minzoom": 6,
|
|
4966
5088
|
"filter": [
|
|
@@ -5032,7 +5154,7 @@
|
|
|
5032
5154
|
{
|
|
5033
5155
|
"id": "roads_motorwaybridgetop_construction",
|
|
5034
5156
|
"type": "line",
|
|
5035
|
-
"source": "
|
|
5157
|
+
"source": "ohm",
|
|
5036
5158
|
"source-layer": "transport_lines",
|
|
5037
5159
|
"minzoom": 6,
|
|
5038
5160
|
"maxzoom": 20,
|
|
@@ -5109,7 +5231,7 @@
|
|
|
5109
5231
|
{
|
|
5110
5232
|
"id": "roads_rail_tram_construction",
|
|
5111
5233
|
"type": "line",
|
|
5112
|
-
"source": "
|
|
5234
|
+
"source": "ohm",
|
|
5113
5235
|
"source-layer": "transport_lines",
|
|
5114
5236
|
"minzoom": 11,
|
|
5115
5237
|
"maxzoom": 24,
|
|
@@ -5180,7 +5302,7 @@
|
|
|
5180
5302
|
{
|
|
5181
5303
|
"id": "roads_subways",
|
|
5182
5304
|
"type": "line",
|
|
5183
|
-
"source": "
|
|
5305
|
+
"source": "ohm",
|
|
5184
5306
|
"source-layer": "transport_lines",
|
|
5185
5307
|
"minzoom": 12,
|
|
5186
5308
|
"filter": [
|
|
@@ -5222,7 +5344,7 @@
|
|
|
5222
5344
|
{
|
|
5223
5345
|
"id": "roads_tertiarytunnel_case",
|
|
5224
5346
|
"type": "line",
|
|
5225
|
-
"source": "
|
|
5347
|
+
"source": "ohm",
|
|
5226
5348
|
"source-layer": "transport_lines",
|
|
5227
5349
|
"minzoom": 9,
|
|
5228
5350
|
"filter": [
|
|
@@ -5274,7 +5396,7 @@
|
|
|
5274
5396
|
{
|
|
5275
5397
|
"id": "roads_secondarytunnel_case",
|
|
5276
5398
|
"type": "line",
|
|
5277
|
-
"source": "
|
|
5399
|
+
"source": "ohm",
|
|
5278
5400
|
"source-layer": "transport_lines",
|
|
5279
5401
|
"minzoom": 8,
|
|
5280
5402
|
"filter": [
|
|
@@ -5326,7 +5448,7 @@
|
|
|
5326
5448
|
{
|
|
5327
5449
|
"id": "roads_primarytunnel_case",
|
|
5328
5450
|
"type": "line",
|
|
5329
|
-
"source": "
|
|
5451
|
+
"source": "ohm",
|
|
5330
5452
|
"source-layer": "transport_lines",
|
|
5331
5453
|
"minzoom": 7,
|
|
5332
5454
|
"maxzoom": 20,
|
|
@@ -5379,7 +5501,7 @@
|
|
|
5379
5501
|
{
|
|
5380
5502
|
"id": "roads_motorwaytunnel_case",
|
|
5381
5503
|
"type": "line",
|
|
5382
|
-
"source": "
|
|
5504
|
+
"source": "ohm",
|
|
5383
5505
|
"source-layer": "transport_lines",
|
|
5384
5506
|
"minzoom": 9,
|
|
5385
5507
|
"maxzoom": 20,
|
|
@@ -5440,7 +5562,7 @@
|
|
|
5440
5562
|
{
|
|
5441
5563
|
"id": "roads_tertiarytunnel",
|
|
5442
5564
|
"type": "line",
|
|
5443
|
-
"source": "
|
|
5565
|
+
"source": "ohm",
|
|
5444
5566
|
"source-layer": "transport_lines",
|
|
5445
5567
|
"minzoom": 9,
|
|
5446
5568
|
"filter": [
|
|
@@ -5488,7 +5610,7 @@
|
|
|
5488
5610
|
{
|
|
5489
5611
|
"id": "roads_secondarytunnel",
|
|
5490
5612
|
"type": "line",
|
|
5491
|
-
"source": "
|
|
5613
|
+
"source": "ohm",
|
|
5492
5614
|
"source-layer": "transport_lines",
|
|
5493
5615
|
"minzoom": 8,
|
|
5494
5616
|
"filter": [
|
|
@@ -5536,7 +5658,7 @@
|
|
|
5536
5658
|
{
|
|
5537
5659
|
"id": "roads_primarytunnel",
|
|
5538
5660
|
"type": "line",
|
|
5539
|
-
"source": "
|
|
5661
|
+
"source": "ohm",
|
|
5540
5662
|
"source-layer": "transport_lines",
|
|
5541
5663
|
"minzoom": 6,
|
|
5542
5664
|
"filter": [
|
|
@@ -5584,7 +5706,7 @@
|
|
|
5584
5706
|
{
|
|
5585
5707
|
"id": "roads_motorwaytunnel",
|
|
5586
5708
|
"type": "line",
|
|
5587
|
-
"source": "
|
|
5709
|
+
"source": "ohm",
|
|
5588
5710
|
"source-layer": "transport_lines",
|
|
5589
5711
|
"minzoom": 5,
|
|
5590
5712
|
"maxzoom": 20,
|
|
@@ -5641,7 +5763,7 @@
|
|
|
5641
5763
|
{
|
|
5642
5764
|
"id": "roads_raceways",
|
|
5643
5765
|
"type": "line",
|
|
5644
|
-
"source": "
|
|
5766
|
+
"source": "ohm",
|
|
5645
5767
|
"source-layer": "transport_lines",
|
|
5646
5768
|
"minzoom": 12,
|
|
5647
5769
|
"maxzoom": 24,
|
|
@@ -5681,7 +5803,7 @@
|
|
|
5681
5803
|
{
|
|
5682
5804
|
"id": "roads_trackfillcase",
|
|
5683
5805
|
"type": "line",
|
|
5684
|
-
"source": "
|
|
5806
|
+
"source": "ohm",
|
|
5685
5807
|
"source-layer": "transport_lines",
|
|
5686
5808
|
"minzoom": 14,
|
|
5687
5809
|
"maxzoom": 24,
|
|
@@ -5717,7 +5839,7 @@
|
|
|
5717
5839
|
{
|
|
5718
5840
|
"id": "roads_trackfill",
|
|
5719
5841
|
"type": "line",
|
|
5720
|
-
"source": "
|
|
5842
|
+
"source": "ohm",
|
|
5721
5843
|
"source-layer": "transport_lines",
|
|
5722
5844
|
"minzoom": 14,
|
|
5723
5845
|
"maxzoom": 24,
|
|
@@ -5753,7 +5875,7 @@
|
|
|
5753
5875
|
{
|
|
5754
5876
|
"id": "roads_track",
|
|
5755
5877
|
"type": "line",
|
|
5756
|
-
"source": "
|
|
5878
|
+
"source": "ohm",
|
|
5757
5879
|
"source-layer": "transport_lines",
|
|
5758
5880
|
"minzoom": 14,
|
|
5759
5881
|
"maxzoom": 24,
|
|
@@ -5793,7 +5915,7 @@
|
|
|
5793
5915
|
{
|
|
5794
5916
|
"id": "roads_living_street",
|
|
5795
5917
|
"type": "line",
|
|
5796
|
-
"source": "
|
|
5918
|
+
"source": "ohm",
|
|
5797
5919
|
"source-layer": "transport_lines",
|
|
5798
5920
|
"minzoom": 14,
|
|
5799
5921
|
"maxzoom": 24,
|
|
@@ -5829,7 +5951,7 @@
|
|
|
5829
5951
|
{
|
|
5830
5952
|
"id": "roads_footway",
|
|
5831
5953
|
"type": "line",
|
|
5832
|
-
"source": "
|
|
5954
|
+
"source": "ohm",
|
|
5833
5955
|
"source-layer": "transport_lines",
|
|
5834
5956
|
"minzoom": 14,
|
|
5835
5957
|
"maxzoom": 24,
|
|
@@ -5878,7 +6000,7 @@
|
|
|
5878
6000
|
{
|
|
5879
6001
|
"id": "roads_pier",
|
|
5880
6002
|
"type": "line",
|
|
5881
|
-
"source": "
|
|
6003
|
+
"source": "ohm",
|
|
5882
6004
|
"source-layer": "transport_lines",
|
|
5883
6005
|
"minzoom": 14,
|
|
5884
6006
|
"maxzoom": 24,
|
|
@@ -5914,7 +6036,7 @@
|
|
|
5914
6036
|
{
|
|
5915
6037
|
"id": "roads_steps",
|
|
5916
6038
|
"type": "line",
|
|
5917
|
-
"source": "
|
|
6039
|
+
"source": "ohm",
|
|
5918
6040
|
"source-layer": "transport_lines",
|
|
5919
6041
|
"minzoom": 14,
|
|
5920
6042
|
"maxzoom": 24,
|
|
@@ -5954,7 +6076,7 @@
|
|
|
5954
6076
|
{
|
|
5955
6077
|
"id": "roads_servicecase_z13",
|
|
5956
6078
|
"type": "line",
|
|
5957
|
-
"source": "
|
|
6079
|
+
"source": "ohm",
|
|
5958
6080
|
"source-layer": "transport_lines",
|
|
5959
6081
|
"minzoom": 13,
|
|
5960
6082
|
"maxzoom": 24,
|
|
@@ -6008,7 +6130,7 @@
|
|
|
6008
6130
|
{
|
|
6009
6131
|
"id": "roads_residentialcase_z13",
|
|
6010
6132
|
"type": "line",
|
|
6011
|
-
"source": "
|
|
6133
|
+
"source": "ohm",
|
|
6012
6134
|
"source-layer": "transport_lines",
|
|
6013
6135
|
"minzoom": 13,
|
|
6014
6136
|
"maxzoom": 24,
|
|
@@ -6063,7 +6185,7 @@
|
|
|
6063
6185
|
{
|
|
6064
6186
|
"id": "roads_pedestrian_street-casing",
|
|
6065
6187
|
"type": "line",
|
|
6066
|
-
"source": "
|
|
6188
|
+
"source": "ohm",
|
|
6067
6189
|
"source-layer": "transport_lines",
|
|
6068
6190
|
"minzoom": 14,
|
|
6069
6191
|
"maxzoom": 24,
|
|
@@ -6099,7 +6221,7 @@
|
|
|
6099
6221
|
{
|
|
6100
6222
|
"id": "roads_tertiarylink-case",
|
|
6101
6223
|
"type": "line",
|
|
6102
|
-
"source": "
|
|
6224
|
+
"source": "ohm",
|
|
6103
6225
|
"source-layer": "transport_lines",
|
|
6104
6226
|
"minzoom": 10.01,
|
|
6105
6227
|
"maxzoom": 24,
|
|
@@ -6160,7 +6282,7 @@
|
|
|
6160
6282
|
{
|
|
6161
6283
|
"id": "roads_tertiary-case",
|
|
6162
6284
|
"type": "line",
|
|
6163
|
-
"source": "
|
|
6285
|
+
"source": "ohm",
|
|
6164
6286
|
"source-layer": "transport_lines",
|
|
6165
6287
|
"minzoom": 10.01,
|
|
6166
6288
|
"maxzoom": 24,
|
|
@@ -6221,7 +6343,7 @@
|
|
|
6221
6343
|
{
|
|
6222
6344
|
"id": "roads_secondary-case",
|
|
6223
6345
|
"type": "line",
|
|
6224
|
-
"source": "
|
|
6346
|
+
"source": "ohm",
|
|
6225
6347
|
"source-layer": "transport_lines",
|
|
6226
6348
|
"minzoom": 10,
|
|
6227
6349
|
"filter": [
|
|
@@ -6279,7 +6401,7 @@
|
|
|
6279
6401
|
{
|
|
6280
6402
|
"id": "roads_secondarylink-case",
|
|
6281
6403
|
"type": "line",
|
|
6282
|
-
"source": "
|
|
6404
|
+
"source": "ohm",
|
|
6283
6405
|
"source-layer": "transport_lines",
|
|
6284
6406
|
"minzoom": 8,
|
|
6285
6407
|
"filter": [
|
|
@@ -6337,7 +6459,7 @@
|
|
|
6337
6459
|
{
|
|
6338
6460
|
"id": "roads_primarylink-case",
|
|
6339
6461
|
"type": "line",
|
|
6340
|
-
"source": "
|
|
6462
|
+
"source": "ohm",
|
|
6341
6463
|
"source-layer": "transport_lines",
|
|
6342
6464
|
"minzoom": 7,
|
|
6343
6465
|
"filter": [
|
|
@@ -6393,7 +6515,7 @@
|
|
|
6393
6515
|
{
|
|
6394
6516
|
"id": "roads_primary-case",
|
|
6395
6517
|
"type": "line",
|
|
6396
|
-
"source": "
|
|
6518
|
+
"source": "ohm",
|
|
6397
6519
|
"source-layer": "transport_lines",
|
|
6398
6520
|
"minzoom": 8,
|
|
6399
6521
|
"filter": [
|
|
@@ -6461,7 +6583,7 @@
|
|
|
6461
6583
|
{
|
|
6462
6584
|
"id": "roads_motorwaylink-case",
|
|
6463
6585
|
"type": "line",
|
|
6464
|
-
"source": "
|
|
6586
|
+
"source": "ohm",
|
|
6465
6587
|
"source-layer": "transport_lines",
|
|
6466
6588
|
"minzoom": 9,
|
|
6467
6589
|
"maxzoom": 20,
|
|
@@ -6524,7 +6646,7 @@
|
|
|
6524
6646
|
{
|
|
6525
6647
|
"id": "roads_motorway-case",
|
|
6526
6648
|
"type": "line",
|
|
6527
|
-
"source": "
|
|
6649
|
+
"source": "ohm",
|
|
6528
6650
|
"source-layer": "transport_lines",
|
|
6529
6651
|
"minzoom": 9,
|
|
6530
6652
|
"maxzoom": 24,
|
|
@@ -6587,7 +6709,7 @@
|
|
|
6587
6709
|
{
|
|
6588
6710
|
"id": "roads_proposed",
|
|
6589
6711
|
"type": "line",
|
|
6590
|
-
"source": "
|
|
6712
|
+
"source": "ohm",
|
|
6591
6713
|
"source-layer": "transport_lines",
|
|
6592
6714
|
"minzoom": 12,
|
|
6593
6715
|
"maxzoom": 24,
|
|
@@ -6653,7 +6775,7 @@
|
|
|
6653
6775
|
{
|
|
6654
6776
|
"id": "roads_service",
|
|
6655
6777
|
"type": "line",
|
|
6656
|
-
"source": "
|
|
6778
|
+
"source": "ohm",
|
|
6657
6779
|
"source-layer": "transport_lines",
|
|
6658
6780
|
"minzoom": 12,
|
|
6659
6781
|
"maxzoom": 24,
|
|
@@ -6696,7 +6818,7 @@
|
|
|
6696
6818
|
{
|
|
6697
6819
|
"id": "roads_residential",
|
|
6698
6820
|
"type": "line",
|
|
6699
|
-
"source": "
|
|
6821
|
+
"source": "ohm",
|
|
6700
6822
|
"source-layer": "transport_lines",
|
|
6701
6823
|
"minzoom": 12,
|
|
6702
6824
|
"maxzoom": 24,
|
|
@@ -6740,7 +6862,7 @@
|
|
|
6740
6862
|
{
|
|
6741
6863
|
"id": "roads_pedestrian_street",
|
|
6742
6864
|
"type": "line",
|
|
6743
|
-
"source": "
|
|
6865
|
+
"source": "ohm",
|
|
6744
6866
|
"source-layer": "transport_lines",
|
|
6745
6867
|
"minzoom": 14,
|
|
6746
6868
|
"maxzoom": 24,
|
|
@@ -6776,7 +6898,7 @@
|
|
|
6776
6898
|
{
|
|
6777
6899
|
"id": "roads_secondarylink",
|
|
6778
6900
|
"type": "line",
|
|
6779
|
-
"source": "
|
|
6901
|
+
"source": "ohm",
|
|
6780
6902
|
"source-layer": "transport_lines",
|
|
6781
6903
|
"minzoom": 8,
|
|
6782
6904
|
"filter": [
|
|
@@ -6832,7 +6954,7 @@
|
|
|
6832
6954
|
{
|
|
6833
6955
|
"id": "roads_tertiarylink",
|
|
6834
6956
|
"type": "line",
|
|
6835
|
-
"source": "
|
|
6957
|
+
"source": "ohm",
|
|
6836
6958
|
"source-layer": "transport_lines",
|
|
6837
6959
|
"minzoom": 6,
|
|
6838
6960
|
"filter": [
|
|
@@ -6902,7 +7024,7 @@
|
|
|
6902
7024
|
{
|
|
6903
7025
|
"id": "roads_primarylink",
|
|
6904
7026
|
"type": "line",
|
|
6905
|
-
"source": "
|
|
7027
|
+
"source": "ohm",
|
|
6906
7028
|
"source-layer": "transport_lines",
|
|
6907
7029
|
"minzoom": 6,
|
|
6908
7030
|
"filter": [
|
|
@@ -6958,7 +7080,7 @@
|
|
|
6958
7080
|
{
|
|
6959
7081
|
"id": "roads_motorwaylink",
|
|
6960
7082
|
"type": "line",
|
|
6961
|
-
"source": "
|
|
7083
|
+
"source": "ohm",
|
|
6962
7084
|
"source-layer": "transport_lines",
|
|
6963
7085
|
"minzoom": 6,
|
|
6964
7086
|
"maxzoom": 20,
|
|
@@ -7033,7 +7155,7 @@
|
|
|
7033
7155
|
{
|
|
7034
7156
|
"id": "roads_tertiary",
|
|
7035
7157
|
"type": "line",
|
|
7036
|
-
"source": "
|
|
7158
|
+
"source": "ohm",
|
|
7037
7159
|
"source-layer": "transport_lines",
|
|
7038
7160
|
"minzoom": 9,
|
|
7039
7161
|
"maxzoom": 24,
|
|
@@ -7104,7 +7226,7 @@
|
|
|
7104
7226
|
{
|
|
7105
7227
|
"id": "roads_secondary",
|
|
7106
7228
|
"type": "line",
|
|
7107
|
-
"source": "
|
|
7229
|
+
"source": "ohm",
|
|
7108
7230
|
"source-layer": "transport_lines",
|
|
7109
7231
|
"minzoom": 8,
|
|
7110
7232
|
"filter": [
|
|
@@ -7160,7 +7282,7 @@
|
|
|
7160
7282
|
{
|
|
7161
7283
|
"id": "roads_primary",
|
|
7162
7284
|
"type": "line",
|
|
7163
|
-
"source": "
|
|
7285
|
+
"source": "ohm",
|
|
7164
7286
|
"source-layer": "transport_lines",
|
|
7165
7287
|
"minzoom": 6,
|
|
7166
7288
|
"filter": [
|
|
@@ -7238,7 +7360,7 @@
|
|
|
7238
7360
|
{
|
|
7239
7361
|
"id": "roads_motorway",
|
|
7240
7362
|
"type": "line",
|
|
7241
|
-
"source": "
|
|
7363
|
+
"source": "ohm",
|
|
7242
7364
|
"source-layer": "transport_lines",
|
|
7243
7365
|
"minzoom": 6,
|
|
7244
7366
|
"maxzoom": 24,
|
|
@@ -7313,7 +7435,7 @@
|
|
|
7313
7435
|
{
|
|
7314
7436
|
"id": "roads_ford",
|
|
7315
7437
|
"type": "line",
|
|
7316
|
-
"source": "
|
|
7438
|
+
"source": "ohm",
|
|
7317
7439
|
"source-layer": "transport_lines",
|
|
7318
7440
|
"minzoom": 9,
|
|
7319
7441
|
"filter": [
|
|
@@ -7352,7 +7474,7 @@
|
|
|
7352
7474
|
{
|
|
7353
7475
|
"id": "roads_rail_mini",
|
|
7354
7476
|
"type": "line",
|
|
7355
|
-
"source": "
|
|
7477
|
+
"source": "ohm",
|
|
7356
7478
|
"source-layer": "transport_lines",
|
|
7357
7479
|
"minzoom": 7,
|
|
7358
7480
|
"maxzoom": 24,
|
|
@@ -7415,7 +7537,7 @@
|
|
|
7415
7537
|
{
|
|
7416
7538
|
"id": "roads_rail_mini-dash",
|
|
7417
7539
|
"type": "line",
|
|
7418
|
-
"source": "
|
|
7540
|
+
"source": "ohm",
|
|
7419
7541
|
"source-layer": "transport_lines",
|
|
7420
7542
|
"minzoom": 7,
|
|
7421
7543
|
"maxzoom": 24,
|
|
@@ -7507,7 +7629,7 @@
|
|
|
7507
7629
|
{
|
|
7508
7630
|
"id": "roads_rail_mini_cross",
|
|
7509
7631
|
"type": "line",
|
|
7510
|
-
"source": "
|
|
7632
|
+
"source": "ohm",
|
|
7511
7633
|
"source-layer": "transport_lines",
|
|
7512
7634
|
"minzoom": 12,
|
|
7513
7635
|
"maxzoom": 24,
|
|
@@ -7592,7 +7714,7 @@
|
|
|
7592
7714
|
{
|
|
7593
7715
|
"id": "roads_rail_old",
|
|
7594
7716
|
"type": "line",
|
|
7595
|
-
"source": "
|
|
7717
|
+
"source": "ohm",
|
|
7596
7718
|
"source-layer": "transport_lines",
|
|
7597
7719
|
"minzoom": 7,
|
|
7598
7720
|
"maxzoom": 24,
|
|
@@ -7659,7 +7781,7 @@
|
|
|
7659
7781
|
{
|
|
7660
7782
|
"id": "roads_rail_old-dash",
|
|
7661
7783
|
"type": "line",
|
|
7662
|
-
"source": "
|
|
7784
|
+
"source": "ohm",
|
|
7663
7785
|
"source-layer": "transport_lines",
|
|
7664
7786
|
"minzoom": 7,
|
|
7665
7787
|
"maxzoom": 24,
|
|
@@ -7738,7 +7860,7 @@
|
|
|
7738
7860
|
{
|
|
7739
7861
|
"id": "roads_rail_old_cross",
|
|
7740
7862
|
"type": "line",
|
|
7741
|
-
"source": "
|
|
7863
|
+
"source": "ohm",
|
|
7742
7864
|
"source-layer": "transport_lines",
|
|
7743
7865
|
"minzoom": 12,
|
|
7744
7866
|
"maxzoom": 24,
|
|
@@ -7844,7 +7966,7 @@
|
|
|
7844
7966
|
{
|
|
7845
7967
|
"id": "roads_rail-main",
|
|
7846
7968
|
"type": "line",
|
|
7847
|
-
"source": "
|
|
7969
|
+
"source": "ohm",
|
|
7848
7970
|
"source-layer": "transport_lines",
|
|
7849
7971
|
"minzoom": 7,
|
|
7850
7972
|
"maxzoom": 24,
|
|
@@ -7926,7 +8048,7 @@
|
|
|
7926
8048
|
{
|
|
7927
8049
|
"id": "roads_rail-tunnel",
|
|
7928
8050
|
"type": "line",
|
|
7929
|
-
"source": "
|
|
8051
|
+
"source": "ohm",
|
|
7930
8052
|
"source-layer": "transport_lines",
|
|
7931
8053
|
"minzoom": 7,
|
|
7932
8054
|
"maxzoom": 24,
|
|
@@ -7983,7 +8105,7 @@
|
|
|
7983
8105
|
{
|
|
7984
8106
|
"id": "roads_rail-bridge",
|
|
7985
8107
|
"type": "line",
|
|
7986
|
-
"source": "
|
|
8108
|
+
"source": "ohm",
|
|
7987
8109
|
"source-layer": "transport_lines",
|
|
7988
8110
|
"minzoom": 7,
|
|
7989
8111
|
"maxzoom": 24,
|
|
@@ -8040,7 +8162,7 @@
|
|
|
8040
8162
|
{
|
|
8041
8163
|
"id": "roads_rail-yard-siding",
|
|
8042
8164
|
"type": "line",
|
|
8043
|
-
"source": "
|
|
8165
|
+
"source": "ohm",
|
|
8044
8166
|
"source-layer": "transport_lines",
|
|
8045
8167
|
"minzoom": 7,
|
|
8046
8168
|
"maxzoom": 24,
|
|
@@ -8083,7 +8205,7 @@
|
|
|
8083
8205
|
{
|
|
8084
8206
|
"id": "roads_rail-yard-siding-dash",
|
|
8085
8207
|
"type": "line",
|
|
8086
|
-
"source": "
|
|
8208
|
+
"source": "ohm",
|
|
8087
8209
|
"source-layer": "transport_lines",
|
|
8088
8210
|
"minzoom": 7,
|
|
8089
8211
|
"maxzoom": 24,
|
|
@@ -8161,7 +8283,7 @@
|
|
|
8161
8283
|
{
|
|
8162
8284
|
"id": "roads_rail",
|
|
8163
8285
|
"type": "line",
|
|
8164
|
-
"source": "
|
|
8286
|
+
"source": "ohm",
|
|
8165
8287
|
"source-layer": "transport_lines",
|
|
8166
8288
|
"minzoom": 7,
|
|
8167
8289
|
"maxzoom": 24,
|
|
@@ -8255,7 +8377,7 @@
|
|
|
8255
8377
|
{
|
|
8256
8378
|
"id": "roads_rail-main-dash",
|
|
8257
8379
|
"type": "line",
|
|
8258
|
-
"source": "
|
|
8380
|
+
"source": "ohm",
|
|
8259
8381
|
"source-layer": "transport_lines",
|
|
8260
8382
|
"minzoom": 7,
|
|
8261
8383
|
"maxzoom": 24,
|
|
@@ -8378,7 +8500,7 @@
|
|
|
8378
8500
|
{
|
|
8379
8501
|
"id": "roads_rail-dash-tunnel",
|
|
8380
8502
|
"type": "line",
|
|
8381
|
-
"source": "
|
|
8503
|
+
"source": "ohm",
|
|
8382
8504
|
"source-layer": "transport_lines",
|
|
8383
8505
|
"minzoom": 7,
|
|
8384
8506
|
"maxzoom": 24,
|
|
@@ -8476,7 +8598,7 @@
|
|
|
8476
8598
|
{
|
|
8477
8599
|
"id": "roads_rail-dash",
|
|
8478
8600
|
"type": "line",
|
|
8479
|
-
"source": "
|
|
8601
|
+
"source": "ohm",
|
|
8480
8602
|
"source-layer": "transport_lines",
|
|
8481
8603
|
"minzoom": 7,
|
|
8482
8604
|
"maxzoom": 24,
|
|
@@ -8587,7 +8709,7 @@
|
|
|
8587
8709
|
{
|
|
8588
8710
|
"id": "roads_rail_cross-main",
|
|
8589
8711
|
"type": "line",
|
|
8590
|
-
"source": "
|
|
8712
|
+
"source": "ohm",
|
|
8591
8713
|
"source-layer": "transport_lines",
|
|
8592
8714
|
"minzoom": 7,
|
|
8593
8715
|
"maxzoom": 24,
|
|
@@ -8701,7 +8823,7 @@
|
|
|
8701
8823
|
{
|
|
8702
8824
|
"id": "roads_rail_cross",
|
|
8703
8825
|
"type": "line",
|
|
8704
|
-
"source": "
|
|
8826
|
+
"source": "ohm",
|
|
8705
8827
|
"source-layer": "transport_lines",
|
|
8706
8828
|
"minzoom": 12,
|
|
8707
8829
|
"maxzoom": 24,
|
|
@@ -8815,7 +8937,7 @@
|
|
|
8815
8937
|
{
|
|
8816
8938
|
"id": "roads_rail_construction",
|
|
8817
8939
|
"type": "line",
|
|
8818
|
-
"source": "
|
|
8940
|
+
"source": "ohm",
|
|
8819
8941
|
"source-layer": "transport_lines",
|
|
8820
8942
|
"minzoom": 7,
|
|
8821
8943
|
"maxzoom": 24,
|
|
@@ -8873,7 +8995,7 @@
|
|
|
8873
8995
|
{
|
|
8874
8996
|
"id": "roads_rail_construction-dash",
|
|
8875
8997
|
"type": "line",
|
|
8876
|
-
"source": "
|
|
8998
|
+
"source": "ohm",
|
|
8877
8999
|
"source-layer": "transport_lines",
|
|
8878
9000
|
"minzoom": 7,
|
|
8879
9001
|
"maxzoom": 24,
|
|
@@ -8935,7 +9057,7 @@
|
|
|
8935
9057
|
{
|
|
8936
9058
|
"id": "roads_rail_construction_cross",
|
|
8937
9059
|
"type": "line",
|
|
8938
|
-
"source": "
|
|
9060
|
+
"source": "ohm",
|
|
8939
9061
|
"source-layer": "transport_lines",
|
|
8940
9062
|
"minzoom": 12,
|
|
8941
9063
|
"maxzoom": 24,
|
|
@@ -9030,7 +9152,7 @@
|
|
|
9030
9152
|
{
|
|
9031
9153
|
"id": "roads_residential_bridge_z13-case",
|
|
9032
9154
|
"type": "line",
|
|
9033
|
-
"source": "
|
|
9155
|
+
"source": "ohm",
|
|
9034
9156
|
"source-layer": "transport_lines",
|
|
9035
9157
|
"minzoom": 13,
|
|
9036
9158
|
"maxzoom": 24,
|
|
@@ -9086,7 +9208,7 @@
|
|
|
9086
9208
|
{
|
|
9087
9209
|
"id": "roads_tertiarybridge",
|
|
9088
9210
|
"type": "line",
|
|
9089
|
-
"source": "
|
|
9211
|
+
"source": "ohm",
|
|
9090
9212
|
"source-layer": "transport_lines",
|
|
9091
9213
|
"minzoom": 9,
|
|
9092
9214
|
"filter": [
|
|
@@ -9134,7 +9256,7 @@
|
|
|
9134
9256
|
{
|
|
9135
9257
|
"id": "roads_secondarybridge",
|
|
9136
9258
|
"type": "line",
|
|
9137
|
-
"source": "
|
|
9259
|
+
"source": "ohm",
|
|
9138
9260
|
"source-layer": "transport_lines",
|
|
9139
9261
|
"minzoom": 10,
|
|
9140
9262
|
"filter": [
|
|
@@ -9182,7 +9304,7 @@
|
|
|
9182
9304
|
{
|
|
9183
9305
|
"id": "roads_primarybridge",
|
|
9184
9306
|
"type": "line",
|
|
9185
|
-
"source": "
|
|
9307
|
+
"source": "ohm",
|
|
9186
9308
|
"source-layer": "transport_lines",
|
|
9187
9309
|
"minzoom": 10,
|
|
9188
9310
|
"maxzoom": 20,
|
|
@@ -9237,7 +9359,7 @@
|
|
|
9237
9359
|
{
|
|
9238
9360
|
"id": "roads_motorwaybridge",
|
|
9239
9361
|
"type": "line",
|
|
9240
|
-
"source": "
|
|
9362
|
+
"source": "ohm",
|
|
9241
9363
|
"source-layer": "transport_lines",
|
|
9242
9364
|
"minzoom": 9,
|
|
9243
9365
|
"maxzoom": 20,
|
|
@@ -9294,7 +9416,7 @@
|
|
|
9294
9416
|
{
|
|
9295
9417
|
"id": "roads_residential_bridgetop_z13",
|
|
9296
9418
|
"type": "line",
|
|
9297
|
-
"source": "
|
|
9419
|
+
"source": "ohm",
|
|
9298
9420
|
"source-layer": "transport_lines",
|
|
9299
9421
|
"minzoom": 12,
|
|
9300
9422
|
"maxzoom": 24,
|
|
@@ -9350,7 +9472,7 @@
|
|
|
9350
9472
|
{
|
|
9351
9473
|
"id": "roads_tertiarybridgetop",
|
|
9352
9474
|
"type": "line",
|
|
9353
|
-
"source": "
|
|
9475
|
+
"source": "ohm",
|
|
9354
9476
|
"source-layer": "transport_lines",
|
|
9355
9477
|
"minzoom": 6,
|
|
9356
9478
|
"maxzoom": 24,
|
|
@@ -9411,7 +9533,7 @@
|
|
|
9411
9533
|
{
|
|
9412
9534
|
"id": "roads_secondarybridgetop",
|
|
9413
9535
|
"type": "line",
|
|
9414
|
-
"source": "
|
|
9536
|
+
"source": "ohm",
|
|
9415
9537
|
"source-layer": "transport_lines",
|
|
9416
9538
|
"minzoom": 8,
|
|
9417
9539
|
"filter": [
|
|
@@ -9471,7 +9593,7 @@
|
|
|
9471
9593
|
{
|
|
9472
9594
|
"id": "roads_primarybridgetop",
|
|
9473
9595
|
"type": "line",
|
|
9474
|
-
"source": "
|
|
9596
|
+
"source": "ohm",
|
|
9475
9597
|
"source-layer": "transport_lines",
|
|
9476
9598
|
"minzoom": 6,
|
|
9477
9599
|
"filter": [
|
|
@@ -9531,7 +9653,7 @@
|
|
|
9531
9653
|
{
|
|
9532
9654
|
"id": "roads_motorwaybridgetop",
|
|
9533
9655
|
"type": "line",
|
|
9534
|
-
"source": "
|
|
9656
|
+
"source": "ohm",
|
|
9535
9657
|
"source-layer": "transport_lines",
|
|
9536
9658
|
"minzoom": 6,
|
|
9537
9659
|
"maxzoom": 20,
|
|
@@ -9596,7 +9718,7 @@
|
|
|
9596
9718
|
{
|
|
9597
9719
|
"id": "roads_rail_tram",
|
|
9598
9720
|
"type": "line",
|
|
9599
|
-
"source": "
|
|
9721
|
+
"source": "ohm",
|
|
9600
9722
|
"source-layer": "transport_lines",
|
|
9601
9723
|
"minzoom": 11,
|
|
9602
9724
|
"maxzoom": 24,
|
|
@@ -9664,7 +9786,7 @@
|
|
|
9664
9786
|
{
|
|
9665
9787
|
"id": "barriers-dotted",
|
|
9666
9788
|
"type": "line",
|
|
9667
|
-
"source": "
|
|
9789
|
+
"source": "ohm",
|
|
9668
9790
|
"source-layer": "other_lines",
|
|
9669
9791
|
"filter": [
|
|
9670
9792
|
"==",
|
|
@@ -9686,7 +9808,7 @@
|
|
|
9686
9808
|
{
|
|
9687
9809
|
"id": "landuse_lines",
|
|
9688
9810
|
"type": "line",
|
|
9689
|
-
"source": "
|
|
9811
|
+
"source": "ohm",
|
|
9690
9812
|
"source-layer": "landuse_lines",
|
|
9691
9813
|
"filter": [
|
|
9692
9814
|
"all"
|
|
@@ -9718,7 +9840,7 @@
|
|
|
9718
9840
|
{
|
|
9719
9841
|
"id": "barriers",
|
|
9720
9842
|
"type": "line",
|
|
9721
|
-
"source": "
|
|
9843
|
+
"source": "ohm",
|
|
9722
9844
|
"source-layer": "other_lines",
|
|
9723
9845
|
"filter": [
|
|
9724
9846
|
"all"
|
|
@@ -9762,7 +9884,7 @@
|
|
|
9762
9884
|
{
|
|
9763
9885
|
"id": "power_lines",
|
|
9764
9886
|
"type": "line",
|
|
9765
|
-
"source": "
|
|
9887
|
+
"source": "ohm",
|
|
9766
9888
|
"source-layer": "other_lines",
|
|
9767
9889
|
"filter": [
|
|
9768
9890
|
"all",
|
|
@@ -9793,7 +9915,7 @@
|
|
|
9793
9915
|
{
|
|
9794
9916
|
"id": "city_county_lines_admin_9",
|
|
9795
9917
|
"type": "line",
|
|
9796
|
-
"source": "
|
|
9918
|
+
"source": "ohm",
|
|
9797
9919
|
"source-layer": "land_ohm_lines",
|
|
9798
9920
|
"minzoom": 11,
|
|
9799
9921
|
"maxzoom": 20,
|
|
@@ -9834,9 +9956,9 @@
|
|
|
9834
9956
|
}
|
|
9835
9957
|
},
|
|
9836
9958
|
{
|
|
9837
|
-
"id": "
|
|
9959
|
+
"id": "city_county_lines_admin_7-8",
|
|
9838
9960
|
"type": "line",
|
|
9839
|
-
"source": "
|
|
9961
|
+
"source": "ohm",
|
|
9840
9962
|
"source-layer": "land_ohm_lines",
|
|
9841
9963
|
"minzoom": 10,
|
|
9842
9964
|
"maxzoom": 20,
|
|
@@ -9878,9 +10000,9 @@
|
|
|
9878
10000
|
}
|
|
9879
10001
|
},
|
|
9880
10002
|
{
|
|
9881
|
-
"id": "
|
|
10003
|
+
"id": "admin_admin_5-6",
|
|
9882
10004
|
"type": "line",
|
|
9883
|
-
"source": "
|
|
10005
|
+
"source": "ohm",
|
|
9884
10006
|
"source-layer": "land_ohm_lines",
|
|
9885
10007
|
"minzoom": 8,
|
|
9886
10008
|
"maxzoom": 20,
|
|
@@ -9934,9 +10056,9 @@
|
|
|
9934
10056
|
}
|
|
9935
10057
|
},
|
|
9936
10058
|
{
|
|
9937
|
-
"id": "
|
|
10059
|
+
"id": "state_lines_admin_4-case",
|
|
9938
10060
|
"type": "line",
|
|
9939
|
-
"source": "
|
|
10061
|
+
"source": "ohm",
|
|
9940
10062
|
"source-layer": "land_ohm_lines",
|
|
9941
10063
|
"minzoom": 3,
|
|
9942
10064
|
"maxzoom": 20,
|
|
@@ -9996,9 +10118,9 @@
|
|
|
9996
10118
|
}
|
|
9997
10119
|
},
|
|
9998
10120
|
{
|
|
9999
|
-
"id": "
|
|
10121
|
+
"id": "state_lines_admin_4",
|
|
10000
10122
|
"type": "line",
|
|
10001
|
-
"source": "
|
|
10123
|
+
"source": "ohm",
|
|
10002
10124
|
"source-layer": "land_ohm_lines",
|
|
10003
10125
|
"minzoom": 3,
|
|
10004
10126
|
"maxzoom": 20,
|
|
@@ -10060,7 +10182,7 @@
|
|
|
10060
10182
|
{
|
|
10061
10183
|
"id": "admin_admin3",
|
|
10062
10184
|
"type": "line",
|
|
10063
|
-
"source": "
|
|
10185
|
+
"source": "ohm",
|
|
10064
10186
|
"source-layer": "land_ohm_lines",
|
|
10065
10187
|
"minzoom": 5,
|
|
10066
10188
|
"maxzoom": 20,
|
|
@@ -10095,9 +10217,9 @@
|
|
|
10095
10217
|
}
|
|
10096
10218
|
},
|
|
10097
10219
|
{
|
|
10098
|
-
"id": "
|
|
10220
|
+
"id": "admin_country_lines_z10_case",
|
|
10099
10221
|
"type": "line",
|
|
10100
|
-
"source": "
|
|
10222
|
+
"source": "ohm",
|
|
10101
10223
|
"source-layer": "land_ohm_lines",
|
|
10102
10224
|
"minzoom": 0,
|
|
10103
10225
|
"maxzoom": 20,
|
|
@@ -10154,9 +10276,9 @@
|
|
|
10154
10276
|
}
|
|
10155
10277
|
},
|
|
10156
10278
|
{
|
|
10157
|
-
"id": "
|
|
10279
|
+
"id": "admin_country_lines_z10",
|
|
10158
10280
|
"type": "line",
|
|
10159
|
-
"source": "
|
|
10281
|
+
"source": "ohm",
|
|
10160
10282
|
"source-layer": "land_ohm_lines",
|
|
10161
10283
|
"minzoom": 0,
|
|
10162
10284
|
"maxzoom": 20,
|
|
@@ -10221,9 +10343,9 @@
|
|
|
10221
10343
|
}
|
|
10222
10344
|
},
|
|
10223
10345
|
{
|
|
10224
|
-
"id": "
|
|
10346
|
+
"id": "road_labels_z14",
|
|
10225
10347
|
"type": "symbol",
|
|
10226
|
-
"source": "
|
|
10348
|
+
"source": "ohm",
|
|
10227
10349
|
"source-layer": "transport_lines",
|
|
10228
10350
|
"minzoom": 14,
|
|
10229
10351
|
"filter": [
|
|
@@ -10253,9 +10375,9 @@
|
|
|
10253
10375
|
}
|
|
10254
10376
|
},
|
|
10255
10377
|
{
|
|
10256
|
-
"id": "
|
|
10378
|
+
"id": "road_labels_z11",
|
|
10257
10379
|
"type": "symbol",
|
|
10258
|
-
"source": "
|
|
10380
|
+
"source": "ohm",
|
|
10259
10381
|
"source-layer": "transport_lines",
|
|
10260
10382
|
"minzoom": 11,
|
|
10261
10383
|
"filter": [
|
|
@@ -10296,9 +10418,9 @@
|
|
|
10296
10418
|
}
|
|
10297
10419
|
},
|
|
10298
10420
|
{
|
|
10299
|
-
"id": "
|
|
10421
|
+
"id": "water_areas_labels_z15",
|
|
10300
10422
|
"type": "symbol",
|
|
10301
|
-
"source": "
|
|
10423
|
+
"source": "ohm",
|
|
10302
10424
|
"source-layer": "water_areas_centroids",
|
|
10303
10425
|
"minzoom": 15,
|
|
10304
10426
|
"maxzoom": 24,
|
|
@@ -10341,9 +10463,9 @@
|
|
|
10341
10463
|
}
|
|
10342
10464
|
},
|
|
10343
10465
|
{
|
|
10344
|
-
"id": "
|
|
10466
|
+
"id": "water_areas_labels_z12",
|
|
10345
10467
|
"type": "symbol",
|
|
10346
|
-
"source": "
|
|
10468
|
+
"source": "ohm",
|
|
10347
10469
|
"source-layer": "water_areas_centroids",
|
|
10348
10470
|
"minzoom": 12,
|
|
10349
10471
|
"maxzoom": 15,
|
|
@@ -10387,9 +10509,9 @@
|
|
|
10387
10509
|
}
|
|
10388
10510
|
},
|
|
10389
10511
|
{
|
|
10390
|
-
"id": "
|
|
10512
|
+
"id": "water_point_labels_ocean_sea",
|
|
10391
10513
|
"type": "symbol",
|
|
10392
|
-
"source": "
|
|
10514
|
+
"source": "ohm",
|
|
10393
10515
|
"source-layer": "place_points_centroids",
|
|
10394
10516
|
"minzoom": 0,
|
|
10395
10517
|
"maxzoom": 24,
|
|
@@ -10441,9 +10563,9 @@
|
|
|
10441
10563
|
}
|
|
10442
10564
|
},
|
|
10443
10565
|
{
|
|
10444
|
-
"id": "
|
|
10566
|
+
"id": "water_areas_labels_z8",
|
|
10445
10567
|
"type": "symbol",
|
|
10446
|
-
"source": "
|
|
10568
|
+
"source": "ohm",
|
|
10447
10569
|
"source-layer": "water_areas_centroids",
|
|
10448
10570
|
"minzoom": 8,
|
|
10449
10571
|
"maxzoom": 12,
|
|
@@ -10488,9 +10610,9 @@
|
|
|
10488
10610
|
}
|
|
10489
10611
|
},
|
|
10490
10612
|
{
|
|
10491
|
-
"id": "
|
|
10613
|
+
"id": "water_lines_labels_cliff",
|
|
10492
10614
|
"type": "symbol",
|
|
10493
|
-
"source": "
|
|
10615
|
+
"source": "ohm",
|
|
10494
10616
|
"source-layer": "water_lines",
|
|
10495
10617
|
"filter": [
|
|
10496
10618
|
"==",
|
|
@@ -10535,9 +10657,9 @@
|
|
|
10535
10657
|
}
|
|
10536
10658
|
},
|
|
10537
10659
|
{
|
|
10538
|
-
"id": "
|
|
10660
|
+
"id": "water_lines_labels_dam",
|
|
10539
10661
|
"type": "symbol",
|
|
10540
|
-
"source": "
|
|
10662
|
+
"source": "ohm",
|
|
10541
10663
|
"source-layer": "water_lines",
|
|
10542
10664
|
"filter": [
|
|
10543
10665
|
"==",
|
|
@@ -10582,9 +10704,9 @@
|
|
|
10582
10704
|
}
|
|
10583
10705
|
},
|
|
10584
10706
|
{
|
|
10585
|
-
"id": "
|
|
10707
|
+
"id": "water_lines_labels",
|
|
10586
10708
|
"type": "symbol",
|
|
10587
|
-
"source": "
|
|
10709
|
+
"source": "ohm",
|
|
10588
10710
|
"source-layer": "water_lines",
|
|
10589
10711
|
"minzoom": 12,
|
|
10590
10712
|
"maxzoom": 24,
|
|
@@ -10641,11 +10763,43 @@
|
|
|
10641
10763
|
}
|
|
10642
10764
|
},
|
|
10643
10765
|
{
|
|
10644
|
-
"id": "
|
|
10766
|
+
"id": "points_from_landuse_areas",
|
|
10645
10767
|
"type": "symbol",
|
|
10646
|
-
"source": "
|
|
10768
|
+
"source": "ohm",
|
|
10647
10769
|
"source-layer": "landuse_points_centroids",
|
|
10648
|
-
"minzoom":
|
|
10770
|
+
"minzoom": 16,
|
|
10771
|
+
"filter": [
|
|
10772
|
+
"!",
|
|
10773
|
+
[
|
|
10774
|
+
"in",
|
|
10775
|
+
[
|
|
10776
|
+
"get",
|
|
10777
|
+
"type"
|
|
10778
|
+
],
|
|
10779
|
+
[
|
|
10780
|
+
"literal",
|
|
10781
|
+
[
|
|
10782
|
+
"garden",
|
|
10783
|
+
"peak",
|
|
10784
|
+
"wetland"
|
|
10785
|
+
]
|
|
10786
|
+
]
|
|
10787
|
+
]
|
|
10788
|
+
],
|
|
10789
|
+
"layout": {
|
|
10790
|
+
"icon-image": "{type}-18",
|
|
10791
|
+
"text-font": [
|
|
10792
|
+
"OpenHistorical"
|
|
10793
|
+
],
|
|
10794
|
+
"visibility": "visible"
|
|
10795
|
+
}
|
|
10796
|
+
},
|
|
10797
|
+
{
|
|
10798
|
+
"id": "landuse_areas_labels_park_small",
|
|
10799
|
+
"type": "symbol",
|
|
10800
|
+
"source": "ohm",
|
|
10801
|
+
"source-layer": "landuse_points_centroids",
|
|
10802
|
+
"minzoom": 16,
|
|
10649
10803
|
"maxzoom": 24,
|
|
10650
10804
|
"filter": [
|
|
10651
10805
|
"all",
|
|
@@ -10673,12 +10827,12 @@
|
|
|
10673
10827
|
]
|
|
10674
10828
|
],
|
|
10675
10829
|
[
|
|
10676
|
-
"
|
|
10830
|
+
"<",
|
|
10677
10831
|
[
|
|
10678
10832
|
"get",
|
|
10679
|
-
"
|
|
10833
|
+
"area_m2"
|
|
10680
10834
|
],
|
|
10681
|
-
|
|
10835
|
+
40000
|
|
10682
10836
|
]
|
|
10683
10837
|
],
|
|
10684
10838
|
"layout": {
|
|
@@ -10715,29 +10869,47 @@
|
|
|
10715
10869
|
}
|
|
10716
10870
|
},
|
|
10717
10871
|
{
|
|
10718
|
-
"id": "
|
|
10872
|
+
"id": "landuse_areas_labels_park_medium",
|
|
10719
10873
|
"type": "symbol",
|
|
10720
|
-
"source": "
|
|
10874
|
+
"source": "ohm",
|
|
10721
10875
|
"source-layer": "landuse_points_centroids",
|
|
10722
|
-
"minzoom":
|
|
10723
|
-
"maxzoom":
|
|
10876
|
+
"minzoom": 15,
|
|
10877
|
+
"maxzoom": 20,
|
|
10724
10878
|
"filter": [
|
|
10725
|
-
"
|
|
10879
|
+
"all",
|
|
10726
10880
|
[
|
|
10727
|
-
"
|
|
10728
|
-
|
|
10881
|
+
"in",
|
|
10882
|
+
[
|
|
10883
|
+
"get",
|
|
10884
|
+
"type"
|
|
10885
|
+
],
|
|
10886
|
+
[
|
|
10887
|
+
"literal",
|
|
10888
|
+
[
|
|
10889
|
+
"park",
|
|
10890
|
+
"camp_site",
|
|
10891
|
+
"recreation_ground",
|
|
10892
|
+
"sports_centre",
|
|
10893
|
+
"stadium",
|
|
10894
|
+
"village_green"
|
|
10895
|
+
]
|
|
10896
|
+
]
|
|
10729
10897
|
],
|
|
10730
10898
|
[
|
|
10731
|
-
"
|
|
10899
|
+
">=",
|
|
10732
10900
|
[
|
|
10733
|
-
"
|
|
10734
|
-
"
|
|
10735
|
-
|
|
10736
|
-
|
|
10737
|
-
|
|
10738
|
-
|
|
10739
|
-
|
|
10740
|
-
|
|
10901
|
+
"get",
|
|
10902
|
+
"area_m2"
|
|
10903
|
+
],
|
|
10904
|
+
40000
|
|
10905
|
+
],
|
|
10906
|
+
[
|
|
10907
|
+
"<",
|
|
10908
|
+
[
|
|
10909
|
+
"get",
|
|
10910
|
+
"area_m2"
|
|
10911
|
+
],
|
|
10912
|
+
3000000
|
|
10741
10913
|
]
|
|
10742
10914
|
],
|
|
10743
10915
|
"layout": {
|
|
@@ -10745,28 +10917,188 @@
|
|
|
10745
10917
|
"get",
|
|
10746
10918
|
"name"
|
|
10747
10919
|
],
|
|
10748
|
-
"text-size":
|
|
10920
|
+
"text-size": [
|
|
10921
|
+
"interpolate",
|
|
10922
|
+
[
|
|
10923
|
+
"linear"
|
|
10924
|
+
],
|
|
10925
|
+
[
|
|
10926
|
+
"zoom"
|
|
10927
|
+
],
|
|
10928
|
+
12,
|
|
10929
|
+
12,
|
|
10930
|
+
13,
|
|
10931
|
+
14,
|
|
10932
|
+
16,
|
|
10933
|
+
16
|
|
10934
|
+
],
|
|
10935
|
+
"visibility": "visible",
|
|
10936
|
+
"icon-text-fit": "none",
|
|
10937
|
+
"text-allow-overlap": false,
|
|
10938
|
+
"text-ignore-placement": false,
|
|
10749
10939
|
"text-font": [
|
|
10750
10940
|
"OpenHistorical"
|
|
10751
10941
|
]
|
|
10752
10942
|
},
|
|
10753
10943
|
"paint": {
|
|
10754
|
-
"text-color": "rgba(
|
|
10755
|
-
"text-halo-color": "rgba(
|
|
10756
|
-
"text-
|
|
10757
|
-
|
|
10758
|
-
|
|
10759
|
-
|
|
10760
|
-
|
|
10761
|
-
|
|
10762
|
-
|
|
10763
|
-
|
|
10764
|
-
|
|
10765
|
-
|
|
10766
|
-
|
|
10767
|
-
|
|
10768
|
-
|
|
10769
|
-
|
|
10944
|
+
"text-color": "rgba(64, 64, 64, 1)",
|
|
10945
|
+
"text-halo-color": "rgba(228, 235, 209, 1)",
|
|
10946
|
+
"text-opacity": [
|
|
10947
|
+
"interpolate",
|
|
10948
|
+
[
|
|
10949
|
+
"linear"
|
|
10950
|
+
],
|
|
10951
|
+
[
|
|
10952
|
+
"zoom"
|
|
10953
|
+
],
|
|
10954
|
+
14.99,
|
|
10955
|
+
0,
|
|
10956
|
+
15,
|
|
10957
|
+
1,
|
|
10958
|
+
17,
|
|
10959
|
+
1,
|
|
10960
|
+
19,
|
|
10961
|
+
0.1
|
|
10962
|
+
],
|
|
10963
|
+
"text-halo-width": 2,
|
|
10964
|
+
"icon-translate-anchor": "map"
|
|
10965
|
+
}
|
|
10966
|
+
},
|
|
10967
|
+
{
|
|
10968
|
+
"id": "landuse_areas_labels_park_large",
|
|
10969
|
+
"type": "symbol",
|
|
10970
|
+
"source": "ohm",
|
|
10971
|
+
"source-layer": "landuse_points_centroids",
|
|
10972
|
+
"minzoom": 12,
|
|
10973
|
+
"maxzoom": 16,
|
|
10974
|
+
"filter": [
|
|
10975
|
+
"all",
|
|
10976
|
+
[
|
|
10977
|
+
"in",
|
|
10978
|
+
[
|
|
10979
|
+
"get",
|
|
10980
|
+
"type"
|
|
10981
|
+
],
|
|
10982
|
+
[
|
|
10983
|
+
"literal",
|
|
10984
|
+
[
|
|
10985
|
+
"park",
|
|
10986
|
+
"camp_site",
|
|
10987
|
+
"recreation_ground",
|
|
10988
|
+
"sports_centre",
|
|
10989
|
+
"stadium",
|
|
10990
|
+
"village_green"
|
|
10991
|
+
]
|
|
10992
|
+
]
|
|
10993
|
+
],
|
|
10994
|
+
[
|
|
10995
|
+
">=",
|
|
10996
|
+
[
|
|
10997
|
+
"get",
|
|
10998
|
+
"area_m2"
|
|
10999
|
+
],
|
|
11000
|
+
3000000
|
|
11001
|
+
]
|
|
11002
|
+
],
|
|
11003
|
+
"layout": {
|
|
11004
|
+
"text-field": [
|
|
11005
|
+
"get",
|
|
11006
|
+
"name"
|
|
11007
|
+
],
|
|
11008
|
+
"text-size": [
|
|
11009
|
+
"interpolate",
|
|
11010
|
+
[
|
|
11011
|
+
"linear"
|
|
11012
|
+
],
|
|
11013
|
+
[
|
|
11014
|
+
"zoom"
|
|
11015
|
+
],
|
|
11016
|
+
12,
|
|
11017
|
+
12,
|
|
11018
|
+
16,
|
|
11019
|
+
24
|
|
11020
|
+
],
|
|
11021
|
+
"visibility": "visible",
|
|
11022
|
+
"icon-text-fit": "none",
|
|
11023
|
+
"text-allow-overlap": false,
|
|
11024
|
+
"text-ignore-placement": false,
|
|
11025
|
+
"text-font": [
|
|
11026
|
+
"OpenHistorical"
|
|
11027
|
+
]
|
|
11028
|
+
},
|
|
11029
|
+
"paint": {
|
|
11030
|
+
"text-color": "rgba(85, 104, 42, 1)",
|
|
11031
|
+
"text-halo-color": "rgba(228, 235, 209, 1)",
|
|
11032
|
+
"text-opacity": [
|
|
11033
|
+
"interpolate",
|
|
11034
|
+
[
|
|
11035
|
+
"linear"
|
|
11036
|
+
],
|
|
11037
|
+
[
|
|
11038
|
+
"zoom"
|
|
11039
|
+
],
|
|
11040
|
+
15.5,
|
|
11041
|
+
1,
|
|
11042
|
+
15.99,
|
|
11043
|
+
0
|
|
11044
|
+
],
|
|
11045
|
+
"text-halo-width": 2,
|
|
11046
|
+
"icon-translate-anchor": "map"
|
|
11047
|
+
}
|
|
11048
|
+
},
|
|
11049
|
+
{
|
|
11050
|
+
"id": "landuse_areas_labels_farming",
|
|
11051
|
+
"type": "symbol",
|
|
11052
|
+
"source": "ohm",
|
|
11053
|
+
"source-layer": "landuse_points_centroids",
|
|
11054
|
+
"minzoom": 14,
|
|
11055
|
+
"maxzoom": 24,
|
|
11056
|
+
"filter": [
|
|
11057
|
+
"in",
|
|
11058
|
+
[
|
|
11059
|
+
"get",
|
|
11060
|
+
"type"
|
|
11061
|
+
],
|
|
11062
|
+
[
|
|
11063
|
+
"literal",
|
|
11064
|
+
[
|
|
11065
|
+
"allotmets",
|
|
11066
|
+
"farm",
|
|
11067
|
+
"farmland",
|
|
11068
|
+
"farmyard",
|
|
11069
|
+
"garden",
|
|
11070
|
+
"orchard",
|
|
11071
|
+
"vineyard"
|
|
11072
|
+
]
|
|
11073
|
+
]
|
|
11074
|
+
],
|
|
11075
|
+
"layout": {
|
|
11076
|
+
"text-field": [
|
|
11077
|
+
"get",
|
|
11078
|
+
"name"
|
|
11079
|
+
],
|
|
11080
|
+
"text-size": 11,
|
|
11081
|
+
"text-font": [
|
|
11082
|
+
"OpenHistorical"
|
|
11083
|
+
]
|
|
11084
|
+
},
|
|
11085
|
+
"paint": {
|
|
11086
|
+
"text-color": "rgba(107, 101, 71, 1)",
|
|
11087
|
+
"text-halo-color": "rgba(255, 254, 249, 1)",
|
|
11088
|
+
"text-halo-width": 1
|
|
11089
|
+
}
|
|
11090
|
+
},
|
|
11091
|
+
{
|
|
11092
|
+
"id": "landuse_areas_labels_forest",
|
|
11093
|
+
"type": "symbol",
|
|
11094
|
+
"source": "ohm",
|
|
11095
|
+
"source-layer": "landuse_points_centroids",
|
|
11096
|
+
"minzoom": 14,
|
|
11097
|
+
"maxzoom": 24,
|
|
11098
|
+
"filter": [
|
|
11099
|
+
"in",
|
|
11100
|
+
[
|
|
11101
|
+
"get",
|
|
10770
11102
|
"type"
|
|
10771
11103
|
],
|
|
10772
11104
|
[
|
|
@@ -10794,27 +11126,170 @@
|
|
|
10794
11126
|
}
|
|
10795
11127
|
},
|
|
10796
11128
|
{
|
|
10797
|
-
"id": "
|
|
11129
|
+
"id": "landuse_areas_labels_nature_reserve",
|
|
10798
11130
|
"type": "symbol",
|
|
10799
|
-
"source": "
|
|
11131
|
+
"source": "ohm",
|
|
10800
11132
|
"source-layer": "landuse_points_centroids",
|
|
10801
|
-
"minzoom":
|
|
10802
|
-
"maxzoom":
|
|
11133
|
+
"minzoom": 12,
|
|
11134
|
+
"maxzoom": 16,
|
|
10803
11135
|
"filter": [
|
|
10804
|
-
"
|
|
11136
|
+
"all",
|
|
11137
|
+
[
|
|
11138
|
+
"in",
|
|
11139
|
+
[
|
|
11140
|
+
"get",
|
|
11141
|
+
"type"
|
|
11142
|
+
],
|
|
11143
|
+
[
|
|
11144
|
+
"literal",
|
|
11145
|
+
[
|
|
11146
|
+
"nature_reserve"
|
|
11147
|
+
]
|
|
11148
|
+
]
|
|
11149
|
+
],
|
|
10805
11150
|
[
|
|
11151
|
+
"<",
|
|
11152
|
+
[
|
|
11153
|
+
"get",
|
|
11154
|
+
"area_m2"
|
|
11155
|
+
],
|
|
11156
|
+
30000000
|
|
11157
|
+
]
|
|
11158
|
+
],
|
|
11159
|
+
"layout": {
|
|
11160
|
+
"text-size": 12,
|
|
11161
|
+
"text-field": [
|
|
10806
11162
|
"get",
|
|
10807
|
-
"
|
|
11163
|
+
"name"
|
|
10808
11164
|
],
|
|
11165
|
+
"text-font": [
|
|
11166
|
+
"OpenHistorical"
|
|
11167
|
+
]
|
|
11168
|
+
},
|
|
11169
|
+
"paint": {
|
|
11170
|
+
"text-color": "rgba(95, 107, 71, 1)",
|
|
11171
|
+
"text-halo-color": "rgba(201, 213, 190, 1)",
|
|
11172
|
+
"text-halo-width": 1
|
|
11173
|
+
}
|
|
11174
|
+
},
|
|
11175
|
+
{
|
|
11176
|
+
"id": "landuse_areas_labels_nature_reserve_med_10-14",
|
|
11177
|
+
"type": "symbol",
|
|
11178
|
+
"source": "ohm",
|
|
11179
|
+
"source-layer": "landuse_points_centroids",
|
|
11180
|
+
"minzoom": 10,
|
|
11181
|
+
"maxzoom": 14,
|
|
11182
|
+
"filter": [
|
|
11183
|
+
"all",
|
|
10809
11184
|
[
|
|
10810
|
-
"
|
|
11185
|
+
"in",
|
|
10811
11186
|
[
|
|
10812
|
-
"
|
|
11187
|
+
"get",
|
|
11188
|
+
"type"
|
|
11189
|
+
],
|
|
11190
|
+
[
|
|
11191
|
+
"literal",
|
|
11192
|
+
[
|
|
11193
|
+
"nature_reserve"
|
|
11194
|
+
]
|
|
11195
|
+
]
|
|
11196
|
+
],
|
|
11197
|
+
[
|
|
11198
|
+
">=",
|
|
11199
|
+
[
|
|
11200
|
+
"get",
|
|
11201
|
+
"area_m2"
|
|
11202
|
+
],
|
|
11203
|
+
30000000
|
|
11204
|
+
],
|
|
11205
|
+
[
|
|
11206
|
+
"<",
|
|
11207
|
+
[
|
|
11208
|
+
"get",
|
|
11209
|
+
"area_m2"
|
|
11210
|
+
],
|
|
11211
|
+
100000000
|
|
11212
|
+
]
|
|
11213
|
+
],
|
|
11214
|
+
"layout": {
|
|
11215
|
+
"text-size": [
|
|
11216
|
+
"interpolate",
|
|
11217
|
+
[
|
|
11218
|
+
"linear"
|
|
11219
|
+
],
|
|
11220
|
+
[
|
|
11221
|
+
"zoom"
|
|
11222
|
+
],
|
|
11223
|
+
10,
|
|
11224
|
+
10,
|
|
11225
|
+
11,
|
|
11226
|
+
12,
|
|
11227
|
+
13,
|
|
11228
|
+
14
|
|
11229
|
+
],
|
|
11230
|
+
"text-field": [
|
|
11231
|
+
"get",
|
|
11232
|
+
"name"
|
|
11233
|
+
],
|
|
11234
|
+
"text-font": [
|
|
11235
|
+
"OpenHistorical"
|
|
11236
|
+
]
|
|
11237
|
+
},
|
|
11238
|
+
"paint": {
|
|
11239
|
+
"text-color": "rgba(95, 107, 71, 1)",
|
|
11240
|
+
"text-halo-color": "rgba(201, 213, 190, 1)",
|
|
11241
|
+
"text-halo-width": 1
|
|
11242
|
+
}
|
|
11243
|
+
},
|
|
11244
|
+
{
|
|
11245
|
+
"id": "landuse_areas_labels_nature_reserve_xl",
|
|
11246
|
+
"type": "symbol",
|
|
11247
|
+
"source": "ohm",
|
|
11248
|
+
"source-layer": "landuse_points_centroids",
|
|
11249
|
+
"minzoom": 7,
|
|
11250
|
+
"maxzoom": 12,
|
|
11251
|
+
"filter": [
|
|
11252
|
+
"all",
|
|
11253
|
+
[
|
|
11254
|
+
"in",
|
|
11255
|
+
[
|
|
11256
|
+
"get",
|
|
11257
|
+
"type"
|
|
11258
|
+
],
|
|
11259
|
+
[
|
|
11260
|
+
"literal",
|
|
11261
|
+
[
|
|
11262
|
+
"nature_reserve"
|
|
11263
|
+
]
|
|
10813
11264
|
]
|
|
11265
|
+
],
|
|
11266
|
+
[
|
|
11267
|
+
">=",
|
|
11268
|
+
[
|
|
11269
|
+
"get",
|
|
11270
|
+
"area_m2"
|
|
11271
|
+
],
|
|
11272
|
+
100000000
|
|
10814
11273
|
]
|
|
10815
11274
|
],
|
|
10816
11275
|
"layout": {
|
|
10817
|
-
"text-size":
|
|
11276
|
+
"text-size": [
|
|
11277
|
+
"interpolate",
|
|
11278
|
+
[
|
|
11279
|
+
"linear"
|
|
11280
|
+
],
|
|
11281
|
+
[
|
|
11282
|
+
"zoom"
|
|
11283
|
+
],
|
|
11284
|
+
7,
|
|
11285
|
+
12,
|
|
11286
|
+
8,
|
|
11287
|
+
16,
|
|
11288
|
+
9,
|
|
11289
|
+
24,
|
|
11290
|
+
12,
|
|
11291
|
+
14
|
|
11292
|
+
],
|
|
10818
11293
|
"text-field": [
|
|
10819
11294
|
"get",
|
|
10820
11295
|
"name"
|
|
@@ -10830,9 +11305,9 @@
|
|
|
10830
11305
|
}
|
|
10831
11306
|
},
|
|
10832
11307
|
{
|
|
10833
|
-
"id": "
|
|
11308
|
+
"id": "landuse_areas_labels_school",
|
|
10834
11309
|
"type": "symbol",
|
|
10835
|
-
"source": "
|
|
11310
|
+
"source": "ohm",
|
|
10836
11311
|
"source-layer": "landuse_points_centroids",
|
|
10837
11312
|
"minzoom": 14,
|
|
10838
11313
|
"maxzoom": 24,
|
|
@@ -10870,9 +11345,9 @@
|
|
|
10870
11345
|
}
|
|
10871
11346
|
},
|
|
10872
11347
|
{
|
|
10873
|
-
"id": "
|
|
11348
|
+
"id": "other_areas_labels_military",
|
|
10874
11349
|
"type": "symbol",
|
|
10875
|
-
"source": "
|
|
11350
|
+
"source": "ohm",
|
|
10876
11351
|
"source-layer": "other_points_centroids",
|
|
10877
11352
|
"minzoom": 12,
|
|
10878
11353
|
"maxzoom": 24,
|
|
@@ -10901,9 +11376,9 @@
|
|
|
10901
11376
|
}
|
|
10902
11377
|
},
|
|
10903
11378
|
{
|
|
10904
|
-
"id": "
|
|
11379
|
+
"id": "landuse_areas_labels_z8glacier",
|
|
10905
11380
|
"type": "symbol",
|
|
10906
|
-
"source": "
|
|
11381
|
+
"source": "ohm",
|
|
10907
11382
|
"source-layer": "landuse_points_centroids",
|
|
10908
11383
|
"minzoom": 10,
|
|
10909
11384
|
"maxzoom": 22,
|
|
@@ -10950,7 +11425,7 @@
|
|
|
10950
11425
|
{
|
|
10951
11426
|
"id": "placearea_label",
|
|
10952
11427
|
"type": "symbol",
|
|
10953
|
-
"source": "
|
|
11428
|
+
"source": "ohm",
|
|
10954
11429
|
"source-layer": "place_points_centroids",
|
|
10955
11430
|
"minzoom": 14,
|
|
10956
11431
|
"maxzoom": 24,
|
|
@@ -11026,9 +11501,9 @@
|
|
|
11026
11501
|
}
|
|
11027
11502
|
},
|
|
11028
11503
|
{
|
|
11029
|
-
"id": "
|
|
11504
|
+
"id": "points_of_interest_buildings",
|
|
11030
11505
|
"type": "symbol",
|
|
11031
|
-
"source": "
|
|
11506
|
+
"source": "ohm",
|
|
11032
11507
|
"source-layer": "buildings_points_centroids",
|
|
11033
11508
|
"minzoom": 16,
|
|
11034
11509
|
"filter": [
|
|
@@ -11055,9 +11530,11 @@
|
|
|
11055
11530
|
"zoom"
|
|
11056
11531
|
],
|
|
11057
11532
|
16,
|
|
11058
|
-
|
|
11533
|
+
12,
|
|
11534
|
+
17,
|
|
11535
|
+
14,
|
|
11059
11536
|
20,
|
|
11060
|
-
|
|
11537
|
+
16
|
|
11061
11538
|
],
|
|
11062
11539
|
"text-anchor": "center",
|
|
11063
11540
|
"text-offset": [
|
|
@@ -11090,9 +11567,9 @@
|
|
|
11090
11567
|
}
|
|
11091
11568
|
},
|
|
11092
11569
|
{
|
|
11093
|
-
"id": "
|
|
11570
|
+
"id": "points_of_interest_from_areas_z14_centroids",
|
|
11094
11571
|
"type": "symbol",
|
|
11095
|
-
"source": "
|
|
11572
|
+
"source": "ohm",
|
|
11096
11573
|
"source-layer": "amenity_points_centroids",
|
|
11097
11574
|
"minzoom": 14,
|
|
11098
11575
|
"maxzoom": 16,
|
|
@@ -11145,9 +11622,9 @@
|
|
|
11145
11622
|
}
|
|
11146
11623
|
},
|
|
11147
11624
|
{
|
|
11148
|
-
"id": "
|
|
11625
|
+
"id": "points_of_interest_from_areas_z14",
|
|
11149
11626
|
"type": "symbol",
|
|
11150
|
-
"source": "
|
|
11627
|
+
"source": "ohm",
|
|
11151
11628
|
"source-layer": "amenity_points_centroids",
|
|
11152
11629
|
"minzoom": 14,
|
|
11153
11630
|
"maxzoom": 16,
|
|
@@ -11200,9 +11677,9 @@
|
|
|
11200
11677
|
}
|
|
11201
11678
|
},
|
|
11202
11679
|
{
|
|
11203
|
-
"id": "
|
|
11680
|
+
"id": "points_of_interest_from_areas",
|
|
11204
11681
|
"type": "symbol",
|
|
11205
|
-
"source": "
|
|
11682
|
+
"source": "ohm",
|
|
11206
11683
|
"source-layer": "amenity_points_centroids",
|
|
11207
11684
|
"minzoom": 16,
|
|
11208
11685
|
"maxzoom": 24,
|
|
@@ -11210,12 +11687,173 @@
|
|
|
11210
11687
|
"all"
|
|
11211
11688
|
],
|
|
11212
11689
|
"layout": {
|
|
11213
|
-
"icon-image": "{type}-18",
|
|
11214
|
-
"visibility": "visible",
|
|
11215
|
-
"text-field": [
|
|
11216
|
-
"get",
|
|
11217
|
-
"name"
|
|
11218
|
-
],
|
|
11690
|
+
"icon-image": "{type}-18",
|
|
11691
|
+
"visibility": "visible",
|
|
11692
|
+
"text-field": [
|
|
11693
|
+
"get",
|
|
11694
|
+
"name"
|
|
11695
|
+
],
|
|
11696
|
+
"text-size": [
|
|
11697
|
+
"interpolate",
|
|
11698
|
+
[
|
|
11699
|
+
"linear"
|
|
11700
|
+
],
|
|
11701
|
+
[
|
|
11702
|
+
"zoom"
|
|
11703
|
+
],
|
|
11704
|
+
15.99,
|
|
11705
|
+
0,
|
|
11706
|
+
16,
|
|
11707
|
+
10,
|
|
11708
|
+
20,
|
|
11709
|
+
12
|
|
11710
|
+
],
|
|
11711
|
+
"text-anchor": "top",
|
|
11712
|
+
"text-offset": [
|
|
11713
|
+
0,
|
|
11714
|
+
1
|
|
11715
|
+
],
|
|
11716
|
+
"text-font": [
|
|
11717
|
+
"OpenHistorical"
|
|
11718
|
+
],
|
|
11719
|
+
"icon-size": [
|
|
11720
|
+
"interpolate",
|
|
11721
|
+
[
|
|
11722
|
+
"linear"
|
|
11723
|
+
],
|
|
11724
|
+
[
|
|
11725
|
+
"zoom"
|
|
11726
|
+
],
|
|
11727
|
+
15,
|
|
11728
|
+
0.7,
|
|
11729
|
+
20,
|
|
11730
|
+
1.4
|
|
11731
|
+
]
|
|
11732
|
+
},
|
|
11733
|
+
"paint": {
|
|
11734
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
11735
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11736
|
+
"text-halo-width": 0.5,
|
|
11737
|
+
"text-halo-blur": 1,
|
|
11738
|
+
"text-opacity": [
|
|
11739
|
+
"interpolate",
|
|
11740
|
+
[
|
|
11741
|
+
"linear"
|
|
11742
|
+
],
|
|
11743
|
+
[
|
|
11744
|
+
"zoom"
|
|
11745
|
+
],
|
|
11746
|
+
16.99,
|
|
11747
|
+
0,
|
|
11748
|
+
17,
|
|
11749
|
+
1
|
|
11750
|
+
]
|
|
11751
|
+
}
|
|
11752
|
+
},
|
|
11753
|
+
{
|
|
11754
|
+
"id": "points_of_interest_other",
|
|
11755
|
+
"type": "symbol",
|
|
11756
|
+
"source": "ohm",
|
|
11757
|
+
"source-layer": "other_points_centroids",
|
|
11758
|
+
"minzoom": 15,
|
|
11759
|
+
"maxzoom": 24,
|
|
11760
|
+
"filter": [
|
|
11761
|
+
"!",
|
|
11762
|
+
[
|
|
11763
|
+
"in",
|
|
11764
|
+
[
|
|
11765
|
+
"get",
|
|
11766
|
+
"type"
|
|
11767
|
+
],
|
|
11768
|
+
[
|
|
11769
|
+
"literal",
|
|
11770
|
+
[
|
|
11771
|
+
"artwork"
|
|
11772
|
+
]
|
|
11773
|
+
]
|
|
11774
|
+
]
|
|
11775
|
+
],
|
|
11776
|
+
"layout": {
|
|
11777
|
+
"text-size": [
|
|
11778
|
+
"interpolate",
|
|
11779
|
+
[
|
|
11780
|
+
"linear"
|
|
11781
|
+
],
|
|
11782
|
+
[
|
|
11783
|
+
"zoom"
|
|
11784
|
+
],
|
|
11785
|
+
15.99,
|
|
11786
|
+
0,
|
|
11787
|
+
16,
|
|
11788
|
+
10,
|
|
11789
|
+
20,
|
|
11790
|
+
12
|
|
11791
|
+
],
|
|
11792
|
+
"icon-text-fit": "none",
|
|
11793
|
+
"icon-image": "{type}-18",
|
|
11794
|
+
"icon-keep-upright": false,
|
|
11795
|
+
"text-font": [
|
|
11796
|
+
"OpenHistorical"
|
|
11797
|
+
],
|
|
11798
|
+
"icon-allow-overlap": false,
|
|
11799
|
+
"visibility": "visible",
|
|
11800
|
+
"text-offset": [
|
|
11801
|
+
0,
|
|
11802
|
+
1
|
|
11803
|
+
],
|
|
11804
|
+
"icon-optional": false,
|
|
11805
|
+
"icon-size": [
|
|
11806
|
+
"interpolate",
|
|
11807
|
+
[
|
|
11808
|
+
"linear"
|
|
11809
|
+
],
|
|
11810
|
+
[
|
|
11811
|
+
"zoom"
|
|
11812
|
+
],
|
|
11813
|
+
15,
|
|
11814
|
+
0.7,
|
|
11815
|
+
20,
|
|
11816
|
+
1.4
|
|
11817
|
+
],
|
|
11818
|
+
"text-anchor": "top",
|
|
11819
|
+
"text-field": [
|
|
11820
|
+
"get",
|
|
11821
|
+
"name"
|
|
11822
|
+
],
|
|
11823
|
+
"text-max-width": 10,
|
|
11824
|
+
"icon-ignore-placement": false
|
|
11825
|
+
},
|
|
11826
|
+
"paint": {
|
|
11827
|
+
"text-color": "#505050",
|
|
11828
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11829
|
+
"text-halo-width": 0.5,
|
|
11830
|
+
"text-halo-blur": 1,
|
|
11831
|
+
"text-translate-anchor": "viewport",
|
|
11832
|
+
"icon-translate-anchor": "viewport",
|
|
11833
|
+
"text-opacity": [
|
|
11834
|
+
"interpolate",
|
|
11835
|
+
[
|
|
11836
|
+
"linear"
|
|
11837
|
+
],
|
|
11838
|
+
[
|
|
11839
|
+
"zoom"
|
|
11840
|
+
],
|
|
11841
|
+
16.99,
|
|
11842
|
+
0,
|
|
11843
|
+
17,
|
|
11844
|
+
1
|
|
11845
|
+
]
|
|
11846
|
+
}
|
|
11847
|
+
},
|
|
11848
|
+
{
|
|
11849
|
+
"id": "points_of_interest_amenity",
|
|
11850
|
+
"type": "symbol",
|
|
11851
|
+
"source": "ohm",
|
|
11852
|
+
"source-layer": "amenity_points_centroids",
|
|
11853
|
+
"minzoom": 16,
|
|
11854
|
+
"maxzoom": 24,
|
|
11855
|
+
"layout": {
|
|
11856
|
+
"text-line-height": 1.2,
|
|
11219
11857
|
"text-size": [
|
|
11220
11858
|
"interpolate",
|
|
11221
11859
|
[
|
|
@@ -11231,14 +11869,15 @@
|
|
|
11231
11869
|
20,
|
|
11232
11870
|
12
|
|
11233
11871
|
],
|
|
11234
|
-
"
|
|
11872
|
+
"icon-image": "{type}-18",
|
|
11873
|
+
"text-font": [
|
|
11874
|
+
"OpenHistorical"
|
|
11875
|
+
],
|
|
11876
|
+
"visibility": "visible",
|
|
11235
11877
|
"text-offset": [
|
|
11236
11878
|
0,
|
|
11237
11879
|
1
|
|
11238
11880
|
],
|
|
11239
|
-
"text-font": [
|
|
11240
|
-
"OpenHistorical"
|
|
11241
|
-
],
|
|
11242
11881
|
"icon-size": [
|
|
11243
11882
|
"interpolate",
|
|
11244
11883
|
[
|
|
@@ -11251,6 +11890,11 @@
|
|
|
11251
11890
|
0.7,
|
|
11252
11891
|
20,
|
|
11253
11892
|
1.4
|
|
11893
|
+
],
|
|
11894
|
+
"text-anchor": "top",
|
|
11895
|
+
"text-field": [
|
|
11896
|
+
"get",
|
|
11897
|
+
"name"
|
|
11254
11898
|
]
|
|
11255
11899
|
},
|
|
11256
11900
|
"paint": {
|
|
@@ -11266,7 +11910,7 @@
|
|
|
11266
11910
|
[
|
|
11267
11911
|
"zoom"
|
|
11268
11912
|
],
|
|
11269
|
-
16.
|
|
11913
|
+
16.9,
|
|
11270
11914
|
0,
|
|
11271
11915
|
17,
|
|
11272
11916
|
1
|
|
@@ -11274,17 +11918,27 @@
|
|
|
11274
11918
|
}
|
|
11275
11919
|
},
|
|
11276
11920
|
{
|
|
11277
|
-
"id": "
|
|
11921
|
+
"id": "points_of_interest_other_archaeology",
|
|
11278
11922
|
"type": "symbol",
|
|
11279
|
-
"source": "
|
|
11280
|
-
"source-layer": "
|
|
11281
|
-
"minzoom":
|
|
11923
|
+
"source": "ohm",
|
|
11924
|
+
"source-layer": "other_points_centroids",
|
|
11925
|
+
"minzoom": 14,
|
|
11282
11926
|
"maxzoom": 24,
|
|
11283
11927
|
"filter": [
|
|
11284
|
-
"
|
|
11928
|
+
"==",
|
|
11929
|
+
[
|
|
11930
|
+
"get",
|
|
11931
|
+
"type"
|
|
11932
|
+
],
|
|
11933
|
+
"archaeological_site"
|
|
11285
11934
|
],
|
|
11286
11935
|
"layout": {
|
|
11287
|
-
"
|
|
11936
|
+
"icon-image": "{site_type}-18",
|
|
11937
|
+
"visibility": "visible",
|
|
11938
|
+
"text-field": [
|
|
11939
|
+
"get",
|
|
11940
|
+
"name"
|
|
11941
|
+
],
|
|
11288
11942
|
"text-size": [
|
|
11289
11943
|
"interpolate",
|
|
11290
11944
|
[
|
|
@@ -11300,15 +11954,14 @@
|
|
|
11300
11954
|
20,
|
|
11301
11955
|
12
|
|
11302
11956
|
],
|
|
11303
|
-
"
|
|
11304
|
-
"text-font": [
|
|
11305
|
-
"OpenHistorical"
|
|
11306
|
-
],
|
|
11307
|
-
"visibility": "visible",
|
|
11957
|
+
"text-anchor": "top",
|
|
11308
11958
|
"text-offset": [
|
|
11309
11959
|
0,
|
|
11310
11960
|
1
|
|
11311
11961
|
],
|
|
11962
|
+
"text-font": [
|
|
11963
|
+
"OpenHistorical"
|
|
11964
|
+
],
|
|
11312
11965
|
"icon-size": [
|
|
11313
11966
|
"interpolate",
|
|
11314
11967
|
[
|
|
@@ -11321,15 +11974,10 @@
|
|
|
11321
11974
|
0.7,
|
|
11322
11975
|
20,
|
|
11323
11976
|
1.4
|
|
11324
|
-
],
|
|
11325
|
-
"text-anchor": "top",
|
|
11326
|
-
"text-field": [
|
|
11327
|
-
"get",
|
|
11328
|
-
"name"
|
|
11329
11977
|
]
|
|
11330
11978
|
},
|
|
11331
11979
|
"paint": {
|
|
11332
|
-
"text-color": "
|
|
11980
|
+
"text-color": "#505050",
|
|
11333
11981
|
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11334
11982
|
"text-halo-width": 0.5,
|
|
11335
11983
|
"text-halo-blur": 1,
|
|
@@ -11341,7 +11989,7 @@
|
|
|
11341
11989
|
[
|
|
11342
11990
|
"zoom"
|
|
11343
11991
|
],
|
|
11344
|
-
16.
|
|
11992
|
+
16.99,
|
|
11345
11993
|
0,
|
|
11346
11994
|
17,
|
|
11347
11995
|
1
|
|
@@ -11349,29 +11997,27 @@
|
|
|
11349
11997
|
}
|
|
11350
11998
|
},
|
|
11351
11999
|
{
|
|
11352
|
-
"id": "
|
|
12000
|
+
"id": "points_of_interest_other_artwork",
|
|
11353
12001
|
"type": "symbol",
|
|
11354
|
-
"source": "
|
|
12002
|
+
"source": "ohm",
|
|
11355
12003
|
"source-layer": "other_points_centroids",
|
|
11356
12004
|
"minzoom": 15,
|
|
11357
12005
|
"maxzoom": 24,
|
|
11358
12006
|
"filter": [
|
|
11359
|
-
"
|
|
12007
|
+
"==",
|
|
11360
12008
|
[
|
|
11361
|
-
"
|
|
11362
|
-
|
|
11363
|
-
|
|
11364
|
-
|
|
11365
|
-
],
|
|
11366
|
-
[
|
|
11367
|
-
"literal",
|
|
11368
|
-
[
|
|
11369
|
-
"artwork"
|
|
11370
|
-
]
|
|
11371
|
-
]
|
|
11372
|
-
]
|
|
12009
|
+
"get",
|
|
12010
|
+
"type"
|
|
12011
|
+
],
|
|
12012
|
+
"artwork"
|
|
11373
12013
|
],
|
|
11374
12014
|
"layout": {
|
|
12015
|
+
"icon-image": "{artwork_type}-18",
|
|
12016
|
+
"visibility": "visible",
|
|
12017
|
+
"text-field": [
|
|
12018
|
+
"get",
|
|
12019
|
+
"name"
|
|
12020
|
+
],
|
|
11375
12021
|
"text-size": [
|
|
11376
12022
|
"interpolate",
|
|
11377
12023
|
[
|
|
@@ -11387,19 +12033,14 @@
|
|
|
11387
12033
|
20,
|
|
11388
12034
|
12
|
|
11389
12035
|
],
|
|
11390
|
-
"
|
|
11391
|
-
"icon-image": "{type}-18",
|
|
11392
|
-
"icon-keep-upright": false,
|
|
11393
|
-
"text-font": [
|
|
11394
|
-
"OpenHistorical"
|
|
11395
|
-
],
|
|
11396
|
-
"icon-allow-overlap": false,
|
|
11397
|
-
"visibility": "visible",
|
|
12036
|
+
"text-anchor": "top",
|
|
11398
12037
|
"text-offset": [
|
|
11399
12038
|
0,
|
|
11400
12039
|
1
|
|
11401
12040
|
],
|
|
11402
|
-
"
|
|
12041
|
+
"text-font": [
|
|
12042
|
+
"OpenHistorical"
|
|
12043
|
+
],
|
|
11403
12044
|
"icon-size": [
|
|
11404
12045
|
"interpolate",
|
|
11405
12046
|
[
|
|
@@ -11412,22 +12053,13 @@
|
|
|
11412
12053
|
0.7,
|
|
11413
12054
|
20,
|
|
11414
12055
|
1.4
|
|
11415
|
-
]
|
|
11416
|
-
"text-anchor": "top",
|
|
11417
|
-
"text-field": [
|
|
11418
|
-
"get",
|
|
11419
|
-
"name"
|
|
11420
|
-
],
|
|
11421
|
-
"text-max-width": 10,
|
|
11422
|
-
"icon-ignore-placement": false
|
|
12056
|
+
]
|
|
11423
12057
|
},
|
|
11424
12058
|
"paint": {
|
|
11425
12059
|
"text-color": "#505050",
|
|
11426
12060
|
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11427
12061
|
"text-halo-width": 0.5,
|
|
11428
12062
|
"text-halo-blur": 1,
|
|
11429
|
-
"text-translate-anchor": "viewport",
|
|
11430
|
-
"icon-translate-anchor": "viewport",
|
|
11431
12063
|
"text-opacity": [
|
|
11432
12064
|
"interpolate",
|
|
11433
12065
|
[
|
|
@@ -11444,48 +12076,79 @@
|
|
|
11444
12076
|
}
|
|
11445
12077
|
},
|
|
11446
12078
|
{
|
|
11447
|
-
"id": "
|
|
12079
|
+
"id": "points_powertower",
|
|
11448
12080
|
"type": "symbol",
|
|
11449
|
-
"source": "
|
|
11450
|
-
"source-layer": "
|
|
11451
|
-
"minzoom":
|
|
11452
|
-
"maxzoom":
|
|
12081
|
+
"source": "ohm",
|
|
12082
|
+
"source-layer": "other_points_centroids",
|
|
12083
|
+
"minzoom": 15,
|
|
12084
|
+
"maxzoom": 24,
|
|
11453
12085
|
"filter": [
|
|
11454
|
-
"
|
|
12086
|
+
"==",
|
|
12087
|
+
[
|
|
12088
|
+
"get",
|
|
12089
|
+
"type"
|
|
12090
|
+
],
|
|
12091
|
+
"tower"
|
|
11455
12092
|
],
|
|
11456
12093
|
"layout": {
|
|
11457
|
-
"icon-image": "
|
|
12094
|
+
"icon-image": "power_tower-12",
|
|
11458
12095
|
"visibility": "visible",
|
|
11459
|
-
"text-field": [
|
|
11460
|
-
"get",
|
|
11461
|
-
"name"
|
|
11462
|
-
],
|
|
11463
|
-
"text-size": 8,
|
|
11464
|
-
"text-anchor": "top",
|
|
11465
|
-
"text-offset": [
|
|
11466
|
-
0,
|
|
11467
|
-
1
|
|
11468
|
-
],
|
|
11469
12096
|
"text-font": [
|
|
11470
12097
|
"OpenHistorical"
|
|
11471
12098
|
]
|
|
11472
|
-
},
|
|
11473
|
-
"paint": {
|
|
11474
|
-
"text-color": "rgba(80, 80, 80, 1)",
|
|
11475
|
-
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11476
|
-
"text-halo-width": 0.5,
|
|
11477
|
-
"text-halo-blur": 1
|
|
11478
12099
|
}
|
|
11479
12100
|
},
|
|
11480
12101
|
{
|
|
11481
|
-
"id": "
|
|
12102
|
+
"id": "transport_points_labels",
|
|
11482
12103
|
"type": "symbol",
|
|
11483
|
-
"source": "
|
|
11484
|
-
"source-layer": "
|
|
11485
|
-
"minzoom":
|
|
12104
|
+
"source": "ohm",
|
|
12105
|
+
"source-layer": "transport_points_centroids",
|
|
12106
|
+
"minzoom": 12,
|
|
11486
12107
|
"maxzoom": 24,
|
|
12108
|
+
"filter": [
|
|
12109
|
+
"all",
|
|
12110
|
+
[
|
|
12111
|
+
"!",
|
|
12112
|
+
[
|
|
12113
|
+
"in",
|
|
12114
|
+
[
|
|
12115
|
+
"get",
|
|
12116
|
+
"type"
|
|
12117
|
+
],
|
|
12118
|
+
[
|
|
12119
|
+
"literal",
|
|
12120
|
+
[
|
|
12121
|
+
"traffic_signals",
|
|
12122
|
+
"pedestrian",
|
|
12123
|
+
"raceway"
|
|
12124
|
+
]
|
|
12125
|
+
]
|
|
12126
|
+
]
|
|
12127
|
+
],
|
|
12128
|
+
[
|
|
12129
|
+
"!",
|
|
12130
|
+
[
|
|
12131
|
+
"in",
|
|
12132
|
+
[
|
|
12133
|
+
"get",
|
|
12134
|
+
"class"
|
|
12135
|
+
],
|
|
12136
|
+
[
|
|
12137
|
+
"literal",
|
|
12138
|
+
[
|
|
12139
|
+
"highway"
|
|
12140
|
+
]
|
|
12141
|
+
]
|
|
12142
|
+
]
|
|
12143
|
+
]
|
|
12144
|
+
],
|
|
11487
12145
|
"layout": {
|
|
11488
|
-
"
|
|
12146
|
+
"icon-image": "{type}-18",
|
|
12147
|
+
"visibility": "visible",
|
|
12148
|
+
"text-field": [
|
|
12149
|
+
"get",
|
|
12150
|
+
"name"
|
|
12151
|
+
],
|
|
11489
12152
|
"text-size": [
|
|
11490
12153
|
"interpolate",
|
|
11491
12154
|
[
|
|
@@ -11494,21 +12157,18 @@
|
|
|
11494
12157
|
[
|
|
11495
12158
|
"zoom"
|
|
11496
12159
|
],
|
|
11497
|
-
15.99,
|
|
11498
|
-
0,
|
|
11499
|
-
16,
|
|
11500
12160
|
10,
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
|
-
|
|
11504
|
-
"icon-image": "{type}-18",
|
|
11505
|
-
"text-font": [
|
|
11506
|
-
"OpenHistorical"
|
|
12161
|
+
14,
|
|
12162
|
+
18,
|
|
12163
|
+
14
|
|
11507
12164
|
],
|
|
11508
|
-
"
|
|
12165
|
+
"text-anchor": "top",
|
|
11509
12166
|
"text-offset": [
|
|
11510
12167
|
0,
|
|
11511
|
-
|
|
12168
|
+
0.75
|
|
12169
|
+
],
|
|
12170
|
+
"text-font": [
|
|
12171
|
+
"OpenHistorical"
|
|
11512
12172
|
],
|
|
11513
12173
|
"icon-size": [
|
|
11514
12174
|
"interpolate",
|
|
@@ -11518,18 +12178,14 @@
|
|
|
11518
12178
|
[
|
|
11519
12179
|
"zoom"
|
|
11520
12180
|
],
|
|
11521
|
-
|
|
11522
|
-
0.
|
|
12181
|
+
10,
|
|
12182
|
+
0.4,
|
|
11523
12183
|
20,
|
|
11524
12184
|
1.4
|
|
11525
|
-
],
|
|
11526
|
-
"text-anchor": "top",
|
|
11527
|
-
"text-field": [
|
|
11528
|
-
"get",
|
|
11529
|
-
"name"
|
|
11530
12185
|
]
|
|
11531
12186
|
},
|
|
11532
12187
|
"paint": {
|
|
12188
|
+
"icon-color": "#000000",
|
|
11533
12189
|
"text-color": "rgba(80, 80, 80, 1)",
|
|
11534
12190
|
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11535
12191
|
"text-halo-width": 0.5,
|
|
@@ -11542,30 +12198,35 @@
|
|
|
11542
12198
|
[
|
|
11543
12199
|
"zoom"
|
|
11544
12200
|
],
|
|
11545
|
-
|
|
12201
|
+
12.99,
|
|
11546
12202
|
0,
|
|
11547
|
-
|
|
12203
|
+
13,
|
|
11548
12204
|
1
|
|
11549
12205
|
]
|
|
11550
12206
|
}
|
|
11551
12207
|
},
|
|
11552
12208
|
{
|
|
11553
|
-
"id": "
|
|
12209
|
+
"id": "transport_points_raceway",
|
|
11554
12210
|
"type": "symbol",
|
|
11555
|
-
"source": "
|
|
11556
|
-
"source-layer": "
|
|
11557
|
-
"minzoom":
|
|
12211
|
+
"source": "ohm",
|
|
12212
|
+
"source-layer": "transport_points_centroids",
|
|
12213
|
+
"minzoom": 15,
|
|
11558
12214
|
"maxzoom": 24,
|
|
11559
12215
|
"filter": [
|
|
11560
|
-
"
|
|
12216
|
+
"in",
|
|
11561
12217
|
[
|
|
11562
12218
|
"get",
|
|
11563
12219
|
"type"
|
|
11564
12220
|
],
|
|
11565
|
-
|
|
12221
|
+
[
|
|
12222
|
+
"literal",
|
|
12223
|
+
[
|
|
12224
|
+
"raceway"
|
|
12225
|
+
]
|
|
12226
|
+
]
|
|
11566
12227
|
],
|
|
11567
12228
|
"layout": {
|
|
11568
|
-
"icon-image": "{
|
|
12229
|
+
"icon-image": "{type}-18",
|
|
11569
12230
|
"visibility": "visible",
|
|
11570
12231
|
"text-field": [
|
|
11571
12232
|
"get",
|
|
@@ -11579,17 +12240,15 @@
|
|
|
11579
12240
|
[
|
|
11580
12241
|
"zoom"
|
|
11581
12242
|
],
|
|
11582
|
-
15.99,
|
|
11583
|
-
0,
|
|
11584
|
-
16,
|
|
11585
12243
|
10,
|
|
11586
|
-
|
|
11587
|
-
|
|
12244
|
+
14,
|
|
12245
|
+
18,
|
|
12246
|
+
14
|
|
11588
12247
|
],
|
|
11589
12248
|
"text-anchor": "top",
|
|
11590
12249
|
"text-offset": [
|
|
11591
12250
|
0,
|
|
11592
|
-
|
|
12251
|
+
0.75
|
|
11593
12252
|
],
|
|
11594
12253
|
"text-font": [
|
|
11595
12254
|
"OpenHistorical"
|
|
@@ -11602,14 +12261,15 @@
|
|
|
11602
12261
|
[
|
|
11603
12262
|
"zoom"
|
|
11604
12263
|
],
|
|
11605
|
-
|
|
11606
|
-
0.
|
|
12264
|
+
10,
|
|
12265
|
+
0.4,
|
|
11607
12266
|
20,
|
|
11608
12267
|
1.4
|
|
11609
12268
|
]
|
|
11610
12269
|
},
|
|
11611
12270
|
"paint": {
|
|
11612
|
-
"
|
|
12271
|
+
"icon-color": "#000000",
|
|
12272
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
11613
12273
|
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11614
12274
|
"text-halo-width": 0.5,
|
|
11615
12275
|
"text-halo-blur": 1,
|
|
@@ -11621,19 +12281,19 @@
|
|
|
11621
12281
|
[
|
|
11622
12282
|
"zoom"
|
|
11623
12283
|
],
|
|
11624
|
-
|
|
12284
|
+
12.99,
|
|
11625
12285
|
0,
|
|
11626
|
-
|
|
12286
|
+
13,
|
|
11627
12287
|
1
|
|
11628
12288
|
]
|
|
11629
12289
|
}
|
|
11630
12290
|
},
|
|
11631
12291
|
{
|
|
11632
|
-
"id": "
|
|
12292
|
+
"id": "transport_points_labels_traffic_signals",
|
|
11633
12293
|
"type": "symbol",
|
|
11634
|
-
"source": "
|
|
11635
|
-
"source-layer": "
|
|
11636
|
-
"minzoom":
|
|
12294
|
+
"source": "ohm",
|
|
12295
|
+
"source-layer": "transport_points_centroids",
|
|
12296
|
+
"minzoom": 17,
|
|
11637
12297
|
"maxzoom": 24,
|
|
11638
12298
|
"filter": [
|
|
11639
12299
|
"==",
|
|
@@ -11641,10 +12301,10 @@
|
|
|
11641
12301
|
"get",
|
|
11642
12302
|
"type"
|
|
11643
12303
|
],
|
|
11644
|
-
"
|
|
12304
|
+
"traffic_signals"
|
|
11645
12305
|
],
|
|
11646
12306
|
"layout": {
|
|
11647
|
-
"icon-image": "{
|
|
12307
|
+
"icon-image": "{type}-18",
|
|
11648
12308
|
"visibility": "visible",
|
|
11649
12309
|
"text-field": [
|
|
11650
12310
|
"get",
|
|
@@ -11658,61 +12318,34 @@
|
|
|
11658
12318
|
[
|
|
11659
12319
|
"zoom"
|
|
11660
12320
|
],
|
|
11661
|
-
15.99,
|
|
11662
|
-
0,
|
|
11663
|
-
16,
|
|
11664
12321
|
10,
|
|
11665
|
-
|
|
11666
|
-
|
|
12322
|
+
14,
|
|
12323
|
+
18,
|
|
12324
|
+
14
|
|
11667
12325
|
],
|
|
11668
12326
|
"text-anchor": "top",
|
|
11669
12327
|
"text-offset": [
|
|
11670
12328
|
0,
|
|
11671
|
-
|
|
12329
|
+
0.75
|
|
11672
12330
|
],
|
|
11673
12331
|
"text-font": [
|
|
11674
12332
|
"OpenHistorical"
|
|
11675
|
-
],
|
|
11676
|
-
"icon-size": [
|
|
11677
|
-
"interpolate",
|
|
11678
|
-
[
|
|
11679
|
-
"linear"
|
|
11680
|
-
],
|
|
11681
|
-
[
|
|
11682
|
-
"zoom"
|
|
11683
|
-
],
|
|
11684
|
-
15,
|
|
11685
|
-
0.7,
|
|
11686
|
-
20,
|
|
11687
|
-
1.4
|
|
11688
12333
|
]
|
|
11689
12334
|
},
|
|
11690
12335
|
"paint": {
|
|
11691
|
-
"
|
|
12336
|
+
"icon-color": "#000000",
|
|
12337
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
11692
12338
|
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11693
12339
|
"text-halo-width": 0.5,
|
|
11694
|
-
"text-halo-blur": 1
|
|
11695
|
-
"text-opacity": [
|
|
11696
|
-
"interpolate",
|
|
11697
|
-
[
|
|
11698
|
-
"linear"
|
|
11699
|
-
],
|
|
11700
|
-
[
|
|
11701
|
-
"zoom"
|
|
11702
|
-
],
|
|
11703
|
-
16.99,
|
|
11704
|
-
0,
|
|
11705
|
-
17,
|
|
11706
|
-
1
|
|
11707
|
-
]
|
|
12340
|
+
"text-halo-blur": 1
|
|
11708
12341
|
}
|
|
11709
12342
|
},
|
|
11710
12343
|
{
|
|
11711
|
-
"id": "
|
|
12344
|
+
"id": "transport_points_labels_pedestrian",
|
|
11712
12345
|
"type": "symbol",
|
|
11713
|
-
"source": "
|
|
11714
|
-
"source-layer": "
|
|
11715
|
-
"minzoom":
|
|
12346
|
+
"source": "ohm",
|
|
12347
|
+
"source-layer": "transport_points_centroids",
|
|
12348
|
+
"minzoom": 17,
|
|
11716
12349
|
"maxzoom": 24,
|
|
11717
12350
|
"filter": [
|
|
11718
12351
|
"==",
|
|
@@ -11720,20 +12353,49 @@
|
|
|
11720
12353
|
"get",
|
|
11721
12354
|
"type"
|
|
11722
12355
|
],
|
|
11723
|
-
"
|
|
12356
|
+
"pedestrian"
|
|
11724
12357
|
],
|
|
11725
12358
|
"layout": {
|
|
11726
|
-
"icon-image": "
|
|
12359
|
+
"icon-image": "{type}-18",
|
|
11727
12360
|
"visibility": "visible",
|
|
12361
|
+
"text-field": [
|
|
12362
|
+
"get",
|
|
12363
|
+
"name"
|
|
12364
|
+
],
|
|
12365
|
+
"text-size": [
|
|
12366
|
+
"interpolate",
|
|
12367
|
+
[
|
|
12368
|
+
"linear"
|
|
12369
|
+
],
|
|
12370
|
+
[
|
|
12371
|
+
"zoom"
|
|
12372
|
+
],
|
|
12373
|
+
10,
|
|
12374
|
+
14,
|
|
12375
|
+
18,
|
|
12376
|
+
14
|
|
12377
|
+
],
|
|
12378
|
+
"text-anchor": "top",
|
|
12379
|
+
"text-offset": [
|
|
12380
|
+
0,
|
|
12381
|
+
0.75
|
|
12382
|
+
],
|
|
11728
12383
|
"text-font": [
|
|
11729
12384
|
"OpenHistorical"
|
|
11730
12385
|
]
|
|
12386
|
+
},
|
|
12387
|
+
"paint": {
|
|
12388
|
+
"icon-color": "#000000",
|
|
12389
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
12390
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
12391
|
+
"text-halo-width": 0.5,
|
|
12392
|
+
"text-halo-blur": 1
|
|
11731
12393
|
}
|
|
11732
12394
|
},
|
|
11733
12395
|
{
|
|
11734
|
-
"id": "
|
|
12396
|
+
"id": "transport_points_labels_airports",
|
|
11735
12397
|
"type": "symbol",
|
|
11736
|
-
"source": "
|
|
12398
|
+
"source": "ohm",
|
|
11737
12399
|
"source-layer": "transport_points_centroids",
|
|
11738
12400
|
"minzoom": 10,
|
|
11739
12401
|
"maxzoom": 14,
|
|
@@ -11747,20 +12409,38 @@
|
|
|
11747
12409
|
],
|
|
11748
12410
|
"layout": {
|
|
11749
12411
|
"icon-image": "airport-18",
|
|
12412
|
+
"icon-size": [
|
|
12413
|
+
"interpolate",
|
|
12414
|
+
[
|
|
12415
|
+
"linear"
|
|
12416
|
+
],
|
|
12417
|
+
[
|
|
12418
|
+
"zoom"
|
|
12419
|
+
],
|
|
12420
|
+
10,
|
|
12421
|
+
1.2,
|
|
12422
|
+
14,
|
|
12423
|
+
1.5
|
|
12424
|
+
],
|
|
11750
12425
|
"text-font": [
|
|
11751
12426
|
"OpenHistorical"
|
|
11752
12427
|
]
|
|
11753
12428
|
}
|
|
11754
12429
|
},
|
|
11755
12430
|
{
|
|
11756
|
-
"id": "
|
|
12431
|
+
"id": "transport_points_labels_medium",
|
|
11757
12432
|
"type": "symbol",
|
|
11758
|
-
"source": "
|
|
12433
|
+
"source": "ohm",
|
|
11759
12434
|
"source-layer": "transport_points_centroids",
|
|
11760
|
-
"minzoom":
|
|
11761
|
-
"maxzoom":
|
|
12435
|
+
"minzoom": 13,
|
|
12436
|
+
"maxzoom": 16,
|
|
11762
12437
|
"filter": [
|
|
11763
|
-
"
|
|
12438
|
+
">",
|
|
12439
|
+
[
|
|
12440
|
+
"get",
|
|
12441
|
+
"area_m2"
|
|
12442
|
+
],
|
|
12443
|
+
1000000
|
|
11764
12444
|
],
|
|
11765
12445
|
"layout": {
|
|
11766
12446
|
"icon-image": "{type}-18",
|
|
@@ -11777,15 +12457,10 @@
|
|
|
11777
12457
|
[
|
|
11778
12458
|
"zoom"
|
|
11779
12459
|
],
|
|
11780
|
-
|
|
11781
|
-
|
|
12460
|
+
13,
|
|
12461
|
+
20,
|
|
11782
12462
|
18,
|
|
11783
|
-
|
|
11784
|
-
],
|
|
11785
|
-
"text-anchor": "top",
|
|
11786
|
-
"text-offset": [
|
|
11787
|
-
0,
|
|
11788
|
-
0.75
|
|
12463
|
+
14
|
|
11789
12464
|
],
|
|
11790
12465
|
"text-font": [
|
|
11791
12466
|
"OpenHistorical"
|
|
@@ -11808,9 +12483,49 @@
|
|
|
11808
12483
|
"icon-color": "#000000",
|
|
11809
12484
|
"text-color": "rgba(80, 80, 80, 1)",
|
|
11810
12485
|
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11811
|
-
"text-halo-width":
|
|
11812
|
-
"text-halo-blur": 1
|
|
11813
|
-
|
|
12486
|
+
"text-halo-width": 2,
|
|
12487
|
+
"text-halo-blur": 1
|
|
12488
|
+
}
|
|
12489
|
+
},
|
|
12490
|
+
{
|
|
12491
|
+
"id": "transport_area_labels_large",
|
|
12492
|
+
"type": "symbol",
|
|
12493
|
+
"source": "ohm",
|
|
12494
|
+
"source-layer": "transport_points_centroids",
|
|
12495
|
+
"minzoom": 13,
|
|
12496
|
+
"maxzoom": 16,
|
|
12497
|
+
"filter": [
|
|
12498
|
+
">",
|
|
12499
|
+
[
|
|
12500
|
+
"get",
|
|
12501
|
+
"area_m2"
|
|
12502
|
+
],
|
|
12503
|
+
10000000
|
|
12504
|
+
],
|
|
12505
|
+
"layout": {
|
|
12506
|
+
"icon-image": "{type}-18",
|
|
12507
|
+
"visibility": "visible",
|
|
12508
|
+
"text-field": [
|
|
12509
|
+
"get",
|
|
12510
|
+
"name"
|
|
12511
|
+
],
|
|
12512
|
+
"text-size": [
|
|
12513
|
+
"interpolate",
|
|
12514
|
+
[
|
|
12515
|
+
"linear"
|
|
12516
|
+
],
|
|
12517
|
+
[
|
|
12518
|
+
"zoom"
|
|
12519
|
+
],
|
|
12520
|
+
12,
|
|
12521
|
+
24,
|
|
12522
|
+
18,
|
|
12523
|
+
28
|
|
12524
|
+
],
|
|
12525
|
+
"text-font": [
|
|
12526
|
+
"OpenHistorical"
|
|
12527
|
+
],
|
|
12528
|
+
"icon-size": [
|
|
11814
12529
|
"interpolate",
|
|
11815
12530
|
[
|
|
11816
12531
|
"linear"
|
|
@@ -11818,17 +12533,24 @@
|
|
|
11818
12533
|
[
|
|
11819
12534
|
"zoom"
|
|
11820
12535
|
],
|
|
11821
|
-
13.99,
|
|
11822
|
-
0,
|
|
11823
12536
|
14,
|
|
11824
|
-
|
|
12537
|
+
0.75,
|
|
12538
|
+
20,
|
|
12539
|
+
1.4
|
|
11825
12540
|
]
|
|
12541
|
+
},
|
|
12542
|
+
"paint": {
|
|
12543
|
+
"icon-color": "#000000",
|
|
12544
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
12545
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
12546
|
+
"text-halo-width": 2,
|
|
12547
|
+
"text-halo-blur": 1
|
|
11826
12548
|
}
|
|
11827
12549
|
},
|
|
11828
12550
|
{
|
|
11829
|
-
"id": "
|
|
12551
|
+
"id": "points_place_of_worship_other",
|
|
11830
12552
|
"type": "symbol",
|
|
11831
|
-
"source": "
|
|
12553
|
+
"source": "ohm",
|
|
11832
12554
|
"source-layer": "buildings_points_centroids",
|
|
11833
12555
|
"filter": [
|
|
11834
12556
|
"all",
|
|
@@ -11870,7 +12592,7 @@
|
|
|
11870
12592
|
{
|
|
11871
12593
|
"id": "points_religion",
|
|
11872
12594
|
"type": "symbol",
|
|
11873
|
-
"source": "
|
|
12595
|
+
"source": "ohm",
|
|
11874
12596
|
"source-layer": "buildings_points_centroids",
|
|
11875
12597
|
"filter": [
|
|
11876
12598
|
"all"
|
|
@@ -11884,9 +12606,9 @@
|
|
|
11884
12606
|
}
|
|
11885
12607
|
},
|
|
11886
12608
|
{
|
|
11887
|
-
"id": "
|
|
12609
|
+
"id": "points_from_landuse_peaks",
|
|
11888
12610
|
"type": "symbol",
|
|
11889
|
-
"source": "
|
|
12611
|
+
"source": "ohm",
|
|
11890
12612
|
"source-layer": "landuse_points_centroids",
|
|
11891
12613
|
"minzoom": 14,
|
|
11892
12614
|
"filter": [
|
|
@@ -11920,98 +12642,10 @@
|
|
|
11920
12642
|
"text-opacity": 1
|
|
11921
12643
|
}
|
|
11922
12644
|
},
|
|
11923
|
-
{
|
|
11924
|
-
"id": "points_fromlanduse",
|
|
11925
|
-
"type": "symbol",
|
|
11926
|
-
"source": "osm",
|
|
11927
|
-
"source-layer": "landuse_points_centroids",
|
|
11928
|
-
"minzoom": 16,
|
|
11929
|
-
"layout": {
|
|
11930
|
-
"icon-image": "{type}-18",
|
|
11931
|
-
"text-font": [
|
|
11932
|
-
"OpenHistorical"
|
|
11933
|
-
],
|
|
11934
|
-
"text-field": [
|
|
11935
|
-
"get",
|
|
11936
|
-
"name"
|
|
11937
|
-
],
|
|
11938
|
-
"text-size": [
|
|
11939
|
-
"interpolate",
|
|
11940
|
-
[
|
|
11941
|
-
"linear"
|
|
11942
|
-
],
|
|
11943
|
-
[
|
|
11944
|
-
"zoom"
|
|
11945
|
-
],
|
|
11946
|
-
6,
|
|
11947
|
-
8,
|
|
11948
|
-
16,
|
|
11949
|
-
10,
|
|
11950
|
-
20,
|
|
11951
|
-
12
|
|
11952
|
-
],
|
|
11953
|
-
"text-anchor": "top",
|
|
11954
|
-
"text-offset": [
|
|
11955
|
-
0,
|
|
11956
|
-
1
|
|
11957
|
-
],
|
|
11958
|
-
"visibility": "visible",
|
|
11959
|
-
"icon-size": [
|
|
11960
|
-
"interpolate",
|
|
11961
|
-
[
|
|
11962
|
-
"linear"
|
|
11963
|
-
],
|
|
11964
|
-
[
|
|
11965
|
-
"zoom"
|
|
11966
|
-
],
|
|
11967
|
-
15,
|
|
11968
|
-
0.7,
|
|
11969
|
-
20,
|
|
11970
|
-
1.4
|
|
11971
|
-
]
|
|
11972
|
-
},
|
|
11973
|
-
"paint": {
|
|
11974
|
-
"text-color": "rgba(80, 80, 80, 1)",
|
|
11975
|
-
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
11976
|
-
"text-halo-width": 0.5
|
|
11977
|
-
}
|
|
11978
|
-
},
|
|
11979
|
-
{
|
|
11980
|
-
"id": "points_fromlanduseareas",
|
|
11981
|
-
"type": "symbol",
|
|
11982
|
-
"source": "osm",
|
|
11983
|
-
"source-layer": "landuse_points_centroids",
|
|
11984
|
-
"minzoom": 16,
|
|
11985
|
-
"filter": [
|
|
11986
|
-
"!",
|
|
11987
|
-
[
|
|
11988
|
-
"in",
|
|
11989
|
-
[
|
|
11990
|
-
"get",
|
|
11991
|
-
"type"
|
|
11992
|
-
],
|
|
11993
|
-
[
|
|
11994
|
-
"literal",
|
|
11995
|
-
[
|
|
11996
|
-
"garden",
|
|
11997
|
-
"peak",
|
|
11998
|
-
"wetland"
|
|
11999
|
-
]
|
|
12000
|
-
]
|
|
12001
|
-
]
|
|
12002
|
-
],
|
|
12003
|
-
"layout": {
|
|
12004
|
-
"icon-image": "{type}-18",
|
|
12005
|
-
"text-font": [
|
|
12006
|
-
"OpenHistorical"
|
|
12007
|
-
],
|
|
12008
|
-
"visibility": "visible"
|
|
12009
|
-
}
|
|
12010
|
-
},
|
|
12011
12645
|
{
|
|
12012
12646
|
"id": "points_of_interest_shop",
|
|
12013
12647
|
"type": "symbol",
|
|
12014
|
-
"source": "
|
|
12648
|
+
"source": "ohm",
|
|
12015
12649
|
"source-layer": "buildings_points_centroids",
|
|
12016
12650
|
"minzoom": 16,
|
|
12017
12651
|
"maxzoom": 24,
|
|
@@ -12044,9 +12678,9 @@
|
|
|
12044
12678
|
}
|
|
12045
12679
|
},
|
|
12046
12680
|
{
|
|
12047
|
-
"id": "
|
|
12681
|
+
"id": "county_labels_z11_admin_7-8_centroids",
|
|
12048
12682
|
"type": "symbol",
|
|
12049
|
-
"source": "
|
|
12683
|
+
"source": "ohm",
|
|
12050
12684
|
"source-layer": "land_ohm_centroids",
|
|
12051
12685
|
"minzoom": 10,
|
|
12052
12686
|
"maxzoom": 20,
|
|
@@ -12100,9 +12734,9 @@
|
|
|
12100
12734
|
}
|
|
12101
12735
|
},
|
|
12102
12736
|
{
|
|
12103
|
-
"id": "
|
|
12737
|
+
"id": "county_labels_z11_admin_6_centroids",
|
|
12104
12738
|
"type": "symbol",
|
|
12105
|
-
"source": "
|
|
12739
|
+
"source": "ohm",
|
|
12106
12740
|
"source-layer": "land_ohm_centroids",
|
|
12107
12741
|
"minzoom": 8,
|
|
12108
12742
|
"maxzoom": 20,
|
|
@@ -12157,7 +12791,7 @@
|
|
|
12157
12791
|
{
|
|
12158
12792
|
"id": "county_labels_z11",
|
|
12159
12793
|
"type": "symbol",
|
|
12160
|
-
"source": "
|
|
12794
|
+
"source": "ohm",
|
|
12161
12795
|
"source-layer": "place_points_centroids",
|
|
12162
12796
|
"minzoom": 8,
|
|
12163
12797
|
"maxzoom": 20,
|
|
@@ -12207,7 +12841,7 @@
|
|
|
12207
12841
|
{
|
|
12208
12842
|
"id": "city_locality_labels_other_z11",
|
|
12209
12843
|
"type": "symbol",
|
|
12210
|
-
"source": "
|
|
12844
|
+
"source": "ohm",
|
|
12211
12845
|
"source-layer": "place_points_centroids",
|
|
12212
12846
|
"minzoom": 15,
|
|
12213
12847
|
"maxzoom": 20,
|
|
@@ -12259,7 +12893,7 @@
|
|
|
12259
12893
|
{
|
|
12260
12894
|
"id": "city_labels_other_z11",
|
|
12261
12895
|
"type": "symbol",
|
|
12262
|
-
"source": "
|
|
12896
|
+
"source": "ohm",
|
|
12263
12897
|
"source-layer": "place_points_centroids",
|
|
12264
12898
|
"minzoom": 11,
|
|
12265
12899
|
"maxzoom": 20,
|
|
@@ -12273,7 +12907,6 @@
|
|
|
12273
12907
|
"literal",
|
|
12274
12908
|
[
|
|
12275
12909
|
"hamlet",
|
|
12276
|
-
"islet",
|
|
12277
12910
|
"neighborhood",
|
|
12278
12911
|
"suburb",
|
|
12279
12912
|
"village"
|
|
@@ -12315,7 +12948,7 @@
|
|
|
12315
12948
|
{
|
|
12316
12949
|
"id": "city_labels_town_z8",
|
|
12317
12950
|
"type": "symbol",
|
|
12318
|
-
"source": "
|
|
12951
|
+
"source": "ohm",
|
|
12319
12952
|
"source-layer": "place_points_centroids",
|
|
12320
12953
|
"minzoom": 8,
|
|
12321
12954
|
"maxzoom": 20,
|
|
@@ -12362,7 +12995,7 @@
|
|
|
12362
12995
|
{
|
|
12363
12996
|
"id": "city_labels_z11",
|
|
12364
12997
|
"type": "symbol",
|
|
12365
|
-
"source": "
|
|
12998
|
+
"source": "ohm",
|
|
12366
12999
|
"source-layer": "place_points_centroids",
|
|
12367
13000
|
"minzoom": 11,
|
|
12368
13001
|
"maxzoom": 20,
|
|
@@ -12409,7 +13042,7 @@
|
|
|
12409
13042
|
{
|
|
12410
13043
|
"id": "city_labels_z6",
|
|
12411
13044
|
"type": "symbol",
|
|
12412
|
-
"source": "
|
|
13045
|
+
"source": "ohm",
|
|
12413
13046
|
"source-layer": "place_points_centroids",
|
|
12414
13047
|
"minzoom": 6,
|
|
12415
13048
|
"maxzoom": 11,
|
|
@@ -12476,7 +13109,7 @@
|
|
|
12476
13109
|
{
|
|
12477
13110
|
"id": "city_capital_labels_z6",
|
|
12478
13111
|
"type": "symbol",
|
|
12479
|
-
"source": "
|
|
13112
|
+
"source": "ohm",
|
|
12480
13113
|
"source-layer": "place_points_centroids",
|
|
12481
13114
|
"minzoom": 6,
|
|
12482
13115
|
"maxzoom": 11,
|
|
@@ -12543,7 +13176,7 @@
|
|
|
12543
13176
|
{
|
|
12544
13177
|
"id": "state_points_labels_centroids",
|
|
12545
13178
|
"type": "symbol",
|
|
12546
|
-
"source": "
|
|
13179
|
+
"source": "ohm",
|
|
12547
13180
|
"source-layer": "land_ohm_centroids",
|
|
12548
13181
|
"minzoom": 5,
|
|
12549
13182
|
"maxzoom": 20,
|
|
@@ -12634,7 +13267,7 @@
|
|
|
12634
13267
|
{
|
|
12635
13268
|
"id": "state_points_labels",
|
|
12636
13269
|
"type": "symbol",
|
|
12637
|
-
"source": "
|
|
13270
|
+
"source": "ohm",
|
|
12638
13271
|
"source-layer": "place_points_centroids",
|
|
12639
13272
|
"minzoom": 5,
|
|
12640
13273
|
"maxzoom": 20,
|
|
@@ -12720,7 +13353,7 @@
|
|
|
12720
13353
|
{
|
|
12721
13354
|
"id": "statecapital_labels_z10",
|
|
12722
13355
|
"type": "symbol",
|
|
12723
|
-
"source": "
|
|
13356
|
+
"source": "ohm",
|
|
12724
13357
|
"source-layer": "populated_places",
|
|
12725
13358
|
"minzoom": 10,
|
|
12726
13359
|
"maxzoom": 20,
|
|
@@ -12752,9 +13385,9 @@
|
|
|
12752
13385
|
}
|
|
12753
13386
|
},
|
|
12754
13387
|
{
|
|
12755
|
-
"id": "
|
|
13388
|
+
"id": "country_points_labels_cen",
|
|
12756
13389
|
"type": "symbol",
|
|
12757
|
-
"source": "
|
|
13390
|
+
"source": "ohm",
|
|
12758
13391
|
"source-layer": "land_ohm_centroids",
|
|
12759
13392
|
"maxzoom": 12,
|
|
12760
13393
|
"filter": [
|
|
@@ -12852,7 +13485,7 @@
|
|
|
12852
13485
|
{
|
|
12853
13486
|
"id": "country_points_labels",
|
|
12854
13487
|
"type": "symbol",
|
|
12855
|
-
"source": "
|
|
13488
|
+
"source": "ohm",
|
|
12856
13489
|
"source-layer": "place_points_centroids",
|
|
12857
13490
|
"minzoom": 0,
|
|
12858
13491
|
"maxzoom": 12,
|