@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.
@@ -3,9 +3,9 @@
3
3
  "name": "ohm-historical",
4
4
  "metadata": {"maputnik:renderer": "mbgljs"},
5
5
  "sources": {
6
- "osm": {
6
+ "ohm": {
7
7
  "type": "vector",
8
- "tiles": ["https://vtiles.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"]
8
+ "tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
9
9
  },
10
10
  "ohm_landcover_hillshade": {
11
11
  "type": "raster",
@@ -65,7 +65,7 @@
65
65
  {
66
66
  "id": "landuse_areas_earth",
67
67
  "type": "fill",
68
- "source": "osm",
68
+ "source": "ohm",
69
69
  "source-layer": "landuse_areas",
70
70
  "minzoom": 0,
71
71
  "maxzoom": 24,
@@ -96,7 +96,7 @@
96
96
  {
97
97
  "id": "landuse_areas_military_overlay",
98
98
  "type": "fill",
99
- "source": "osm",
99
+ "source": "ohm",
100
100
  "source-layer": "landuse_areas",
101
101
  "minzoom": 10,
102
102
  "maxzoom": 24,
@@ -111,7 +111,7 @@
111
111
  {
112
112
  "id": "military_landuselow",
113
113
  "type": "fill",
114
- "source": "osm",
114
+ "source": "ohm",
115
115
  "source-layer": "landuse_areas",
116
116
  "minzoom": 4,
117
117
  "maxzoom": 10,
@@ -122,7 +122,7 @@
122
122
  {
123
123
  "id": "military-landusehigh",
124
124
  "type": "fill",
125
- "source": "osm",
125
+ "source": "ohm",
126
126
  "source-layer": "landuse_areas",
127
127
  "minzoom": 10,
128
128
  "maxzoom": 24,
@@ -133,7 +133,7 @@
133
133
  {
134
134
  "id": "military",
135
135
  "type": "fill",
136
- "source": "osm",
136
+ "source": "ohm",
137
137
  "source-layer": "other_areas",
138
138
  "filter": ["==", ["get", "class"], "military"],
139
139
  "layout": {"visibility": "visible"},
@@ -144,7 +144,7 @@
144
144
  {
145
145
  "id": "military-pattern",
146
146
  "type": "fill",
147
- "source": "osm",
147
+ "source": "ohm",
148
148
  "source-layer": "other_areas",
149
149
  "filter": ["==", ["get", "class"], "military"],
150
150
  "layout": {"visibility": "visible"},
@@ -155,7 +155,7 @@
155
155
  {
156
156
  "id": "aero_aerodrome_area",
157
157
  "type": "fill",
158
- "source": "osm",
158
+ "source": "ohm",
159
159
  "source-layer": "transport_areas",
160
160
  "minzoom": 10,
161
161
  "maxzoom": 24,
@@ -169,7 +169,7 @@
169
169
  {
170
170
  "id": "aero_heliport_area",
171
171
  "type": "fill",
172
- "source": "osm",
172
+ "source": "ohm",
173
173
  "source-layer": "transport_areas",
174
174
  "minzoom": 12,
175
175
  "maxzoom": 24,
@@ -183,7 +183,7 @@
183
183
  {
184
184
  "id": "airports",
185
185
  "type": "fill",
186
- "source": "osm",
186
+ "source": "ohm",
187
187
  "source-layer": "transport_areas",
188
188
  "minzoom": 11,
189
189
  "maxzoom": 24,
@@ -192,9 +192,9 @@
192
192
  "paint": {"fill-color": "rgba(235, 235, 225, 1)"}
193
193
  },
194
194
  {
195
- "id": "nature_reserve_fill",
195
+ "id": "nature_reserve_fill_6-24",
196
196
  "type": "fill",
197
- "source": "osm",
197
+ "source": "ohm",
198
198
  "source-layer": "landuse_areas",
199
199
  "minzoom": 6,
200
200
  "maxzoom": 24,
@@ -210,20 +210,22 @@
210
210
  4,
211
211
  "rgba(168, 213, 159, .3)",
212
212
  5,
213
- "rgba(183, 234, 163, .3)",
213
+ "rgba(228, 232, 224, .4)",
214
214
  7,
215
- "rgba(180, 252, 174, .3)"
215
+ "rgba(228, 232, 224, .4)",
216
+ 9,
217
+ "rgba(216, 227, 198, .5)"
216
218
  ],
217
219
  "fill-opacity": 1
218
220
  }
219
221
  },
220
222
  {
221
- "id": "landuse_areas_allz",
223
+ "id": "landuse_areas_all_z6-12",
222
224
  "type": "fill",
223
- "source": "osm",
225
+ "source": "ohm",
224
226
  "source-layer": "landuse_areas",
225
227
  "minzoom": 6,
226
- "maxzoom": 24,
228
+ "maxzoom": 12,
227
229
  "filter": [
228
230
  "in",
229
231
  ["get", "type"],
@@ -250,10 +252,15 @@
250
252
  {
251
253
  "id": "landuse_areas_z12_generalized_land_use",
252
254
  "type": "fill",
253
- "source": "osm",
255
+ "source": "ohm",
254
256
  "source-layer": "landuse_areas",
255
257
  "minzoom": 12,
256
258
  "maxzoom": 24,
259
+ "filter": [
260
+ "in",
261
+ ["get", "type"],
262
+ ["literal", ["residential", "retail", "industrial"]]
263
+ ],
257
264
  "layout": {"visibility": "visible"},
258
265
  "paint": {
259
266
  "fill-color": [
@@ -276,42 +283,17 @@
276
283
  }
277
284
  },
278
285
  {
279
- "id": "landuse_areas_z12_underlying_land_designation",
280
- "type": "fill",
281
- "source": "osm",
282
- "source-layer": "landuse_areas",
283
- "minzoom": 12,
284
- "maxzoom": 24,
285
- "layout": {"visibility": "visible"},
286
- "paint": {
287
- "fill-color": [
288
- "interpolate",
289
- ["linear"],
290
- ["zoom"],
291
- 0,
292
- [
293
- "match",
294
- ["get", "type"],
295
- "park",
296
- "rgba(208, 220, 174, 1)",
297
- "pitch",
298
- "rgba(69, 150, 7, 0.39)",
299
- "nature_reserve",
300
- "rgba(212, 225, 211, 0.3)",
301
- "golf_course",
302
- "rgba(236, 240, 198, 1)",
303
- "transparent"
304
- ]
305
- ]
306
- }
307
- },
308
- {
309
- "id": "landuse_areas_z12_localized_land_use",
286
+ "id": "landuse_areas_localized_land_use",
310
287
  "type": "fill",
311
- "source": "osm",
288
+ "source": "ohm",
312
289
  "source-layer": "landuse_areas",
313
290
  "minzoom": 12,
314
291
  "maxzoom": 24,
292
+ "filter": [
293
+ "in",
294
+ ["get", "type"],
295
+ ["literal", ["quarry", "landfill", "brownfield", "commercial", "construction", "railway", "college", "school", "education", "university"]]
296
+ ],
315
297
  "layout": {"visibility": "visible"},
316
298
  "paint": {
317
299
  "fill-color": [
@@ -348,12 +330,17 @@
348
330
  }
349
331
  },
350
332
  {
351
- "id": "landuse_areas_z12_landcover_short",
333
+ "id": "landuse_areas_landcover_short",
352
334
  "type": "fill",
353
- "source": "osm",
335
+ "source": "ohm",
354
336
  "source-layer": "landuse_areas",
355
- "minzoom": 10,
337
+ "minzoom": 6,
356
338
  "maxzoom": 24,
339
+ "filter": [
340
+ "in",
341
+ ["get", "type"],
342
+ ["literal", ["heath", "meadow", "grass", "grassland", "beach", "desert", "basin", "salt_pond", "mud"]]
343
+ ],
357
344
  "layout": {"visibility": "visible"},
358
345
  "paint": {
359
346
  "fill-color": [
@@ -390,7 +377,7 @@
390
377
  {
391
378
  "id": "landuse_areas_z12_park_outlines",
392
379
  "type": "line",
393
- "source": "osm",
380
+ "source": "ohm",
394
381
  "source-layer": "landuse_areas",
395
382
  "minzoom": 12,
396
383
  "maxzoom": 24,
@@ -404,11 +391,15 @@
404
391
  {
405
392
  "id": "landuse_areas_z12_landcover_tall",
406
393
  "type": "fill",
407
- "source": "osm",
394
+ "source": "ohm",
408
395
  "source-layer": "landuse_areas",
409
396
  "minzoom": 12,
410
397
  "maxzoom": 24,
411
- "filter": ["all"],
398
+ "filter": [
399
+ "in",
400
+ ["get", "type"],
401
+ ["literal", ["forest", "wood", "scrub"]]
402
+ ],
412
403
  "layout": {"visibility": "visible"},
413
404
  "paint": {
414
405
  "fill-color": [
@@ -431,12 +422,17 @@
431
422
  }
432
423
  },
433
424
  {
434
- "id": "landuse_areas_z12_food_and_farming",
425
+ "id": "landuse_areas_ood_and_farming",
435
426
  "type": "fill",
436
- "source": "osm",
427
+ "source": "ohm",
437
428
  "source-layer": "landuse_areas",
438
- "minzoom": 12,
429
+ "minzoom": 6,
439
430
  "maxzoom": 24,
431
+ "filter": [
432
+ "in",
433
+ ["get", "type"],
434
+ ["literal", ["farmland", "farmyard", "farm", "orchard", "vineyard", "allotments", "garden"]]
435
+ ],
440
436
  "layout": {"visibility": "visible"},
441
437
  "paint": {
442
438
  "fill-color": [
@@ -467,13 +463,18 @@
467
463
  }
468
464
  },
469
465
  {
470
- "id": "landuse_areas_z12_developed_open_space_larger",
466
+ "id": "landuse_areas_developed_open_space_larger_types",
471
467
  "type": "fill",
472
- "source": "osm",
468
+ "source": "ohm",
473
469
  "source-layer": "landuse_areas",
474
- "minzoom": 12,
470
+ "minzoom": 6,
475
471
  "maxzoom": 24,
476
472
  "layout": {"visibility": "visible"},
473
+ "filter": [
474
+ "in",
475
+ ["get", "type"],
476
+ ["literal", ["park", "golf_course", "village_green", "cemetery", "sports_centre", "stadium", "recreation_ground"]]
477
+ ],
477
478
  "paint": {
478
479
  "fill-color": [
479
480
  "interpolate",
@@ -483,6 +484,10 @@
483
484
  [
484
485
  "match",
485
486
  ["get", "type"],
487
+ "park",
488
+ "rgba(208, 220, 174, 1)",
489
+ "golf_course",
490
+ "rgba(236, 240, 198, 1)",
486
491
  "village_green",
487
492
  "rgba(208, 220, 174, 1)",
488
493
  "cemetery",
@@ -514,12 +519,17 @@
514
519
  }
515
520
  },
516
521
  {
517
- "id": "landuse_areas_z12_developed_open_space_smaller",
522
+ "id": "landuse_areas_developed_open_space_smaller_types",
518
523
  "type": "fill",
519
- "source": "osm",
524
+ "source": "ohm",
520
525
  "source-layer": "landuse_areas",
521
526
  "minzoom": 12,
522
527
  "maxzoom": 24,
528
+ "filter": [
529
+ "in",
530
+ ["get", "type"],
531
+ ["literal", ["grave_yard", "picnic_site", "camp_site", "playground", "pitch", "track", "bleachers"]]
532
+ ],
523
533
  "layout": {"visibility": "visible"},
524
534
  "paint": {
525
535
  "fill-color": [
@@ -567,7 +577,7 @@
567
577
  {
568
578
  "id": "parking_lots",
569
579
  "type": "fill",
570
- "source": "osm",
580
+ "source": "ohm",
571
581
  "source-layer": "amenity_areas",
572
582
  "paint": {
573
583
  "fill-color": "rgba(236, 231, 231, 1)",
@@ -575,13 +585,15 @@
575
585
  }
576
586
  },
577
587
  {
578
- "id": "landuse_naturereserveoutline",
588
+ "id": "landuse_nature_reserve_outline",
579
589
  "type": "line",
580
- "source": "osm",
590
+ "source": "ohm",
581
591
  "source-layer": "landuse_areas",
582
592
  "minzoom": 6,
583
593
  "maxzoom": 24,
584
- "filter": ["==", ["get", "type"], "nature_reserve"],
594
+ "filter": ["all",
595
+ ["==", ["get", "type"], "nature_reserve"],
596
+ [">=", ["get", "area"], 100000000]],
585
597
  "layout": {"visibility": "visible"},
586
598
  "paint": {
587
599
  "line-width": ["interpolate", ["linear"], ["zoom"], 10, 2, 20, 3],
@@ -592,7 +604,7 @@
592
604
  {
593
605
  "id": "landuse_areas_z12_natural",
594
606
  "type": "fill",
595
- "source": "osm",
607
+ "source": "ohm",
596
608
  "source-layer": "landuse_areas",
597
609
  "minzoom": 12,
598
610
  "maxzoom": 24,
@@ -607,7 +619,7 @@
607
619
  {
608
620
  "id": "place_areas_plot",
609
621
  "type": "fill",
610
- "source": "osm",
622
+ "source": "ohm",
611
623
  "source-layer": "place_areas",
612
624
  "filter": ["==", ["get", "type"], "plot"],
613
625
  "layout": {"visibility": "visible"},
@@ -619,7 +631,7 @@
619
631
  {
620
632
  "id": "place_areas_square",
621
633
  "type": "fill",
622
- "source": "osm",
634
+ "source": "ohm",
623
635
  "source-layer": "place_areas",
624
636
  "filter": ["==", ["get", "type"], "square"],
625
637
  "layout": {"visibility": "visible"},
@@ -631,7 +643,7 @@
631
643
  {
632
644
  "id": "pedestrian_area",
633
645
  "type": "fill",
634
- "source": "osm",
646
+ "source": "ohm",
635
647
  "source-layer": "transport_areas",
636
648
  "minzoom": 14,
637
649
  "maxzoom": 24,
@@ -648,16 +660,68 @@
648
660
  {
649
661
  "id": "amenity_areas",
650
662
  "type": "fill",
651
- "source": "osm",
663
+ "source": "ohm",
652
664
  "source-layer": "amenity_areas",
653
665
  "filter": ["in", ["get", "type"], ["literal", ["school", "university"]]],
654
666
  "layout": {"visibility": "visible"},
655
667
  "paint": {"fill-color": "rgba(226, 214, 205, 1)"}
656
668
  },
669
+ {
670
+ "id": "water_lines_canal-casing",
671
+ "type": "line",
672
+ "source": "ohm",
673
+ "source-layer": "water_lines",
674
+ "minzoom": 12,
675
+ "maxzoom": 24,
676
+ "filter": ["==", ["get", "type"], "canal"],
677
+ "layout": {"visibility": "visible"},
678
+ "paint": {
679
+ "line-color": "rgba(111, 145, 160, 1)",
680
+ "line-width": [
681
+ "interpolate",
682
+ ["linear"],
683
+ ["zoom"],
684
+ 13,
685
+ 0.5,
686
+ 14,
687
+ 2,
688
+ 20,
689
+ 3
690
+ ],
691
+ "line-gap-width": 4,
692
+ "line-dasharray": [1, 1]
693
+ }
694
+ },
695
+ {
696
+ "id": "water_lines_canal",
697
+ "type": "line",
698
+ "source": "ohm",
699
+ "source-layer": "water_lines",
700
+ "minzoom": 8,
701
+ "maxzoom": 24,
702
+ "filter": ["==", ["get", "type"], "canal"],
703
+ "layout": {"visibility": "visible"},
704
+ "paint": {
705
+ "line-color": "rgba(153, 201, 222, 1)",
706
+ "line-width": [
707
+ "interpolate",
708
+ ["linear"],
709
+ ["zoom"],
710
+ 8,
711
+ 1,
712
+ 13,
713
+ 2,
714
+ 14,
715
+ 3,
716
+ 20,
717
+ 4
718
+ ]
719
+ }
720
+ },
657
721
  {
658
722
  "id": "water_areas",
659
723
  "type": "fill",
660
- "source": "osm",
724
+ "source": "ohm",
661
725
  "source-layer": "water_areas",
662
726
  "minzoom": 0,
663
727
  "maxzoom": 24,
@@ -675,7 +739,7 @@
675
739
  }
676
740
  },
677
741
  {
678
- "id": "water_areas-ne",
742
+ "id": "water_areas_ne",
679
743
  "type": "fill",
680
744
  "source": "ne",
681
745
  "source-layer": "water_areas",
@@ -697,10 +761,15 @@
697
761
  {
698
762
  "id": "landuse_areas_z12_watercover",
699
763
  "type": "fill",
700
- "source": "osm",
764
+ "source": "ohm",
701
765
  "source-layer": "landuse_areas",
702
766
  "minzoom": 11,
703
767
  "maxzoom": 24,
768
+ "filter": [
769
+ "in",
770
+ ["get", "type"],
771
+ ["literal", ["salt_pond", "glacier", "reservoir", "swimming_pool", "wetland"]]
772
+ ],
704
773
  "layout": {"visibility": "visible"},
705
774
  "paint": {
706
775
  "fill-color": [
@@ -727,9 +796,9 @@
727
796
  }
728
797
  },
729
798
  {
730
- "id": "wetlands_z11-pattern",
799
+ "id": "wetlands_z11_pattern",
731
800
  "type": "fill",
732
- "source": "osm",
801
+ "source": "ohm",
733
802
  "source-layer": "landuse_areas",
734
803
  "minzoom": 11,
735
804
  "maxzoom": 24,
@@ -745,7 +814,7 @@
745
814
  {
746
815
  "id": "landuse_areas_z12_glacier-outline",
747
816
  "type": "line",
748
- "source": "osm",
817
+ "source": "ohm",
749
818
  "source-layer": "landuse_areas",
750
819
  "minzoom": 9,
751
820
  "maxzoom": 24,
@@ -760,7 +829,7 @@
760
829
  {
761
830
  "id": "ferry_lines",
762
831
  "type": "line",
763
- "source": "osm",
832
+ "source": "ohm",
764
833
  "source-layer": "transport_lines",
765
834
  "filter": ["==", ["get", "type"], "ferry"],
766
835
  "paint": {
@@ -784,7 +853,7 @@
784
853
  {
785
854
  "id": "place_areas_islet",
786
855
  "type": "fill",
787
- "source": "osm",
856
+ "source": "ohm",
788
857
  "source-layer": "place_areas",
789
858
  "filter": ["==", ["get", "type"], "islet"],
790
859
  "layout": {"visibility": "visible"},
@@ -796,7 +865,7 @@
796
865
  {
797
866
  "id": "water_lines_stream_no_name",
798
867
  "type": "line",
799
- "source": "osm",
868
+ "source": "ohm",
800
869
  "source-layer": "water_lines",
801
870
  "minzoom": 14,
802
871
  "maxzoom": 24,
@@ -813,7 +882,7 @@
813
882
  {
814
883
  "id": "water_lines_stream_name",
815
884
  "type": "line",
816
- "source": "osm",
885
+ "source": "ohm",
817
886
  "source-layer": "water_lines",
818
887
  "minzoom": 12,
819
888
  "maxzoom": 24,
@@ -842,7 +911,7 @@
842
911
  {
843
912
  "id": "water_lines_cliff_line",
844
913
  "type": "line",
845
- "source": "osm",
914
+ "source": "ohm",
846
915
  "source-layer": "water_lines",
847
916
  "minzoom": 15,
848
917
  "maxzoom": 24,
@@ -865,7 +934,7 @@
865
934
  {
866
935
  "id": "water_lines_cliff_line_triangles",
867
936
  "type": "line",
868
- "source": "osm",
937
+ "source": "ohm",
869
938
  "source-layer": "water_lines",
870
939
  "minzoom": 15,
871
940
  "maxzoom": 24,
@@ -890,7 +959,7 @@
890
959
  {
891
960
  "id": "water_lines_waterfall_triangle",
892
961
  "type": "line",
893
- "source": "osm",
962
+ "source": "ohm",
894
963
  "source-layer": "water_lines",
895
964
  "minzoom": 15,
896
965
  "maxzoom": 24,
@@ -915,7 +984,7 @@
915
984
  {
916
985
  "id": "water_lines_ditch",
917
986
  "type": "line",
918
- "source": "osm",
987
+ "source": "ohm",
919
988
  "source-layer": "water_lines",
920
989
  "minzoom": 15,
921
990
  "maxzoom": 24,
@@ -925,62 +994,10 @@
925
994
  "line-width": ["interpolate", ["linear"], ["zoom"], 15, 0.2, 20, 1.5]
926
995
  }
927
996
  },
928
- {
929
- "id": "water_lines_canal-casing",
930
- "type": "line",
931
- "source": "osm",
932
- "source-layer": "water_lines",
933
- "minzoom": 12,
934
- "maxzoom": 24,
935
- "filter": ["==", ["get", "type"], "canal"],
936
- "layout": {"visibility": "visible"},
937
- "paint": {
938
- "line-color": "rgba(111, 145, 160, 1)",
939
- "line-width": [
940
- "interpolate",
941
- ["linear"],
942
- ["zoom"],
943
- 13,
944
- 0.5,
945
- 14,
946
- 2,
947
- 20,
948
- 3
949
- ],
950
- "line-gap-width": 4,
951
- "line-dasharray": [1, 1]
952
- }
953
- },
954
- {
955
- "id": "water_lines_canal",
956
- "type": "line",
957
- "source": "osm",
958
- "source-layer": "water_lines",
959
- "minzoom": 8,
960
- "maxzoom": 24,
961
- "filter": ["==", ["get", "type"], "canal"],
962
- "layout": {"visibility": "visible"},
963
- "paint": {
964
- "line-color": "rgba(153, 201, 222, 1)",
965
- "line-width": [
966
- "interpolate",
967
- ["linear"],
968
- ["zoom"],
969
- 8,
970
- 1,
971
- 13,
972
- 2,
973
- 14,
974
- 3,
975
- 20,
976
- 4
977
- ]
978
- }
979
- },
980
997
  {
981
998
  "id": "water_lines_aqueduct",
982
999
  "type": "line",
983
- "source": "osm",
1000
+ "source": "ohm",
984
1001
  "source-layer": "water_lines",
985
1002
  "minzoom": 8,
986
1003
  "maxzoom": 24,
@@ -1010,7 +1027,7 @@
1010
1027
  {
1011
1028
  "id": "water_lines_river",
1012
1029
  "type": "line",
1013
- "source": "osm",
1030
+ "source": "ohm",
1014
1031
  "source-layer": "water_lines",
1015
1032
  "minzoom": 8,
1016
1033
  "maxzoom": 24,
@@ -1043,7 +1060,7 @@
1043
1060
  {
1044
1061
  "id": "water_lines_breakwater",
1045
1062
  "type": "line",
1046
- "source": "osm",
1063
+ "source": "ohm",
1047
1064
  "source-layer": "other_lines",
1048
1065
  "minzoom": 10,
1049
1066
  "maxzoom": 24,
@@ -1056,7 +1073,7 @@
1056
1073
  {
1057
1074
  "id": "water_lines_dam",
1058
1075
  "type": "line",
1059
- "source": "osm",
1076
+ "source": "ohm",
1060
1077
  "source-layer": "water_lines",
1061
1078
  "minzoom": 13,
1062
1079
  "maxzoom": 24,
@@ -1079,7 +1096,7 @@
1079
1096
  {
1080
1097
  "id": "pier",
1081
1098
  "type": "fill",
1082
- "source": "osm",
1099
+ "source": "ohm",
1083
1100
  "source-layer": "other_areas",
1084
1101
  "filter": ["==", ["get", "type"], "pier"],
1085
1102
  "layout": {"visibility": "visible"},
@@ -1088,7 +1105,7 @@
1088
1105
  {
1089
1106
  "id": "pier_line",
1090
1107
  "type": "line",
1091
- "source": "osm",
1108
+ "source": "ohm",
1092
1109
  "source-layer": "other_lines",
1093
1110
  "minzoom": 12,
1094
1111
  "filter": ["==", ["get", "type"], "pier"],
@@ -1101,7 +1118,7 @@
1101
1118
  {
1102
1119
  "id": "buildings_flat",
1103
1120
  "type": "fill",
1104
- "source": "osm",
1121
+ "source": "ohm",
1105
1122
  "source-layer": "buildings",
1106
1123
  "minzoom": 14,
1107
1124
  "maxzoom": 24,
@@ -1115,7 +1132,7 @@
1115
1132
  {
1116
1133
  "id": "buildings_flat_ruins",
1117
1134
  "type": "fill",
1118
- "source": "osm",
1135
+ "source": "ohm",
1119
1136
  "source-layer": "other_areas",
1120
1137
  "minzoom": 14,
1121
1138
  "maxzoom": 24,
@@ -1130,7 +1147,7 @@
1130
1147
  {
1131
1148
  "id": "buildings_ruins_outlines",
1132
1149
  "type": "line",
1133
- "source": "osm",
1150
+ "source": "ohm",
1134
1151
  "source-layer": "other_areas",
1135
1152
  "filter": ["==", ["get", "type"], "ruins"],
1136
1153
  "layout": {"visibility": "visible"},
@@ -1150,7 +1167,7 @@
1150
1167
  {
1151
1168
  "id": "historic_fort",
1152
1169
  "type": "fill",
1153
- "source": "osm",
1170
+ "source": "ohm",
1154
1171
  "source-layer": "other_areas",
1155
1172
  "minzoom": 14,
1156
1173
  "maxzoom": 24,
@@ -1168,7 +1185,7 @@
1168
1185
  {
1169
1186
  "id": "transport_traverser",
1170
1187
  "type": "fill",
1171
- "source": "osm",
1188
+ "source": "ohm",
1172
1189
  "source-layer": "transport_areas",
1173
1190
  "minzoom": 14,
1174
1191
  "maxzoom": 24,
@@ -1183,7 +1200,7 @@
1183
1200
  {
1184
1201
  "id": "transport_turntable",
1185
1202
  "type": "fill",
1186
- "source": "osm",
1203
+ "source": "ohm",
1187
1204
  "source-layer": "transport_areas",
1188
1205
  "minzoom": 14,
1189
1206
  "filter": ["==", ["get", "type"], "turntable"],
@@ -1197,7 +1214,7 @@
1197
1214
  {
1198
1215
  "id": "transport_passenger_platform",
1199
1216
  "type": "fill",
1200
- "source": "osm",
1217
+ "source": "ohm",
1201
1218
  "source-layer": "transport_areas",
1202
1219
  "minzoom": 14,
1203
1220
  "filter": ["==", ["get", "type"], "platform"],
@@ -1211,7 +1228,7 @@
1211
1228
  {
1212
1229
  "id": "transport_freight_platform",
1213
1230
  "type": "fill",
1214
- "source": "osm",
1231
+ "source": "ohm",
1215
1232
  "source-layer": "transport_areas",
1216
1233
  "minzoom": 14,
1217
1234
  "filter": ["==", ["get", "type"], "loading_ramp"],
@@ -1225,7 +1242,7 @@
1225
1242
  {
1226
1243
  "id": "terminals",
1227
1244
  "type": "fill",
1228
- "source": "osm",
1245
+ "source": "ohm",
1229
1246
  "source-layer": "transport_areas",
1230
1247
  "minzoom": 11,
1231
1248
  "maxzoom": 24,
@@ -1239,7 +1256,7 @@
1239
1256
  {
1240
1257
  "id": "aero_taxiway_lines",
1241
1258
  "type": "line",
1242
- "source": "osm",
1259
+ "source": "ohm",
1243
1260
  "source-layer": "transport_lines",
1244
1261
  "minzoom": 11,
1245
1262
  "maxzoom": 24,
@@ -1263,7 +1280,7 @@
1263
1280
  {
1264
1281
  "id": "aero_runway_lines",
1265
1282
  "type": "line",
1266
- "source": "osm",
1283
+ "source": "ohm",
1267
1284
  "source-layer": "transport_lines",
1268
1285
  "minzoom": 10,
1269
1286
  "maxzoom": 24,
@@ -1277,7 +1294,7 @@
1277
1294
  {
1278
1295
  "id": "man_made_bridge_area",
1279
1296
  "type": "fill",
1280
- "source": "osm",
1297
+ "source": "ohm",
1281
1298
  "source-layer": "other_areas",
1282
1299
  "filter": [
1283
1300
  "all",
@@ -1289,7 +1306,7 @@
1289
1306
  {
1290
1307
  "id": "man_made_bridge_line",
1291
1308
  "type": "line",
1292
- "source": "osm",
1309
+ "source": "ohm",
1293
1310
  "source-layer": "other_lines",
1294
1311
  "filter": [
1295
1312
  "all",
@@ -1301,7 +1318,7 @@
1301
1318
  {
1302
1319
  "id": "roads_subways_construction",
1303
1320
  "type": "line",
1304
- "source": "osm",
1321
+ "source": "ohm",
1305
1322
  "source-layer": "transport_lines",
1306
1323
  "minzoom": 14,
1307
1324
  "filter": [
@@ -1327,7 +1344,7 @@
1327
1344
  {
1328
1345
  "id": "roads_tertiarytunnel_case_construction",
1329
1346
  "type": "line",
1330
- "source": "osm",
1347
+ "source": "ohm",
1331
1348
  "source-layer": "transport_lines",
1332
1349
  "minzoom": 9,
1333
1350
  "filter": [
@@ -1358,7 +1375,7 @@
1358
1375
  {
1359
1376
  "id": "roads_secondarytunnel_case_construction",
1360
1377
  "type": "line",
1361
- "source": "osm",
1378
+ "source": "ohm",
1362
1379
  "source-layer": "transport_lines",
1363
1380
  "minzoom": 8,
1364
1381
  "filter": [
@@ -1389,7 +1406,7 @@
1389
1406
  {
1390
1407
  "id": "roads_primarytunnel_case_construction",
1391
1408
  "type": "line",
1392
- "source": "osm",
1409
+ "source": "ohm",
1393
1410
  "source-layer": "transport_lines",
1394
1411
  "minzoom": 7,
1395
1412
  "maxzoom": 20,
@@ -1421,7 +1438,7 @@
1421
1438
  {
1422
1439
  "id": "roads_motorwaytunnel_case_construction",
1423
1440
  "type": "line",
1424
- "source": "osm",
1441
+ "source": "ohm",
1425
1442
  "source-layer": "transport_lines",
1426
1443
  "minzoom": 5,
1427
1444
  "maxzoom": 20,
@@ -1457,7 +1474,7 @@
1457
1474
  {
1458
1475
  "id": "roads_tertiarytunnel_construction",
1459
1476
  "type": "line",
1460
- "source": "osm",
1477
+ "source": "ohm",
1461
1478
  "source-layer": "transport_lines",
1462
1479
  "minzoom": 9,
1463
1480
  "filter": [
@@ -1487,7 +1504,7 @@
1487
1504
  {
1488
1505
  "id": "roads_secondarytunnel_construction",
1489
1506
  "type": "line",
1490
- "source": "osm",
1507
+ "source": "ohm",
1491
1508
  "source-layer": "transport_lines",
1492
1509
  "minzoom": 8,
1493
1510
  "filter": [
@@ -1517,7 +1534,7 @@
1517
1534
  {
1518
1535
  "id": "roads_primarytunnel_construction",
1519
1536
  "type": "line",
1520
- "source": "osm",
1537
+ "source": "ohm",
1521
1538
  "source-layer": "transport_lines",
1522
1539
  "minzoom": 6,
1523
1540
  "filter": [
@@ -1547,7 +1564,7 @@
1547
1564
  {
1548
1565
  "id": "roads_motorwaytunnel_construction",
1549
1566
  "type": "line",
1550
- "source": "osm",
1567
+ "source": "ohm",
1551
1568
  "source-layer": "transport_lines",
1552
1569
  "minzoom": 5,
1553
1570
  "maxzoom": 20,
@@ -1582,7 +1599,7 @@
1582
1599
  {
1583
1600
  "id": "roads_raceways_construction",
1584
1601
  "type": "line",
1585
- "source": "osm",
1602
+ "source": "ohm",
1586
1603
  "source-layer": "transport_lines",
1587
1604
  "minzoom": 12,
1588
1605
  "maxzoom": 24,
@@ -1609,7 +1626,7 @@
1609
1626
  {
1610
1627
  "id": "roads_trackfillcase_construction",
1611
1628
  "type": "line",
1612
- "source": "osm",
1629
+ "source": "ohm",
1613
1630
  "source-layer": "transport_lines",
1614
1631
  "minzoom": 14,
1615
1632
  "maxzoom": 24,
@@ -1635,7 +1652,7 @@
1635
1652
  {
1636
1653
  "id": "roads_trackfill_construction",
1637
1654
  "type": "line",
1638
- "source": "osm",
1655
+ "source": "ohm",
1639
1656
  "source-layer": "transport_lines",
1640
1657
  "minzoom": 14,
1641
1658
  "maxzoom": 24,
@@ -1661,7 +1678,7 @@
1661
1678
  {
1662
1679
  "id": "roads_track_construction",
1663
1680
  "type": "line",
1664
- "source": "osm",
1681
+ "source": "ohm",
1665
1682
  "source-layer": "transport_lines",
1666
1683
  "minzoom": 14,
1667
1684
  "maxzoom": 24,
@@ -1688,7 +1705,7 @@
1688
1705
  {
1689
1706
  "id": "roads_living_street_construction",
1690
1707
  "type": "line",
1691
- "source": "osm",
1708
+ "source": "ohm",
1692
1709
  "source-layer": "transport_lines",
1693
1710
  "minzoom": 14,
1694
1711
  "maxzoom": 24,
@@ -1714,7 +1731,7 @@
1714
1731
  {
1715
1732
  "id": "roads_pedestrian_street_construction",
1716
1733
  "type": "line",
1717
- "source": "osm",
1734
+ "source": "ohm",
1718
1735
  "source-layer": "transport_lines",
1719
1736
  "minzoom": 14,
1720
1737
  "maxzoom": 24,
@@ -1740,7 +1757,7 @@
1740
1757
  {
1741
1758
  "id": "roads_footway_construction",
1742
1759
  "type": "line",
1743
- "source": "osm",
1760
+ "source": "ohm",
1744
1761
  "source-layer": "transport_lines",
1745
1762
  "minzoom": 14,
1746
1763
  "maxzoom": 24,
@@ -1775,7 +1792,7 @@
1775
1792
  {
1776
1793
  "id": "roads_pier_construction",
1777
1794
  "type": "line",
1778
- "source": "osm",
1795
+ "source": "ohm",
1779
1796
  "source-layer": "transport_lines",
1780
1797
  "minzoom": 14,
1781
1798
  "maxzoom": 24,
@@ -1801,7 +1818,7 @@
1801
1818
  {
1802
1819
  "id": "roads_steps_construction",
1803
1820
  "type": "line",
1804
- "source": "osm",
1821
+ "source": "ohm",
1805
1822
  "source-layer": "transport_lines",
1806
1823
  "minzoom": 14,
1807
1824
  "maxzoom": 24,
@@ -1828,7 +1845,7 @@
1828
1845
  {
1829
1846
  "id": "roads_roadscase_z13_construction",
1830
1847
  "type": "line",
1831
- "source": "osm",
1848
+ "source": "ohm",
1832
1849
  "source-layer": "transport_lines",
1833
1850
  "minzoom": 13,
1834
1851
  "maxzoom": 24,
@@ -1859,7 +1876,7 @@
1859
1876
  {
1860
1877
  "id": "roads_residentialcase_z13_construction",
1861
1878
  "type": "line",
1862
- "source": "osm",
1879
+ "source": "ohm",
1863
1880
  "source-layer": "transport_lines",
1864
1881
  "minzoom": 13,
1865
1882
  "maxzoom": 24,
@@ -1894,7 +1911,7 @@
1894
1911
  {
1895
1912
  "id": "roads_tertiary-case_construction",
1896
1913
  "type": "line",
1897
- "source": "osm",
1914
+ "source": "ohm",
1898
1915
  "source-layer": "transport_lines",
1899
1916
  "minzoom": 10.01,
1900
1917
  "maxzoom": 24,
@@ -1926,7 +1943,7 @@
1926
1943
  {
1927
1944
  "id": "roads_secondary-case_construction",
1928
1945
  "type": "line",
1929
- "source": "osm",
1946
+ "source": "ohm",
1930
1947
  "source-layer": "transport_lines",
1931
1948
  "minzoom": 10,
1932
1949
  "filter": [
@@ -1957,7 +1974,7 @@
1957
1974
  {
1958
1975
  "id": "roads_primarylink-case_construction",
1959
1976
  "type": "line",
1960
- "source": "osm",
1977
+ "source": "ohm",
1961
1978
  "source-layer": "transport_lines",
1962
1979
  "minzoom": 7,
1963
1980
  "filter": [
@@ -1988,7 +2005,7 @@
1988
2005
  {
1989
2006
  "id": "roads_primary-case_construction",
1990
2007
  "type": "line",
1991
- "source": "osm",
2008
+ "source": "ohm",
1992
2009
  "source-layer": "transport_lines",
1993
2010
  "minzoom": 10,
1994
2011
  "filter": [
@@ -2020,7 +2037,7 @@
2020
2037
  {
2021
2038
  "id": "roads_motorwaylink-case_construction",
2022
2039
  "type": "line",
2023
- "source": "osm",
2040
+ "source": "ohm",
2024
2041
  "source-layer": "transport_lines",
2025
2042
  "minzoom": 6,
2026
2043
  "maxzoom": 20,
@@ -2056,7 +2073,7 @@
2056
2073
  {
2057
2074
  "id": "roads_motorway-case_construction",
2058
2075
  "type": "line",
2059
- "source": "osm",
2076
+ "source": "ohm",
2060
2077
  "source-layer": "transport_lines",
2061
2078
  "minzoom": 9,
2062
2079
  "maxzoom": 20,
@@ -2088,7 +2105,7 @@
2088
2105
  {
2089
2106
  "id": "roads_roads_construction",
2090
2107
  "type": "line",
2091
- "source": "osm",
2108
+ "source": "ohm",
2092
2109
  "source-layer": "transport_lines",
2093
2110
  "minzoom": 12,
2094
2111
  "maxzoom": 24,
@@ -2119,7 +2136,7 @@
2119
2136
  {
2120
2137
  "id": "roads_residential_construction",
2121
2138
  "type": "line",
2122
- "source": "osm",
2139
+ "source": "ohm",
2123
2140
  "source-layer": "transport_lines",
2124
2141
  "minzoom": 12,
2125
2142
  "maxzoom": 24,
@@ -2154,7 +2171,7 @@
2154
2171
  {
2155
2172
  "id": "roads_secondarylink_construction",
2156
2173
  "type": "line",
2157
- "source": "osm",
2174
+ "source": "ohm",
2158
2175
  "source-layer": "transport_lines",
2159
2176
  "minzoom": 8,
2160
2177
  "filter": [
@@ -2194,7 +2211,7 @@
2194
2211
  {
2195
2212
  "id": "roads_primarylink_construction",
2196
2213
  "type": "line",
2197
- "source": "osm",
2214
+ "source": "ohm",
2198
2215
  "source-layer": "transport_lines",
2199
2216
  "minzoom": 6,
2200
2217
  "filter": [
@@ -2226,7 +2243,7 @@
2226
2243
  {
2227
2244
  "id": "roads_motorwaylink_construction",
2228
2245
  "type": "line",
2229
- "source": "osm",
2246
+ "source": "ohm",
2230
2247
  "source-layer": "transport_lines",
2231
2248
  "minzoom": 5,
2232
2249
  "maxzoom": 20,
@@ -2263,7 +2280,7 @@
2263
2280
  {
2264
2281
  "id": "roads_tertiary_construction",
2265
2282
  "type": "line",
2266
- "source": "osm",
2283
+ "source": "ohm",
2267
2284
  "source-layer": "transport_lines",
2268
2285
  "minzoom": 9,
2269
2286
  "maxzoom": 24,
@@ -2304,7 +2321,7 @@
2304
2321
  {
2305
2322
  "id": "roads_secondary_construction",
2306
2323
  "type": "line",
2307
- "source": "osm",
2324
+ "source": "ohm",
2308
2325
  "source-layer": "transport_lines",
2309
2326
  "minzoom": 8,
2310
2327
  "filter": [
@@ -2344,7 +2361,7 @@
2344
2361
  {
2345
2362
  "id": "roads_primary_construction",
2346
2363
  "type": "line",
2347
- "source": "osm",
2364
+ "source": "ohm",
2348
2365
  "source-layer": "transport_lines",
2349
2366
  "minzoom": 6,
2350
2367
  "filter": [
@@ -2385,7 +2402,7 @@
2385
2402
  {
2386
2403
  "id": "roads_motorway_construction",
2387
2404
  "type": "line",
2388
- "source": "osm",
2405
+ "source": "ohm",
2389
2406
  "source-layer": "transport_lines",
2390
2407
  "minzoom": 6,
2391
2408
  "maxzoom": 20,
@@ -2424,7 +2441,7 @@
2424
2441
  {
2425
2442
  "id": "roads_ford_construction",
2426
2443
  "type": "line",
2427
- "source": "osm",
2444
+ "source": "ohm",
2428
2445
  "source-layer": "transport_lines",
2429
2446
  "minzoom": 9,
2430
2447
  "filter": ["==", ["get", "ford"], "yes"],
@@ -2446,7 +2463,7 @@
2446
2463
  {
2447
2464
  "id": "roads_residential_bridge_z13-copy_construction",
2448
2465
  "type": "line",
2449
- "source": "osm",
2466
+ "source": "ohm",
2450
2467
  "source-layer": "transport_lines",
2451
2468
  "minzoom": 13,
2452
2469
  "maxzoom": 24,
@@ -2481,7 +2498,7 @@
2481
2498
  {
2482
2499
  "id": "roads_tertiarybridge_construction",
2483
2500
  "type": "line",
2484
- "source": "osm",
2501
+ "source": "ohm",
2485
2502
  "source-layer": "transport_lines",
2486
2503
  "minzoom": 9,
2487
2504
  "filter": [
@@ -2511,7 +2528,7 @@
2511
2528
  {
2512
2529
  "id": "roads_secondarybridge_construction",
2513
2530
  "type": "line",
2514
- "source": "osm",
2531
+ "source": "ohm",
2515
2532
  "source-layer": "transport_lines",
2516
2533
  "minzoom": 8,
2517
2534
  "filter": [
@@ -2541,7 +2558,7 @@
2541
2558
  {
2542
2559
  "id": "roads_primarybridge_construction",
2543
2560
  "type": "line",
2544
- "source": "osm",
2561
+ "source": "ohm",
2545
2562
  "source-layer": "transport_lines",
2546
2563
  "minzoom": 10,
2547
2564
  "maxzoom": 20,
@@ -2576,7 +2593,7 @@
2576
2593
  {
2577
2594
  "id": "roads_motorwaybridge_construction",
2578
2595
  "type": "line",
2579
- "source": "osm",
2596
+ "source": "ohm",
2580
2597
  "source-layer": "transport_lines",
2581
2598
  "minzoom": 9,
2582
2599
  "maxzoom": 20,
@@ -2611,7 +2628,7 @@
2611
2628
  {
2612
2629
  "id": "roads_residential_bridgetop_z13_construction",
2613
2630
  "type": "line",
2614
- "source": "osm",
2631
+ "source": "ohm",
2615
2632
  "source-layer": "transport_lines",
2616
2633
  "minzoom": 12,
2617
2634
  "maxzoom": 24,
@@ -2647,7 +2664,7 @@
2647
2664
  {
2648
2665
  "id": "roads_tertiarybridgetop_construction",
2649
2666
  "type": "line",
2650
- "source": "osm",
2667
+ "source": "ohm",
2651
2668
  "source-layer": "transport_lines",
2652
2669
  "minzoom": 6,
2653
2670
  "maxzoom": 24,
@@ -2687,7 +2704,7 @@
2687
2704
  {
2688
2705
  "id": "roads_secondarybridgetop_construction",
2689
2706
  "type": "line",
2690
- "source": "osm",
2707
+ "source": "ohm",
2691
2708
  "source-layer": "transport_lines",
2692
2709
  "minzoom": 8,
2693
2710
  "filter": [
@@ -2726,7 +2743,7 @@
2726
2743
  {
2727
2744
  "id": "roads_primarybridgetop_construction",
2728
2745
  "type": "line",
2729
- "source": "osm",
2746
+ "source": "ohm",
2730
2747
  "source-layer": "transport_lines",
2731
2748
  "minzoom": 6,
2732
2749
  "filter": [
@@ -2765,7 +2782,7 @@
2765
2782
  {
2766
2783
  "id": "roads_motorwaybridgetop_construction",
2767
2784
  "type": "line",
2768
- "source": "osm",
2785
+ "source": "ohm",
2769
2786
  "source-layer": "transport_lines",
2770
2787
  "minzoom": 6,
2771
2788
  "maxzoom": 20,
@@ -2807,7 +2824,7 @@
2807
2824
  {
2808
2825
  "id": "roads_rail_tram_construction",
2809
2826
  "type": "line",
2810
- "source": "osm",
2827
+ "source": "ohm",
2811
2828
  "source-layer": "transport_lines",
2812
2829
  "minzoom": 11,
2813
2830
  "maxzoom": 24,
@@ -2838,7 +2855,7 @@
2838
2855
  {
2839
2856
  "id": "roads_subways",
2840
2857
  "type": "line",
2841
- "source": "osm",
2858
+ "source": "ohm",
2842
2859
  "source-layer": "transport_lines",
2843
2860
  "minzoom": 12,
2844
2861
  "filter": ["==", ["get", "type"], "subway"],
@@ -2864,7 +2881,7 @@
2864
2881
  {
2865
2882
  "id": "roads_tertiarytunnel_case",
2866
2883
  "type": "line",
2867
- "source": "osm",
2884
+ "source": "ohm",
2868
2885
  "source-layer": "transport_lines",
2869
2886
  "minzoom": 9,
2870
2887
  "filter": [
@@ -2894,7 +2911,7 @@
2894
2911
  {
2895
2912
  "id": "roads_secondarytunnel_case",
2896
2913
  "type": "line",
2897
- "source": "osm",
2914
+ "source": "ohm",
2898
2915
  "source-layer": "transport_lines",
2899
2916
  "minzoom": 8,
2900
2917
  "filter": [
@@ -2924,7 +2941,7 @@
2924
2941
  {
2925
2942
  "id": "roads_primarytunnel_case",
2926
2943
  "type": "line",
2927
- "source": "osm",
2944
+ "source": "ohm",
2928
2945
  "source-layer": "transport_lines",
2929
2946
  "minzoom": 7,
2930
2947
  "maxzoom": 20,
@@ -2955,7 +2972,7 @@
2955
2972
  {
2956
2973
  "id": "roads_motorwaytunnel_case",
2957
2974
  "type": "line",
2958
- "source": "osm",
2975
+ "source": "ohm",
2959
2976
  "source-layer": "transport_lines",
2960
2977
  "minzoom": 9,
2961
2978
  "maxzoom": 20,
@@ -2990,7 +3007,7 @@
2990
3007
  {
2991
3008
  "id": "roads_tertiarytunnel",
2992
3009
  "type": "line",
2993
- "source": "osm",
3010
+ "source": "ohm",
2994
3011
  "source-layer": "transport_lines",
2995
3012
  "minzoom": 9,
2996
3013
  "filter": [
@@ -3019,7 +3036,7 @@
3019
3036
  {
3020
3037
  "id": "roads_secondarytunnel",
3021
3038
  "type": "line",
3022
- "source": "osm",
3039
+ "source": "ohm",
3023
3040
  "source-layer": "transport_lines",
3024
3041
  "minzoom": 8,
3025
3042
  "filter": [
@@ -3048,7 +3065,7 @@
3048
3065
  {
3049
3066
  "id": "roads_primarytunnel",
3050
3067
  "type": "line",
3051
- "source": "osm",
3068
+ "source": "ohm",
3052
3069
  "source-layer": "transport_lines",
3053
3070
  "minzoom": 6,
3054
3071
  "filter": [
@@ -3077,7 +3094,7 @@
3077
3094
  {
3078
3095
  "id": "roads_motorwaytunnel",
3079
3096
  "type": "line",
3080
- "source": "osm",
3097
+ "source": "ohm",
3081
3098
  "source-layer": "transport_lines",
3082
3099
  "minzoom": 5,
3083
3100
  "maxzoom": 20,
@@ -3111,7 +3128,7 @@
3111
3128
  {
3112
3129
  "id": "roads_raceways",
3113
3130
  "type": "line",
3114
- "source": "osm",
3131
+ "source": "ohm",
3115
3132
  "source-layer": "transport_lines",
3116
3133
  "minzoom": 12,
3117
3134
  "maxzoom": 24,
@@ -3134,7 +3151,7 @@
3134
3151
  {
3135
3152
  "id": "roads_trackfillcase",
3136
3153
  "type": "line",
3137
- "source": "osm",
3154
+ "source": "ohm",
3138
3155
  "source-layer": "transport_lines",
3139
3156
  "minzoom": 14,
3140
3157
  "maxzoom": 24,
@@ -3156,7 +3173,7 @@
3156
3173
  {
3157
3174
  "id": "roads_trackfill",
3158
3175
  "type": "line",
3159
- "source": "osm",
3176
+ "source": "ohm",
3160
3177
  "source-layer": "transport_lines",
3161
3178
  "minzoom": 14,
3162
3179
  "maxzoom": 24,
@@ -3178,7 +3195,7 @@
3178
3195
  {
3179
3196
  "id": "roads_track",
3180
3197
  "type": "line",
3181
- "source": "osm",
3198
+ "source": "ohm",
3182
3199
  "source-layer": "transport_lines",
3183
3200
  "minzoom": 14,
3184
3201
  "maxzoom": 24,
@@ -3201,7 +3218,7 @@
3201
3218
  {
3202
3219
  "id": "roads_living_street",
3203
3220
  "type": "line",
3204
- "source": "osm",
3221
+ "source": "ohm",
3205
3222
  "source-layer": "transport_lines",
3206
3223
  "minzoom": 14,
3207
3224
  "maxzoom": 24,
@@ -3223,7 +3240,7 @@
3223
3240
  {
3224
3241
  "id": "roads_footway",
3225
3242
  "type": "line",
3226
- "source": "osm",
3243
+ "source": "ohm",
3227
3244
  "source-layer": "transport_lines",
3228
3245
  "minzoom": 14,
3229
3246
  "maxzoom": 24,
@@ -3254,7 +3271,7 @@
3254
3271
  {
3255
3272
  "id": "roads_pier",
3256
3273
  "type": "line",
3257
- "source": "osm",
3274
+ "source": "ohm",
3258
3275
  "source-layer": "transport_lines",
3259
3276
  "minzoom": 14,
3260
3277
  "maxzoom": 24,
@@ -3276,7 +3293,7 @@
3276
3293
  {
3277
3294
  "id": "roads_steps",
3278
3295
  "type": "line",
3279
- "source": "osm",
3296
+ "source": "ohm",
3280
3297
  "source-layer": "transport_lines",
3281
3298
  "minzoom": 14,
3282
3299
  "maxzoom": 24,
@@ -3299,7 +3316,7 @@
3299
3316
  {
3300
3317
  "id": "roads_servicecase_z13",
3301
3318
  "type": "line",
3302
- "source": "osm",
3319
+ "source": "ohm",
3303
3320
  "source-layer": "transport_lines",
3304
3321
  "minzoom": 13,
3305
3322
  "maxzoom": 24,
@@ -3329,7 +3346,7 @@
3329
3346
  {
3330
3347
  "id": "roads_residentialcase_z13",
3331
3348
  "type": "line",
3332
- "source": "osm",
3349
+ "source": "ohm",
3333
3350
  "source-layer": "transport_lines",
3334
3351
  "minzoom": 13,
3335
3352
  "maxzoom": 24,
@@ -3359,7 +3376,7 @@
3359
3376
  {
3360
3377
  "id": "roads_pedestrian_street-casing",
3361
3378
  "type": "line",
3362
- "source": "osm",
3379
+ "source": "ohm",
3363
3380
  "source-layer": "transport_lines",
3364
3381
  "minzoom": 14,
3365
3382
  "maxzoom": 24,
@@ -3381,7 +3398,7 @@
3381
3398
  {
3382
3399
  "id": "roads_tertiarylink-case",
3383
3400
  "type": "line",
3384
- "source": "osm",
3401
+ "source": "ohm",
3385
3402
  "source-layer": "transport_lines",
3386
3403
  "minzoom": 10.01,
3387
3404
  "maxzoom": 24,
@@ -3416,7 +3433,7 @@
3416
3433
  {
3417
3434
  "id": "roads_tertiary-case",
3418
3435
  "type": "line",
3419
- "source": "osm",
3436
+ "source": "ohm",
3420
3437
  "source-layer": "transport_lines",
3421
3438
  "minzoom": 10.01,
3422
3439
  "maxzoom": 24,
@@ -3451,7 +3468,7 @@
3451
3468
  {
3452
3469
  "id": "roads_secondary-case",
3453
3470
  "type": "line",
3454
- "source": "osm",
3471
+ "source": "ohm",
3455
3472
  "source-layer": "transport_lines",
3456
3473
  "minzoom": 10,
3457
3474
  "filter": [
@@ -3483,7 +3500,7 @@
3483
3500
  {
3484
3501
  "id": "roads_secondarylink-case",
3485
3502
  "type": "line",
3486
- "source": "osm",
3503
+ "source": "ohm",
3487
3504
  "source-layer": "transport_lines",
3488
3505
  "minzoom": 8,
3489
3506
  "filter": [
@@ -3515,7 +3532,7 @@
3515
3532
  {
3516
3533
  "id": "roads_primarylink-case",
3517
3534
  "type": "line",
3518
- "source": "osm",
3535
+ "source": "ohm",
3519
3536
  "source-layer": "transport_lines",
3520
3537
  "minzoom": 7,
3521
3538
  "filter": [
@@ -3545,7 +3562,7 @@
3545
3562
  {
3546
3563
  "id": "roads_primary-case",
3547
3564
  "type": "line",
3548
- "source": "osm",
3565
+ "source": "ohm",
3549
3566
  "source-layer": "transport_lines",
3550
3567
  "minzoom": 8,
3551
3568
  "filter": [
@@ -3580,7 +3597,7 @@
3580
3597
  {
3581
3598
  "id": "roads_motorwaylink-case",
3582
3599
  "type": "line",
3583
- "source": "osm",
3600
+ "source": "ohm",
3584
3601
  "source-layer": "transport_lines",
3585
3602
  "minzoom": 9,
3586
3603
  "maxzoom": 20,
@@ -3611,7 +3628,7 @@
3611
3628
  {
3612
3629
  "id": "roads_motorway-case",
3613
3630
  "type": "line",
3614
- "source": "osm",
3631
+ "source": "ohm",
3615
3632
  "source-layer": "transport_lines",
3616
3633
  "minzoom": 9,
3617
3634
  "maxzoom": 24,
@@ -3642,7 +3659,7 @@
3642
3659
  {
3643
3660
  "id": "roads_proposed",
3644
3661
  "type": "line",
3645
- "source": "osm",
3662
+ "source": "ohm",
3646
3663
  "source-layer": "transport_lines",
3647
3664
  "minzoom": 12,
3648
3665
  "maxzoom": 24,
@@ -3673,7 +3690,7 @@
3673
3690
  {
3674
3691
  "id": "roads_service",
3675
3692
  "type": "line",
3676
- "source": "osm",
3693
+ "source": "ohm",
3677
3694
  "source-layer": "transport_lines",
3678
3695
  "minzoom": 12,
3679
3696
  "maxzoom": 24,
@@ -3699,7 +3716,7 @@
3699
3716
  {
3700
3717
  "id": "roads_residential",
3701
3718
  "type": "line",
3702
- "source": "osm",
3719
+ "source": "ohm",
3703
3720
  "source-layer": "transport_lines",
3704
3721
  "minzoom": 12,
3705
3722
  "maxzoom": 24,
@@ -3729,7 +3746,7 @@
3729
3746
  {
3730
3747
  "id": "roads_pedestrian_street",
3731
3748
  "type": "line",
3732
- "source": "osm",
3749
+ "source": "ohm",
3733
3750
  "source-layer": "transport_lines",
3734
3751
  "minzoom": 14,
3735
3752
  "maxzoom": 24,
@@ -3751,7 +3768,7 @@
3751
3768
  {
3752
3769
  "id": "roads_secondarylink",
3753
3770
  "type": "line",
3754
- "source": "osm",
3771
+ "source": "ohm",
3755
3772
  "source-layer": "transport_lines",
3756
3773
  "minzoom": 8,
3757
3774
  "filter": [
@@ -3781,7 +3798,7 @@
3781
3798
  {
3782
3799
  "id": "roads_tertiarylink",
3783
3800
  "type": "line",
3784
- "source": "osm",
3801
+ "source": "ohm",
3785
3802
  "source-layer": "transport_lines",
3786
3803
  "minzoom": 6,
3787
3804
  "filter": [
@@ -3821,7 +3838,7 @@
3821
3838
  {
3822
3839
  "id": "roads_primarylink",
3823
3840
  "type": "line",
3824
- "source": "osm",
3841
+ "source": "ohm",
3825
3842
  "source-layer": "transport_lines",
3826
3843
  "minzoom": 6,
3827
3844
  "filter": [
@@ -3851,7 +3868,7 @@
3851
3868
  {
3852
3869
  "id": "roads_motorwaylink",
3853
3870
  "type": "line",
3854
- "source": "osm",
3871
+ "source": "ohm",
3855
3872
  "source-layer": "transport_lines",
3856
3873
  "minzoom": 6,
3857
3874
  "maxzoom": 20,
@@ -3892,7 +3909,7 @@
3892
3909
  {
3893
3910
  "id": "roads_tertiary",
3894
3911
  "type": "line",
3895
- "source": "osm",
3912
+ "source": "ohm",
3896
3913
  "source-layer": "transport_lines",
3897
3914
  "minzoom": 9,
3898
3915
  "maxzoom": 24,
@@ -3933,7 +3950,7 @@
3933
3950
  {
3934
3951
  "id": "roads_secondary",
3935
3952
  "type": "line",
3936
- "source": "osm",
3953
+ "source": "ohm",
3937
3954
  "source-layer": "transport_lines",
3938
3955
  "minzoom": 8,
3939
3956
  "filter": [
@@ -3963,7 +3980,7 @@
3963
3980
  {
3964
3981
  "id": "roads_primary",
3965
3982
  "type": "line",
3966
- "source": "osm",
3983
+ "source": "ohm",
3967
3984
  "source-layer": "transport_lines",
3968
3985
  "minzoom": 6,
3969
3986
  "filter": [
@@ -4004,7 +4021,7 @@
4004
4021
  {
4005
4022
  "id": "roads_motorway",
4006
4023
  "type": "line",
4007
- "source": "osm",
4024
+ "source": "ohm",
4008
4025
  "source-layer": "transport_lines",
4009
4026
  "minzoom": 6,
4010
4027
  "maxzoom": 24,
@@ -4045,7 +4062,7 @@
4045
4062
  {
4046
4063
  "id": "roads_ford",
4047
4064
  "type": "line",
4048
- "source": "osm",
4065
+ "source": "ohm",
4049
4066
  "source-layer": "transport_lines",
4050
4067
  "minzoom": 9,
4051
4068
  "filter": ["==", ["get", "ford"], "yes"],
@@ -4067,7 +4084,7 @@
4067
4084
  {
4068
4085
  "id": "roads_rail_mini",
4069
4086
  "type": "line",
4070
- "source": "osm",
4087
+ "source": "ohm",
4071
4088
  "source-layer": "transport_lines",
4072
4089
  "minzoom": 7,
4073
4090
  "maxzoom": 24,
@@ -4085,7 +4102,7 @@
4085
4102
  {
4086
4103
  "id": "roads_rail_mini-dash",
4087
4104
  "type": "line",
4088
- "source": "osm",
4105
+ "source": "ohm",
4089
4106
  "source-layer": "transport_lines",
4090
4107
  "minzoom": 7,
4091
4108
  "maxzoom": 24,
@@ -4121,7 +4138,7 @@
4121
4138
  {
4122
4139
  "id": "roads_rail_mini_cross",
4123
4140
  "type": "line",
4124
- "source": "osm",
4141
+ "source": "ohm",
4125
4142
  "source-layer": "transport_lines",
4126
4143
  "minzoom": 12,
4127
4144
  "maxzoom": 24,
@@ -4156,7 +4173,7 @@
4156
4173
  {
4157
4174
  "id": "roads_rail_old",
4158
4175
  "type": "line",
4159
- "source": "osm",
4176
+ "source": "ohm",
4160
4177
  "source-layer": "transport_lines",
4161
4178
  "minzoom": 7,
4162
4179
  "maxzoom": 24,
@@ -4190,7 +4207,7 @@
4190
4207
  {
4191
4208
  "id": "roads_rail_old-dash",
4192
4209
  "type": "line",
4193
- "source": "osm",
4210
+ "source": "ohm",
4194
4211
  "source-layer": "transport_lines",
4195
4212
  "minzoom": 7,
4196
4213
  "maxzoom": 24,
@@ -4226,7 +4243,7 @@
4226
4243
  {
4227
4244
  "id": "roads_rail_old_cross",
4228
4245
  "type": "line",
4229
- "source": "osm",
4246
+ "source": "ohm",
4230
4247
  "source-layer": "transport_lines",
4231
4248
  "minzoom": 12,
4232
4249
  "maxzoom": 24,
@@ -4273,7 +4290,7 @@
4273
4290
  {
4274
4291
  "id": "roads_rail-main",
4275
4292
  "type": "line",
4276
- "source": "osm",
4293
+ "source": "ohm",
4277
4294
  "source-layer": "transport_lines",
4278
4295
  "minzoom": 7,
4279
4296
  "maxzoom": 24,
@@ -4301,7 +4318,7 @@
4301
4318
  {
4302
4319
  "id": "roads_rail-tunnel",
4303
4320
  "type": "line",
4304
- "source": "osm",
4321
+ "source": "ohm",
4305
4322
  "source-layer": "transport_lines",
4306
4323
  "minzoom": 7,
4307
4324
  "maxzoom": 24,
@@ -4327,7 +4344,7 @@
4327
4344
  {
4328
4345
  "id": "roads_rail-bridge",
4329
4346
  "type": "line",
4330
- "source": "osm",
4347
+ "source": "ohm",
4331
4348
  "source-layer": "transport_lines",
4332
4349
  "minzoom": 7,
4333
4350
  "maxzoom": 24,
@@ -4353,7 +4370,7 @@
4353
4370
  {
4354
4371
  "id": "roads_rail-yard-siding",
4355
4372
  "type": "line",
4356
- "source": "osm",
4373
+ "source": "ohm",
4357
4374
  "source-layer": "transport_lines",
4358
4375
  "minzoom": 7,
4359
4376
  "maxzoom": 24,
@@ -4371,7 +4388,7 @@
4371
4388
  {
4372
4389
  "id": "roads_rail-yard-siding-dash",
4373
4390
  "type": "line",
4374
- "source": "osm",
4391
+ "source": "ohm",
4375
4392
  "source-layer": "transport_lines",
4376
4393
  "minzoom": 7,
4377
4394
  "maxzoom": 24,
@@ -4406,7 +4423,7 @@
4406
4423
  {
4407
4424
  "id": "roads_rail",
4408
4425
  "type": "line",
4409
- "source": "osm",
4426
+ "source": "ohm",
4410
4427
  "source-layer": "transport_lines",
4411
4428
  "minzoom": 7,
4412
4429
  "maxzoom": 24,
@@ -4442,7 +4459,7 @@
4442
4459
  {
4443
4460
  "id": "roads_rail-main-dash",
4444
4461
  "type": "line",
4445
- "source": "osm",
4462
+ "source": "ohm",
4446
4463
  "source-layer": "transport_lines",
4447
4464
  "minzoom": 7,
4448
4465
  "maxzoom": 24,
@@ -4497,7 +4514,7 @@
4497
4514
  {
4498
4515
  "id": "roads_rail-dash-tunnel",
4499
4516
  "type": "line",
4500
- "source": "osm",
4517
+ "source": "ohm",
4501
4518
  "source-layer": "transport_lines",
4502
4519
  "minzoom": 7,
4503
4520
  "maxzoom": 24,
@@ -4550,7 +4567,7 @@
4550
4567
  {
4551
4568
  "id": "roads_rail-dash",
4552
4569
  "type": "line",
4553
- "source": "osm",
4570
+ "source": "ohm",
4554
4571
  "source-layer": "transport_lines",
4555
4572
  "minzoom": 7,
4556
4573
  "maxzoom": 24,
@@ -4597,7 +4614,7 @@
4597
4614
  {
4598
4615
  "id": "roads_rail_cross-main",
4599
4616
  "type": "line",
4600
- "source": "osm",
4617
+ "source": "ohm",
4601
4618
  "source-layer": "transport_lines",
4602
4619
  "minzoom": 7,
4603
4620
  "maxzoom": 24,
@@ -4645,7 +4662,7 @@
4645
4662
  {
4646
4663
  "id": "roads_rail_cross",
4647
4664
  "type": "line",
4648
- "source": "osm",
4665
+ "source": "ohm",
4649
4666
  "source-layer": "transport_lines",
4650
4667
  "minzoom": 12,
4651
4668
  "maxzoom": 24,
@@ -4693,7 +4710,7 @@
4693
4710
  {
4694
4711
  "id": "roads_rail_construction",
4695
4712
  "type": "line",
4696
- "source": "osm",
4713
+ "source": "ohm",
4697
4714
  "source-layer": "transport_lines",
4698
4715
  "minzoom": 7,
4699
4716
  "maxzoom": 24,
@@ -4727,7 +4744,7 @@
4727
4744
  {
4728
4745
  "id": "roads_rail_construction-dash",
4729
4746
  "type": "line",
4730
- "source": "osm",
4747
+ "source": "ohm",
4731
4748
  "source-layer": "transport_lines",
4732
4749
  "minzoom": 7,
4733
4750
  "maxzoom": 24,
@@ -4762,7 +4779,7 @@
4762
4779
  {
4763
4780
  "id": "roads_rail_construction_cross",
4764
4781
  "type": "line",
4765
- "source": "osm",
4782
+ "source": "ohm",
4766
4783
  "source-layer": "transport_lines",
4767
4784
  "minzoom": 12,
4768
4785
  "maxzoom": 24,
@@ -4805,7 +4822,7 @@
4805
4822
  {
4806
4823
  "id": "roads_residential_bridge_z13-case",
4807
4824
  "type": "line",
4808
- "source": "osm",
4825
+ "source": "ohm",
4809
4826
  "source-layer": "transport_lines",
4810
4827
  "minzoom": 13,
4811
4828
  "maxzoom": 24,
@@ -4839,7 +4856,7 @@
4839
4856
  {
4840
4857
  "id": "roads_tertiarybridge",
4841
4858
  "type": "line",
4842
- "source": "osm",
4859
+ "source": "ohm",
4843
4860
  "source-layer": "transport_lines",
4844
4861
  "minzoom": 9,
4845
4862
  "filter": [
@@ -4868,7 +4885,7 @@
4868
4885
  {
4869
4886
  "id": "roads_secondarybridge",
4870
4887
  "type": "line",
4871
- "source": "osm",
4888
+ "source": "ohm",
4872
4889
  "source-layer": "transport_lines",
4873
4890
  "minzoom": 10,
4874
4891
  "filter": [
@@ -4897,7 +4914,7 @@
4897
4914
  {
4898
4915
  "id": "roads_primarybridge",
4899
4916
  "type": "line",
4900
- "source": "osm",
4917
+ "source": "ohm",
4901
4918
  "source-layer": "transport_lines",
4902
4919
  "minzoom": 10,
4903
4920
  "maxzoom": 20,
@@ -4927,7 +4944,7 @@
4927
4944
  {
4928
4945
  "id": "roads_motorwaybridge",
4929
4946
  "type": "line",
4930
- "source": "osm",
4947
+ "source": "ohm",
4931
4948
  "source-layer": "transport_lines",
4932
4949
  "minzoom": 9,
4933
4950
  "maxzoom": 20,
@@ -4961,7 +4978,7 @@
4961
4978
  {
4962
4979
  "id": "roads_residential_bridgetop_z13",
4963
4980
  "type": "line",
4964
- "source": "osm",
4981
+ "source": "ohm",
4965
4982
  "source-layer": "transport_lines",
4966
4983
  "minzoom": 12,
4967
4984
  "maxzoom": 24,
@@ -4995,7 +5012,7 @@
4995
5012
  {
4996
5013
  "id": "roads_tertiarybridgetop",
4997
5014
  "type": "line",
4998
- "source": "osm",
5015
+ "source": "ohm",
4999
5016
  "source-layer": "transport_lines",
5000
5017
  "minzoom": 6,
5001
5018
  "maxzoom": 24,
@@ -5033,7 +5050,7 @@
5033
5050
  {
5034
5051
  "id": "roads_secondarybridgetop",
5035
5052
  "type": "line",
5036
- "source": "osm",
5053
+ "source": "ohm",
5037
5054
  "source-layer": "transport_lines",
5038
5055
  "minzoom": 8,
5039
5056
  "filter": [
@@ -5070,7 +5087,7 @@
5070
5087
  {
5071
5088
  "id": "roads_primarybridgetop",
5072
5089
  "type": "line",
5073
- "source": "osm",
5090
+ "source": "ohm",
5074
5091
  "source-layer": "transport_lines",
5075
5092
  "minzoom": 6,
5076
5093
  "filter": [
@@ -5107,7 +5124,7 @@
5107
5124
  {
5108
5125
  "id": "roads_motorwaybridgetop",
5109
5126
  "type": "line",
5110
- "source": "osm",
5127
+ "source": "ohm",
5111
5128
  "source-layer": "transport_lines",
5112
5129
  "minzoom": 6,
5113
5130
  "maxzoom": 20,
@@ -5147,7 +5164,7 @@
5147
5164
  {
5148
5165
  "id": "roads_rail_tram",
5149
5166
  "type": "line",
5150
- "source": "osm",
5167
+ "source": "ohm",
5151
5168
  "source-layer": "transport_lines",
5152
5169
  "minzoom": 11,
5153
5170
  "maxzoom": 24,
@@ -5181,7 +5198,7 @@
5181
5198
  {
5182
5199
  "id": "barriers-dotted",
5183
5200
  "type": "line",
5184
- "source": "osm",
5201
+ "source": "ohm",
5185
5202
  "source-layer": "other_lines",
5186
5203
  "filter": ["==", ["get", "type"], "bollard"],
5187
5204
  "paint": {
@@ -5193,7 +5210,7 @@
5193
5210
  {
5194
5211
  "id": "landuse_lines",
5195
5212
  "type": "line",
5196
- "source": "osm",
5213
+ "source": "ohm",
5197
5214
  "source-layer": "landuse_lines",
5198
5215
  "filter": ["all"],
5199
5216
  "paint": {
@@ -5216,7 +5233,7 @@
5216
5233
  {
5217
5234
  "id": "barriers",
5218
5235
  "type": "line",
5219
- "source": "osm",
5236
+ "source": "ohm",
5220
5237
  "source-layer": "other_lines",
5221
5238
  "filter": ["all"],
5222
5239
  "paint": {
@@ -5251,7 +5268,7 @@
5251
5268
  {
5252
5269
  "id": "power_lines",
5253
5270
  "type": "line",
5254
- "source": "osm",
5271
+ "source": "ohm",
5255
5272
  "source-layer": "other_lines",
5256
5273
  "filter": [
5257
5274
  "all",
@@ -5264,7 +5281,7 @@
5264
5281
  {
5265
5282
  "id": "city_county_lines_admin_9",
5266
5283
  "type": "line",
5267
- "source": "osm",
5284
+ "source": "ohm",
5268
5285
  "source-layer": "land_ohm_lines",
5269
5286
  "minzoom": 11,
5270
5287
  "maxzoom": 20,
@@ -5281,9 +5298,9 @@
5281
5298
  }
5282
5299
  },
5283
5300
  {
5284
- "id": "city_county_lines_admin7_8",
5301
+ "id": "city_county_lines_admin_7-8",
5285
5302
  "type": "line",
5286
- "source": "osm",
5303
+ "source": "ohm",
5287
5304
  "source-layer": "land_ohm_lines",
5288
5305
  "minzoom": 10,
5289
5306
  "maxzoom": 20,
@@ -5300,9 +5317,9 @@
5300
5317
  }
5301
5318
  },
5302
5319
  {
5303
- "id": "admin_admin5_6",
5320
+ "id": "admin_admin_5-6",
5304
5321
  "type": "line",
5305
- "source": "osm",
5322
+ "source": "ohm",
5306
5323
  "source-layer": "land_ohm_lines",
5307
5324
  "minzoom": 8,
5308
5325
  "maxzoom": 20,
@@ -5327,9 +5344,9 @@
5327
5344
  }
5328
5345
  },
5329
5346
  {
5330
- "id": "state_lines_admin4-case",
5347
+ "id": "state_lines_admin_4-case",
5331
5348
  "type": "line",
5332
- "source": "osm",
5349
+ "source": "ohm",
5333
5350
  "source-layer": "land_ohm_lines",
5334
5351
  "minzoom": 3,
5335
5352
  "maxzoom": 20,
@@ -5357,9 +5374,9 @@
5357
5374
  }
5358
5375
  },
5359
5376
  {
5360
- "id": "state_lines_admin4",
5377
+ "id": "state_lines_admin_4",
5361
5378
  "type": "line",
5362
- "source": "osm",
5379
+ "source": "ohm",
5363
5380
  "source-layer": "land_ohm_lines",
5364
5381
  "minzoom": 3,
5365
5382
  "maxzoom": 20,
@@ -5399,7 +5416,7 @@
5399
5416
  {
5400
5417
  "id": "admin_admin3",
5401
5418
  "type": "line",
5402
- "source": "osm",
5419
+ "source": "ohm",
5403
5420
  "source-layer": "land_ohm_lines",
5404
5421
  "minzoom": 5,
5405
5422
  "maxzoom": 20,
@@ -5415,9 +5432,9 @@
5415
5432
  }
5416
5433
  },
5417
5434
  {
5418
- "id": "admin_countrylines_z10_case",
5435
+ "id": "admin_country_lines_z10_case",
5419
5436
  "type": "line",
5420
- "source": "osm",
5437
+ "source": "ohm",
5421
5438
  "source-layer": "land_ohm_lines",
5422
5439
  "minzoom": 0,
5423
5440
  "maxzoom": 20,
@@ -5443,9 +5460,9 @@
5443
5460
  }
5444
5461
  },
5445
5462
  {
5446
- "id": "admin_countrylines_z10",
5463
+ "id": "admin_country_lines_z10",
5447
5464
  "type": "line",
5448
- "source": "osm",
5465
+ "source": "ohm",
5449
5466
  "source-layer": "land_ohm_lines",
5450
5467
  "minzoom": 0,
5451
5468
  "maxzoom": 20,
@@ -5489,9 +5506,9 @@
5489
5506
  }
5490
5507
  },
5491
5508
  {
5492
- "id": "roadlabels_z14",
5509
+ "id": "road_labels_z14",
5493
5510
  "type": "symbol",
5494
- "source": "osm",
5511
+ "source": "ohm",
5495
5512
  "source-layer": "transport_lines",
5496
5513
  "minzoom": 14,
5497
5514
  "filter": ["all"],
@@ -5514,9 +5531,9 @@
5514
5531
  }
5515
5532
  },
5516
5533
  {
5517
- "id": "roadlabels_z11",
5534
+ "id": "road_labels_z11",
5518
5535
  "type": "symbol",
5519
- "source": "osm",
5536
+ "source": "ohm",
5520
5537
  "source-layer": "transport_lines",
5521
5538
  "minzoom": 11,
5522
5539
  "filter": ["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
@@ -5539,9 +5556,9 @@
5539
5556
  }
5540
5557
  },
5541
5558
  {
5542
- "id": "water_areaslabels_z15",
5559
+ "id": "water_areas_labels_z15",
5543
5560
  "type": "symbol",
5544
- "source": "osm",
5561
+ "source": "ohm",
5545
5562
  "source-layer": "water_areas_centroids",
5546
5563
  "minzoom": 15,
5547
5564
  "maxzoom": 24,
@@ -5560,9 +5577,9 @@
5560
5577
  }
5561
5578
  },
5562
5579
  {
5563
- "id": "water_areaslabels_z12",
5580
+ "id": "water_areas_labels_z12",
5564
5581
  "type": "symbol",
5565
- "source": "osm",
5582
+ "source": "ohm",
5566
5583
  "source-layer": "water_areas_centroids",
5567
5584
  "minzoom": 12,
5568
5585
  "maxzoom": 15,
@@ -5582,9 +5599,9 @@
5582
5599
  }
5583
5600
  },
5584
5601
  {
5585
- "id": "water_pointlabels_ocean_sea",
5602
+ "id": "water_point_labels_ocean_sea",
5586
5603
  "type": "symbol",
5587
- "source": "osm",
5604
+ "source": "ohm",
5588
5605
  "source-layer": "place_points_centroids",
5589
5606
  "minzoom": 0,
5590
5607
  "maxzoom": 24,
@@ -5614,9 +5631,9 @@
5614
5631
  }
5615
5632
  },
5616
5633
  {
5617
- "id": "water_areaslabels_z8",
5634
+ "id": "water_areas_labels_z8",
5618
5635
  "type": "symbol",
5619
- "source": "osm",
5636
+ "source": "ohm",
5620
5637
  "source-layer": "water_areas_centroids",
5621
5638
  "minzoom": 8,
5622
5639
  "maxzoom": 12,
@@ -5645,9 +5662,9 @@
5645
5662
  }
5646
5663
  },
5647
5664
  {
5648
- "id": "water_lineslabels-cliff",
5665
+ "id": "water_lines_labels_cliff",
5649
5666
  "type": "symbol",
5650
- "source": "osm",
5667
+ "source": "ohm",
5651
5668
  "source-layer": "water_lines",
5652
5669
  "filter": ["==", ["get", "type"], "cliff"],
5653
5670
  "layout": {
@@ -5668,9 +5685,9 @@
5668
5685
  }
5669
5686
  },
5670
5687
  {
5671
- "id": "water_lineslabels-dam",
5688
+ "id": "water_lines_labels_dam",
5672
5689
  "type": "symbol",
5673
- "source": "osm",
5690
+ "source": "ohm",
5674
5691
  "source-layer": "water_lines",
5675
5692
  "filter": ["==", ["get", "type"], "dam"],
5676
5693
  "layout": {
@@ -5691,9 +5708,9 @@
5691
5708
  }
5692
5709
  },
5693
5710
  {
5694
- "id": "water_lineslabels",
5711
+ "id": "water_lines_labels",
5695
5712
  "type": "symbol",
5696
- "source": "osm",
5713
+ "source": "ohm",
5697
5714
  "source-layer": "water_lines",
5698
5715
  "minzoom": 12,
5699
5716
  "maxzoom": 24,
@@ -5717,11 +5734,27 @@
5717
5734
  }
5718
5735
  },
5719
5736
  {
5720
- "id": "landuse_areaslabels_park",
5737
+ "id": "points_from_landuse_areas",
5721
5738
  "type": "symbol",
5722
- "source": "osm",
5739
+ "source": "ohm",
5723
5740
  "source-layer": "landuse_points_centroids",
5724
- "minzoom": 14,
5741
+ "minzoom": 16,
5742
+ "filter": [
5743
+ "!",
5744
+ ["in", ["get", "type"], ["literal", ["garden", "peak", "wetland"]]]
5745
+ ],
5746
+ "layout": {
5747
+ "icon-image": "{type}-18",
5748
+ "text-font": ["OpenHistorical"],
5749
+ "visibility": "visible"
5750
+ }
5751
+ },
5752
+ {
5753
+ "id": "landuse_areas_labels_park_small",
5754
+ "type": "symbol",
5755
+ "source": "ohm",
5756
+ "source-layer": "landuse_points_centroids",
5757
+ "minzoom": 16,
5725
5758
  "maxzoom": 24,
5726
5759
  "filter": [
5727
5760
  "all",
@@ -5745,7 +5778,7 @@
5745
5778
  ]
5746
5779
  ]
5747
5780
  ],
5748
- [">", ["get", "area"], 12000]
5781
+ ["<", ["get", "area_m2"], 40000]
5749
5782
  ],
5750
5783
  "layout": {
5751
5784
  "text-field": ["get", "name"],
@@ -5764,68 +5797,216 @@
5764
5797
  }
5765
5798
  },
5766
5799
  {
5767
- "id": "landuse_areaslabels_farming",
5800
+ "id": "landuse_areas_labels_park_medium",
5768
5801
  "type": "symbol",
5769
- "source": "osm",
5802
+ "source": "ohm",
5770
5803
  "source-layer": "landuse_points_centroids",
5771
- "minzoom": 14,
5772
- "maxzoom": 24,
5804
+ "minzoom": 15,
5805
+ "maxzoom": 20,
5773
5806
  "filter": [
5774
- "in",
5775
- ["get", "type"],
5807
+ "all",
5776
5808
  [
5777
- "literal",
5809
+ "in",
5810
+ ["get", "type"],
5778
5811
  [
5779
- "allotmets",
5780
- "farm",
5781
- "farmland",
5782
- "farmyard",
5783
- "garden",
5784
- "orchard",
5785
- "vineyard"
5812
+ "literal",
5813
+ [
5814
+ "park",
5815
+ "camp_site",
5816
+ "recreation_ground",
5817
+ "sports_centre",
5818
+ "stadium",
5819
+ "village_green"
5820
+ ]
5786
5821
  ]
5787
- ]
5822
+ ],
5823
+ [">=", ["get", "area_m2"], 40000],
5824
+ ["<", ["get", "area_m2"], 3000000]
5788
5825
  ],
5789
5826
  "layout": {
5790
5827
  "text-field": ["get", "name"],
5791
- "text-size": 11,
5828
+ "text-size": ["interpolate", ["linear"], ["zoom"], 12, 12, 13, 14, 16, 16],
5829
+ "visibility": "visible",
5830
+ "icon-text-fit": "none",
5831
+ "text-allow-overlap": false,
5832
+ "text-ignore-placement": false,
5792
5833
  "text-font": ["OpenHistorical"]
5793
5834
  },
5794
5835
  "paint": {
5795
- "text-color": "rgba(107, 101, 71, 1)",
5796
- "text-halo-color": "rgba(255, 254, 249, 1)",
5797
- "text-halo-width": 1
5836
+ "text-color": "rgba(64, 64, 64, 1)",
5837
+ "text-halo-color": "rgba(228, 235, 209, 1)",
5838
+ "text-opacity": ["interpolate", ["linear"], ["zoom"], 14.99, 0, 15, 1, 17, 1, 19, 0.1],
5839
+ "text-halo-width": 2,
5840
+ "icon-translate-anchor": "map"
5798
5841
  }
5799
5842
  },
5800
5843
  {
5801
- "id": "landuse_areaslabels_forest",
5844
+ "id": "landuse_areas_labels_park_large",
5802
5845
  "type": "symbol",
5803
- "source": "osm",
5846
+ "source": "ohm",
5804
5847
  "source-layer": "landuse_points_centroids",
5805
- "minzoom": 14,
5806
- "maxzoom": 24,
5807
- "filter": ["in", ["get", "type"], ["literal", ["forest", "wood"]]],
5848
+ "minzoom": 12,
5849
+ "maxzoom": 16,
5850
+ "filter": [
5851
+ "all",
5852
+ [
5853
+ "in",
5854
+ ["get", "type"],
5855
+ [
5856
+ "literal",
5857
+ [
5858
+ "park",
5859
+ "camp_site",
5860
+ "recreation_ground",
5861
+ "sports_centre",
5862
+ "stadium",
5863
+ "village_green"
5864
+ ]
5865
+ ]
5866
+ ],
5867
+ [">=", ["get", "area_m2"], 3000000]
5868
+ ],
5808
5869
  "layout": {
5809
5870
  "text-field": ["get", "name"],
5810
- "text-size": 11,
5871
+ "text-size": ["interpolate", ["linear"], ["zoom"], 12, 12, 16, 24],
5872
+ "visibility": "visible",
5873
+ "icon-text-fit": "none",
5874
+ "text-allow-overlap": false,
5875
+ "text-ignore-placement": false,
5811
5876
  "text-font": ["OpenHistorical"]
5812
5877
  },
5813
5878
  "paint": {
5814
- "text-color": "rgba(95, 107, 71, 1)",
5815
- "text-halo-color": "rgba(201, 213, 190, 1)",
5879
+ "text-color": "rgba(85, 104, 42, 1)",
5880
+ "text-halo-color": "rgba(228, 235, 209, 1)",
5881
+ "text-opacity": ["interpolate", ["linear"], ["zoom"], 15.5, 1, 15.99, 0],
5882
+ "text-halo-width": 2,
5883
+ "icon-translate-anchor": "map"
5884
+ }
5885
+ },
5886
+ {
5887
+ "id": "landuse_areas_labels_farming",
5888
+ "type": "symbol",
5889
+ "source": "ohm",
5890
+ "source-layer": "landuse_points_centroids",
5891
+ "minzoom": 14,
5892
+ "maxzoom": 24,
5893
+ "filter": [
5894
+ "in",
5895
+ ["get", "type"],
5896
+ [
5897
+ "literal",
5898
+ [
5899
+ "allotmets",
5900
+ "farm",
5901
+ "farmland",
5902
+ "farmyard",
5903
+ "garden",
5904
+ "orchard",
5905
+ "vineyard"
5906
+ ]
5907
+ ]
5908
+ ],
5909
+ "layout": {
5910
+ "text-field": ["get", "name"],
5911
+ "text-size": 11,
5912
+ "text-font": ["OpenHistorical"]
5913
+ },
5914
+ "paint": {
5915
+ "text-color": "rgba(107, 101, 71, 1)",
5916
+ "text-halo-color": "rgba(255, 254, 249, 1)",
5816
5917
  "text-halo-width": 1
5817
5918
  }
5818
5919
  },
5819
5920
  {
5820
- "id": "landuse_areaslabels_nature_reserve",
5921
+ "id": "landuse_areas_labels_forest",
5821
5922
  "type": "symbol",
5822
- "source": "osm",
5923
+ "source": "ohm",
5823
5924
  "source-layer": "landuse_points_centroids",
5824
- "minzoom": 6,
5925
+ "minzoom": 14,
5926
+ "maxzoom": 24,
5927
+ "filter": ["in", ["get", "type"], ["literal", ["forest", "wood"]]],
5928
+ "layout": {
5929
+ "text-field": ["get", "name"],
5930
+ "text-size": 11,
5931
+ "text-font": ["OpenHistorical"]
5932
+ },
5933
+ "paint": {
5934
+ "text-color": "rgba(95, 107, 71, 1)",
5935
+ "text-halo-color": "rgba(201, 213, 190, 1)",
5936
+ "text-halo-width": 1
5937
+ }
5938
+ },
5939
+ {
5940
+ "id": "landuse_areas_labels_nature_reserve",
5941
+ "type": "symbol",
5942
+ "source": "ohm",
5943
+ "source-layer": "landuse_points_centroids",
5944
+ "minzoom": 12,
5945
+ "maxzoom": 16,
5946
+ "filter": [
5947
+ "all",
5948
+ ["in", ["get", "type"], ["literal", ["nature_reserve"]]],
5949
+ ["<", ["get", "area_m2"], 30000000]
5950
+ ],
5951
+ "layout": {
5952
+ "text-size": 12,
5953
+ "text-field": ["get", "name"],
5954
+ "text-font": ["OpenHistorical"]
5955
+ },
5956
+ "paint": {
5957
+ "text-color": "rgba(95, 107, 71, 1)",
5958
+ "text-halo-color": "rgba(201, 213, 190, 1)",
5959
+ "text-halo-width": 1
5960
+ }
5961
+ },
5962
+ {
5963
+ "id": "landuse_areas_labels_nature_reserve_med_10-14",
5964
+ "type": "symbol",
5965
+ "source": "ohm",
5966
+ "source-layer": "landuse_points_centroids",
5967
+ "minzoom": 10,
5968
+ "maxzoom": 14,
5969
+ "filter": [
5970
+ "all",
5971
+ ["in", ["get", "type"], ["literal", ["nature_reserve"]]],
5972
+ [">=", ["get", "area_m2"], 30000000],
5973
+ ["<", ["get", "area_m2"], 100000000]
5974
+ ],
5975
+ "layout": {
5976
+ "text-size": [
5977
+ "interpolate",
5978
+ ["linear"],
5979
+ ["zoom"],
5980
+ 10,
5981
+ 10,
5982
+ 11,
5983
+ 12,
5984
+ 13,
5985
+ 14
5986
+ ],
5987
+ "text-field": ["get", "name"],
5988
+ "text-font": ["OpenHistorical"]
5989
+ },
5990
+ "paint": {
5991
+ "text-color": "rgba(95, 107, 71, 1)",
5992
+ "text-halo-color": "rgba(201, 213, 190, 1)",
5993
+ "text-halo-width": 1
5994
+ }
5995
+ },
5996
+ {
5997
+ "id": "landuse_areas_labels_nature_reserve_xl",
5998
+ "type": "symbol",
5999
+ "source": "ohm",
6000
+ "source-layer": "landuse_points_centroids",
6001
+ "minzoom": 7,
5825
6002
  "maxzoom": 12,
5826
- "filter": ["in", ["get", "type"], ["literal", ["nature_reserve"]]],
6003
+ "filter": [
6004
+ "all",
6005
+ ["in", ["get", "type"], ["literal", ["nature_reserve"]]],
6006
+ [">=", ["get", "area_m2"], 100000000]
6007
+ ],
5827
6008
  "layout": {
5828
- "text-size": 24,
6009
+ "text-size": ["interpolate", ["linear"], ["zoom"], 7, 12, 8, 16, 9, 24, 12, 14],
5829
6010
  "text-field": ["get", "name"],
5830
6011
  "text-font": ["OpenHistorical"]
5831
6012
  },
@@ -5836,9 +6017,9 @@
5836
6017
  }
5837
6018
  },
5838
6019
  {
5839
- "id": "landuse_areaslabels_school",
6020
+ "id": "landuse_areas_labels_school",
5840
6021
  "type": "symbol",
5841
- "source": "osm",
6022
+ "source": "ohm",
5842
6023
  "source-layer": "landuse_points_centroids",
5843
6024
  "minzoom": 14,
5844
6025
  "maxzoom": 24,
@@ -5859,9 +6040,9 @@
5859
6040
  }
5860
6041
  },
5861
6042
  {
5862
- "id": "other_areaslabels_military",
6043
+ "id": "other_areas_labels_military",
5863
6044
  "type": "symbol",
5864
- "source": "osm",
6045
+ "source": "ohm",
5865
6046
  "source-layer": "other_points_centroids",
5866
6047
  "minzoom": 12,
5867
6048
  "maxzoom": 24,
@@ -5878,9 +6059,9 @@
5878
6059
  }
5879
6060
  },
5880
6061
  {
5881
- "id": "landuse_areaslabels_z8glacier",
6062
+ "id": "landuse_areas_labels_z8glacier",
5882
6063
  "type": "symbol",
5883
- "source": "osm",
6064
+ "source": "ohm",
5884
6065
  "source-layer": "landuse_points_centroids",
5885
6066
  "minzoom": 10,
5886
6067
  "maxzoom": 22,
@@ -5911,7 +6092,7 @@
5911
6092
  {
5912
6093
  "id": "placearea_label",
5913
6094
  "type": "symbol",
5914
- "source": "osm",
6095
+ "source": "ohm",
5915
6096
  "source-layer": "place_points_centroids",
5916
6097
  "minzoom": 14,
5917
6098
  "maxzoom": 24,
@@ -5936,9 +6117,9 @@
5936
6117
  }
5937
6118
  },
5938
6119
  {
5939
- "id": "points_of_interest_frombuildings",
6120
+ "id": "points_of_interest_buildings",
5940
6121
  "type": "symbol",
5941
- "source": "osm",
6122
+ "source": "ohm",
5942
6123
  "source-layer": "buildings_points_centroids",
5943
6124
  "minzoom": 16,
5944
6125
  "filter": ["!=", ["get", "type"], "parking"],
@@ -5946,7 +6127,7 @@
5946
6127
  "icon-image": "{tourism}-18",
5947
6128
  "visibility": "visible",
5948
6129
  "text-field": ["get", "name"],
5949
- "text-size": ["interpolate", ["linear"], ["zoom"], 16, 10, 20, 12],
6130
+ "text-size": ["interpolate", ["linear"], ["zoom"], 16, 12, 17, 14, 20, 16],
5950
6131
  "text-anchor": "center",
5951
6132
  "text-offset": [0, 0],
5952
6133
  "text-font": ["OpenHistorical"],
@@ -5961,9 +6142,9 @@
5961
6142
  }
5962
6143
  },
5963
6144
  {
5964
- "id": "points_of_interest_fromareasz14-centroids",
6145
+ "id": "points_of_interest_from_areas_z14_centroids",
5965
6146
  "type": "symbol",
5966
- "source": "osm",
6147
+ "source": "ohm",
5967
6148
  "source-layer": "amenity_points_centroids",
5968
6149
  "minzoom": 14,
5969
6150
  "maxzoom": 16,
@@ -6005,9 +6186,9 @@
6005
6186
  }
6006
6187
  },
6007
6188
  {
6008
- "id": "points_of_interest_fromareasz14",
6189
+ "id": "points_of_interest_from_areas_z14",
6009
6190
  "type": "symbol",
6010
- "source": "osm",
6191
+ "source": "ohm",
6011
6192
  "source-layer": "amenity_points_centroids",
6012
6193
  "minzoom": 14,
6013
6194
  "maxzoom": 16,
@@ -6049,9 +6230,9 @@
6049
6230
  }
6050
6231
  },
6051
6232
  {
6052
- "id": "points_of_interest_fromareas",
6233
+ "id": "points_of_interest_from_areas",
6053
6234
  "type": "symbol",
6054
- "source": "osm",
6235
+ "source": "ohm",
6055
6236
  "source-layer": "amenity_points_centroids",
6056
6237
  "minzoom": 16,
6057
6238
  "maxzoom": 24,
@@ -6084,47 +6265,10 @@
6084
6265
  "text-opacity": ["interpolate", ["linear"], ["zoom"], 16.99, 0, 17, 1]
6085
6266
  }
6086
6267
  },
6087
- {
6088
- "id": "points_of_interest_amenity-centroids",
6089
- "type": "symbol",
6090
- "source": "osm",
6091
- "source-layer": "amenity_points_centroids",
6092
- "minzoom": 15,
6093
- "maxzoom": 24,
6094
- "filter": ["all"],
6095
- "layout": {
6096
- "text-line-height": 1.2,
6097
- "text-size": [
6098
- "interpolate",
6099
- ["linear"],
6100
- ["zoom"],
6101
- 15.99,
6102
- 0,
6103
- 16,
6104
- 10,
6105
- 20,
6106
- 12
6107
- ],
6108
- "icon-image": "{type}-18",
6109
- "text-font": ["OpenHistorical"],
6110
- "visibility": "visible",
6111
- "text-offset": [0, 1],
6112
- "icon-size": ["interpolate", ["linear"], ["zoom"], 15, 0.7, 20, 1.4],
6113
- "text-anchor": "top",
6114
- "text-field": ["get", "name"]
6115
- },
6116
- "paint": {
6117
- "text-color": "rgba(80, 80, 80, 1)",
6118
- "text-halo-color": "rgba(255, 255, 255, 1)",
6119
- "text-halo-width": 0.5,
6120
- "text-halo-blur": 1,
6121
- "text-opacity": ["interpolate", ["linear"], ["zoom"], 16.9, 0, 17, 1]
6122
- }
6123
- },
6124
6268
  {
6125
6269
  "id": "points_of_interest_other",
6126
6270
  "type": "symbol",
6127
- "source": "osm",
6271
+ "source": "ohm",
6128
6272
  "source-layer": "other_points_centroids",
6129
6273
  "minzoom": 15,
6130
6274
  "maxzoom": 24,
@@ -6165,36 +6309,12 @@
6165
6309
  "text-opacity": ["interpolate", ["linear"], ["zoom"], 16.99, 0, 17, 1]
6166
6310
  }
6167
6311
  },
6168
- {
6169
- "id": "points_of_interest_amenity_14",
6170
- "type": "symbol",
6171
- "source": "osm",
6172
- "source-layer": "amenity_points_centroids",
6173
- "minzoom": 14,
6174
- "maxzoom": 16,
6175
- "filter": ["all"],
6176
- "layout": {
6177
- "icon-image": "{type}-18",
6178
- "visibility": "visible",
6179
- "text-field": ["get", "name"],
6180
- "text-size": 8,
6181
- "text-anchor": "top",
6182
- "text-offset": [0, 1],
6183
- "text-font": ["OpenHistorical"]
6184
- },
6185
- "paint": {
6186
- "text-color": "rgba(80, 80, 80, 1)",
6187
- "text-halo-color": "rgba(255, 255, 255, 1)",
6188
- "text-halo-width": 0.5,
6189
- "text-halo-blur": 1
6190
- }
6191
- },
6192
6312
  {
6193
6313
  "id": "points_of_interest_amenity",
6194
6314
  "type": "symbol",
6195
- "source": "osm",
6315
+ "source": "ohm",
6196
6316
  "source-layer": "amenity_points_centroids",
6197
- "minzoom": 15,
6317
+ "minzoom": 16,
6198
6318
  "maxzoom": 24,
6199
6319
  "layout": {
6200
6320
  "text-line-height": 1.2,
@@ -6228,7 +6348,7 @@
6228
6348
  {
6229
6349
  "id": "points_of_interest_other_archaeology",
6230
6350
  "type": "symbol",
6231
- "source": "osm",
6351
+ "source": "ohm",
6232
6352
  "source-layer": "other_points_centroids",
6233
6353
  "minzoom": 14,
6234
6354
  "maxzoom": 24,
@@ -6264,7 +6384,7 @@
6264
6384
  {
6265
6385
  "id": "points_of_interest_other_artwork",
6266
6386
  "type": "symbol",
6267
- "source": "osm",
6387
+ "source": "ohm",
6268
6388
  "source-layer": "other_points_centroids",
6269
6389
  "minzoom": 15,
6270
6390
  "maxzoom": 24,
@@ -6300,7 +6420,7 @@
6300
6420
  {
6301
6421
  "id": "points_powertower",
6302
6422
  "type": "symbol",
6303
- "source": "osm",
6423
+ "source": "ohm",
6304
6424
  "source-layer": "other_points_centroids",
6305
6425
  "minzoom": 15,
6306
6426
  "maxzoom": 24,
@@ -6312,32 +6432,52 @@
6312
6432
  }
6313
6433
  },
6314
6434
  {
6315
- "id": "points_airport",
6435
+ "id": "transport_points_labels",
6316
6436
  "type": "symbol",
6317
- "source": "osm",
6437
+ "source": "ohm",
6318
6438
  "source-layer": "transport_points_centroids",
6319
- "minzoom": 10,
6320
- "maxzoom": 14,
6321
- "filter": ["==", ["get", "type"], "aerodrome"],
6322
- "layout": {"icon-image": "airport-18", "text-font": ["OpenHistorical"]}
6439
+ "minzoom": 12,
6440
+ "maxzoom": 24,
6441
+ "filter": ["all",
6442
+ ["!", ["in", ["get", "type"], ["literal", ["traffic_signals", "pedestrian", "raceway"]]]],
6443
+ ["!", ["in", ["get", "class"], ["literal", ["highway"]]]]
6444
+ ],
6445
+ "layout": {
6446
+ "icon-image": "{type}-18",
6447
+ "visibility": "visible",
6448
+ "text-field": ["get", "name"],
6449
+ "text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
6450
+ "text-anchor": "top",
6451
+ "text-offset": [0, 0.75],
6452
+ "text-font": ["OpenHistorical"],
6453
+ "icon-size": ["interpolate", ["linear"], ["zoom"], 10, 0.4, 20, 1.4]
6454
+ },
6455
+ "paint": {
6456
+ "icon-color": "#000000",
6457
+ "text-color": "rgba(80, 80, 80, 1)",
6458
+ "text-halo-color": "rgba(255, 255, 255, 1)",
6459
+ "text-halo-width": 0.5,
6460
+ "text-halo-blur": 1,
6461
+ "text-opacity": ["interpolate", ["linear"], ["zoom"], 12.99, 0, 13, 1]
6462
+ }
6323
6463
  },
6324
6464
  {
6325
- "id": "transport_points_centroids",
6465
+ "id": "transport_points_raceway",
6326
6466
  "type": "symbol",
6327
- "source": "osm",
6467
+ "source": "ohm",
6328
6468
  "source-layer": "transport_points_centroids",
6329
- "minzoom": 14,
6469
+ "minzoom": 15,
6330
6470
  "maxzoom": 24,
6331
- "filter": ["all"],
6471
+ "filter": ["in", ["get", "type"], ["literal", ["raceway"]]],
6332
6472
  "layout": {
6333
6473
  "icon-image": "{type}-18",
6334
6474
  "visibility": "visible",
6335
6475
  "text-field": ["get", "name"],
6336
- "text-size": ["interpolate", ["linear"], ["zoom"], 14, 8, 18, 10],
6476
+ "text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
6337
6477
  "text-anchor": "top",
6338
6478
  "text-offset": [0, 0.75],
6339
6479
  "text-font": ["OpenHistorical"],
6340
- "icon-size": ["interpolate", ["linear"], ["zoom"], 14, 0.75, 20, 1.4]
6480
+ "icon-size": ["interpolate", ["linear"], ["zoom"], 10, 0.4, 20, 1.4]
6341
6481
  },
6342
6482
  "paint": {
6343
6483
  "icon-color": "#000000",
@@ -6345,13 +6485,124 @@
6345
6485
  "text-halo-color": "rgba(255, 255, 255, 1)",
6346
6486
  "text-halo-width": 0.5,
6347
6487
  "text-halo-blur": 1,
6348
- "text-opacity": ["interpolate", ["linear"], ["zoom"], 13.99, 0, 14, 1]
6488
+ "text-opacity": ["interpolate", ["linear"], ["zoom"], 12.99, 0, 13, 1]
6349
6489
  }
6350
6490
  },
6351
6491
  {
6352
- "id": "points_placeofworshipother",
6492
+ "id": "transport_points_labels_traffic_signals",
6353
6493
  "type": "symbol",
6354
- "source": "osm",
6494
+ "source": "ohm",
6495
+ "source-layer": "transport_points_centroids",
6496
+ "minzoom": 17,
6497
+ "maxzoom": 24,
6498
+ "filter": ["==", ["get", "type"], "traffic_signals"],
6499
+ "layout": {
6500
+ "icon-image": "{type}-18",
6501
+ "visibility": "visible",
6502
+ "text-field": ["get", "name"],
6503
+ "text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
6504
+ "text-anchor": "top",
6505
+ "text-offset": [0, 0.75],
6506
+ "text-font": ["OpenHistorical"]
6507
+ },
6508
+ "paint": {
6509
+ "icon-color": "#000000",
6510
+ "text-color": "rgba(80, 80, 80, 1)",
6511
+ "text-halo-color": "rgba(255, 255, 255, 1)",
6512
+ "text-halo-width": 0.5,
6513
+ "text-halo-blur": 1
6514
+ }
6515
+ },
6516
+ {
6517
+ "id": "transport_points_labels_pedestrian",
6518
+ "type": "symbol",
6519
+ "source": "ohm",
6520
+ "source-layer": "transport_points_centroids",
6521
+ "minzoom": 17,
6522
+ "maxzoom": 24,
6523
+ "filter": ["==", ["get", "type"], "pedestrian"],
6524
+ "layout": {
6525
+ "icon-image": "{type}-18",
6526
+ "visibility": "visible",
6527
+ "text-field": ["get", "name"],
6528
+ "text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
6529
+ "text-anchor": "top",
6530
+ "text-offset": [0, 0.75],
6531
+ "text-font": ["OpenHistorical"]
6532
+ },
6533
+ "paint": {
6534
+ "icon-color": "#000000",
6535
+ "text-color": "rgba(80, 80, 80, 1)",
6536
+ "text-halo-color": "rgba(255, 255, 255, 1)",
6537
+ "text-halo-width": 0.5,
6538
+ "text-halo-blur": 1
6539
+ }
6540
+ },
6541
+ {
6542
+ "id": "transport_points_labels_airports",
6543
+ "type": "symbol",
6544
+ "source": "ohm",
6545
+ "source-layer": "transport_points_centroids",
6546
+ "minzoom": 10,
6547
+ "maxzoom": 14,
6548
+ "filter": ["==", ["get", "type"], "aerodrome"],
6549
+ "layout": {
6550
+ "icon-image": "airport-18",
6551
+ "icon-size": ["interpolate", ["linear"], ["zoom"], 10, 1.2, 14, 1.5],
6552
+ "text-font": ["OpenHistorical"]}
6553
+ },
6554
+ {
6555
+ "id": "transport_points_labels_medium",
6556
+ "type": "symbol",
6557
+ "source": "ohm",
6558
+ "source-layer": "transport_points_centroids",
6559
+ "minzoom": 13,
6560
+ "maxzoom": 16,
6561
+ "filter": [">", ["get", "area_m2"], 1000000],
6562
+ "layout": {
6563
+ "icon-image": "{type}-18",
6564
+ "visibility": "visible",
6565
+ "text-field": ["get", "name"],
6566
+ "text-size": ["interpolate", ["linear"], ["zoom"], 13, 20, 18, 14],
6567
+ "text-font": ["OpenHistorical"],
6568
+ "icon-size": ["interpolate", ["linear"], ["zoom"], 14, 0.75, 20, 1.4]
6569
+ },
6570
+ "paint": {
6571
+ "icon-color": "#000000",
6572
+ "text-color": "rgba(80, 80, 80, 1)",
6573
+ "text-halo-color": "rgba(255, 255, 255, 1)",
6574
+ "text-halo-width": 2,
6575
+ "text-halo-blur": 1
6576
+ }
6577
+ },
6578
+ {
6579
+ "id": "transport_area_labels_large",
6580
+ "type": "symbol",
6581
+ "source": "ohm",
6582
+ "source-layer": "transport_points_centroids",
6583
+ "minzoom": 13,
6584
+ "maxzoom": 16,
6585
+ "filter": [">", ["get", "area_m2"], 10000000],
6586
+ "layout": {
6587
+ "icon-image": "{type}-18",
6588
+ "visibility": "visible",
6589
+ "text-field": ["get", "name"],
6590
+ "text-size": ["interpolate", ["linear"], ["zoom"], 12, 24, 18, 28],
6591
+ "text-font": ["OpenHistorical"],
6592
+ "icon-size": ["interpolate", ["linear"], ["zoom"], 14, 0.75, 20, 1.4]
6593
+ },
6594
+ "paint": {
6595
+ "icon-color": "#000000",
6596
+ "text-color": "rgba(80, 80, 80, 1)",
6597
+ "text-halo-color": "rgba(255, 255, 255, 1)",
6598
+ "text-halo-width": 2,
6599
+ "text-halo-blur": 1
6600
+ }
6601
+ },
6602
+ {
6603
+ "id": "points_place_of_worship_other",
6604
+ "type": "symbol",
6605
+ "source": "ohm",
6355
6606
  "source-layer": "buildings_points_centroids",
6356
6607
  "filter": [
6357
6608
  "all",
@@ -6374,7 +6625,7 @@
6374
6625
  {
6375
6626
  "id": "points_religion",
6376
6627
  "type": "symbol",
6377
- "source": "osm",
6628
+ "source": "ohm",
6378
6629
  "source-layer": "buildings_points_centroids",
6379
6630
  "filter": ["all"],
6380
6631
  "layout": {
@@ -6384,9 +6635,9 @@
6384
6635
  }
6385
6636
  },
6386
6637
  {
6387
- "id": "points_fromlanduse-z14",
6638
+ "id": "points_from_landuse_peaks",
6388
6639
  "type": "symbol",
6389
- "source": "osm",
6640
+ "source": "ohm",
6390
6641
  "source-layer": "landuse_points_centroids",
6391
6642
  "minzoom": 14,
6392
6643
  "filter": ["==", ["get", "type"], "peak"],
@@ -6405,58 +6656,10 @@
6405
6656
  "text-opacity": 1
6406
6657
  }
6407
6658
  },
6408
- {
6409
- "id": "points_fromlanduse",
6410
- "type": "symbol",
6411
- "source": "osm",
6412
- "source-layer": "landuse_points_centroids",
6413
- "minzoom": 16,
6414
- "layout": {
6415
- "icon-image": "{type}-18",
6416
- "text-font": ["OpenHistorical"],
6417
- "text-field": ["get", "name"],
6418
- "text-size": [
6419
- "interpolate",
6420
- ["linear"],
6421
- ["zoom"],
6422
- 6,
6423
- 8,
6424
- 16,
6425
- 10,
6426
- 20,
6427
- 12
6428
- ],
6429
- "text-anchor": "top",
6430
- "text-offset": [0, 1],
6431
- "visibility": "visible",
6432
- "icon-size": ["interpolate", ["linear"], ["zoom"], 15, 0.7, 20, 1.4]
6433
- },
6434
- "paint": {
6435
- "text-color": "rgba(80, 80, 80, 1)",
6436
- "text-halo-color": "rgba(255, 255, 255, 1)",
6437
- "text-halo-width": 0.5
6438
- }
6439
- },
6440
- {
6441
- "id": "points_fromlanduseareas",
6442
- "type": "symbol",
6443
- "source": "osm",
6444
- "source-layer": "landuse_points_centroids",
6445
- "minzoom": 16,
6446
- "filter": [
6447
- "!",
6448
- ["in", ["get", "type"], ["literal", ["garden", "peak", "wetland"]]]
6449
- ],
6450
- "layout": {
6451
- "icon-image": "{type}-18",
6452
- "text-font": ["OpenHistorical"],
6453
- "visibility": "visible"
6454
- }
6455
- },
6456
6659
  {
6457
6660
  "id": "points_of_interest_shop",
6458
6661
  "type": "symbol",
6459
- "source": "osm",
6662
+ "source": "ohm",
6460
6663
  "source-layer": "buildings_points_centroids",
6461
6664
  "minzoom": 16,
6462
6665
  "maxzoom": 24,
@@ -6478,9 +6681,9 @@
6478
6681
  }
6479
6682
  },
6480
6683
  {
6481
- "id": "county_labels_z11-admin7_8-centroids",
6684
+ "id": "county_labels_z11_admin_7-8_centroids",
6482
6685
  "type": "symbol",
6483
- "source": "osm",
6686
+ "source": "ohm",
6484
6687
  "source-layer": "land_ohm_centroids",
6485
6688
  "minzoom": 10,
6486
6689
  "maxzoom": 20,
@@ -6512,9 +6715,9 @@
6512
6715
  }
6513
6716
  },
6514
6717
  {
6515
- "id": "county_labels_z11-admin6-centroids",
6718
+ "id": "county_labels_z11_admin_6_centroids",
6516
6719
  "type": "symbol",
6517
- "source": "osm",
6720
+ "source": "ohm",
6518
6721
  "source-layer": "land_ohm_centroids",
6519
6722
  "minzoom": 8,
6520
6723
  "maxzoom": 20,
@@ -6548,7 +6751,7 @@
6548
6751
  {
6549
6752
  "id": "county_labels_z11",
6550
6753
  "type": "symbol",
6551
- "source": "osm",
6754
+ "source": "ohm",
6552
6755
  "source-layer": "place_points_centroids",
6553
6756
  "minzoom": 8,
6554
6757
  "maxzoom": 20,
@@ -6582,7 +6785,7 @@
6582
6785
  {
6583
6786
  "id": "city_locality_labels_other_z11",
6584
6787
  "type": "symbol",
6585
- "source": "osm",
6788
+ "source": "ohm",
6586
6789
  "source-layer": "place_points_centroids",
6587
6790
  "minzoom": 15,
6588
6791
  "maxzoom": 20,
@@ -6613,14 +6816,14 @@
6613
6816
  {
6614
6817
  "id": "city_labels_other_z11",
6615
6818
  "type": "symbol",
6616
- "source": "osm",
6819
+ "source": "ohm",
6617
6820
  "source-layer": "place_points_centroids",
6618
6821
  "minzoom": 11,
6619
6822
  "maxzoom": 20,
6620
6823
  "filter": [
6621
6824
  "in",
6622
6825
  ["get", "type"],
6623
- ["literal", ["hamlet", "islet", "neighborhood", "suburb", "village"]]
6826
+ ["literal", ["hamlet", "neighborhood", "suburb", "village"]]
6624
6827
  ],
6625
6828
  "layout": {
6626
6829
  "text-field": ["get", "name"],
@@ -6648,7 +6851,7 @@
6648
6851
  {
6649
6852
  "id": "city_labels_town_z8",
6650
6853
  "type": "symbol",
6651
- "source": "osm",
6854
+ "source": "ohm",
6652
6855
  "source-layer": "place_points_centroids",
6653
6856
  "minzoom": 8,
6654
6857
  "maxzoom": 20,
@@ -6679,7 +6882,7 @@
6679
6882
  {
6680
6883
  "id": "city_labels_z11",
6681
6884
  "type": "symbol",
6682
- "source": "osm",
6885
+ "source": "ohm",
6683
6886
  "source-layer": "place_points_centroids",
6684
6887
  "minzoom": 11,
6685
6888
  "maxzoom": 20,
@@ -6710,7 +6913,7 @@
6710
6913
  {
6711
6914
  "id": "city_labels_z6",
6712
6915
  "type": "symbol",
6713
- "source": "osm",
6916
+ "source": "ohm",
6714
6917
  "source-layer": "place_points_centroids",
6715
6918
  "minzoom": 6,
6716
6919
  "maxzoom": 11,
@@ -6740,7 +6943,7 @@
6740
6943
  {
6741
6944
  "id": "city_capital_labels_z6",
6742
6945
  "type": "symbol",
6743
- "source": "osm",
6946
+ "source": "ohm",
6744
6947
  "source-layer": "place_points_centroids",
6745
6948
  "minzoom": 6,
6746
6949
  "maxzoom": 11,
@@ -6770,7 +6973,7 @@
6770
6973
  {
6771
6974
  "id": "state_points_labels_centroids",
6772
6975
  "type": "symbol",
6773
- "source": "osm",
6976
+ "source": "ohm",
6774
6977
  "source-layer": "land_ohm_centroids",
6775
6978
  "minzoom": 5,
6776
6979
  "maxzoom": 20,
@@ -6820,7 +7023,7 @@
6820
7023
  {
6821
7024
  "id": "state_points_labels",
6822
7025
  "type": "symbol",
6823
- "source": "osm",
7026
+ "source": "ohm",
6824
7027
  "source-layer": "place_points_centroids",
6825
7028
  "minzoom": 5,
6826
7029
  "maxzoom": 20,
@@ -6866,7 +7069,7 @@
6866
7069
  {
6867
7070
  "id": "statecapital_labels_z10",
6868
7071
  "type": "symbol",
6869
- "source": "osm",
7072
+ "source": "ohm",
6870
7073
  "source-layer": "populated_places",
6871
7074
  "minzoom": 10,
6872
7075
  "maxzoom": 20,
@@ -6886,9 +7089,9 @@
6886
7089
  }
6887
7090
  },
6888
7091
  {
6889
- "id": "country_points_labels-cen",
7092
+ "id": "country_points_labels_cen",
6890
7093
  "type": "symbol",
6891
- "source": "osm",
7094
+ "source": "ohm",
6892
7095
  "source-layer": "land_ohm_centroids",
6893
7096
  "maxzoom": 12,
6894
7097
  "filter": [
@@ -6952,7 +7155,7 @@
6952
7155
  {
6953
7156
  "id": "country_points_labels",
6954
7157
  "type": "symbol",
6955
- "source": "osm",
7158
+ "source": "ohm",
6956
7159
  "source-layer": "place_points_centroids",
6957
7160
  "minzoom": 0,
6958
7161
  "maxzoom": 12,