@openhistoricalmap/map-styles 0.9.12 → 0.9.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,10 +5,10 @@
5
5
  "maputnik:renderer": "mbgljs"
6
6
  },
7
7
  "sources": {
8
- "osm": {
8
+ "ohm": {
9
9
  "type": "vector",
10
10
  "tiles": [
11
- "https://vtiles.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"
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": "osm",
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": "osm",
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": "osm",
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": "osm",
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": "osm",
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": "osm",
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": "osm",
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": "osm",
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": "osm",
288
+ "source": "ohm",
289
289
  "source-layer": "transport_areas",
290
290
  "minzoom": 11,
291
291
  "maxzoom": 24,
@@ -307,7 +307,7 @@
307
307
  {
308
308
  "id": "nature_reserve_fill_6-24",
309
309
  "type": "fill",
310
- "source": "osm",
310
+ "source": "ohm",
311
311
  "source-layer": "landuse_areas",
312
312
  "minzoom": 6,
313
313
  "maxzoom": 24,
@@ -353,7 +353,7 @@
353
353
  {
354
354
  "id": "landuse_areas_all_z6-12",
355
355
  "type": "fill",
356
- "source": "osm",
356
+ "source": "ohm",
357
357
  "source-layer": "landuse_areas",
358
358
  "minzoom": 6,
359
359
  "maxzoom": 12,
@@ -399,7 +399,7 @@
399
399
  {
400
400
  "id": "landuse_areas_z12_generalized_land_use",
401
401
  "type": "fill",
402
- "source": "osm",
402
+ "source": "ohm",
403
403
  "source-layer": "landuse_areas",
404
404
  "minzoom": 12,
405
405
  "maxzoom": 24,
@@ -449,63 +449,9 @@
449
449
  }
450
450
  },
451
451
  {
452
- "id": "landuse_areas_underlying_land_designation",
452
+ "id": "landuse_areas_localized_land_use",
453
453
  "type": "fill",
454
- "source": "osm",
455
- "source-layer": "landuse_areas",
456
- "minzoom": 12,
457
- "maxzoom": 24,
458
- "layout": {
459
- "visibility": "visible"
460
- },
461
- "filter": [
462
- "in",
463
- [
464
- "get",
465
- "type"
466
- ],
467
- [
468
- "literal",
469
- [
470
- "park",
471
- "pitch",
472
- "golf_course"
473
- ]
474
- ]
475
- ],
476
- "paint": {
477
- "fill-color": [
478
- "interpolate",
479
- [
480
- "linear"
481
- ],
482
- [
483
- "zoom"
484
- ],
485
- 0,
486
- [
487
- "match",
488
- [
489
- "get",
490
- "type"
491
- ],
492
- "park",
493
- "rgba(208, 220, 174, 1)",
494
- "pitch",
495
- "rgba(69, 150, 7, 0.39)",
496
- "nature_reserve",
497
- "rgba(212, 225, 211, 0.3)",
498
- "golf_course",
499
- "rgba(236, 240, 198, 1)",
500
- "transparent"
501
- ]
502
- ]
503
- }
504
- },
505
- {
506
- "id": "landuse_areas_z12_localized_land_use",
507
- "type": "fill",
508
- "source": "osm",
454
+ "source": "ohm",
509
455
  "source-layer": "landuse_areas",
510
456
  "minzoom": 12,
511
457
  "maxzoom": 24,
@@ -578,7 +524,7 @@
578
524
  {
579
525
  "id": "landuse_areas_landcover_short",
580
526
  "type": "fill",
581
- "source": "osm",
527
+ "source": "ohm",
582
528
  "source-layer": "landuse_areas",
583
529
  "minzoom": 6,
584
530
  "maxzoom": 24,
@@ -648,7 +594,7 @@
648
594
  {
649
595
  "id": "landuse_areas_z12_park_outlines",
650
596
  "type": "line",
651
- "source": "osm",
597
+ "source": "ohm",
652
598
  "source-layer": "landuse_areas",
653
599
  "minzoom": 12,
654
600
  "maxzoom": 24,
@@ -683,7 +629,7 @@
683
629
  {
684
630
  "id": "landuse_areas_z12_landcover_tall",
685
631
  "type": "fill",
686
- "source": "osm",
632
+ "source": "ohm",
687
633
  "source-layer": "landuse_areas",
688
634
  "minzoom": 12,
689
635
  "maxzoom": 24,
@@ -733,11 +679,11 @@
733
679
  }
734
680
  },
735
681
  {
736
- "id": "landuse_areas_z12_food_and_farming",
682
+ "id": "landuse_areas_ood_and_farming",
737
683
  "type": "fill",
738
- "source": "osm",
684
+ "source": "ohm",
739
685
  "source-layer": "landuse_areas",
740
- "minzoom": 12,
686
+ "minzoom": 6,
741
687
  "maxzoom": 24,
742
688
  "filter": [
743
689
  "in",
@@ -797,9 +743,9 @@
797
743
  }
798
744
  },
799
745
  {
800
- "id": "landuse_areas_developed_open_space_larger",
746
+ "id": "landuse_areas_developed_open_space_larger_types",
801
747
  "type": "fill",
802
- "source": "osm",
748
+ "source": "ohm",
803
749
  "source-layer": "landuse_areas",
804
750
  "minzoom": 6,
805
751
  "maxzoom": 24,
@@ -815,8 +761,10 @@
815
761
  [
816
762
  "literal",
817
763
  [
764
+ "park",
765
+ "golf_course",
818
766
  "village_green",
819
- "cemetary",
767
+ "cemetery",
820
768
  "sports_centre",
821
769
  "stadium",
822
770
  "recreation_ground"
@@ -839,6 +787,10 @@
839
787
  "get",
840
788
  "type"
841
789
  ],
790
+ "park",
791
+ "rgba(208, 220, 174, 1)",
792
+ "golf_course",
793
+ "rgba(236, 240, 198, 1)",
842
794
  "village_green",
843
795
  "rgba(208, 220, 174, 1)",
844
796
  "cemetery",
@@ -877,9 +829,9 @@
877
829
  }
878
830
  },
879
831
  {
880
- "id": "landuse_areas_developed_open_space_smaller",
832
+ "id": "landuse_areas_developed_open_space_smaller_types",
881
833
  "type": "fill",
882
- "source": "osm",
834
+ "source": "ohm",
883
835
  "source-layer": "landuse_areas",
884
836
  "minzoom": 12,
885
837
  "maxzoom": 24,
@@ -896,7 +848,7 @@
896
848
  "picnic_site",
897
849
  "camp_site",
898
850
  "playground",
899
- "paitch",
851
+ "pitch",
900
852
  "track",
901
853
  "bleachers"
902
854
  ]
@@ -965,7 +917,7 @@
965
917
  {
966
918
  "id": "parking_lots",
967
919
  "type": "fill",
968
- "source": "osm",
920
+ "source": "ohm",
969
921
  "source-layer": "amenity_areas",
970
922
  "paint": {
971
923
  "fill-color": "rgba(236, 231, 231, 1)",
@@ -975,7 +927,7 @@
975
927
  {
976
928
  "id": "landuse_nature_reserve_outline",
977
929
  "type": "line",
978
- "source": "osm",
930
+ "source": "ohm",
979
931
  "source-layer": "landuse_areas",
980
932
  "minzoom": 6,
981
933
  "maxzoom": 24,
@@ -1025,7 +977,7 @@
1025
977
  {
1026
978
  "id": "landuse_areas_z12_natural",
1027
979
  "type": "fill",
1028
- "source": "osm",
980
+ "source": "ohm",
1029
981
  "source-layer": "landuse_areas",
1030
982
  "minzoom": 12,
1031
983
  "maxzoom": 24,
@@ -1056,7 +1008,7 @@
1056
1008
  {
1057
1009
  "id": "place_areas_plot",
1058
1010
  "type": "fill",
1059
- "source": "osm",
1011
+ "source": "ohm",
1060
1012
  "source-layer": "place_areas",
1061
1013
  "filter": [
1062
1014
  "==",
@@ -1077,7 +1029,7 @@
1077
1029
  {
1078
1030
  "id": "place_areas_square",
1079
1031
  "type": "fill",
1080
- "source": "osm",
1032
+ "source": "ohm",
1081
1033
  "source-layer": "place_areas",
1082
1034
  "filter": [
1083
1035
  "==",
@@ -1098,7 +1050,7 @@
1098
1050
  {
1099
1051
  "id": "pedestrian_area",
1100
1052
  "type": "fill",
1101
- "source": "osm",
1053
+ "source": "ohm",
1102
1054
  "source-layer": "transport_areas",
1103
1055
  "minzoom": 14,
1104
1056
  "maxzoom": 24,
@@ -1130,7 +1082,7 @@
1130
1082
  {
1131
1083
  "id": "amenity_areas",
1132
1084
  "type": "fill",
1133
- "source": "osm",
1085
+ "source": "ohm",
1134
1086
  "source-layer": "amenity_areas",
1135
1087
  "filter": [
1136
1088
  "in",
@@ -1156,7 +1108,7 @@
1156
1108
  {
1157
1109
  "id": "water_lines_canal-casing",
1158
1110
  "type": "line",
1159
- "source": "osm",
1111
+ "source": "ohm",
1160
1112
  "source-layer": "water_lines",
1161
1113
  "minzoom": 12,
1162
1114
  "maxzoom": 24,
@@ -1198,7 +1150,7 @@
1198
1150
  {
1199
1151
  "id": "water_lines_canal",
1200
1152
  "type": "line",
1201
- "source": "osm",
1153
+ "source": "ohm",
1202
1154
  "source-layer": "water_lines",
1203
1155
  "minzoom": 8,
1204
1156
  "maxzoom": 24,
@@ -1237,7 +1189,7 @@
1237
1189
  {
1238
1190
  "id": "water_areas",
1239
1191
  "type": "fill",
1240
- "source": "osm",
1192
+ "source": "ohm",
1241
1193
  "source-layer": "water_areas",
1242
1194
  "minzoom": 0,
1243
1195
  "maxzoom": 24,
@@ -1289,7 +1241,7 @@
1289
1241
  {
1290
1242
  "id": "landuse_areas_z12_watercover",
1291
1243
  "type": "fill",
1292
- "source": "osm",
1244
+ "source": "ohm",
1293
1245
  "source-layer": "landuse_areas",
1294
1246
  "minzoom": 11,
1295
1247
  "maxzoom": 24,
@@ -1347,7 +1299,7 @@
1347
1299
  {
1348
1300
  "id": "wetlands_z11_pattern",
1349
1301
  "type": "fill",
1350
- "source": "osm",
1302
+ "source": "ohm",
1351
1303
  "source-layer": "landuse_areas",
1352
1304
  "minzoom": 11,
1353
1305
  "maxzoom": 24,
@@ -1381,7 +1333,7 @@
1381
1333
  {
1382
1334
  "id": "landuse_areas_z12_glacier-outline",
1383
1335
  "type": "line",
1384
- "source": "osm",
1336
+ "source": "ohm",
1385
1337
  "source-layer": "landuse_areas",
1386
1338
  "minzoom": 9,
1387
1339
  "maxzoom": 24,
@@ -1420,7 +1372,7 @@
1420
1372
  {
1421
1373
  "id": "ferry_lines",
1422
1374
  "type": "line",
1423
- "source": "osm",
1375
+ "source": "ohm",
1424
1376
  "source-layer": "transport_lines",
1425
1377
  "filter": [
1426
1378
  "==",
@@ -1495,7 +1447,7 @@
1495
1447
  {
1496
1448
  "id": "place_areas_islet",
1497
1449
  "type": "fill",
1498
- "source": "osm",
1450
+ "source": "ohm",
1499
1451
  "source-layer": "place_areas",
1500
1452
  "filter": [
1501
1453
  "==",
@@ -1516,7 +1468,7 @@
1516
1468
  {
1517
1469
  "id": "water_lines_stream_no_name",
1518
1470
  "type": "line",
1519
- "source": "osm",
1471
+ "source": "ohm",
1520
1472
  "source-layer": "water_lines",
1521
1473
  "minzoom": 14,
1522
1474
  "maxzoom": 24,
@@ -1566,7 +1518,7 @@
1566
1518
  {
1567
1519
  "id": "water_lines_stream_name",
1568
1520
  "type": "line",
1569
- "source": "osm",
1521
+ "source": "ohm",
1570
1522
  "source-layer": "water_lines",
1571
1523
  "minzoom": 12,
1572
1524
  "maxzoom": 24,
@@ -1613,7 +1565,7 @@
1613
1565
  {
1614
1566
  "id": "water_lines_cliff_line",
1615
1567
  "type": "line",
1616
- "source": "osm",
1568
+ "source": "ohm",
1617
1569
  "source-layer": "water_lines",
1618
1570
  "minzoom": 15,
1619
1571
  "maxzoom": 24,
@@ -1655,7 +1607,7 @@
1655
1607
  {
1656
1608
  "id": "water_lines_cliff_line_triangles",
1657
1609
  "type": "line",
1658
- "source": "osm",
1610
+ "source": "ohm",
1659
1611
  "source-layer": "water_lines",
1660
1612
  "minzoom": 15,
1661
1613
  "maxzoom": 24,
@@ -1699,7 +1651,7 @@
1699
1651
  {
1700
1652
  "id": "water_lines_waterfall_triangle",
1701
1653
  "type": "line",
1702
- "source": "osm",
1654
+ "source": "ohm",
1703
1655
  "source-layer": "water_lines",
1704
1656
  "minzoom": 15,
1705
1657
  "maxzoom": 24,
@@ -1748,7 +1700,7 @@
1748
1700
  {
1749
1701
  "id": "water_lines_ditch",
1750
1702
  "type": "line",
1751
- "source": "osm",
1703
+ "source": "ohm",
1752
1704
  "source-layer": "water_lines",
1753
1705
  "minzoom": 15,
1754
1706
  "maxzoom": 24,
@@ -1786,7 +1738,7 @@
1786
1738
  {
1787
1739
  "id": "water_lines_aqueduct",
1788
1740
  "type": "line",
1789
- "source": "osm",
1741
+ "source": "ohm",
1790
1742
  "source-layer": "water_lines",
1791
1743
  "minzoom": 8,
1792
1744
  "maxzoom": 24,
@@ -1837,7 +1789,7 @@
1837
1789
  {
1838
1790
  "id": "water_lines_river",
1839
1791
  "type": "line",
1840
- "source": "osm",
1792
+ "source": "ohm",
1841
1793
  "source-layer": "water_lines",
1842
1794
  "minzoom": 8,
1843
1795
  "maxzoom": 24,
@@ -1885,7 +1837,7 @@
1885
1837
  {
1886
1838
  "id": "water_lines_breakwater",
1887
1839
  "type": "line",
1888
- "source": "osm",
1840
+ "source": "ohm",
1889
1841
  "source-layer": "other_lines",
1890
1842
  "minzoom": 10,
1891
1843
  "maxzoom": 24,
@@ -1923,7 +1875,7 @@
1923
1875
  {
1924
1876
  "id": "water_lines_dam",
1925
1877
  "type": "line",
1926
- "source": "osm",
1878
+ "source": "ohm",
1927
1879
  "source-layer": "water_lines",
1928
1880
  "minzoom": 13,
1929
1881
  "maxzoom": 24,
@@ -1957,7 +1909,7 @@
1957
1909
  {
1958
1910
  "id": "pier",
1959
1911
  "type": "fill",
1960
- "source": "osm",
1912
+ "source": "ohm",
1961
1913
  "source-layer": "other_areas",
1962
1914
  "filter": [
1963
1915
  "==",
@@ -1977,7 +1929,7 @@
1977
1929
  {
1978
1930
  "id": "pier_line",
1979
1931
  "type": "line",
1980
- "source": "osm",
1932
+ "source": "ohm",
1981
1933
  "source-layer": "other_lines",
1982
1934
  "minzoom": 12,
1983
1935
  "filter": [
@@ -2011,7 +1963,7 @@
2011
1963
  {
2012
1964
  "id": "buildings_flat",
2013
1965
  "type": "fill",
2014
- "source": "osm",
1966
+ "source": "ohm",
2015
1967
  "source-layer": "buildings",
2016
1968
  "minzoom": 14,
2017
1969
  "maxzoom": 24,
@@ -2029,7 +1981,7 @@
2029
1981
  {
2030
1982
  "id": "buildings_flat_ruins",
2031
1983
  "type": "fill",
2032
- "source": "osm",
1984
+ "source": "ohm",
2033
1985
  "source-layer": "other_areas",
2034
1986
  "minzoom": 14,
2035
1987
  "maxzoom": 24,
@@ -2062,7 +2014,7 @@
2062
2014
  {
2063
2015
  "id": "buildings_ruins_outlines",
2064
2016
  "type": "line",
2065
- "source": "osm",
2017
+ "source": "ohm",
2066
2018
  "source-layer": "other_areas",
2067
2019
  "filter": [
2068
2020
  "==",
@@ -2117,7 +2069,7 @@
2117
2069
  {
2118
2070
  "id": "historic_fort",
2119
2071
  "type": "fill",
2120
- "source": "osm",
2072
+ "source": "ohm",
2121
2073
  "source-layer": "other_areas",
2122
2074
  "minzoom": 14,
2123
2075
  "maxzoom": 24,
@@ -2151,7 +2103,7 @@
2151
2103
  {
2152
2104
  "id": "transport_traverser",
2153
2105
  "type": "fill",
2154
- "source": "osm",
2106
+ "source": "ohm",
2155
2107
  "source-layer": "transport_areas",
2156
2108
  "minzoom": 14,
2157
2109
  "maxzoom": 24,
@@ -2175,7 +2127,7 @@
2175
2127
  {
2176
2128
  "id": "transport_turntable",
2177
2129
  "type": "fill",
2178
- "source": "osm",
2130
+ "source": "ohm",
2179
2131
  "source-layer": "transport_areas",
2180
2132
  "minzoom": 14,
2181
2133
  "filter": [
@@ -2198,7 +2150,7 @@
2198
2150
  {
2199
2151
  "id": "transport_passenger_platform",
2200
2152
  "type": "fill",
2201
- "source": "osm",
2153
+ "source": "ohm",
2202
2154
  "source-layer": "transport_areas",
2203
2155
  "minzoom": 14,
2204
2156
  "filter": [
@@ -2221,7 +2173,7 @@
2221
2173
  {
2222
2174
  "id": "transport_freight_platform",
2223
2175
  "type": "fill",
2224
- "source": "osm",
2176
+ "source": "ohm",
2225
2177
  "source-layer": "transport_areas",
2226
2178
  "minzoom": 14,
2227
2179
  "filter": [
@@ -2244,7 +2196,7 @@
2244
2196
  {
2245
2197
  "id": "terminals",
2246
2198
  "type": "fill",
2247
- "source": "osm",
2199
+ "source": "ohm",
2248
2200
  "source-layer": "transport_areas",
2249
2201
  "minzoom": 11,
2250
2202
  "maxzoom": 24,
@@ -2267,7 +2219,7 @@
2267
2219
  {
2268
2220
  "id": "aero_taxiway_lines",
2269
2221
  "type": "line",
2270
- "source": "osm",
2222
+ "source": "ohm",
2271
2223
  "source-layer": "transport_lines",
2272
2224
  "minzoom": 11,
2273
2225
  "maxzoom": 24,
@@ -2304,7 +2256,7 @@
2304
2256
  {
2305
2257
  "id": "aero_runway_lines",
2306
2258
  "type": "line",
2307
- "source": "osm",
2259
+ "source": "ohm",
2308
2260
  "source-layer": "transport_lines",
2309
2261
  "minzoom": 10,
2310
2262
  "maxzoom": 24,
@@ -2340,7 +2292,7 @@
2340
2292
  {
2341
2293
  "id": "man_made_bridge_area",
2342
2294
  "type": "fill",
2343
- "source": "osm",
2295
+ "source": "ohm",
2344
2296
  "source-layer": "other_areas",
2345
2297
  "filter": [
2346
2298
  "all",
@@ -2368,7 +2320,7 @@
2368
2320
  {
2369
2321
  "id": "man_made_bridge_line",
2370
2322
  "type": "line",
2371
- "source": "osm",
2323
+ "source": "ohm",
2372
2324
  "source-layer": "other_lines",
2373
2325
  "filter": [
2374
2326
  "all",
@@ -2397,7 +2349,7 @@
2397
2349
  {
2398
2350
  "id": "roads_subways_construction",
2399
2351
  "type": "line",
2400
- "source": "osm",
2352
+ "source": "ohm",
2401
2353
  "source-layer": "transport_lines",
2402
2354
  "minzoom": 14,
2403
2355
  "filter": [
@@ -2447,7 +2399,7 @@
2447
2399
  {
2448
2400
  "id": "roads_tertiarytunnel_case_construction",
2449
2401
  "type": "line",
2450
- "source": "osm",
2402
+ "source": "ohm",
2451
2403
  "source-layer": "transport_lines",
2452
2404
  "minzoom": 9,
2453
2405
  "filter": [
@@ -2507,7 +2459,7 @@
2507
2459
  {
2508
2460
  "id": "roads_secondarytunnel_case_construction",
2509
2461
  "type": "line",
2510
- "source": "osm",
2462
+ "source": "ohm",
2511
2463
  "source-layer": "transport_lines",
2512
2464
  "minzoom": 8,
2513
2465
  "filter": [
@@ -2567,7 +2519,7 @@
2567
2519
  {
2568
2520
  "id": "roads_primarytunnel_case_construction",
2569
2521
  "type": "line",
2570
- "source": "osm",
2522
+ "source": "ohm",
2571
2523
  "source-layer": "transport_lines",
2572
2524
  "minzoom": 7,
2573
2525
  "maxzoom": 20,
@@ -2628,7 +2580,7 @@
2628
2580
  {
2629
2581
  "id": "roads_motorwaytunnel_case_construction",
2630
2582
  "type": "line",
2631
- "source": "osm",
2583
+ "source": "ohm",
2632
2584
  "source-layer": "transport_lines",
2633
2585
  "minzoom": 5,
2634
2586
  "maxzoom": 20,
@@ -2697,7 +2649,7 @@
2697
2649
  {
2698
2650
  "id": "roads_tertiarytunnel_construction",
2699
2651
  "type": "line",
2700
- "source": "osm",
2652
+ "source": "ohm",
2701
2653
  "source-layer": "transport_lines",
2702
2654
  "minzoom": 9,
2703
2655
  "filter": [
@@ -2753,7 +2705,7 @@
2753
2705
  {
2754
2706
  "id": "roads_secondarytunnel_construction",
2755
2707
  "type": "line",
2756
- "source": "osm",
2708
+ "source": "ohm",
2757
2709
  "source-layer": "transport_lines",
2758
2710
  "minzoom": 8,
2759
2711
  "filter": [
@@ -2809,7 +2761,7 @@
2809
2761
  {
2810
2762
  "id": "roads_primarytunnel_construction",
2811
2763
  "type": "line",
2812
- "source": "osm",
2764
+ "source": "ohm",
2813
2765
  "source-layer": "transport_lines",
2814
2766
  "minzoom": 6,
2815
2767
  "filter": [
@@ -2865,7 +2817,7 @@
2865
2817
  {
2866
2818
  "id": "roads_motorwaytunnel_construction",
2867
2819
  "type": "line",
2868
- "source": "osm",
2820
+ "source": "ohm",
2869
2821
  "source-layer": "transport_lines",
2870
2822
  "minzoom": 5,
2871
2823
  "maxzoom": 20,
@@ -2930,7 +2882,7 @@
2930
2882
  {
2931
2883
  "id": "roads_raceways_construction",
2932
2884
  "type": "line",
2933
- "source": "osm",
2885
+ "source": "ohm",
2934
2886
  "source-layer": "transport_lines",
2935
2887
  "minzoom": 12,
2936
2888
  "maxzoom": 24,
@@ -2981,7 +2933,7 @@
2981
2933
  {
2982
2934
  "id": "roads_trackfillcase_construction",
2983
2935
  "type": "line",
2984
- "source": "osm",
2936
+ "source": "ohm",
2985
2937
  "source-layer": "transport_lines",
2986
2938
  "minzoom": 14,
2987
2939
  "maxzoom": 24,
@@ -3028,7 +2980,7 @@
3028
2980
  {
3029
2981
  "id": "roads_trackfill_construction",
3030
2982
  "type": "line",
3031
- "source": "osm",
2983
+ "source": "ohm",
3032
2984
  "source-layer": "transport_lines",
3033
2985
  "minzoom": 14,
3034
2986
  "maxzoom": 24,
@@ -3075,7 +3027,7 @@
3075
3027
  {
3076
3028
  "id": "roads_track_construction",
3077
3029
  "type": "line",
3078
- "source": "osm",
3030
+ "source": "ohm",
3079
3031
  "source-layer": "transport_lines",
3080
3032
  "minzoom": 14,
3081
3033
  "maxzoom": 24,
@@ -3126,7 +3078,7 @@
3126
3078
  {
3127
3079
  "id": "roads_living_street_construction",
3128
3080
  "type": "line",
3129
- "source": "osm",
3081
+ "source": "ohm",
3130
3082
  "source-layer": "transport_lines",
3131
3083
  "minzoom": 14,
3132
3084
  "maxzoom": 24,
@@ -3173,7 +3125,7 @@
3173
3125
  {
3174
3126
  "id": "roads_pedestrian_street_construction",
3175
3127
  "type": "line",
3176
- "source": "osm",
3128
+ "source": "ohm",
3177
3129
  "source-layer": "transport_lines",
3178
3130
  "minzoom": 14,
3179
3131
  "maxzoom": 24,
@@ -3220,7 +3172,7 @@
3220
3172
  {
3221
3173
  "id": "roads_footway_construction",
3222
3174
  "type": "line",
3223
- "source": "osm",
3175
+ "source": "ohm",
3224
3176
  "source-layer": "transport_lines",
3225
3177
  "minzoom": 14,
3226
3178
  "maxzoom": 24,
@@ -3280,7 +3232,7 @@
3280
3232
  {
3281
3233
  "id": "roads_pier_construction",
3282
3234
  "type": "line",
3283
- "source": "osm",
3235
+ "source": "ohm",
3284
3236
  "source-layer": "transport_lines",
3285
3237
  "minzoom": 14,
3286
3238
  "maxzoom": 24,
@@ -3327,7 +3279,7 @@
3327
3279
  {
3328
3280
  "id": "roads_steps_construction",
3329
3281
  "type": "line",
3330
- "source": "osm",
3282
+ "source": "ohm",
3331
3283
  "source-layer": "transport_lines",
3332
3284
  "minzoom": 14,
3333
3285
  "maxzoom": 24,
@@ -3378,7 +3330,7 @@
3378
3330
  {
3379
3331
  "id": "roads_roadscase_z13_construction",
3380
3332
  "type": "line",
3381
- "source": "osm",
3333
+ "source": "ohm",
3382
3334
  "source-layer": "transport_lines",
3383
3335
  "minzoom": 13,
3384
3336
  "maxzoom": 24,
@@ -3435,7 +3387,7 @@
3435
3387
  {
3436
3388
  "id": "roads_residentialcase_z13_construction",
3437
3389
  "type": "line",
3438
- "source": "osm",
3390
+ "source": "ohm",
3439
3391
  "source-layer": "transport_lines",
3440
3392
  "minzoom": 13,
3441
3393
  "maxzoom": 24,
@@ -3499,7 +3451,7 @@
3499
3451
  {
3500
3452
  "id": "roads_tertiary-case_construction",
3501
3453
  "type": "line",
3502
- "source": "osm",
3454
+ "source": "ohm",
3503
3455
  "source-layer": "transport_lines",
3504
3456
  "minzoom": 10.01,
3505
3457
  "maxzoom": 24,
@@ -3516,8 +3468,12 @@
3516
3468
  [
3517
3469
  "!=",
3518
3470
  [
3519
- "get",
3520
- "tunnel"
3471
+ "coalesce",
3472
+ [
3473
+ "get",
3474
+ "tunnel"
3475
+ ],
3476
+ 0
3521
3477
  ],
3522
3478
  1
3523
3479
  ],
@@ -3532,8 +3488,12 @@
3532
3488
  [
3533
3489
  "!=",
3534
3490
  [
3535
- "get",
3536
- "bridge"
3491
+ "coalesce",
3492
+ [
3493
+ "get",
3494
+ "bridge"
3495
+ ],
3496
+ 0
3537
3497
  ],
3538
3498
  1
3539
3499
  ]
@@ -3564,7 +3524,7 @@
3564
3524
  {
3565
3525
  "id": "roads_secondary-case_construction",
3566
3526
  "type": "line",
3567
- "source": "osm",
3527
+ "source": "ohm",
3568
3528
  "source-layer": "transport_lines",
3569
3529
  "minzoom": 10,
3570
3530
  "filter": [
@@ -3580,8 +3540,12 @@
3580
3540
  [
3581
3541
  "!=",
3582
3542
  [
3583
- "get",
3584
- "tunnel"
3543
+ "coalesce",
3544
+ [
3545
+ "get",
3546
+ "tunnel"
3547
+ ],
3548
+ 0
3585
3549
  ],
3586
3550
  1
3587
3551
  ],
@@ -3596,8 +3560,12 @@
3596
3560
  [
3597
3561
  "!=",
3598
3562
  [
3599
- "get",
3600
- "bridge"
3563
+ "coalesce",
3564
+ [
3565
+ "get",
3566
+ "bridge"
3567
+ ],
3568
+ 0
3601
3569
  ],
3602
3570
  1
3603
3571
  ]
@@ -3628,7 +3596,7 @@
3628
3596
  {
3629
3597
  "id": "roads_primarylink-case_construction",
3630
3598
  "type": "line",
3631
- "source": "osm",
3599
+ "source": "ohm",
3632
3600
  "source-layer": "transport_lines",
3633
3601
  "minzoom": 7,
3634
3602
  "filter": [
@@ -3644,8 +3612,12 @@
3644
3612
  [
3645
3613
  "!=",
3646
3614
  [
3647
- "get",
3648
- "tunnel"
3615
+ "coalesce",
3616
+ [
3617
+ "get",
3618
+ "tunnel"
3619
+ ],
3620
+ 0
3649
3621
  ],
3650
3622
  1
3651
3623
  ],
@@ -3660,8 +3632,12 @@
3660
3632
  [
3661
3633
  "!=",
3662
3634
  [
3663
- "get",
3664
- "bridge"
3635
+ "coalesce",
3636
+ [
3637
+ "get",
3638
+ "bridge"
3639
+ ],
3640
+ 0
3665
3641
  ],
3666
3642
  1
3667
3643
  ]
@@ -3692,7 +3668,7 @@
3692
3668
  {
3693
3669
  "id": "roads_primary-case_construction",
3694
3670
  "type": "line",
3695
- "source": "osm",
3671
+ "source": "ohm",
3696
3672
  "source-layer": "transport_lines",
3697
3673
  "minzoom": 10,
3698
3674
  "filter": [
@@ -3708,8 +3684,12 @@
3708
3684
  [
3709
3685
  "!=",
3710
3686
  [
3711
- "get",
3712
- "tunnel"
3687
+ "coalesce",
3688
+ [
3689
+ "get",
3690
+ "tunnel"
3691
+ ],
3692
+ 0
3713
3693
  ],
3714
3694
  1
3715
3695
  ],
@@ -3732,8 +3712,12 @@
3732
3712
  [
3733
3713
  "!=",
3734
3714
  [
3735
- "get",
3736
- "bridge"
3715
+ "coalesce",
3716
+ [
3717
+ "get",
3718
+ "bridge"
3719
+ ],
3720
+ 0
3737
3721
  ],
3738
3722
  1
3739
3723
  ]
@@ -3764,7 +3748,7 @@
3764
3748
  {
3765
3749
  "id": "roads_motorwaylink-case_construction",
3766
3750
  "type": "line",
3767
- "source": "osm",
3751
+ "source": "ohm",
3768
3752
  "source-layer": "transport_lines",
3769
3753
  "minzoom": 6,
3770
3754
  "maxzoom": 20,
@@ -3781,8 +3765,12 @@
3781
3765
  [
3782
3766
  "!=",
3783
3767
  [
3784
- "get",
3785
- "tunnel"
3768
+ "coalesce",
3769
+ [
3770
+ "get",
3771
+ "tunnel"
3772
+ ],
3773
+ 0
3786
3774
  ],
3787
3775
  1
3788
3776
  ],
@@ -3803,8 +3791,12 @@
3803
3791
  [
3804
3792
  "!=",
3805
3793
  [
3806
- "get",
3807
- "bridge"
3794
+ "coalesce",
3795
+ [
3796
+ "get",
3797
+ "bridge"
3798
+ ],
3799
+ 0
3808
3800
  ],
3809
3801
  1
3810
3802
  ]
@@ -3835,7 +3827,7 @@
3835
3827
  {
3836
3828
  "id": "roads_motorway-case_construction",
3837
3829
  "type": "line",
3838
- "source": "osm",
3830
+ "source": "ohm",
3839
3831
  "source-layer": "transport_lines",
3840
3832
  "minzoom": 9,
3841
3833
  "maxzoom": 20,
@@ -3852,8 +3844,12 @@
3852
3844
  [
3853
3845
  "!=",
3854
3846
  [
3855
- "get",
3856
- "tunnel"
3847
+ "coalesce",
3848
+ [
3849
+ "get",
3850
+ "tunnel"
3851
+ ],
3852
+ 0
3857
3853
  ],
3858
3854
  1
3859
3855
  ],
@@ -3874,8 +3870,12 @@
3874
3870
  [
3875
3871
  "!=",
3876
3872
  [
3877
- "get",
3878
- "bridge"
3873
+ "coalesce",
3874
+ [
3875
+ "get",
3876
+ "bridge"
3877
+ ],
3878
+ 0
3879
3879
  ],
3880
3880
  1
3881
3881
  ]
@@ -3906,7 +3906,7 @@
3906
3906
  {
3907
3907
  "id": "roads_roads_construction",
3908
3908
  "type": "line",
3909
- "source": "osm",
3909
+ "source": "ohm",
3910
3910
  "source-layer": "transport_lines",
3911
3911
  "minzoom": 12,
3912
3912
  "maxzoom": 24,
@@ -3959,7 +3959,7 @@
3959
3959
  {
3960
3960
  "id": "roads_residential_construction",
3961
3961
  "type": "line",
3962
- "source": "osm",
3962
+ "source": "ohm",
3963
3963
  "source-layer": "transport_lines",
3964
3964
  "minzoom": 12,
3965
3965
  "maxzoom": 24,
@@ -4019,7 +4019,7 @@
4019
4019
  {
4020
4020
  "id": "roads_secondarylink_construction",
4021
4021
  "type": "line",
4022
- "source": "osm",
4022
+ "source": "ohm",
4023
4023
  "source-layer": "transport_lines",
4024
4024
  "minzoom": 8,
4025
4025
  "filter": [
@@ -4035,8 +4035,12 @@
4035
4035
  [
4036
4036
  "!=",
4037
4037
  [
4038
- "get",
4039
- "tunnel"
4038
+ "coalesce",
4039
+ [
4040
+ "get",
4041
+ "tunnel"
4042
+ ],
4043
+ 0
4040
4044
  ],
4041
4045
  1
4042
4046
  ],
@@ -4051,8 +4055,12 @@
4051
4055
  [
4052
4056
  "!=",
4053
4057
  [
4054
- "get",
4055
- "bridge"
4058
+ "coalesce",
4059
+ [
4060
+ "get",
4061
+ "bridge"
4062
+ ],
4063
+ 0
4056
4064
  ],
4057
4065
  1
4058
4066
  ]
@@ -4099,7 +4107,7 @@
4099
4107
  {
4100
4108
  "id": "roads_primarylink_construction",
4101
4109
  "type": "line",
4102
- "source": "osm",
4110
+ "source": "ohm",
4103
4111
  "source-layer": "transport_lines",
4104
4112
  "minzoom": 6,
4105
4113
  "filter": [
@@ -4115,8 +4123,12 @@
4115
4123
  [
4116
4124
  "!=",
4117
4125
  [
4118
- "get",
4119
- "tunnel"
4126
+ "coalesce",
4127
+ [
4128
+ "get",
4129
+ "tunnel"
4130
+ ],
4131
+ 0
4120
4132
  ],
4121
4133
  1
4122
4134
  ],
@@ -4131,8 +4143,12 @@
4131
4143
  [
4132
4144
  "!=",
4133
4145
  [
4134
- "get",
4135
- "bridge"
4146
+ "coalesce",
4147
+ [
4148
+ "get",
4149
+ "bridge"
4150
+ ],
4151
+ 0
4136
4152
  ],
4137
4153
  1
4138
4154
  ]
@@ -4167,7 +4183,7 @@
4167
4183
  {
4168
4184
  "id": "roads_motorwaylink_construction",
4169
4185
  "type": "line",
4170
- "source": "osm",
4186
+ "source": "ohm",
4171
4187
  "source-layer": "transport_lines",
4172
4188
  "minzoom": 5,
4173
4189
  "maxzoom": 20,
@@ -4184,8 +4200,12 @@
4184
4200
  [
4185
4201
  "!=",
4186
4202
  [
4187
- "get",
4188
- "tunnel"
4203
+ "coalesce",
4204
+ [
4205
+ "get",
4206
+ "tunnel"
4207
+ ],
4208
+ 0
4189
4209
  ],
4190
4210
  1
4191
4211
  ],
@@ -4206,8 +4226,12 @@
4206
4226
  [
4207
4227
  "!=",
4208
4228
  [
4209
- "get",
4210
- "bridge"
4229
+ "coalesce",
4230
+ [
4231
+ "get",
4232
+ "bridge"
4233
+ ],
4234
+ 0
4211
4235
  ],
4212
4236
  1
4213
4237
  ]
@@ -4242,7 +4266,7 @@
4242
4266
  {
4243
4267
  "id": "roads_tertiary_construction",
4244
4268
  "type": "line",
4245
- "source": "osm",
4269
+ "source": "ohm",
4246
4270
  "source-layer": "transport_lines",
4247
4271
  "minzoom": 9,
4248
4272
  "maxzoom": 24,
@@ -4259,8 +4283,12 @@
4259
4283
  [
4260
4284
  "!=",
4261
4285
  [
4262
- "get",
4263
- "tunnel"
4286
+ "coalesce",
4287
+ [
4288
+ "get",
4289
+ "tunnel"
4290
+ ],
4291
+ 0
4264
4292
  ],
4265
4293
  1
4266
4294
  ],
@@ -4275,8 +4303,12 @@
4275
4303
  [
4276
4304
  "!=",
4277
4305
  [
4278
- "get",
4279
- "bridge"
4306
+ "coalesce",
4307
+ [
4308
+ "get",
4309
+ "bridge"
4310
+ ],
4311
+ 0
4280
4312
  ],
4281
4313
  1
4282
4314
  ]
@@ -4323,7 +4355,7 @@
4323
4355
  {
4324
4356
  "id": "roads_secondary_construction",
4325
4357
  "type": "line",
4326
- "source": "osm",
4358
+ "source": "ohm",
4327
4359
  "source-layer": "transport_lines",
4328
4360
  "minzoom": 8,
4329
4361
  "filter": [
@@ -4339,8 +4371,12 @@
4339
4371
  [
4340
4372
  "!=",
4341
4373
  [
4342
- "get",
4343
- "tunnel"
4374
+ "coalesce",
4375
+ [
4376
+ "get",
4377
+ "tunnel"
4378
+ ],
4379
+ 0
4344
4380
  ],
4345
4381
  1
4346
4382
  ],
@@ -4355,8 +4391,12 @@
4355
4391
  [
4356
4392
  "!=",
4357
4393
  [
4358
- "get",
4359
- "bridge"
4394
+ "coalesce",
4395
+ [
4396
+ "get",
4397
+ "bridge"
4398
+ ],
4399
+ 0
4360
4400
  ],
4361
4401
  1
4362
4402
  ]
@@ -4403,7 +4443,7 @@
4403
4443
  {
4404
4444
  "id": "roads_primary_construction",
4405
4445
  "type": "line",
4406
- "source": "osm",
4446
+ "source": "ohm",
4407
4447
  "source-layer": "transport_lines",
4408
4448
  "minzoom": 6,
4409
4449
  "filter": [
@@ -4419,8 +4459,12 @@
4419
4459
  [
4420
4460
  "!=",
4421
4461
  [
4422
- "get",
4423
- "tunnel"
4462
+ "coalesce",
4463
+ [
4464
+ "get",
4465
+ "tunnel"
4466
+ ],
4467
+ 0
4424
4468
  ],
4425
4469
  1
4426
4470
  ],
@@ -4443,8 +4487,12 @@
4443
4487
  [
4444
4488
  "!=",
4445
4489
  [
4446
- "get",
4447
- "bridge"
4490
+ "coalesce",
4491
+ [
4492
+ "get",
4493
+ "bridge"
4494
+ ],
4495
+ 0
4448
4496
  ],
4449
4497
  1
4450
4498
  ]
@@ -4491,7 +4539,7 @@
4491
4539
  {
4492
4540
  "id": "roads_motorway_construction",
4493
4541
  "type": "line",
4494
- "source": "osm",
4542
+ "source": "ohm",
4495
4543
  "source-layer": "transport_lines",
4496
4544
  "minzoom": 6,
4497
4545
  "maxzoom": 20,
@@ -4508,8 +4556,12 @@
4508
4556
  [
4509
4557
  "!=",
4510
4558
  [
4511
- "get",
4512
- "tunnel"
4559
+ "coalesce",
4560
+ [
4561
+ "get",
4562
+ "tunnel"
4563
+ ],
4564
+ 0
4513
4565
  ],
4514
4566
  1
4515
4567
  ],
@@ -4530,8 +4582,12 @@
4530
4582
  [
4531
4583
  "!=",
4532
4584
  [
4533
- "get",
4534
- "bridge"
4585
+ "coalesce",
4586
+ [
4587
+ "get",
4588
+ "bridge"
4589
+ ],
4590
+ 0
4535
4591
  ],
4536
4592
  1
4537
4593
  ]
@@ -4574,7 +4630,7 @@
4574
4630
  {
4575
4631
  "id": "roads_ford_construction",
4576
4632
  "type": "line",
4577
- "source": "osm",
4633
+ "source": "ohm",
4578
4634
  "source-layer": "transport_lines",
4579
4635
  "minzoom": 9,
4580
4636
  "filter": [
@@ -4613,7 +4669,7 @@
4613
4669
  {
4614
4670
  "id": "roads_residential_bridge_z13-copy_construction",
4615
4671
  "type": "line",
4616
- "source": "osm",
4672
+ "source": "ohm",
4617
4673
  "source-layer": "transport_lines",
4618
4674
  "minzoom": 13,
4619
4675
  "maxzoom": 24,
@@ -4677,7 +4733,7 @@
4677
4733
  {
4678
4734
  "id": "roads_tertiarybridge_construction",
4679
4735
  "type": "line",
4680
- "source": "osm",
4736
+ "source": "ohm",
4681
4737
  "source-layer": "transport_lines",
4682
4738
  "minzoom": 9,
4683
4739
  "filter": [
@@ -4733,7 +4789,7 @@
4733
4789
  {
4734
4790
  "id": "roads_secondarybridge_construction",
4735
4791
  "type": "line",
4736
- "source": "osm",
4792
+ "source": "ohm",
4737
4793
  "source-layer": "transport_lines",
4738
4794
  "minzoom": 8,
4739
4795
  "filter": [
@@ -4789,7 +4845,7 @@
4789
4845
  {
4790
4846
  "id": "roads_primarybridge_construction",
4791
4847
  "type": "line",
4792
- "source": "osm",
4848
+ "source": "ohm",
4793
4849
  "source-layer": "transport_lines",
4794
4850
  "minzoom": 10,
4795
4851
  "maxzoom": 20,
@@ -4852,7 +4908,7 @@
4852
4908
  {
4853
4909
  "id": "roads_motorwaybridge_construction",
4854
4910
  "type": "line",
4855
- "source": "osm",
4911
+ "source": "ohm",
4856
4912
  "source-layer": "transport_lines",
4857
4913
  "minzoom": 9,
4858
4914
  "maxzoom": 20,
@@ -4917,7 +4973,7 @@
4917
4973
  {
4918
4974
  "id": "roads_residential_bridgetop_z13_construction",
4919
4975
  "type": "line",
4920
- "source": "osm",
4976
+ "source": "ohm",
4921
4977
  "source-layer": "transport_lines",
4922
4978
  "minzoom": 12,
4923
4979
  "maxzoom": 24,
@@ -4985,7 +5041,7 @@
4985
5041
  {
4986
5042
  "id": "roads_tertiarybridgetop_construction",
4987
5043
  "type": "line",
4988
- "source": "osm",
5044
+ "source": "ohm",
4989
5045
  "source-layer": "transport_lines",
4990
5046
  "minzoom": 6,
4991
5047
  "maxzoom": 24,
@@ -5058,7 +5114,7 @@
5058
5114
  {
5059
5115
  "id": "roads_secondarybridgetop_construction",
5060
5116
  "type": "line",
5061
- "source": "osm",
5117
+ "source": "ohm",
5062
5118
  "source-layer": "transport_lines",
5063
5119
  "minzoom": 8,
5064
5120
  "filter": [
@@ -5130,7 +5186,7 @@
5130
5186
  {
5131
5187
  "id": "roads_primarybridgetop_construction",
5132
5188
  "type": "line",
5133
- "source": "osm",
5189
+ "source": "ohm",
5134
5190
  "source-layer": "transport_lines",
5135
5191
  "minzoom": 6,
5136
5192
  "filter": [
@@ -5202,7 +5258,7 @@
5202
5258
  {
5203
5259
  "id": "roads_motorwaybridgetop_construction",
5204
5260
  "type": "line",
5205
- "source": "osm",
5261
+ "source": "ohm",
5206
5262
  "source-layer": "transport_lines",
5207
5263
  "minzoom": 6,
5208
5264
  "maxzoom": 20,
@@ -5279,7 +5335,7 @@
5279
5335
  {
5280
5336
  "id": "roads_rail_tram_construction",
5281
5337
  "type": "line",
5282
- "source": "osm",
5338
+ "source": "ohm",
5283
5339
  "source-layer": "transport_lines",
5284
5340
  "minzoom": 11,
5285
5341
  "maxzoom": 24,
@@ -5350,7 +5406,7 @@
5350
5406
  {
5351
5407
  "id": "roads_subways",
5352
5408
  "type": "line",
5353
- "source": "osm",
5409
+ "source": "ohm",
5354
5410
  "source-layer": "transport_lines",
5355
5411
  "minzoom": 12,
5356
5412
  "filter": [
@@ -5392,7 +5448,7 @@
5392
5448
  {
5393
5449
  "id": "roads_tertiarytunnel_case",
5394
5450
  "type": "line",
5395
- "source": "osm",
5451
+ "source": "ohm",
5396
5452
  "source-layer": "transport_lines",
5397
5453
  "minzoom": 9,
5398
5454
  "filter": [
@@ -5444,7 +5500,7 @@
5444
5500
  {
5445
5501
  "id": "roads_secondarytunnel_case",
5446
5502
  "type": "line",
5447
- "source": "osm",
5503
+ "source": "ohm",
5448
5504
  "source-layer": "transport_lines",
5449
5505
  "minzoom": 8,
5450
5506
  "filter": [
@@ -5496,7 +5552,7 @@
5496
5552
  {
5497
5553
  "id": "roads_primarytunnel_case",
5498
5554
  "type": "line",
5499
- "source": "osm",
5555
+ "source": "ohm",
5500
5556
  "source-layer": "transport_lines",
5501
5557
  "minzoom": 7,
5502
5558
  "maxzoom": 20,
@@ -5549,7 +5605,7 @@
5549
5605
  {
5550
5606
  "id": "roads_motorwaytunnel_case",
5551
5607
  "type": "line",
5552
- "source": "osm",
5608
+ "source": "ohm",
5553
5609
  "source-layer": "transport_lines",
5554
5610
  "minzoom": 9,
5555
5611
  "maxzoom": 20,
@@ -5610,7 +5666,7 @@
5610
5666
  {
5611
5667
  "id": "roads_tertiarytunnel",
5612
5668
  "type": "line",
5613
- "source": "osm",
5669
+ "source": "ohm",
5614
5670
  "source-layer": "transport_lines",
5615
5671
  "minzoom": 9,
5616
5672
  "filter": [
@@ -5658,7 +5714,7 @@
5658
5714
  {
5659
5715
  "id": "roads_secondarytunnel",
5660
5716
  "type": "line",
5661
- "source": "osm",
5717
+ "source": "ohm",
5662
5718
  "source-layer": "transport_lines",
5663
5719
  "minzoom": 8,
5664
5720
  "filter": [
@@ -5706,7 +5762,7 @@
5706
5762
  {
5707
5763
  "id": "roads_primarytunnel",
5708
5764
  "type": "line",
5709
- "source": "osm",
5765
+ "source": "ohm",
5710
5766
  "source-layer": "transport_lines",
5711
5767
  "minzoom": 6,
5712
5768
  "filter": [
@@ -5754,7 +5810,7 @@
5754
5810
  {
5755
5811
  "id": "roads_motorwaytunnel",
5756
5812
  "type": "line",
5757
- "source": "osm",
5813
+ "source": "ohm",
5758
5814
  "source-layer": "transport_lines",
5759
5815
  "minzoom": 5,
5760
5816
  "maxzoom": 20,
@@ -5811,7 +5867,7 @@
5811
5867
  {
5812
5868
  "id": "roads_raceways",
5813
5869
  "type": "line",
5814
- "source": "osm",
5870
+ "source": "ohm",
5815
5871
  "source-layer": "transport_lines",
5816
5872
  "minzoom": 12,
5817
5873
  "maxzoom": 24,
@@ -5851,7 +5907,7 @@
5851
5907
  {
5852
5908
  "id": "roads_trackfillcase",
5853
5909
  "type": "line",
5854
- "source": "osm",
5910
+ "source": "ohm",
5855
5911
  "source-layer": "transport_lines",
5856
5912
  "minzoom": 14,
5857
5913
  "maxzoom": 24,
@@ -5887,7 +5943,7 @@
5887
5943
  {
5888
5944
  "id": "roads_trackfill",
5889
5945
  "type": "line",
5890
- "source": "osm",
5946
+ "source": "ohm",
5891
5947
  "source-layer": "transport_lines",
5892
5948
  "minzoom": 14,
5893
5949
  "maxzoom": 24,
@@ -5923,7 +5979,7 @@
5923
5979
  {
5924
5980
  "id": "roads_track",
5925
5981
  "type": "line",
5926
- "source": "osm",
5982
+ "source": "ohm",
5927
5983
  "source-layer": "transport_lines",
5928
5984
  "minzoom": 14,
5929
5985
  "maxzoom": 24,
@@ -5963,7 +6019,7 @@
5963
6019
  {
5964
6020
  "id": "roads_living_street",
5965
6021
  "type": "line",
5966
- "source": "osm",
6022
+ "source": "ohm",
5967
6023
  "source-layer": "transport_lines",
5968
6024
  "minzoom": 14,
5969
6025
  "maxzoom": 24,
@@ -5999,7 +6055,7 @@
5999
6055
  {
6000
6056
  "id": "roads_footway",
6001
6057
  "type": "line",
6002
- "source": "osm",
6058
+ "source": "ohm",
6003
6059
  "source-layer": "transport_lines",
6004
6060
  "minzoom": 14,
6005
6061
  "maxzoom": 24,
@@ -6048,7 +6104,7 @@
6048
6104
  {
6049
6105
  "id": "roads_pier",
6050
6106
  "type": "line",
6051
- "source": "osm",
6107
+ "source": "ohm",
6052
6108
  "source-layer": "transport_lines",
6053
6109
  "minzoom": 14,
6054
6110
  "maxzoom": 24,
@@ -6084,7 +6140,7 @@
6084
6140
  {
6085
6141
  "id": "roads_steps",
6086
6142
  "type": "line",
6087
- "source": "osm",
6143
+ "source": "ohm",
6088
6144
  "source-layer": "transport_lines",
6089
6145
  "minzoom": 14,
6090
6146
  "maxzoom": 24,
@@ -6124,7 +6180,7 @@
6124
6180
  {
6125
6181
  "id": "roads_servicecase_z13",
6126
6182
  "type": "line",
6127
- "source": "osm",
6183
+ "source": "ohm",
6128
6184
  "source-layer": "transport_lines",
6129
6185
  "minzoom": 13,
6130
6186
  "maxzoom": 24,
@@ -6146,8 +6202,12 @@
6146
6202
  [
6147
6203
  "!=",
6148
6204
  [
6149
- "get",
6150
- "bridge"
6205
+ "coalesce",
6206
+ [
6207
+ "get",
6208
+ "bridge"
6209
+ ],
6210
+ 0
6151
6211
  ],
6152
6212
  1
6153
6213
  ]
@@ -6178,7 +6238,7 @@
6178
6238
  {
6179
6239
  "id": "roads_residentialcase_z13",
6180
6240
  "type": "line",
6181
- "source": "osm",
6241
+ "source": "ohm",
6182
6242
  "source-layer": "transport_lines",
6183
6243
  "minzoom": 13,
6184
6244
  "maxzoom": 24,
@@ -6201,8 +6261,12 @@
6201
6261
  [
6202
6262
  "!=",
6203
6263
  [
6204
- "get",
6205
- "bridge"
6264
+ "coalesce",
6265
+ [
6266
+ "get",
6267
+ "bridge"
6268
+ ],
6269
+ 0
6206
6270
  ],
6207
6271
  1
6208
6272
  ]
@@ -6233,7 +6297,7 @@
6233
6297
  {
6234
6298
  "id": "roads_pedestrian_street-casing",
6235
6299
  "type": "line",
6236
- "source": "osm",
6300
+ "source": "ohm",
6237
6301
  "source-layer": "transport_lines",
6238
6302
  "minzoom": 14,
6239
6303
  "maxzoom": 24,
@@ -6269,7 +6333,7 @@
6269
6333
  {
6270
6334
  "id": "roads_tertiarylink-case",
6271
6335
  "type": "line",
6272
- "source": "osm",
6336
+ "source": "ohm",
6273
6337
  "source-layer": "transport_lines",
6274
6338
  "minzoom": 10.01,
6275
6339
  "maxzoom": 24,
@@ -6286,16 +6350,24 @@
6286
6350
  [
6287
6351
  "!=",
6288
6352
  [
6289
- "get",
6290
- "tunnel"
6353
+ "coalesce",
6354
+ [
6355
+ "get",
6356
+ "tunnel"
6357
+ ],
6358
+ 0
6291
6359
  ],
6292
6360
  1
6293
6361
  ],
6294
6362
  [
6295
6363
  "!=",
6296
6364
  [
6297
- "get",
6298
- "bridge"
6365
+ "coalesce",
6366
+ [
6367
+ "get",
6368
+ "bridge"
6369
+ ],
6370
+ 0
6299
6371
  ],
6300
6372
  1
6301
6373
  ]
@@ -6330,7 +6402,7 @@
6330
6402
  {
6331
6403
  "id": "roads_tertiary-case",
6332
6404
  "type": "line",
6333
- "source": "osm",
6405
+ "source": "ohm",
6334
6406
  "source-layer": "transport_lines",
6335
6407
  "minzoom": 10.01,
6336
6408
  "maxzoom": 24,
@@ -6347,16 +6419,24 @@
6347
6419
  [
6348
6420
  "!=",
6349
6421
  [
6350
- "get",
6351
- "tunnel"
6422
+ "coalesce",
6423
+ [
6424
+ "get",
6425
+ "tunnel"
6426
+ ],
6427
+ 0
6352
6428
  ],
6353
6429
  1
6354
6430
  ],
6355
6431
  [
6356
6432
  "!=",
6357
6433
  [
6358
- "get",
6359
- "bridge"
6434
+ "coalesce",
6435
+ [
6436
+ "get",
6437
+ "bridge"
6438
+ ],
6439
+ 0
6360
6440
  ],
6361
6441
  1
6362
6442
  ]
@@ -6391,7 +6471,7 @@
6391
6471
  {
6392
6472
  "id": "roads_secondary-case",
6393
6473
  "type": "line",
6394
- "source": "osm",
6474
+ "source": "ohm",
6395
6475
  "source-layer": "transport_lines",
6396
6476
  "minzoom": 10,
6397
6477
  "filter": [
@@ -6407,16 +6487,24 @@
6407
6487
  [
6408
6488
  "!=",
6409
6489
  [
6410
- "get",
6411
- "tunnel"
6490
+ "coalesce",
6491
+ [
6492
+ "get",
6493
+ "tunnel"
6494
+ ],
6495
+ 0
6412
6496
  ],
6413
6497
  1
6414
6498
  ],
6415
6499
  [
6416
6500
  "!=",
6417
6501
  [
6418
- "get",
6419
- "bridge"
6502
+ "coalesce",
6503
+ [
6504
+ "get",
6505
+ "bridge"
6506
+ ],
6507
+ 0
6420
6508
  ],
6421
6509
  1
6422
6510
  ]
@@ -6449,7 +6537,7 @@
6449
6537
  {
6450
6538
  "id": "roads_secondarylink-case",
6451
6539
  "type": "line",
6452
- "source": "osm",
6540
+ "source": "ohm",
6453
6541
  "source-layer": "transport_lines",
6454
6542
  "minzoom": 8,
6455
6543
  "filter": [
@@ -6465,16 +6553,24 @@
6465
6553
  [
6466
6554
  "!=",
6467
6555
  [
6468
- "get",
6469
- "tunnel"
6556
+ "coalesce",
6557
+ [
6558
+ "get",
6559
+ "tunnel"
6560
+ ],
6561
+ 0
6470
6562
  ],
6471
6563
  1
6472
6564
  ],
6473
6565
  [
6474
6566
  "!=",
6475
6567
  [
6476
- "get",
6477
- "bridge"
6568
+ "coalesce",
6569
+ [
6570
+ "get",
6571
+ "bridge"
6572
+ ],
6573
+ 0
6478
6574
  ],
6479
6575
  1
6480
6576
  ]
@@ -6507,7 +6603,7 @@
6507
6603
  {
6508
6604
  "id": "roads_primarylink-case",
6509
6605
  "type": "line",
6510
- "source": "osm",
6606
+ "source": "ohm",
6511
6607
  "source-layer": "transport_lines",
6512
6608
  "minzoom": 7,
6513
6609
  "filter": [
@@ -6523,16 +6619,24 @@
6523
6619
  [
6524
6620
  "!=",
6525
6621
  [
6526
- "get",
6527
- "tunnel"
6622
+ "coalesce",
6623
+ [
6624
+ "get",
6625
+ "tunnel"
6626
+ ],
6627
+ 0
6528
6628
  ],
6529
6629
  1
6530
6630
  ],
6531
6631
  [
6532
6632
  "!=",
6533
6633
  [
6534
- "get",
6535
- "bridge"
6634
+ "coalesce",
6635
+ [
6636
+ "get",
6637
+ "bridge"
6638
+ ],
6639
+ 0
6536
6640
  ],
6537
6641
  1
6538
6642
  ]
@@ -6563,7 +6667,7 @@
6563
6667
  {
6564
6668
  "id": "roads_primary-case",
6565
6669
  "type": "line",
6566
- "source": "osm",
6670
+ "source": "ohm",
6567
6671
  "source-layer": "transport_lines",
6568
6672
  "minzoom": 8,
6569
6673
  "filter": [
@@ -6579,8 +6683,12 @@
6579
6683
  [
6580
6684
  "!=",
6581
6685
  [
6582
- "get",
6583
- "tunnel"
6686
+ "coalesce",
6687
+ [
6688
+ "get",
6689
+ "tunnel"
6690
+ ],
6691
+ 0
6584
6692
  ],
6585
6693
  1
6586
6694
  ],
@@ -6595,8 +6703,12 @@
6595
6703
  [
6596
6704
  "!=",
6597
6705
  [
6598
- "get",
6599
- "bridge"
6706
+ "coalesce",
6707
+ [
6708
+ "get",
6709
+ "bridge"
6710
+ ],
6711
+ 0
6600
6712
  ],
6601
6713
  1
6602
6714
  ]
@@ -6631,7 +6743,7 @@
6631
6743
  {
6632
6744
  "id": "roads_motorwaylink-case",
6633
6745
  "type": "line",
6634
- "source": "osm",
6746
+ "source": "ohm",
6635
6747
  "source-layer": "transport_lines",
6636
6748
  "minzoom": 9,
6637
6749
  "maxzoom": 20,
@@ -6654,16 +6766,24 @@
6654
6766
  [
6655
6767
  "!=",
6656
6768
  [
6657
- "get",
6658
- "tunnel"
6769
+ "coalesce",
6770
+ [
6771
+ "get",
6772
+ "tunnel"
6773
+ ],
6774
+ 0
6659
6775
  ],
6660
6776
  1
6661
6777
  ],
6662
6778
  [
6663
6779
  "!=",
6664
6780
  [
6665
- "get",
6666
- "bridge"
6781
+ "coalesce",
6782
+ [
6783
+ "get",
6784
+ "bridge"
6785
+ ],
6786
+ 0
6667
6787
  ],
6668
6788
  1
6669
6789
  ]
@@ -6694,7 +6814,7 @@
6694
6814
  {
6695
6815
  "id": "roads_motorway-case",
6696
6816
  "type": "line",
6697
- "source": "osm",
6817
+ "source": "ohm",
6698
6818
  "source-layer": "transport_lines",
6699
6819
  "minzoom": 9,
6700
6820
  "maxzoom": 24,
@@ -6717,16 +6837,24 @@
6717
6837
  [
6718
6838
  "!=",
6719
6839
  [
6720
- "get",
6721
- "tunnel"
6840
+ "coalesce",
6841
+ [
6842
+ "get",
6843
+ "tunnel"
6844
+ ],
6845
+ 0
6722
6846
  ],
6723
6847
  1
6724
6848
  ],
6725
6849
  [
6726
6850
  "!=",
6727
6851
  [
6728
- "get",
6729
- "bridge"
6852
+ "coalesce",
6853
+ [
6854
+ "get",
6855
+ "bridge"
6856
+ ],
6857
+ 0
6730
6858
  ],
6731
6859
  1
6732
6860
  ]
@@ -6757,7 +6885,7 @@
6757
6885
  {
6758
6886
  "id": "roads_proposed",
6759
6887
  "type": "line",
6760
- "source": "osm",
6888
+ "source": "ohm",
6761
6889
  "source-layer": "transport_lines",
6762
6890
  "minzoom": 12,
6763
6891
  "maxzoom": 24,
@@ -6823,7 +6951,7 @@
6823
6951
  {
6824
6952
  "id": "roads_service",
6825
6953
  "type": "line",
6826
- "source": "osm",
6954
+ "source": "ohm",
6827
6955
  "source-layer": "transport_lines",
6828
6956
  "minzoom": 12,
6829
6957
  "maxzoom": 24,
@@ -6866,7 +6994,7 @@
6866
6994
  {
6867
6995
  "id": "roads_residential",
6868
6996
  "type": "line",
6869
- "source": "osm",
6997
+ "source": "ohm",
6870
6998
  "source-layer": "transport_lines",
6871
6999
  "minzoom": 12,
6872
7000
  "maxzoom": 24,
@@ -6910,7 +7038,7 @@
6910
7038
  {
6911
7039
  "id": "roads_pedestrian_street",
6912
7040
  "type": "line",
6913
- "source": "osm",
7041
+ "source": "ohm",
6914
7042
  "source-layer": "transport_lines",
6915
7043
  "minzoom": 14,
6916
7044
  "maxzoom": 24,
@@ -6946,7 +7074,7 @@
6946
7074
  {
6947
7075
  "id": "roads_secondarylink",
6948
7076
  "type": "line",
6949
- "source": "osm",
7077
+ "source": "ohm",
6950
7078
  "source-layer": "transport_lines",
6951
7079
  "minzoom": 8,
6952
7080
  "filter": [
@@ -6962,16 +7090,24 @@
6962
7090
  [
6963
7091
  "!=",
6964
7092
  [
6965
- "get",
6966
- "tunnel"
7093
+ "coalesce",
7094
+ [
7095
+ "get",
7096
+ "tunnel"
7097
+ ],
7098
+ 0
6967
7099
  ],
6968
7100
  1
6969
7101
  ],
6970
7102
  [
6971
7103
  "!=",
6972
7104
  [
6973
- "get",
6974
- "bridge"
7105
+ "coalesce",
7106
+ [
7107
+ "get",
7108
+ "bridge"
7109
+ ],
7110
+ 0
6975
7111
  ],
6976
7112
  1
6977
7113
  ]
@@ -7002,7 +7138,7 @@
7002
7138
  {
7003
7139
  "id": "roads_tertiarylink",
7004
7140
  "type": "line",
7005
- "source": "osm",
7141
+ "source": "ohm",
7006
7142
  "source-layer": "transport_lines",
7007
7143
  "minzoom": 6,
7008
7144
  "filter": [
@@ -7018,16 +7154,24 @@
7018
7154
  [
7019
7155
  "!=",
7020
7156
  [
7021
- "get",
7022
- "tunnel"
7157
+ "coalesce",
7158
+ [
7159
+ "get",
7160
+ "tunnel"
7161
+ ],
7162
+ 0
7023
7163
  ],
7024
7164
  1
7025
7165
  ],
7026
7166
  [
7027
7167
  "!=",
7028
7168
  [
7029
- "get",
7030
- "bridge"
7169
+ "coalesce",
7170
+ [
7171
+ "get",
7172
+ "bridge"
7173
+ ],
7174
+ 0
7031
7175
  ],
7032
7176
  1
7033
7177
  ]
@@ -7072,7 +7216,7 @@
7072
7216
  {
7073
7217
  "id": "roads_primarylink",
7074
7218
  "type": "line",
7075
- "source": "osm",
7219
+ "source": "ohm",
7076
7220
  "source-layer": "transport_lines",
7077
7221
  "minzoom": 6,
7078
7222
  "filter": [
@@ -7088,16 +7232,24 @@
7088
7232
  [
7089
7233
  "!=",
7090
7234
  [
7091
- "get",
7092
- "tunnel"
7235
+ "coalesce",
7236
+ [
7237
+ "get",
7238
+ "tunnel"
7239
+ ],
7240
+ 0
7093
7241
  ],
7094
7242
  1
7095
7243
  ],
7096
7244
  [
7097
7245
  "!=",
7098
7246
  [
7099
- "get",
7100
- "bridge"
7247
+ "coalesce",
7248
+ [
7249
+ "get",
7250
+ "bridge"
7251
+ ],
7252
+ 0
7101
7253
  ],
7102
7254
  1
7103
7255
  ]
@@ -7128,7 +7280,7 @@
7128
7280
  {
7129
7281
  "id": "roads_motorwaylink",
7130
7282
  "type": "line",
7131
- "source": "osm",
7283
+ "source": "ohm",
7132
7284
  "source-layer": "transport_lines",
7133
7285
  "minzoom": 6,
7134
7286
  "maxzoom": 20,
@@ -7151,16 +7303,24 @@
7151
7303
  [
7152
7304
  "!=",
7153
7305
  [
7154
- "get",
7155
- "tunnel"
7306
+ "coalesce",
7307
+ [
7308
+ "get",
7309
+ "tunnel"
7310
+ ],
7311
+ 0
7156
7312
  ],
7157
7313
  1
7158
7314
  ],
7159
7315
  [
7160
7316
  "!=",
7161
7317
  [
7162
- "get",
7163
- "bridge"
7318
+ "coalesce",
7319
+ [
7320
+ "get",
7321
+ "bridge"
7322
+ ],
7323
+ 0
7164
7324
  ],
7165
7325
  1
7166
7326
  ]
@@ -7203,7 +7363,7 @@
7203
7363
  {
7204
7364
  "id": "roads_tertiary",
7205
7365
  "type": "line",
7206
- "source": "osm",
7366
+ "source": "ohm",
7207
7367
  "source-layer": "transport_lines",
7208
7368
  "minzoom": 9,
7209
7369
  "maxzoom": 24,
@@ -7220,16 +7380,24 @@
7220
7380
  [
7221
7381
  "!=",
7222
7382
  [
7223
- "get",
7224
- "tunnel"
7383
+ "coalesce",
7384
+ [
7385
+ "get",
7386
+ "tunnel"
7387
+ ],
7388
+ 0
7225
7389
  ],
7226
7390
  1
7227
7391
  ],
7228
7392
  [
7229
7393
  "!=",
7230
7394
  [
7231
- "get",
7232
- "bridge"
7395
+ "coalesce",
7396
+ [
7397
+ "get",
7398
+ "bridge"
7399
+ ],
7400
+ 0
7233
7401
  ],
7234
7402
  1
7235
7403
  ]
@@ -7274,7 +7442,7 @@
7274
7442
  {
7275
7443
  "id": "roads_secondary",
7276
7444
  "type": "line",
7277
- "source": "osm",
7445
+ "source": "ohm",
7278
7446
  "source-layer": "transport_lines",
7279
7447
  "minzoom": 8,
7280
7448
  "filter": [
@@ -7290,16 +7458,24 @@
7290
7458
  [
7291
7459
  "!=",
7292
7460
  [
7293
- "get",
7294
- "tunnel"
7461
+ "coalesce",
7462
+ [
7463
+ "get",
7464
+ "tunnel"
7465
+ ],
7466
+ 0
7295
7467
  ],
7296
7468
  1
7297
7469
  ],
7298
7470
  [
7299
7471
  "!=",
7300
7472
  [
7301
- "get",
7302
- "bridge"
7473
+ "coalesce",
7474
+ [
7475
+ "get",
7476
+ "bridge"
7477
+ ],
7478
+ 0
7303
7479
  ],
7304
7480
  1
7305
7481
  ]
@@ -7330,7 +7506,7 @@
7330
7506
  {
7331
7507
  "id": "roads_primary",
7332
7508
  "type": "line",
7333
- "source": "osm",
7509
+ "source": "ohm",
7334
7510
  "source-layer": "transport_lines",
7335
7511
  "minzoom": 6,
7336
7512
  "filter": [
@@ -7346,8 +7522,12 @@
7346
7522
  [
7347
7523
  "!=",
7348
7524
  [
7349
- "get",
7350
- "tunnel"
7525
+ "coalesce",
7526
+ [
7527
+ "get",
7528
+ "tunnel"
7529
+ ],
7530
+ 0
7351
7531
  ],
7352
7532
  1
7353
7533
  ],
@@ -7362,8 +7542,12 @@
7362
7542
  [
7363
7543
  "!=",
7364
7544
  [
7365
- "get",
7366
- "bridge"
7545
+ "coalesce",
7546
+ [
7547
+ "get",
7548
+ "bridge"
7549
+ ],
7550
+ 0
7367
7551
  ],
7368
7552
  1
7369
7553
  ]
@@ -7408,7 +7592,7 @@
7408
7592
  {
7409
7593
  "id": "roads_motorway",
7410
7594
  "type": "line",
7411
- "source": "osm",
7595
+ "source": "ohm",
7412
7596
  "source-layer": "transport_lines",
7413
7597
  "minzoom": 6,
7414
7598
  "maxzoom": 24,
@@ -7431,16 +7615,24 @@
7431
7615
  [
7432
7616
  "!=",
7433
7617
  [
7434
- "get",
7435
- "tunnel"
7618
+ "coalesce",
7619
+ [
7620
+ "get",
7621
+ "tunnel"
7622
+ ],
7623
+ 0
7436
7624
  ],
7437
7625
  1
7438
7626
  ],
7439
7627
  [
7440
7628
  "!=",
7441
7629
  [
7442
- "get",
7443
- "bridge"
7630
+ "coalesce",
7631
+ [
7632
+ "get",
7633
+ "bridge"
7634
+ ],
7635
+ 0
7444
7636
  ],
7445
7637
  1
7446
7638
  ]
@@ -7483,7 +7675,7 @@
7483
7675
  {
7484
7676
  "id": "roads_ford",
7485
7677
  "type": "line",
7486
- "source": "osm",
7678
+ "source": "ohm",
7487
7679
  "source-layer": "transport_lines",
7488
7680
  "minzoom": 9,
7489
7681
  "filter": [
@@ -7522,7 +7714,7 @@
7522
7714
  {
7523
7715
  "id": "roads_rail_mini",
7524
7716
  "type": "line",
7525
- "source": "osm",
7717
+ "source": "ohm",
7526
7718
  "source-layer": "transport_lines",
7527
7719
  "minzoom": 7,
7528
7720
  "maxzoom": 24,
@@ -7585,7 +7777,7 @@
7585
7777
  {
7586
7778
  "id": "roads_rail_mini-dash",
7587
7779
  "type": "line",
7588
- "source": "osm",
7780
+ "source": "ohm",
7589
7781
  "source-layer": "transport_lines",
7590
7782
  "minzoom": 7,
7591
7783
  "maxzoom": 24,
@@ -7677,7 +7869,7 @@
7677
7869
  {
7678
7870
  "id": "roads_rail_mini_cross",
7679
7871
  "type": "line",
7680
- "source": "osm",
7872
+ "source": "ohm",
7681
7873
  "source-layer": "transport_lines",
7682
7874
  "minzoom": 12,
7683
7875
  "maxzoom": 24,
@@ -7762,7 +7954,7 @@
7762
7954
  {
7763
7955
  "id": "roads_rail_old",
7764
7956
  "type": "line",
7765
- "source": "osm",
7957
+ "source": "ohm",
7766
7958
  "source-layer": "transport_lines",
7767
7959
  "minzoom": 7,
7768
7960
  "maxzoom": 24,
@@ -7829,7 +8021,7 @@
7829
8021
  {
7830
8022
  "id": "roads_rail_old-dash",
7831
8023
  "type": "line",
7832
- "source": "osm",
8024
+ "source": "ohm",
7833
8025
  "source-layer": "transport_lines",
7834
8026
  "minzoom": 7,
7835
8027
  "maxzoom": 24,
@@ -7908,7 +8100,7 @@
7908
8100
  {
7909
8101
  "id": "roads_rail_old_cross",
7910
8102
  "type": "line",
7911
- "source": "osm",
8103
+ "source": "ohm",
7912
8104
  "source-layer": "transport_lines",
7913
8105
  "minzoom": 12,
7914
8106
  "maxzoom": 24,
@@ -8014,7 +8206,7 @@
8014
8206
  {
8015
8207
  "id": "roads_rail-main",
8016
8208
  "type": "line",
8017
- "source": "osm",
8209
+ "source": "ohm",
8018
8210
  "source-layer": "transport_lines",
8019
8211
  "minzoom": 7,
8020
8212
  "maxzoom": 24,
@@ -8096,7 +8288,7 @@
8096
8288
  {
8097
8289
  "id": "roads_rail-tunnel",
8098
8290
  "type": "line",
8099
- "source": "osm",
8291
+ "source": "ohm",
8100
8292
  "source-layer": "transport_lines",
8101
8293
  "minzoom": 7,
8102
8294
  "maxzoom": 24,
@@ -8153,7 +8345,7 @@
8153
8345
  {
8154
8346
  "id": "roads_rail-bridge",
8155
8347
  "type": "line",
8156
- "source": "osm",
8348
+ "source": "ohm",
8157
8349
  "source-layer": "transport_lines",
8158
8350
  "minzoom": 7,
8159
8351
  "maxzoom": 24,
@@ -8210,7 +8402,7 @@
8210
8402
  {
8211
8403
  "id": "roads_rail-yard-siding",
8212
8404
  "type": "line",
8213
- "source": "osm",
8405
+ "source": "ohm",
8214
8406
  "source-layer": "transport_lines",
8215
8407
  "minzoom": 7,
8216
8408
  "maxzoom": 24,
@@ -8253,7 +8445,7 @@
8253
8445
  {
8254
8446
  "id": "roads_rail-yard-siding-dash",
8255
8447
  "type": "line",
8256
- "source": "osm",
8448
+ "source": "ohm",
8257
8449
  "source-layer": "transport_lines",
8258
8450
  "minzoom": 7,
8259
8451
  "maxzoom": 24,
@@ -8331,7 +8523,7 @@
8331
8523
  {
8332
8524
  "id": "roads_rail",
8333
8525
  "type": "line",
8334
- "source": "osm",
8526
+ "source": "ohm",
8335
8527
  "source-layer": "transport_lines",
8336
8528
  "minzoom": 7,
8337
8529
  "maxzoom": 24,
@@ -8425,7 +8617,7 @@
8425
8617
  {
8426
8618
  "id": "roads_rail-main-dash",
8427
8619
  "type": "line",
8428
- "source": "osm",
8620
+ "source": "ohm",
8429
8621
  "source-layer": "transport_lines",
8430
8622
  "minzoom": 7,
8431
8623
  "maxzoom": 24,
@@ -8548,7 +8740,7 @@
8548
8740
  {
8549
8741
  "id": "roads_rail-dash-tunnel",
8550
8742
  "type": "line",
8551
- "source": "osm",
8743
+ "source": "ohm",
8552
8744
  "source-layer": "transport_lines",
8553
8745
  "minzoom": 7,
8554
8746
  "maxzoom": 24,
@@ -8646,7 +8838,7 @@
8646
8838
  {
8647
8839
  "id": "roads_rail-dash",
8648
8840
  "type": "line",
8649
- "source": "osm",
8841
+ "source": "ohm",
8650
8842
  "source-layer": "transport_lines",
8651
8843
  "minzoom": 7,
8652
8844
  "maxzoom": 24,
@@ -8757,7 +8949,7 @@
8757
8949
  {
8758
8950
  "id": "roads_rail_cross-main",
8759
8951
  "type": "line",
8760
- "source": "osm",
8952
+ "source": "ohm",
8761
8953
  "source-layer": "transport_lines",
8762
8954
  "minzoom": 7,
8763
8955
  "maxzoom": 24,
@@ -8871,7 +9063,7 @@
8871
9063
  {
8872
9064
  "id": "roads_rail_cross",
8873
9065
  "type": "line",
8874
- "source": "osm",
9066
+ "source": "ohm",
8875
9067
  "source-layer": "transport_lines",
8876
9068
  "minzoom": 12,
8877
9069
  "maxzoom": 24,
@@ -8985,7 +9177,7 @@
8985
9177
  {
8986
9178
  "id": "roads_rail_construction",
8987
9179
  "type": "line",
8988
- "source": "osm",
9180
+ "source": "ohm",
8989
9181
  "source-layer": "transport_lines",
8990
9182
  "minzoom": 7,
8991
9183
  "maxzoom": 24,
@@ -9043,7 +9235,7 @@
9043
9235
  {
9044
9236
  "id": "roads_rail_construction-dash",
9045
9237
  "type": "line",
9046
- "source": "osm",
9238
+ "source": "ohm",
9047
9239
  "source-layer": "transport_lines",
9048
9240
  "minzoom": 7,
9049
9241
  "maxzoom": 24,
@@ -9105,7 +9297,7 @@
9105
9297
  {
9106
9298
  "id": "roads_rail_construction_cross",
9107
9299
  "type": "line",
9108
- "source": "osm",
9300
+ "source": "ohm",
9109
9301
  "source-layer": "transport_lines",
9110
9302
  "minzoom": 12,
9111
9303
  "maxzoom": 24,
@@ -9200,7 +9392,7 @@
9200
9392
  {
9201
9393
  "id": "roads_residential_bridge_z13-case",
9202
9394
  "type": "line",
9203
- "source": "osm",
9395
+ "source": "ohm",
9204
9396
  "source-layer": "transport_lines",
9205
9397
  "minzoom": 13,
9206
9398
  "maxzoom": 24,
@@ -9256,7 +9448,7 @@
9256
9448
  {
9257
9449
  "id": "roads_tertiarybridge",
9258
9450
  "type": "line",
9259
- "source": "osm",
9451
+ "source": "ohm",
9260
9452
  "source-layer": "transport_lines",
9261
9453
  "minzoom": 9,
9262
9454
  "filter": [
@@ -9304,7 +9496,7 @@
9304
9496
  {
9305
9497
  "id": "roads_secondarybridge",
9306
9498
  "type": "line",
9307
- "source": "osm",
9499
+ "source": "ohm",
9308
9500
  "source-layer": "transport_lines",
9309
9501
  "minzoom": 10,
9310
9502
  "filter": [
@@ -9352,7 +9544,7 @@
9352
9544
  {
9353
9545
  "id": "roads_primarybridge",
9354
9546
  "type": "line",
9355
- "source": "osm",
9547
+ "source": "ohm",
9356
9548
  "source-layer": "transport_lines",
9357
9549
  "minzoom": 10,
9358
9550
  "maxzoom": 20,
@@ -9407,7 +9599,7 @@
9407
9599
  {
9408
9600
  "id": "roads_motorwaybridge",
9409
9601
  "type": "line",
9410
- "source": "osm",
9602
+ "source": "ohm",
9411
9603
  "source-layer": "transport_lines",
9412
9604
  "minzoom": 9,
9413
9605
  "maxzoom": 20,
@@ -9464,7 +9656,7 @@
9464
9656
  {
9465
9657
  "id": "roads_residential_bridgetop_z13",
9466
9658
  "type": "line",
9467
- "source": "osm",
9659
+ "source": "ohm",
9468
9660
  "source-layer": "transport_lines",
9469
9661
  "minzoom": 12,
9470
9662
  "maxzoom": 24,
@@ -9520,7 +9712,7 @@
9520
9712
  {
9521
9713
  "id": "roads_tertiarybridgetop",
9522
9714
  "type": "line",
9523
- "source": "osm",
9715
+ "source": "ohm",
9524
9716
  "source-layer": "transport_lines",
9525
9717
  "minzoom": 6,
9526
9718
  "maxzoom": 24,
@@ -9581,7 +9773,7 @@
9581
9773
  {
9582
9774
  "id": "roads_secondarybridgetop",
9583
9775
  "type": "line",
9584
- "source": "osm",
9776
+ "source": "ohm",
9585
9777
  "source-layer": "transport_lines",
9586
9778
  "minzoom": 8,
9587
9779
  "filter": [
@@ -9641,7 +9833,7 @@
9641
9833
  {
9642
9834
  "id": "roads_primarybridgetop",
9643
9835
  "type": "line",
9644
- "source": "osm",
9836
+ "source": "ohm",
9645
9837
  "source-layer": "transport_lines",
9646
9838
  "minzoom": 6,
9647
9839
  "filter": [
@@ -9701,7 +9893,7 @@
9701
9893
  {
9702
9894
  "id": "roads_motorwaybridgetop",
9703
9895
  "type": "line",
9704
- "source": "osm",
9896
+ "source": "ohm",
9705
9897
  "source-layer": "transport_lines",
9706
9898
  "minzoom": 6,
9707
9899
  "maxzoom": 20,
@@ -9766,7 +9958,7 @@
9766
9958
  {
9767
9959
  "id": "roads_rail_tram",
9768
9960
  "type": "line",
9769
- "source": "osm",
9961
+ "source": "ohm",
9770
9962
  "source-layer": "transport_lines",
9771
9963
  "minzoom": 11,
9772
9964
  "maxzoom": 24,
@@ -9834,7 +10026,7 @@
9834
10026
  {
9835
10027
  "id": "barriers-dotted",
9836
10028
  "type": "line",
9837
- "source": "osm",
10029
+ "source": "ohm",
9838
10030
  "source-layer": "other_lines",
9839
10031
  "filter": [
9840
10032
  "==",
@@ -9856,7 +10048,7 @@
9856
10048
  {
9857
10049
  "id": "landuse_lines",
9858
10050
  "type": "line",
9859
- "source": "osm",
10051
+ "source": "ohm",
9860
10052
  "source-layer": "landuse_lines",
9861
10053
  "filter": [
9862
10054
  "all"
@@ -9888,7 +10080,7 @@
9888
10080
  {
9889
10081
  "id": "barriers",
9890
10082
  "type": "line",
9891
- "source": "osm",
10083
+ "source": "ohm",
9892
10084
  "source-layer": "other_lines",
9893
10085
  "filter": [
9894
10086
  "all"
@@ -9932,7 +10124,7 @@
9932
10124
  {
9933
10125
  "id": "power_lines",
9934
10126
  "type": "line",
9935
- "source": "osm",
10127
+ "source": "ohm",
9936
10128
  "source-layer": "other_lines",
9937
10129
  "filter": [
9938
10130
  "all",
@@ -9963,7 +10155,7 @@
9963
10155
  {
9964
10156
  "id": "city_county_lines_admin_9",
9965
10157
  "type": "line",
9966
- "source": "osm",
10158
+ "source": "ohm",
9967
10159
  "source-layer": "land_ohm_lines",
9968
10160
  "minzoom": 11,
9969
10161
  "maxzoom": 20,
@@ -10006,7 +10198,7 @@
10006
10198
  {
10007
10199
  "id": "city_county_lines_admin_7-8",
10008
10200
  "type": "line",
10009
- "source": "osm",
10201
+ "source": "ohm",
10010
10202
  "source-layer": "land_ohm_lines",
10011
10203
  "minzoom": 10,
10012
10204
  "maxzoom": 20,
@@ -10050,7 +10242,7 @@
10050
10242
  {
10051
10243
  "id": "admin_admin_5-6",
10052
10244
  "type": "line",
10053
- "source": "osm",
10245
+ "source": "ohm",
10054
10246
  "source-layer": "land_ohm_lines",
10055
10247
  "minzoom": 8,
10056
10248
  "maxzoom": 20,
@@ -10106,7 +10298,7 @@
10106
10298
  {
10107
10299
  "id": "state_lines_admin_4-case",
10108
10300
  "type": "line",
10109
- "source": "osm",
10301
+ "source": "ohm",
10110
10302
  "source-layer": "land_ohm_lines",
10111
10303
  "minzoom": 3,
10112
10304
  "maxzoom": 20,
@@ -10168,7 +10360,7 @@
10168
10360
  {
10169
10361
  "id": "state_lines_admin_4",
10170
10362
  "type": "line",
10171
- "source": "osm",
10363
+ "source": "ohm",
10172
10364
  "source-layer": "land_ohm_lines",
10173
10365
  "minzoom": 3,
10174
10366
  "maxzoom": 20,
@@ -10230,7 +10422,7 @@
10230
10422
  {
10231
10423
  "id": "admin_admin3",
10232
10424
  "type": "line",
10233
- "source": "osm",
10425
+ "source": "ohm",
10234
10426
  "source-layer": "land_ohm_lines",
10235
10427
  "minzoom": 5,
10236
10428
  "maxzoom": 20,
@@ -10267,7 +10459,7 @@
10267
10459
  {
10268
10460
  "id": "admin_country_lines_z10_case",
10269
10461
  "type": "line",
10270
- "source": "osm",
10462
+ "source": "ohm",
10271
10463
  "source-layer": "land_ohm_lines",
10272
10464
  "minzoom": 0,
10273
10465
  "maxzoom": 20,
@@ -10326,7 +10518,7 @@
10326
10518
  {
10327
10519
  "id": "admin_country_lines_z10",
10328
10520
  "type": "line",
10329
- "source": "osm",
10521
+ "source": "ohm",
10330
10522
  "source-layer": "land_ohm_lines",
10331
10523
  "minzoom": 0,
10332
10524
  "maxzoom": 20,
@@ -10393,7 +10585,7 @@
10393
10585
  {
10394
10586
  "id": "road_labels_z14",
10395
10587
  "type": "symbol",
10396
- "source": "osm",
10588
+ "source": "ohm",
10397
10589
  "source-layer": "transport_lines",
10398
10590
  "minzoom": 14,
10399
10591
  "filter": [
@@ -10425,7 +10617,7 @@
10425
10617
  {
10426
10618
  "id": "road_labels_z11",
10427
10619
  "type": "symbol",
10428
- "source": "osm",
10620
+ "source": "ohm",
10429
10621
  "source-layer": "transport_lines",
10430
10622
  "minzoom": 11,
10431
10623
  "filter": [
@@ -10468,7 +10660,7 @@
10468
10660
  {
10469
10661
  "id": "water_areas_labels_z15",
10470
10662
  "type": "symbol",
10471
- "source": "osm",
10663
+ "source": "ohm",
10472
10664
  "source-layer": "water_areas_centroids",
10473
10665
  "minzoom": 15,
10474
10666
  "maxzoom": 24,
@@ -10513,7 +10705,7 @@
10513
10705
  {
10514
10706
  "id": "water_areas_labels_z12",
10515
10707
  "type": "symbol",
10516
- "source": "osm",
10708
+ "source": "ohm",
10517
10709
  "source-layer": "water_areas_centroids",
10518
10710
  "minzoom": 12,
10519
10711
  "maxzoom": 15,
@@ -10559,7 +10751,7 @@
10559
10751
  {
10560
10752
  "id": "water_point_labels_ocean_sea",
10561
10753
  "type": "symbol",
10562
- "source": "osm",
10754
+ "source": "ohm",
10563
10755
  "source-layer": "place_points_centroids",
10564
10756
  "minzoom": 0,
10565
10757
  "maxzoom": 24,
@@ -10613,7 +10805,7 @@
10613
10805
  {
10614
10806
  "id": "water_areas_labels_z8",
10615
10807
  "type": "symbol",
10616
- "source": "osm",
10808
+ "source": "ohm",
10617
10809
  "source-layer": "water_areas_centroids",
10618
10810
  "minzoom": 8,
10619
10811
  "maxzoom": 12,
@@ -10660,7 +10852,7 @@
10660
10852
  {
10661
10853
  "id": "water_lines_labels_cliff",
10662
10854
  "type": "symbol",
10663
- "source": "osm",
10855
+ "source": "ohm",
10664
10856
  "source-layer": "water_lines",
10665
10857
  "filter": [
10666
10858
  "==",
@@ -10707,7 +10899,7 @@
10707
10899
  {
10708
10900
  "id": "water_lines_labels_dam",
10709
10901
  "type": "symbol",
10710
- "source": "osm",
10902
+ "source": "ohm",
10711
10903
  "source-layer": "water_lines",
10712
10904
  "filter": [
10713
10905
  "==",
@@ -10754,7 +10946,7 @@
10754
10946
  {
10755
10947
  "id": "water_lines_labels",
10756
10948
  "type": "symbol",
10757
- "source": "osm",
10949
+ "source": "ohm",
10758
10950
  "source-layer": "water_lines",
10759
10951
  "minzoom": 12,
10760
10952
  "maxzoom": 24,
@@ -10813,7 +11005,7 @@
10813
11005
  {
10814
11006
  "id": "points_from_landuse_areas",
10815
11007
  "type": "symbol",
10816
- "source": "osm",
11008
+ "source": "ohm",
10817
11009
  "source-layer": "landuse_points_centroids",
10818
11010
  "minzoom": 16,
10819
11011
  "filter": [
@@ -10845,7 +11037,7 @@
10845
11037
  {
10846
11038
  "id": "landuse_areas_labels_park_small",
10847
11039
  "type": "symbol",
10848
- "source": "osm",
11040
+ "source": "ohm",
10849
11041
  "source-layer": "landuse_points_centroids",
10850
11042
  "minzoom": 16,
10851
11043
  "maxzoom": 24,
@@ -10919,7 +11111,7 @@
10919
11111
  {
10920
11112
  "id": "landuse_areas_labels_park_medium",
10921
11113
  "type": "symbol",
10922
- "source": "osm",
11114
+ "source": "ohm",
10923
11115
  "source-layer": "landuse_points_centroids",
10924
11116
  "minzoom": 15,
10925
11117
  "maxzoom": 20,
@@ -11015,7 +11207,7 @@
11015
11207
  {
11016
11208
  "id": "landuse_areas_labels_park_large",
11017
11209
  "type": "symbol",
11018
- "source": "osm",
11210
+ "source": "ohm",
11019
11211
  "source-layer": "landuse_points_centroids",
11020
11212
  "minzoom": 12,
11021
11213
  "maxzoom": 16,
@@ -11097,7 +11289,7 @@
11097
11289
  {
11098
11290
  "id": "landuse_areas_labels_farming",
11099
11291
  "type": "symbol",
11100
- "source": "osm",
11292
+ "source": "ohm",
11101
11293
  "source-layer": "landuse_points_centroids",
11102
11294
  "minzoom": 14,
11103
11295
  "maxzoom": 24,
@@ -11139,7 +11331,7 @@
11139
11331
  {
11140
11332
  "id": "landuse_areas_labels_forest",
11141
11333
  "type": "symbol",
11142
- "source": "osm",
11334
+ "source": "ohm",
11143
11335
  "source-layer": "landuse_points_centroids",
11144
11336
  "minzoom": 14,
11145
11337
  "maxzoom": 24,
@@ -11176,7 +11368,7 @@
11176
11368
  {
11177
11369
  "id": "landuse_areas_labels_nature_reserve",
11178
11370
  "type": "symbol",
11179
- "source": "osm",
11371
+ "source": "ohm",
11180
11372
  "source-layer": "landuse_points_centroids",
11181
11373
  "minzoom": 12,
11182
11374
  "maxzoom": 16,
@@ -11223,7 +11415,7 @@
11223
11415
  {
11224
11416
  "id": "landuse_areas_labels_nature_reserve_med_10-14",
11225
11417
  "type": "symbol",
11226
- "source": "osm",
11418
+ "source": "ohm",
11227
11419
  "source-layer": "landuse_points_centroids",
11228
11420
  "minzoom": 10,
11229
11421
  "maxzoom": 14,
@@ -11292,7 +11484,7 @@
11292
11484
  {
11293
11485
  "id": "landuse_areas_labels_nature_reserve_xl",
11294
11486
  "type": "symbol",
11295
- "source": "osm",
11487
+ "source": "ohm",
11296
11488
  "source-layer": "landuse_points_centroids",
11297
11489
  "minzoom": 7,
11298
11490
  "maxzoom": 12,
@@ -11355,7 +11547,7 @@
11355
11547
  {
11356
11548
  "id": "landuse_areas_labels_school",
11357
11549
  "type": "symbol",
11358
- "source": "osm",
11550
+ "source": "ohm",
11359
11551
  "source-layer": "landuse_points_centroids",
11360
11552
  "minzoom": 14,
11361
11553
  "maxzoom": 24,
@@ -11395,7 +11587,7 @@
11395
11587
  {
11396
11588
  "id": "other_areas_labels_military",
11397
11589
  "type": "symbol",
11398
- "source": "osm",
11590
+ "source": "ohm",
11399
11591
  "source-layer": "other_points_centroids",
11400
11592
  "minzoom": 12,
11401
11593
  "maxzoom": 24,
@@ -11426,7 +11618,7 @@
11426
11618
  {
11427
11619
  "id": "landuse_areas_labels_z8glacier",
11428
11620
  "type": "symbol",
11429
- "source": "osm",
11621
+ "source": "ohm",
11430
11622
  "source-layer": "landuse_points_centroids",
11431
11623
  "minzoom": 10,
11432
11624
  "maxzoom": 22,
@@ -11473,7 +11665,7 @@
11473
11665
  {
11474
11666
  "id": "placearea_label",
11475
11667
  "type": "symbol",
11476
- "source": "osm",
11668
+ "source": "ohm",
11477
11669
  "source-layer": "place_points_centroids",
11478
11670
  "minzoom": 14,
11479
11671
  "maxzoom": 24,
@@ -11551,7 +11743,7 @@
11551
11743
  {
11552
11744
  "id": "points_of_interest_buildings",
11553
11745
  "type": "symbol",
11554
- "source": "osm",
11746
+ "source": "ohm",
11555
11747
  "source-layer": "buildings_points_centroids",
11556
11748
  "minzoom": 16,
11557
11749
  "filter": [
@@ -11617,7 +11809,7 @@
11617
11809
  {
11618
11810
  "id": "points_of_interest_from_areas_z14_centroids",
11619
11811
  "type": "symbol",
11620
- "source": "osm",
11812
+ "source": "ohm",
11621
11813
  "source-layer": "amenity_points_centroids",
11622
11814
  "minzoom": 14,
11623
11815
  "maxzoom": 16,
@@ -11672,7 +11864,7 @@
11672
11864
  {
11673
11865
  "id": "points_of_interest_from_areas_z14",
11674
11866
  "type": "symbol",
11675
- "source": "osm",
11867
+ "source": "ohm",
11676
11868
  "source-layer": "amenity_points_centroids",
11677
11869
  "minzoom": 14,
11678
11870
  "maxzoom": 16,
@@ -11727,7 +11919,7 @@
11727
11919
  {
11728
11920
  "id": "points_of_interest_from_areas",
11729
11921
  "type": "symbol",
11730
- "source": "osm",
11922
+ "source": "ohm",
11731
11923
  "source-layer": "amenity_points_centroids",
11732
11924
  "minzoom": 16,
11733
11925
  "maxzoom": 24,
@@ -11801,7 +11993,7 @@
11801
11993
  {
11802
11994
  "id": "points_of_interest_other",
11803
11995
  "type": "symbol",
11804
- "source": "osm",
11996
+ "source": "ohm",
11805
11997
  "source-layer": "other_points_centroids",
11806
11998
  "minzoom": 15,
11807
11999
  "maxzoom": 24,
@@ -11896,7 +12088,7 @@
11896
12088
  {
11897
12089
  "id": "points_of_interest_amenity",
11898
12090
  "type": "symbol",
11899
- "source": "osm",
12091
+ "source": "ohm",
11900
12092
  "source-layer": "amenity_points_centroids",
11901
12093
  "minzoom": 16,
11902
12094
  "maxzoom": 24,
@@ -11968,7 +12160,7 @@
11968
12160
  {
11969
12161
  "id": "points_of_interest_other_archaeology",
11970
12162
  "type": "symbol",
11971
- "source": "osm",
12163
+ "source": "ohm",
11972
12164
  "source-layer": "other_points_centroids",
11973
12165
  "minzoom": 14,
11974
12166
  "maxzoom": 24,
@@ -12047,7 +12239,7 @@
12047
12239
  {
12048
12240
  "id": "points_of_interest_other_artwork",
12049
12241
  "type": "symbol",
12050
- "source": "osm",
12242
+ "source": "ohm",
12051
12243
  "source-layer": "other_points_centroids",
12052
12244
  "minzoom": 15,
12053
12245
  "maxzoom": 24,
@@ -12126,7 +12318,7 @@
12126
12318
  {
12127
12319
  "id": "points_powertower",
12128
12320
  "type": "symbol",
12129
- "source": "osm",
12321
+ "source": "ohm",
12130
12322
  "source-layer": "other_points_centroids",
12131
12323
  "minzoom": 15,
12132
12324
  "maxzoom": 24,
@@ -12149,24 +12341,43 @@
12149
12341
  {
12150
12342
  "id": "transport_points_labels",
12151
12343
  "type": "symbol",
12152
- "source": "osm",
12344
+ "source": "ohm",
12153
12345
  "source-layer": "transport_points_centroids",
12154
12346
  "minzoom": 12,
12155
12347
  "maxzoom": 24,
12156
12348
  "filter": [
12157
- "!",
12349
+ "all",
12158
12350
  [
12159
- "in",
12351
+ "!",
12160
12352
  [
12161
- "get",
12162
- "type"
12163
- ],
12353
+ "in",
12354
+ [
12355
+ "get",
12356
+ "type"
12357
+ ],
12358
+ [
12359
+ "literal",
12360
+ [
12361
+ "traffic_signals",
12362
+ "pedestrian",
12363
+ "raceway"
12364
+ ]
12365
+ ]
12366
+ ]
12367
+ ],
12368
+ [
12369
+ "!",
12164
12370
  [
12165
- "literal",
12371
+ "in",
12372
+ [
12373
+ "get",
12374
+ "class"
12375
+ ],
12166
12376
  [
12167
- "traffic_signals",
12168
- "pedestrian",
12169
- "raceway"
12377
+ "literal",
12378
+ [
12379
+ "highway"
12380
+ ]
12170
12381
  ]
12171
12382
  ]
12172
12383
  ]
@@ -12237,25 +12448,20 @@
12237
12448
  {
12238
12449
  "id": "transport_points_raceway",
12239
12450
  "type": "symbol",
12240
- "source": "osm",
12451
+ "source": "ohm",
12241
12452
  "source-layer": "transport_points_centroids",
12242
12453
  "minzoom": 15,
12243
12454
  "maxzoom": 24,
12244
12455
  "filter": [
12245
- "!",
12456
+ "in",
12246
12457
  [
12247
- "in",
12248
- [
12249
- "get",
12250
- "type"
12251
- ],
12458
+ "get",
12459
+ "type"
12460
+ ],
12461
+ [
12462
+ "literal",
12252
12463
  [
12253
- "literal",
12254
- [
12255
- "traffic_signals",
12256
- "pedestrian",
12257
- "raceway"
12258
- ]
12464
+ "raceway"
12259
12465
  ]
12260
12466
  ]
12261
12467
  ],
@@ -12325,7 +12531,7 @@
12325
12531
  {
12326
12532
  "id": "transport_points_labels_traffic_signals",
12327
12533
  "type": "symbol",
12328
- "source": "osm",
12534
+ "source": "ohm",
12329
12535
  "source-layer": "transport_points_centroids",
12330
12536
  "minzoom": 17,
12331
12537
  "maxzoom": 24,
@@ -12377,7 +12583,7 @@
12377
12583
  {
12378
12584
  "id": "transport_points_labels_pedestrian",
12379
12585
  "type": "symbol",
12380
- "source": "osm",
12586
+ "source": "ohm",
12381
12587
  "source-layer": "transport_points_centroids",
12382
12588
  "minzoom": 17,
12383
12589
  "maxzoom": 24,
@@ -12429,7 +12635,7 @@
12429
12635
  {
12430
12636
  "id": "transport_points_labels_airports",
12431
12637
  "type": "symbol",
12432
- "source": "osm",
12638
+ "source": "ohm",
12433
12639
  "source-layer": "transport_points_centroids",
12434
12640
  "minzoom": 10,
12435
12641
  "maxzoom": 14,
@@ -12464,7 +12670,7 @@
12464
12670
  {
12465
12671
  "id": "transport_points_labels_medium",
12466
12672
  "type": "symbol",
12467
- "source": "osm",
12673
+ "source": "ohm",
12468
12674
  "source-layer": "transport_points_centroids",
12469
12675
  "minzoom": 13,
12470
12676
  "maxzoom": 16,
@@ -12524,7 +12730,7 @@
12524
12730
  {
12525
12731
  "id": "transport_area_labels_large",
12526
12732
  "type": "symbol",
12527
- "source": "osm",
12733
+ "source": "ohm",
12528
12734
  "source-layer": "transport_points_centroids",
12529
12735
  "minzoom": 13,
12530
12736
  "maxzoom": 16,
@@ -12584,7 +12790,7 @@
12584
12790
  {
12585
12791
  "id": "points_place_of_worship_other",
12586
12792
  "type": "symbol",
12587
- "source": "osm",
12793
+ "source": "ohm",
12588
12794
  "source-layer": "buildings_points_centroids",
12589
12795
  "filter": [
12590
12796
  "all",
@@ -12626,7 +12832,7 @@
12626
12832
  {
12627
12833
  "id": "points_religion",
12628
12834
  "type": "symbol",
12629
- "source": "osm",
12835
+ "source": "ohm",
12630
12836
  "source-layer": "buildings_points_centroids",
12631
12837
  "filter": [
12632
12838
  "all"
@@ -12642,7 +12848,7 @@
12642
12848
  {
12643
12849
  "id": "points_from_landuse_peaks",
12644
12850
  "type": "symbol",
12645
- "source": "osm",
12851
+ "source": "ohm",
12646
12852
  "source-layer": "landuse_points_centroids",
12647
12853
  "minzoom": 14,
12648
12854
  "filter": [
@@ -12679,7 +12885,7 @@
12679
12885
  {
12680
12886
  "id": "points_of_interest_shop",
12681
12887
  "type": "symbol",
12682
- "source": "osm",
12888
+ "source": "ohm",
12683
12889
  "source-layer": "buildings_points_centroids",
12684
12890
  "minzoom": 16,
12685
12891
  "maxzoom": 24,
@@ -12714,7 +12920,7 @@
12714
12920
  {
12715
12921
  "id": "county_labels_z11_admin_7-8_centroids",
12716
12922
  "type": "symbol",
12717
- "source": "osm",
12923
+ "source": "ohm",
12718
12924
  "source-layer": "land_ohm_centroids",
12719
12925
  "minzoom": 10,
12720
12926
  "maxzoom": 20,
@@ -12770,7 +12976,7 @@
12770
12976
  {
12771
12977
  "id": "county_labels_z11_admin_6_centroids",
12772
12978
  "type": "symbol",
12773
- "source": "osm",
12979
+ "source": "ohm",
12774
12980
  "source-layer": "land_ohm_centroids",
12775
12981
  "minzoom": 8,
12776
12982
  "maxzoom": 20,
@@ -12825,7 +13031,7 @@
12825
13031
  {
12826
13032
  "id": "county_labels_z11",
12827
13033
  "type": "symbol",
12828
- "source": "osm",
13034
+ "source": "ohm",
12829
13035
  "source-layer": "place_points_centroids",
12830
13036
  "minzoom": 8,
12831
13037
  "maxzoom": 20,
@@ -12875,7 +13081,7 @@
12875
13081
  {
12876
13082
  "id": "city_locality_labels_other_z11",
12877
13083
  "type": "symbol",
12878
- "source": "osm",
13084
+ "source": "ohm",
12879
13085
  "source-layer": "place_points_centroids",
12880
13086
  "minzoom": 15,
12881
13087
  "maxzoom": 20,
@@ -12927,7 +13133,7 @@
12927
13133
  {
12928
13134
  "id": "city_labels_other_z11",
12929
13135
  "type": "symbol",
12930
- "source": "osm",
13136
+ "source": "ohm",
12931
13137
  "source-layer": "place_points_centroids",
12932
13138
  "minzoom": 11,
12933
13139
  "maxzoom": 20,
@@ -12982,7 +13188,7 @@
12982
13188
  {
12983
13189
  "id": "city_labels_town_z8",
12984
13190
  "type": "symbol",
12985
- "source": "osm",
13191
+ "source": "ohm",
12986
13192
  "source-layer": "place_points_centroids",
12987
13193
  "minzoom": 8,
12988
13194
  "maxzoom": 20,
@@ -13029,7 +13235,7 @@
13029
13235
  {
13030
13236
  "id": "city_labels_z11",
13031
13237
  "type": "symbol",
13032
- "source": "osm",
13238
+ "source": "ohm",
13033
13239
  "source-layer": "place_points_centroids",
13034
13240
  "minzoom": 11,
13035
13241
  "maxzoom": 20,
@@ -13076,7 +13282,7 @@
13076
13282
  {
13077
13283
  "id": "city_labels_z6",
13078
13284
  "type": "symbol",
13079
- "source": "osm",
13285
+ "source": "ohm",
13080
13286
  "source-layer": "place_points_centroids",
13081
13287
  "minzoom": 6,
13082
13288
  "maxzoom": 11,
@@ -13143,7 +13349,7 @@
13143
13349
  {
13144
13350
  "id": "city_capital_labels_z6",
13145
13351
  "type": "symbol",
13146
- "source": "osm",
13352
+ "source": "ohm",
13147
13353
  "source-layer": "place_points_centroids",
13148
13354
  "minzoom": 6,
13149
13355
  "maxzoom": 11,
@@ -13210,7 +13416,7 @@
13210
13416
  {
13211
13417
  "id": "state_points_labels_centroids",
13212
13418
  "type": "symbol",
13213
- "source": "osm",
13419
+ "source": "ohm",
13214
13420
  "source-layer": "land_ohm_centroids",
13215
13421
  "minzoom": 5,
13216
13422
  "maxzoom": 20,
@@ -13301,7 +13507,7 @@
13301
13507
  {
13302
13508
  "id": "state_points_labels",
13303
13509
  "type": "symbol",
13304
- "source": "osm",
13510
+ "source": "ohm",
13305
13511
  "source-layer": "place_points_centroids",
13306
13512
  "minzoom": 5,
13307
13513
  "maxzoom": 20,
@@ -13387,7 +13593,7 @@
13387
13593
  {
13388
13594
  "id": "statecapital_labels_z10",
13389
13595
  "type": "symbol",
13390
- "source": "osm",
13596
+ "source": "ohm",
13391
13597
  "source-layer": "populated_places",
13392
13598
  "minzoom": 10,
13393
13599
  "maxzoom": 20,
@@ -13421,7 +13627,7 @@
13421
13627
  {
13422
13628
  "id": "country_points_labels_cen",
13423
13629
  "type": "symbol",
13424
- "source": "osm",
13630
+ "source": "ohm",
13425
13631
  "source-layer": "land_ohm_centroids",
13426
13632
  "maxzoom": 12,
13427
13633
  "filter": [
@@ -13519,7 +13725,7 @@
13519
13725
  {
13520
13726
  "id": "country_points_labels",
13521
13727
  "type": "symbol",
13522
- "source": "osm",
13728
+ "source": "ohm",
13523
13729
  "source-layer": "place_points_centroids",
13524
13730
  "minzoom": 0,
13525
13731
  "maxzoom": 12,