@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.
@@ -4,9 +4,9 @@
4
4
  "metadata": {"maputnik:renderer": "mbgljs"},
5
5
  "attribution": "<a href=\"https://www.openhistoricalmap.org/\">OpenHistoricalMap</a>",
6
6
  "sources": {
7
- "osm": {
7
+ "ohm": {
8
8
  "type": "vector",
9
- "tiles": ["https://vtiles.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"]
9
+ "tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
10
10
  },
11
11
  "ne": {
12
12
  "type": "vector",
@@ -72,7 +72,7 @@
72
72
  {
73
73
  "id": "water_areas",
74
74
  "type": "fill",
75
- "source": "osm",
75
+ "source": "ohm",
76
76
  "source-layer": "water_areas",
77
77
  "minzoom": 8,
78
78
  "maxzoom": 24,
@@ -92,7 +92,7 @@
92
92
  {
93
93
  "id": "water_areas-pattern",
94
94
  "type": "fill",
95
- "source": "osm",
95
+ "source": "ohm",
96
96
  "source-layer": "water_areas",
97
97
  "minzoom": 8,
98
98
  "maxzoom": 24,
@@ -120,7 +120,7 @@
120
120
  {
121
121
  "id": "water_lines_stream",
122
122
  "type": "line",
123
- "source": "osm",
123
+ "source": "ohm",
124
124
  "source-layer": "water_lines",
125
125
  "minzoom": 13,
126
126
  "maxzoom": 24,
@@ -144,7 +144,7 @@
144
144
  {
145
145
  "id": "water_lines_ditch",
146
146
  "type": "line",
147
- "source": "osm",
147
+ "source": "ohm",
148
148
  "source-layer": "water_lines",
149
149
  "minzoom": 15,
150
150
  "maxzoom": 24,
@@ -158,7 +158,7 @@
158
158
  {
159
159
  "id": "water_lines_canal",
160
160
  "type": "line",
161
- "source": "osm",
161
+ "source": "ohm",
162
162
  "source-layer": "water_lines",
163
163
  "minzoom": 8,
164
164
  "maxzoom": 24,
@@ -184,7 +184,7 @@
184
184
  {
185
185
  "id": "water_lines_river",
186
186
  "type": "line",
187
- "source": "osm",
187
+ "source": "ohm",
188
188
  "source-layer": "water_lines",
189
189
  "minzoom": 8,
190
190
  "maxzoom": 24,
@@ -213,7 +213,7 @@
213
213
  {
214
214
  "id": "water_lines_dam",
215
215
  "type": "line",
216
- "source": "osm",
216
+ "source": "ohm",
217
217
  "source-layer": "water_lines",
218
218
  "minzoom": 13,
219
219
  "maxzoom": 24,
@@ -237,7 +237,7 @@
237
237
  {
238
238
  "id": "state_lines_admin4",
239
239
  "type": "line",
240
- "source": "osm",
240
+ "source": "ohm",
241
241
  "source-layer": "land_ohm_lines",
242
242
  "minzoom": 5,
243
243
  "maxzoom": 20,
@@ -256,7 +256,7 @@
256
256
  {
257
257
  "id": "admin_countrylines_z10",
258
258
  "type": "line",
259
- "source": "osm",
259
+ "source": "ohm",
260
260
  "source-layer": "land_ohm_lines",
261
261
  "minzoom": 0,
262
262
  "maxzoom": 20,
@@ -272,7 +272,7 @@
272
272
  {
273
273
  "id": "roads_subways",
274
274
  "type": "line",
275
- "source": "osm",
275
+ "source": "ohm",
276
276
  "source-layer": "transport_lines",
277
277
  "minzoom": 14,
278
278
  "filter": ["in", ["get", "type"], ["literal", ["subway"]]],
@@ -294,7 +294,7 @@
294
294
  {
295
295
  "id": "roads_tertiarytunnel_case",
296
296
  "type": "line",
297
- "source": "osm",
297
+ "source": "ohm",
298
298
  "source-layer": "transport_lines",
299
299
  "minzoom": 9,
300
300
  "filter": [
@@ -324,7 +324,7 @@
324
324
  {
325
325
  "id": "roads_secondarytunnel_case",
326
326
  "type": "line",
327
- "source": "osm",
327
+ "source": "ohm",
328
328
  "source-layer": "transport_lines",
329
329
  "minzoom": 8,
330
330
  "filter": [
@@ -354,7 +354,7 @@
354
354
  {
355
355
  "id": "roads_primarytunnel_case",
356
356
  "type": "line",
357
- "source": "osm",
357
+ "source": "ohm",
358
358
  "source-layer": "transport_lines",
359
359
  "minzoom": 6,
360
360
  "maxzoom": 20,
@@ -385,7 +385,7 @@
385
385
  {
386
386
  "id": "roads_motorwaytunnel_case",
387
387
  "type": "line",
388
- "source": "osm",
388
+ "source": "ohm",
389
389
  "source-layer": "transport_lines",
390
390
  "minzoom": 5,
391
391
  "maxzoom": 20,
@@ -420,7 +420,7 @@
420
420
  {
421
421
  "id": "roads_tertiarytunnel",
422
422
  "type": "line",
423
- "source": "osm",
423
+ "source": "ohm",
424
424
  "source-layer": "transport_lines",
425
425
  "minzoom": 9,
426
426
  "filter": [
@@ -449,7 +449,7 @@
449
449
  {
450
450
  "id": "roads_secondarytunnel",
451
451
  "type": "line",
452
- "source": "osm",
452
+ "source": "ohm",
453
453
  "source-layer": "transport_lines",
454
454
  "minzoom": 8,
455
455
  "filter": [
@@ -478,7 +478,7 @@
478
478
  {
479
479
  "id": "roads_primarytunnel",
480
480
  "type": "line",
481
- "source": "osm",
481
+ "source": "ohm",
482
482
  "source-layer": "transport_lines",
483
483
  "minzoom": 6,
484
484
  "filter": [
@@ -503,7 +503,7 @@
503
503
  {
504
504
  "id": "roads_motorwaytunnel",
505
505
  "type": "line",
506
- "source": "osm",
506
+ "source": "ohm",
507
507
  "source-layer": "transport_lines",
508
508
  "minzoom": 11,
509
509
  "maxzoom": 20,
@@ -537,7 +537,7 @@
537
537
  {
538
538
  "id": "roads_rail_tram",
539
539
  "type": "line",
540
- "source": "osm",
540
+ "source": "ohm",
541
541
  "source-layer": "transport_lines",
542
542
  "minzoom": 7,
543
543
  "maxzoom": 24,
@@ -567,7 +567,7 @@
567
567
  {
568
568
  "id": "roads_rail_mini",
569
569
  "type": "line",
570
- "source": "osm",
570
+ "source": "ohm",
571
571
  "source-layer": "transport_lines",
572
572
  "minzoom": 7,
573
573
  "maxzoom": 24,
@@ -597,7 +597,7 @@
597
597
  {
598
598
  "id": "roads_rail_mini_cross",
599
599
  "type": "line",
600
- "source": "osm",
600
+ "source": "ohm",
601
601
  "source-layer": "transport_lines",
602
602
  "minzoom": 7,
603
603
  "maxzoom": 24,
@@ -616,7 +616,7 @@
616
616
  {
617
617
  "id": "roads_rail_old",
618
618
  "type": "line",
619
- "source": "osm",
619
+ "source": "ohm",
620
620
  "source-layer": "transport_lines",
621
621
  "minzoom": 7,
622
622
  "maxzoom": 24,
@@ -650,7 +650,7 @@
650
650
  {
651
651
  "id": "roads_rail_old_cross",
652
652
  "type": "line",
653
- "source": "osm",
653
+ "source": "ohm",
654
654
  "source-layer": "transport_lines",
655
655
  "minzoom": 7,
656
656
  "maxzoom": 24,
@@ -673,7 +673,7 @@
673
673
  {
674
674
  "id": "roads_rail",
675
675
  "type": "line",
676
- "source": "osm",
676
+ "source": "ohm",
677
677
  "source-layer": "transport_lines",
678
678
  "minzoom": 7,
679
679
  "maxzoom": 24,
@@ -707,7 +707,7 @@
707
707
  {
708
708
  "id": "roads_rail_cross",
709
709
  "type": "line",
710
- "source": "osm",
710
+ "source": "ohm",
711
711
  "source-layer": "transport_lines",
712
712
  "minzoom": 7,
713
713
  "maxzoom": 24,
@@ -744,7 +744,7 @@
744
744
  {
745
745
  "id": "roads_rail_construction",
746
746
  "type": "line",
747
- "source": "osm",
747
+ "source": "ohm",
748
748
  "source-layer": "transport_lines",
749
749
  "minzoom": 9,
750
750
  "maxzoom": 24,
@@ -774,7 +774,7 @@
774
774
  {
775
775
  "id": "roads_rail_construction_cross",
776
776
  "type": "line",
777
- "source": "osm",
777
+ "source": "ohm",
778
778
  "source-layer": "transport_lines",
779
779
  "minzoom": 9,
780
780
  "maxzoom": 24,
@@ -793,7 +793,7 @@
793
793
  {
794
794
  "id": "roads_raceways",
795
795
  "type": "line",
796
- "source": "osm",
796
+ "source": "ohm",
797
797
  "source-layer": "transport_lines",
798
798
  "minzoom": 12,
799
799
  "maxzoom": 24,
@@ -816,7 +816,7 @@
816
816
  {
817
817
  "id": "roads_trackfillcase",
818
818
  "type": "line",
819
- "source": "osm",
819
+ "source": "ohm",
820
820
  "source-layer": "transport_lines",
821
821
  "minzoom": 14,
822
822
  "maxzoom": 24,
@@ -838,7 +838,7 @@
838
838
  {
839
839
  "id": "roads_trackfill",
840
840
  "type": "line",
841
- "source": "osm",
841
+ "source": "ohm",
842
842
  "source-layer": "transport_lines",
843
843
  "minzoom": 14,
844
844
  "maxzoom": 24,
@@ -860,7 +860,7 @@
860
860
  {
861
861
  "id": "roads_track",
862
862
  "type": "line",
863
- "source": "osm",
863
+ "source": "ohm",
864
864
  "source-layer": "transport_lines",
865
865
  "minzoom": 14,
866
866
  "maxzoom": 24,
@@ -883,7 +883,7 @@
883
883
  {
884
884
  "id": "roads_pedestrian_street",
885
885
  "type": "line",
886
- "source": "osm",
886
+ "source": "ohm",
887
887
  "source-layer": "transport_lines",
888
888
  "minzoom": 14,
889
889
  "maxzoom": 24,
@@ -905,7 +905,7 @@
905
905
  {
906
906
  "id": "roads_footway",
907
907
  "type": "line",
908
- "source": "osm",
908
+ "source": "ohm",
909
909
  "source-layer": "transport_lines",
910
910
  "minzoom": 14,
911
911
  "maxzoom": 24,
@@ -932,7 +932,7 @@
932
932
  {
933
933
  "id": "roads_pier",
934
934
  "type": "line",
935
- "source": "osm",
935
+ "source": "ohm",
936
936
  "source-layer": "transport_lines",
937
937
  "minzoom": 14,
938
938
  "maxzoom": 24,
@@ -954,7 +954,7 @@
954
954
  {
955
955
  "id": "roads_steps",
956
956
  "type": "line",
957
- "source": "osm",
957
+ "source": "ohm",
958
958
  "source-layer": "transport_lines",
959
959
  "minzoom": 14,
960
960
  "maxzoom": 24,
@@ -977,7 +977,7 @@
977
977
  {
978
978
  "id": "roads_other",
979
979
  "type": "line",
980
- "source": "osm",
980
+ "source": "ohm",
981
981
  "source-layer": "transport_lines",
982
982
  "minzoom": 14,
983
983
  "maxzoom": 24,
@@ -995,7 +995,7 @@
995
995
  {
996
996
  "id": "roads_residentialcase_z13",
997
997
  "type": "line",
998
- "source": "osm",
998
+ "source": "ohm",
999
999
  "source-layer": "transport_lines",
1000
1000
  "minzoom": 13,
1001
1001
  "maxzoom": 24,
@@ -1029,14 +1029,14 @@
1029
1029
  {
1030
1030
  "id": "roads_tertiary-case",
1031
1031
  "type": "line",
1032
- "source": "osm",
1032
+ "source": "ohm",
1033
1033
  "source-layer": "transport_lines",
1034
1034
  "minzoom": 10.01,
1035
1035
  "maxzoom": 24,
1036
1036
  "filter": [
1037
1037
  "all",
1038
1038
  ["==", ["get", "type"], "tertiary"],
1039
- ["!=", ["get", "tunnel"], 1]
1039
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1040
1040
  ],
1041
1041
  "layout": {
1042
1042
  "visibility": "none",
@@ -1059,13 +1059,13 @@
1059
1059
  {
1060
1060
  "id": "roads_secondary-case",
1061
1061
  "type": "line",
1062
- "source": "osm",
1062
+ "source": "ohm",
1063
1063
  "source-layer": "transport_lines",
1064
1064
  "minzoom": 10.01,
1065
1065
  "filter": [
1066
1066
  "all",
1067
1067
  ["==", ["get", "type"], "secondary"],
1068
- ["!=", ["get", "tunnel"], 1]
1068
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1069
1069
  ],
1070
1070
  "layout": {
1071
1071
  "visibility": "none",
@@ -1088,13 +1088,13 @@
1088
1088
  {
1089
1089
  "id": "roads_primarylink-case",
1090
1090
  "type": "line",
1091
- "source": "osm",
1091
+ "source": "ohm",
1092
1092
  "source-layer": "transport_lines",
1093
1093
  "minzoom": 10.01,
1094
1094
  "filter": [
1095
1095
  "all",
1096
1096
  ["in", ["get", "type"], ["literal", ["primary_link"]]],
1097
- ["!=", ["get", "tunnel"], 1]
1097
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1098
1098
  ],
1099
1099
  "layout": {
1100
1100
  "visibility": "none",
@@ -1117,13 +1117,13 @@
1117
1117
  {
1118
1118
  "id": "roads_primary-case",
1119
1119
  "type": "line",
1120
- "source": "osm",
1120
+ "source": "ohm",
1121
1121
  "source-layer": "transport_lines",
1122
1122
  "minzoom": 10.01,
1123
1123
  "filter": [
1124
1124
  "all",
1125
1125
  ["in", ["get", "type"], ["literal", ["primary"]]],
1126
- ["!=", ["get", "tunnel"], 1],
1126
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1],
1127
1127
  ["!=", ["get", "ford"], "yes"]
1128
1128
  ],
1129
1129
  "layout": {
@@ -1155,14 +1155,14 @@
1155
1155
  {
1156
1156
  "id": "roads_motorwaylink-case",
1157
1157
  "type": "line",
1158
- "source": "osm",
1158
+ "source": "ohm",
1159
1159
  "source-layer": "transport_lines",
1160
1160
  "minzoom": 10.01,
1161
1161
  "maxzoom": 20,
1162
1162
  "filter": [
1163
1163
  "all",
1164
1164
  ["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
1165
- ["!=", ["get", "tunnel"], 1]
1165
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1166
1166
  ],
1167
1167
  "layout": {
1168
1168
  "visibility": "none",
@@ -1193,14 +1193,14 @@
1193
1193
  {
1194
1194
  "id": "roads_motorway-case",
1195
1195
  "type": "line",
1196
- "source": "osm",
1196
+ "source": "ohm",
1197
1197
  "source-layer": "transport_lines",
1198
1198
  "minzoom": 10.01,
1199
1199
  "maxzoom": 20,
1200
1200
  "filter": [
1201
1201
  "all",
1202
1202
  ["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
1203
- ["!=", ["get", "tunnel"], 1]
1203
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1204
1204
  ],
1205
1205
  "layout": {
1206
1206
  "visibility": "none",
@@ -1231,7 +1231,7 @@
1231
1231
  {
1232
1232
  "id": "roads_residential_bridge_z13-copy",
1233
1233
  "type": "line",
1234
- "source": "osm",
1234
+ "source": "ohm",
1235
1235
  "source-layer": "transport_lines",
1236
1236
  "minzoom": 13,
1237
1237
  "maxzoom": 24,
@@ -1265,7 +1265,7 @@
1265
1265
  {
1266
1266
  "id": "roads_tertiarybridge",
1267
1267
  "type": "line",
1268
- "source": "osm",
1268
+ "source": "ohm",
1269
1269
  "source-layer": "transport_lines",
1270
1270
  "minzoom": 9,
1271
1271
  "filter": [
@@ -1301,7 +1301,7 @@
1301
1301
  {
1302
1302
  "id": "roads_secondarybridge",
1303
1303
  "type": "line",
1304
- "source": "osm",
1304
+ "source": "ohm",
1305
1305
  "source-layer": "transport_lines",
1306
1306
  "minzoom": 8,
1307
1307
  "filter": [
@@ -1337,7 +1337,7 @@
1337
1337
  {
1338
1338
  "id": "roads_primarybridge",
1339
1339
  "type": "line",
1340
- "source": "osm",
1340
+ "source": "ohm",
1341
1341
  "source-layer": "transport_lines",
1342
1342
  "minzoom": 6,
1343
1343
  "maxzoom": 20,
@@ -1374,7 +1374,7 @@
1374
1374
  {
1375
1375
  "id": "roads_motorwaybridge",
1376
1376
  "type": "line",
1377
- "source": "osm",
1377
+ "source": "ohm",
1378
1378
  "source-layer": "transport_lines",
1379
1379
  "minzoom": 5,
1380
1380
  "maxzoom": 20,
@@ -1415,13 +1415,13 @@
1415
1415
  {
1416
1416
  "id": "roads_secondarylink",
1417
1417
  "type": "line",
1418
- "source": "osm",
1418
+ "source": "ohm",
1419
1419
  "source-layer": "transport_lines",
1420
1420
  "minzoom": 8,
1421
1421
  "filter": [
1422
1422
  "all",
1423
1423
  ["==", ["get", "type"], "secondary_link"],
1424
- ["!=", ["get", "tunnel"], 1]
1424
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1425
1425
  ],
1426
1426
  "layout": {
1427
1427
  "visibility": "visible",
@@ -1451,13 +1451,13 @@
1451
1451
  {
1452
1452
  "id": "roads_primarylink",
1453
1453
  "type": "line",
1454
- "source": "osm",
1454
+ "source": "ohm",
1455
1455
  "source-layer": "transport_lines",
1456
1456
  "minzoom": 6,
1457
1457
  "filter": [
1458
1458
  "all",
1459
1459
  ["in", ["get", "type"], ["literal", ["primary_link"]]],
1460
- ["!=", ["get", "tunnel"], 1]
1460
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1461
1461
  ],
1462
1462
  "layout": {
1463
1463
  "visibility": "visible",
@@ -1495,14 +1495,14 @@
1495
1495
  {
1496
1496
  "id": "roads_motorwaylink",
1497
1497
  "type": "line",
1498
- "source": "osm",
1498
+ "source": "ohm",
1499
1499
  "source-layer": "transport_lines",
1500
1500
  "minzoom": 5,
1501
1501
  "maxzoom": 20,
1502
1502
  "filter": [
1503
1503
  "all",
1504
1504
  ["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
1505
- ["!=", ["get", "tunnel"], 1]
1505
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1506
1506
  ],
1507
1507
  "layout": {
1508
1508
  "visibility": "visible",
@@ -1540,7 +1540,7 @@
1540
1540
  {
1541
1541
  "id": "roads_residential",
1542
1542
  "type": "line",
1543
- "source": "osm",
1543
+ "source": "ohm",
1544
1544
  "source-layer": "transport_lines",
1545
1545
  "minzoom": 12,
1546
1546
  "maxzoom": 24,
@@ -1577,14 +1577,14 @@
1577
1577
  {
1578
1578
  "id": "roads_tertiary",
1579
1579
  "type": "line",
1580
- "source": "osm",
1580
+ "source": "ohm",
1581
1581
  "source-layer": "transport_lines",
1582
1582
  "minzoom": 9,
1583
1583
  "maxzoom": 24,
1584
1584
  "filter": [
1585
1585
  "all",
1586
1586
  ["==", ["get", "type"], "tertiary"],
1587
- ["!=", ["get", "tunnel"], 1]
1587
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1588
1588
  ],
1589
1589
  "layout": {
1590
1590
  "visibility": "visible",
@@ -1622,13 +1622,13 @@
1622
1622
  {
1623
1623
  "id": "roads_secondary",
1624
1624
  "type": "line",
1625
- "source": "osm",
1625
+ "source": "ohm",
1626
1626
  "source-layer": "transport_lines",
1627
1627
  "minzoom": 8,
1628
1628
  "filter": [
1629
1629
  "all",
1630
1630
  ["==", ["get", "type"], "secondary"],
1631
- ["!=", ["get", "tunnel"], 1]
1631
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1632
1632
  ],
1633
1633
  "layout": {
1634
1634
  "visibility": "visible",
@@ -1666,13 +1666,13 @@
1666
1666
  {
1667
1667
  "id": "roads_primary",
1668
1668
  "type": "line",
1669
- "source": "osm",
1669
+ "source": "ohm",
1670
1670
  "source-layer": "transport_lines",
1671
1671
  "minzoom": 6,
1672
1672
  "filter": [
1673
1673
  "all",
1674
1674
  ["in", ["get", "type"], ["literal", ["primary"]]],
1675
- ["!=", ["get", "tunnel"], 1],
1675
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1],
1676
1676
  ["!=", ["get", "ford"], "yes"]
1677
1677
  ],
1678
1678
  "layout": {
@@ -1711,14 +1711,14 @@
1711
1711
  {
1712
1712
  "id": "roads_motorway",
1713
1713
  "type": "line",
1714
- "source": "osm",
1714
+ "source": "ohm",
1715
1715
  "source-layer": "transport_lines",
1716
1716
  "minzoom": 5,
1717
1717
  "maxzoom": 20,
1718
1718
  "filter": [
1719
1719
  "all",
1720
1720
  ["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
1721
- ["!=", ["get", "tunnel"], 1]
1721
+ ["!=", ["coalesce", ["get", "tunnel"], 0], 1]
1722
1722
  ],
1723
1723
  "layout": {
1724
1724
  "visibility": "visible",
@@ -1756,7 +1756,7 @@
1756
1756
  {
1757
1757
  "id": "roads_ford",
1758
1758
  "type": "line",
1759
- "source": "osm",
1759
+ "source": "ohm",
1760
1760
  "source-layer": "transport_lines",
1761
1761
  "minzoom": 9,
1762
1762
  "filter": ["==", ["get", "ford"], "yes"],
@@ -1778,7 +1778,7 @@
1778
1778
  {
1779
1779
  "id": "roads_residential_bridgetop_z13",
1780
1780
  "type": "line",
1781
- "source": "osm",
1781
+ "source": "ohm",
1782
1782
  "source-layer": "transport_lines",
1783
1783
  "minzoom": 12,
1784
1784
  "maxzoom": 24,
@@ -1808,7 +1808,7 @@
1808
1808
  {
1809
1809
  "id": "roads_tertiarybridgetop",
1810
1810
  "type": "line",
1811
- "source": "osm",
1811
+ "source": "ohm",
1812
1812
  "source-layer": "transport_lines",
1813
1813
  "minzoom": 9,
1814
1814
  "maxzoom": 24,
@@ -1842,7 +1842,7 @@
1842
1842
  {
1843
1843
  "id": "roads_secondarybridgetop",
1844
1844
  "type": "line",
1845
- "source": "osm",
1845
+ "source": "ohm",
1846
1846
  "source-layer": "transport_lines",
1847
1847
  "minzoom": 8,
1848
1848
  "filter": [
@@ -1875,7 +1875,7 @@
1875
1875
  {
1876
1876
  "id": "roads_primarybridgetop",
1877
1877
  "type": "line",
1878
- "source": "osm",
1878
+ "source": "ohm",
1879
1879
  "source-layer": "transport_lines",
1880
1880
  "minzoom": 6,
1881
1881
  "filter": [
@@ -1908,7 +1908,7 @@
1908
1908
  {
1909
1909
  "id": "roads_motorwaybridgetop",
1910
1910
  "type": "line",
1911
- "source": "osm",
1911
+ "source": "ohm",
1912
1912
  "source-layer": "transport_lines",
1913
1913
  "minzoom": 5,
1914
1914
  "maxzoom": 20,
@@ -1950,7 +1950,7 @@
1950
1950
  {
1951
1951
  "id": "roads_secondary_z8",
1952
1952
  "type": "line",
1953
- "source": "osm",
1953
+ "source": "ohm",
1954
1954
  "source-layer": "transport_lines",
1955
1955
  "minzoom": 8,
1956
1956
  "maxzoom": 9,
@@ -1980,7 +1980,7 @@
1980
1980
  {
1981
1981
  "id": "roads_trunk_z7",
1982
1982
  "type": "line",
1983
- "source": "osm",
1983
+ "source": "ohm",
1984
1984
  "source-layer": "transport_lines",
1985
1985
  "minzoom": 7,
1986
1986
  "maxzoom": 9,
@@ -2010,7 +2010,7 @@
2010
2010
  {
2011
2011
  "id": "roads_motorway_z7",
2012
2012
  "type": "line",
2013
- "source": "osm",
2013
+ "source": "ohm",
2014
2014
  "source-layer": "transport_lines",
2015
2015
  "minzoom": 6,
2016
2016
  "maxzoom": 9,
@@ -2041,7 +2041,7 @@
2041
2041
  {
2042
2042
  "id": "man_made_bridge_area",
2043
2043
  "type": "fill",
2044
- "source": "osm",
2044
+ "source": "ohm",
2045
2045
  "source-layer": "other_areas",
2046
2046
  "filter": [
2047
2047
  "all",
@@ -2054,7 +2054,7 @@
2054
2054
  {
2055
2055
  "id": "man_made_bridge_line",
2056
2056
  "type": "line",
2057
- "source": "osm",
2057
+ "source": "ohm",
2058
2058
  "source-layer": "other_lines",
2059
2059
  "filter": [
2060
2060
  "all",
@@ -2067,7 +2067,7 @@
2067
2067
  {
2068
2068
  "id": "city_labels_z6",
2069
2069
  "type": "symbol",
2070
- "source": "osm",
2070
+ "source": "ohm",
2071
2071
  "source-layer": "place_points_centroids",
2072
2072
  "minzoom": 6,
2073
2073
  "maxzoom": 15,
@@ -2107,7 +2107,7 @@
2107
2107
  {
2108
2108
  "id": "city_capital_labels",
2109
2109
  "type": "symbol",
2110
- "source": "osm",
2110
+ "source": "ohm",
2111
2111
  "source-layer": "place_points_centroids",
2112
2112
  "minzoom": 4,
2113
2113
  "maxzoom": 15,
@@ -2148,7 +2148,7 @@
2148
2148
  {
2149
2149
  "id": "state_points_labels-centroids",
2150
2150
  "type": "symbol",
2151
- "source": "osm",
2151
+ "source": "ohm",
2152
2152
  "source-layer": "land_ohm_centroids",
2153
2153
  "minzoom": 5,
2154
2154
  "maxzoom": 20,
@@ -2180,7 +2180,7 @@
2180
2180
  {
2181
2181
  "id": "state_points_labels",
2182
2182
  "type": "symbol",
2183
- "source": "osm",
2183
+ "source": "ohm",
2184
2184
  "source-layer": "place_points_centroids",
2185
2185
  "minzoom": 5,
2186
2186
  "maxzoom": 20,
@@ -2208,7 +2208,7 @@
2208
2208
  {
2209
2209
  "id": "country_points_labels-centroids",
2210
2210
  "type": "symbol",
2211
- "source": "osm",
2211
+ "source": "ohm",
2212
2212
  "source-layer": "land_ohm_centroids",
2213
2213
  "minzoom": 0,
2214
2214
  "maxzoom": 10,
@@ -2242,7 +2242,7 @@
2242
2242
  {
2243
2243
  "id": "country_points_labels",
2244
2244
  "type": "symbol",
2245
- "source": "osm",
2245
+ "source": "ohm",
2246
2246
  "source-layer": "place_points_centroids",
2247
2247
  "minzoom": 0,
2248
2248
  "maxzoom": 10,
@@ -2272,7 +2272,7 @@
2272
2272
  {
2273
2273
  "id": "mountains",
2274
2274
  "type": "symbol",
2275
- "source": "osm",
2275
+ "source": "ohm",
2276
2276
  "source-layer": "landuse_points_centroids",
2277
2277
  "minzoom": 7,
2278
2278
  "filter": [