@openhistoricalmap/map-styles 0.9.12 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/historical/historical.json +296 -330
- package/dist/japanese_scroll/japanese_scroll.json +76 -76
- package/dist/ohm.styles.js +738 -761
- package/dist/railway/railway.json +285 -274
- package/dist/woodblock/woodblock.json +81 -81
- package/historical/historical.json +264 -292
- package/japanese_scroll/japanese_scroll.json +76 -76
- package/package.json +5 -5
- package/railway/railway.json +276 -271
- package/wkg/index.html +18 -0
- package/woodblock/woodblock.json +83 -85
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
},
|
|
7
7
|
"attribution": "<a href=\"https://www.openhistoricalmap.org/\">OpenHistoricalMap</a>",
|
|
8
8
|
"sources": {
|
|
9
|
-
"
|
|
9
|
+
"ohm": {
|
|
10
10
|
"type": "vector",
|
|
11
11
|
"tiles": [
|
|
12
|
-
"https://vtiles.openhistoricalmap.org/maps/
|
|
12
|
+
"https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"
|
|
13
13
|
]
|
|
14
14
|
},
|
|
15
15
|
"ne": {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
{
|
|
97
97
|
"id": "water_areas",
|
|
98
98
|
"type": "fill",
|
|
99
|
-
"source": "
|
|
99
|
+
"source": "ohm",
|
|
100
100
|
"source-layer": "water_areas",
|
|
101
101
|
"minzoom": 8,
|
|
102
102
|
"maxzoom": 24,
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
{
|
|
127
127
|
"id": "water_lines_stream",
|
|
128
128
|
"type": "line",
|
|
129
|
-
"source": "
|
|
129
|
+
"source": "ohm",
|
|
130
130
|
"source-layer": "water_lines",
|
|
131
131
|
"minzoom": 13,
|
|
132
132
|
"maxzoom": 24,
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
{
|
|
162
162
|
"id": "water_lines_ditch",
|
|
163
163
|
"type": "line",
|
|
164
|
-
"source": "
|
|
164
|
+
"source": "ohm",
|
|
165
165
|
"source-layer": "water_lines",
|
|
166
166
|
"minzoom": 15,
|
|
167
167
|
"maxzoom": 24,
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
{
|
|
201
201
|
"id": "water_lines_canal",
|
|
202
202
|
"type": "line",
|
|
203
|
-
"source": "
|
|
203
|
+
"source": "ohm",
|
|
204
204
|
"source-layer": "water_lines",
|
|
205
205
|
"minzoom": 8,
|
|
206
206
|
"maxzoom": 24,
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
{
|
|
238
238
|
"id": "water_lines_river",
|
|
239
239
|
"type": "line",
|
|
240
|
-
"source": "
|
|
240
|
+
"source": "ohm",
|
|
241
241
|
"source-layer": "water_lines",
|
|
242
242
|
"minzoom": 8,
|
|
243
243
|
"maxzoom": 24,
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
{
|
|
280
280
|
"id": "water_lines_dam",
|
|
281
281
|
"type": "line",
|
|
282
|
-
"source": "
|
|
282
|
+
"source": "ohm",
|
|
283
283
|
"source-layer": "water_lines",
|
|
284
284
|
"minzoom": 13,
|
|
285
285
|
"maxzoom": 24,
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
{
|
|
315
315
|
"id": "buildings_flat",
|
|
316
316
|
"type": "fill",
|
|
317
|
-
"source": "
|
|
317
|
+
"source": "ohm",
|
|
318
318
|
"source-layer": "buildings",
|
|
319
319
|
"minzoom": 14,
|
|
320
320
|
"maxzoom": 24,
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
{
|
|
333
333
|
"id": "buildings_flat_ruins",
|
|
334
334
|
"type": "fill",
|
|
335
|
-
"source": "
|
|
335
|
+
"source": "ohm",
|
|
336
336
|
"source-layer": "other_areas",
|
|
337
337
|
"minzoom": 14,
|
|
338
338
|
"maxzoom": 24,
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
{
|
|
356
356
|
"id": "t_outlines",
|
|
357
357
|
"type": "line",
|
|
358
|
-
"source": "
|
|
358
|
+
"source": "ohm",
|
|
359
359
|
"source-layer": "other_areas",
|
|
360
360
|
"filter": [
|
|
361
361
|
"==",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
{
|
|
379
379
|
"id": "buildings_flat_outlines",
|
|
380
380
|
"type": "line",
|
|
381
|
-
"source": "
|
|
381
|
+
"source": "ohm",
|
|
382
382
|
"source-layer": "buildings",
|
|
383
383
|
"minzoom": 14,
|
|
384
384
|
"filter": [
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
{
|
|
411
411
|
"id": "roads_subways",
|
|
412
412
|
"type": "line",
|
|
413
|
-
"source": "
|
|
413
|
+
"source": "ohm",
|
|
414
414
|
"source-layer": "transport_lines",
|
|
415
415
|
"minzoom": 14,
|
|
416
416
|
"filter": [
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
{
|
|
455
455
|
"id": "roads_tertiarytunnel_case",
|
|
456
456
|
"type": "line",
|
|
457
|
-
"source": "
|
|
457
|
+
"source": "ohm",
|
|
458
458
|
"source-layer": "transport_lines",
|
|
459
459
|
"minzoom": 9,
|
|
460
460
|
"filter": [
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
{
|
|
507
507
|
"id": "roads_secondarytunnel_case",
|
|
508
508
|
"type": "line",
|
|
509
|
-
"source": "
|
|
509
|
+
"source": "ohm",
|
|
510
510
|
"source-layer": "transport_lines",
|
|
511
511
|
"minzoom": 8,
|
|
512
512
|
"filter": [
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
{
|
|
559
559
|
"id": "roads_primarytunnel_case",
|
|
560
560
|
"type": "line",
|
|
561
|
-
"source": "
|
|
561
|
+
"source": "ohm",
|
|
562
562
|
"source-layer": "transport_lines",
|
|
563
563
|
"minzoom": 6,
|
|
564
564
|
"maxzoom": 20,
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
{
|
|
617
617
|
"id": "roads_motorwaytunnel_case",
|
|
618
618
|
"type": "line",
|
|
619
|
-
"source": "
|
|
619
|
+
"source": "ohm",
|
|
620
620
|
"source-layer": "transport_lines",
|
|
621
621
|
"minzoom": 5,
|
|
622
622
|
"maxzoom": 20,
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
{
|
|
678
678
|
"id": "roads_tertiarytunnel",
|
|
679
679
|
"type": "line",
|
|
680
|
-
"source": "
|
|
680
|
+
"source": "ohm",
|
|
681
681
|
"source-layer": "transport_lines",
|
|
682
682
|
"minzoom": 9,
|
|
683
683
|
"filter": [
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
{
|
|
726
726
|
"id": "roads_secondarytunnel",
|
|
727
727
|
"type": "line",
|
|
728
|
-
"source": "
|
|
728
|
+
"source": "ohm",
|
|
729
729
|
"source-layer": "transport_lines",
|
|
730
730
|
"minzoom": 8,
|
|
731
731
|
"filter": [
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
{
|
|
774
774
|
"id": "roads_primarytunnel",
|
|
775
775
|
"type": "line",
|
|
776
|
-
"source": "
|
|
776
|
+
"source": "ohm",
|
|
777
777
|
"source-layer": "transport_lines",
|
|
778
778
|
"minzoom": 6,
|
|
779
779
|
"filter": [
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
{
|
|
820
820
|
"id": "roads_motorwaytunnel",
|
|
821
821
|
"type": "line",
|
|
822
|
-
"source": "
|
|
822
|
+
"source": "ohm",
|
|
823
823
|
"source-layer": "transport_lines",
|
|
824
824
|
"minzoom": 11,
|
|
825
825
|
"maxzoom": 20,
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
{
|
|
877
877
|
"id": "roads_rail_tram",
|
|
878
878
|
"type": "line",
|
|
879
|
-
"source": "
|
|
879
|
+
"source": "ohm",
|
|
880
880
|
"source-layer": "transport_lines",
|
|
881
881
|
"minzoom": 7,
|
|
882
882
|
"maxzoom": 24,
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
{
|
|
943
943
|
"id": "roads_rail_mini",
|
|
944
944
|
"type": "line",
|
|
945
|
-
"source": "
|
|
945
|
+
"source": "ohm",
|
|
946
946
|
"source-layer": "transport_lines",
|
|
947
947
|
"minzoom": 7,
|
|
948
948
|
"maxzoom": 24,
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
{
|
|
1008
1008
|
"id": "roads_rail_mini_cross",
|
|
1009
1009
|
"type": "line",
|
|
1010
|
-
"source": "
|
|
1010
|
+
"source": "ohm",
|
|
1011
1011
|
"source-layer": "transport_lines",
|
|
1012
1012
|
"minzoom": 7,
|
|
1013
1013
|
"maxzoom": 24,
|
|
@@ -1060,7 +1060,7 @@
|
|
|
1060
1060
|
{
|
|
1061
1061
|
"id": "roads_rail_old",
|
|
1062
1062
|
"type": "line",
|
|
1063
|
-
"source": "
|
|
1063
|
+
"source": "ohm",
|
|
1064
1064
|
"source-layer": "transport_lines",
|
|
1065
1065
|
"minzoom": 7,
|
|
1066
1066
|
"maxzoom": 24,
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
{
|
|
1128
1128
|
"id": "roads_rail_old_cross",
|
|
1129
1129
|
"type": "line",
|
|
1130
|
-
"source": "
|
|
1130
|
+
"source": "ohm",
|
|
1131
1131
|
"source-layer": "transport_lines",
|
|
1132
1132
|
"minzoom": 7,
|
|
1133
1133
|
"maxzoom": 24,
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
{
|
|
1183
1183
|
"id": "roads_rail",
|
|
1184
1184
|
"type": "line",
|
|
1185
|
-
"source": "
|
|
1185
|
+
"source": "ohm",
|
|
1186
1186
|
"source-layer": "transport_lines",
|
|
1187
1187
|
"minzoom": 7,
|
|
1188
1188
|
"maxzoom": 24,
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
{
|
|
1249
1249
|
"id": "roads_rail_cross",
|
|
1250
1250
|
"type": "line",
|
|
1251
|
-
"source": "
|
|
1251
|
+
"source": "ohm",
|
|
1252
1252
|
"source-layer": "transport_lines",
|
|
1253
1253
|
"minzoom": 7,
|
|
1254
1254
|
"maxzoom": 24,
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
{
|
|
1321
1321
|
"id": "roads_rail_construction",
|
|
1322
1322
|
"type": "line",
|
|
1323
|
-
"source": "
|
|
1323
|
+
"source": "ohm",
|
|
1324
1324
|
"source-layer": "transport_lines",
|
|
1325
1325
|
"minzoom": 9,
|
|
1326
1326
|
"maxzoom": 24,
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
{
|
|
1382
1382
|
"id": "roads_rail_construction_cross",
|
|
1383
1383
|
"type": "line",
|
|
1384
|
-
"source": "
|
|
1384
|
+
"source": "ohm",
|
|
1385
1385
|
"source-layer": "transport_lines",
|
|
1386
1386
|
"minzoom": 9,
|
|
1387
1387
|
"maxzoom": 24,
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
{
|
|
1431
1431
|
"id": "roads_raceways",
|
|
1432
1432
|
"type": "line",
|
|
1433
|
-
"source": "
|
|
1433
|
+
"source": "ohm",
|
|
1434
1434
|
"source-layer": "transport_lines",
|
|
1435
1435
|
"minzoom": 12,
|
|
1436
1436
|
"maxzoom": 24,
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
{
|
|
1476
1476
|
"id": "roads_trackfillcase",
|
|
1477
1477
|
"type": "line",
|
|
1478
|
-
"source": "
|
|
1478
|
+
"source": "ohm",
|
|
1479
1479
|
"source-layer": "transport_lines",
|
|
1480
1480
|
"minzoom": 14,
|
|
1481
1481
|
"maxzoom": 24,
|
|
@@ -1511,7 +1511,7 @@
|
|
|
1511
1511
|
{
|
|
1512
1512
|
"id": "roads_trackfill",
|
|
1513
1513
|
"type": "line",
|
|
1514
|
-
"source": "
|
|
1514
|
+
"source": "ohm",
|
|
1515
1515
|
"source-layer": "transport_lines",
|
|
1516
1516
|
"minzoom": 14,
|
|
1517
1517
|
"maxzoom": 24,
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
{
|
|
1548
1548
|
"id": "roads_track",
|
|
1549
1549
|
"type": "line",
|
|
1550
|
-
"source": "
|
|
1550
|
+
"source": "ohm",
|
|
1551
1551
|
"source-layer": "transport_lines",
|
|
1552
1552
|
"minzoom": 14,
|
|
1553
1553
|
"maxzoom": 24,
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
{
|
|
1588
1588
|
"id": "roads_pedestrian_street",
|
|
1589
1589
|
"type": "line",
|
|
1590
|
-
"source": "
|
|
1590
|
+
"source": "ohm",
|
|
1591
1591
|
"source-layer": "transport_lines",
|
|
1592
1592
|
"minzoom": 14,
|
|
1593
1593
|
"maxzoom": 24,
|
|
@@ -1628,7 +1628,7 @@
|
|
|
1628
1628
|
{
|
|
1629
1629
|
"id": "roads_footway",
|
|
1630
1630
|
"type": "line",
|
|
1631
|
-
"source": "
|
|
1631
|
+
"source": "ohm",
|
|
1632
1632
|
"source-layer": "transport_lines",
|
|
1633
1633
|
"minzoom": 14,
|
|
1634
1634
|
"maxzoom": 24,
|
|
@@ -1675,7 +1675,7 @@
|
|
|
1675
1675
|
{
|
|
1676
1676
|
"id": "roads_pier",
|
|
1677
1677
|
"type": "line",
|
|
1678
|
-
"source": "
|
|
1678
|
+
"source": "ohm",
|
|
1679
1679
|
"source-layer": "transport_lines",
|
|
1680
1680
|
"minzoom": 14,
|
|
1681
1681
|
"maxzoom": 24,
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
{
|
|
1712
1712
|
"id": "roads_steps",
|
|
1713
1713
|
"type": "line",
|
|
1714
|
-
"source": "
|
|
1714
|
+
"source": "ohm",
|
|
1715
1715
|
"source-layer": "transport_lines",
|
|
1716
1716
|
"minzoom": 14,
|
|
1717
1717
|
"maxzoom": 24,
|
|
@@ -1756,7 +1756,7 @@
|
|
|
1756
1756
|
{
|
|
1757
1757
|
"id": "roads_other",
|
|
1758
1758
|
"type": "line",
|
|
1759
|
-
"source": "
|
|
1759
|
+
"source": "ohm",
|
|
1760
1760
|
"source-layer": "transport_lines",
|
|
1761
1761
|
"minzoom": 14,
|
|
1762
1762
|
"maxzoom": 24,
|
|
@@ -1798,7 +1798,7 @@
|
|
|
1798
1798
|
{
|
|
1799
1799
|
"id": "roads_residentialcase_z13",
|
|
1800
1800
|
"type": "line",
|
|
1801
|
-
"source": "
|
|
1801
|
+
"source": "ohm",
|
|
1802
1802
|
"source-layer": "transport_lines",
|
|
1803
1803
|
"minzoom": 13,
|
|
1804
1804
|
"maxzoom": 24,
|
|
@@ -1854,7 +1854,7 @@
|
|
|
1854
1854
|
{
|
|
1855
1855
|
"id": "roads_tertiary-case",
|
|
1856
1856
|
"type": "line",
|
|
1857
|
-
"source": "
|
|
1857
|
+
"source": "ohm",
|
|
1858
1858
|
"source-layer": "transport_lines",
|
|
1859
1859
|
"minzoom": 10.01,
|
|
1860
1860
|
"maxzoom": 24,
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
{
|
|
1904
1904
|
"id": "roads_secondary-case",
|
|
1905
1905
|
"type": "line",
|
|
1906
|
-
"source": "
|
|
1906
|
+
"source": "ohm",
|
|
1907
1907
|
"source-layer": "transport_lines",
|
|
1908
1908
|
"minzoom": 10.01,
|
|
1909
1909
|
"filter": [
|
|
@@ -1951,7 +1951,7 @@
|
|
|
1951
1951
|
{
|
|
1952
1952
|
"id": "roads_primarylink-case",
|
|
1953
1953
|
"type": "line",
|
|
1954
|
-
"source": "
|
|
1954
|
+
"source": "ohm",
|
|
1955
1955
|
"source-layer": "transport_lines",
|
|
1956
1956
|
"minzoom": 10.01,
|
|
1957
1957
|
"filter": [
|
|
@@ -2004,7 +2004,7 @@
|
|
|
2004
2004
|
{
|
|
2005
2005
|
"id": "roads_primary-case",
|
|
2006
2006
|
"type": "line",
|
|
2007
|
-
"source": "
|
|
2007
|
+
"source": "ohm",
|
|
2008
2008
|
"source-layer": "transport_lines",
|
|
2009
2009
|
"minzoom": 10.01,
|
|
2010
2010
|
"filter": [
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
{
|
|
2078
2078
|
"id": "roads_motorwaylink-case",
|
|
2079
2079
|
"type": "line",
|
|
2080
|
-
"source": "
|
|
2080
|
+
"source": "ohm",
|
|
2081
2081
|
"source-layer": "transport_lines",
|
|
2082
2082
|
"minzoom": 10.01,
|
|
2083
2083
|
"maxzoom": 20,
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
{
|
|
2145
2145
|
"id": "roads_motorway-case",
|
|
2146
2146
|
"type": "line",
|
|
2147
|
-
"source": "
|
|
2147
|
+
"source": "ohm",
|
|
2148
2148
|
"source-layer": "transport_lines",
|
|
2149
2149
|
"minzoom": 10.01,
|
|
2150
2150
|
"maxzoom": 20,
|
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
{
|
|
2212
2212
|
"id": "roads_residential_bridge_z13-copy",
|
|
2213
2213
|
"type": "line",
|
|
2214
|
-
"source": "
|
|
2214
|
+
"source": "ohm",
|
|
2215
2215
|
"source-layer": "transport_lines",
|
|
2216
2216
|
"minzoom": 13,
|
|
2217
2217
|
"maxzoom": 24,
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
{
|
|
2268
2268
|
"id": "roads_tertiarybridge",
|
|
2269
2269
|
"type": "line",
|
|
2270
|
-
"source": "
|
|
2270
|
+
"source": "ohm",
|
|
2271
2271
|
"source-layer": "transport_lines",
|
|
2272
2272
|
"minzoom": 9,
|
|
2273
2273
|
"filter": [
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
{
|
|
2323
2323
|
"id": "roads_secondarybridge",
|
|
2324
2324
|
"type": "line",
|
|
2325
|
-
"source": "
|
|
2325
|
+
"source": "ohm",
|
|
2326
2326
|
"source-layer": "transport_lines",
|
|
2327
2327
|
"minzoom": 8,
|
|
2328
2328
|
"filter": [
|
|
@@ -2377,7 +2377,7 @@
|
|
|
2377
2377
|
{
|
|
2378
2378
|
"id": "roads_primarybridge",
|
|
2379
2379
|
"type": "line",
|
|
2380
|
-
"source": "
|
|
2380
|
+
"source": "ohm",
|
|
2381
2381
|
"source-layer": "transport_lines",
|
|
2382
2382
|
"minzoom": 6,
|
|
2383
2383
|
"maxzoom": 20,
|
|
@@ -2439,7 +2439,7 @@
|
|
|
2439
2439
|
{
|
|
2440
2440
|
"id": "roads_motorwaybridge",
|
|
2441
2441
|
"type": "line",
|
|
2442
|
-
"source": "
|
|
2442
|
+
"source": "ohm",
|
|
2443
2443
|
"source-layer": "transport_lines",
|
|
2444
2444
|
"minzoom": 5,
|
|
2445
2445
|
"maxzoom": 20,
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
{
|
|
2504
2504
|
"id": "roads_secondarylink",
|
|
2505
2505
|
"type": "line",
|
|
2506
|
-
"source": "
|
|
2506
|
+
"source": "ohm",
|
|
2507
2507
|
"source-layer": "transport_lines",
|
|
2508
2508
|
"minzoom": 8,
|
|
2509
2509
|
"filter": [
|
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
{
|
|
2559
2559
|
"id": "roads_primarylink",
|
|
2560
2560
|
"type": "line",
|
|
2561
|
-
"source": "
|
|
2561
|
+
"source": "ohm",
|
|
2562
2562
|
"source-layer": "transport_lines",
|
|
2563
2563
|
"minzoom": 6,
|
|
2564
2564
|
"filter": [
|
|
@@ -2630,7 +2630,7 @@
|
|
|
2630
2630
|
{
|
|
2631
2631
|
"id": "roads_motorwaylink",
|
|
2632
2632
|
"type": "line",
|
|
2633
|
-
"source": "
|
|
2633
|
+
"source": "ohm",
|
|
2634
2634
|
"source-layer": "transport_lines",
|
|
2635
2635
|
"minzoom": 5,
|
|
2636
2636
|
"maxzoom": 20,
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
{
|
|
2705
2705
|
"id": "roads_residential",
|
|
2706
2706
|
"type": "line",
|
|
2707
|
-
"source": "
|
|
2707
|
+
"source": "ohm",
|
|
2708
2708
|
"source-layer": "transport_lines",
|
|
2709
2709
|
"minzoom": 12,
|
|
2710
2710
|
"maxzoom": 24,
|
|
@@ -2756,7 +2756,7 @@
|
|
|
2756
2756
|
{
|
|
2757
2757
|
"id": "roads_tertiary",
|
|
2758
2758
|
"type": "line",
|
|
2759
|
-
"source": "
|
|
2759
|
+
"source": "ohm",
|
|
2760
2760
|
"source-layer": "transport_lines",
|
|
2761
2761
|
"minzoom": 9,
|
|
2762
2762
|
"maxzoom": 24,
|
|
@@ -2824,7 +2824,7 @@
|
|
|
2824
2824
|
{
|
|
2825
2825
|
"id": "roads_secondary",
|
|
2826
2826
|
"type": "line",
|
|
2827
|
-
"source": "
|
|
2827
|
+
"source": "ohm",
|
|
2828
2828
|
"source-layer": "transport_lines",
|
|
2829
2829
|
"minzoom": 8,
|
|
2830
2830
|
"filter": [
|
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
{
|
|
2892
2892
|
"id": "roads_primary",
|
|
2893
2893
|
"type": "line",
|
|
2894
|
-
"source": "
|
|
2894
|
+
"source": "ohm",
|
|
2895
2895
|
"source-layer": "transport_lines",
|
|
2896
2896
|
"minzoom": 6,
|
|
2897
2897
|
"filter": [
|
|
@@ -2971,7 +2971,7 @@
|
|
|
2971
2971
|
{
|
|
2972
2972
|
"id": "roads_motorway",
|
|
2973
2973
|
"type": "line",
|
|
2974
|
-
"source": "
|
|
2974
|
+
"source": "ohm",
|
|
2975
2975
|
"source-layer": "transport_lines",
|
|
2976
2976
|
"minzoom": 5,
|
|
2977
2977
|
"maxzoom": 20,
|
|
@@ -3045,7 +3045,7 @@
|
|
|
3045
3045
|
{
|
|
3046
3046
|
"id": "roads_ford",
|
|
3047
3047
|
"type": "line",
|
|
3048
|
-
"source": "
|
|
3048
|
+
"source": "ohm",
|
|
3049
3049
|
"source-layer": "transport_lines",
|
|
3050
3050
|
"minzoom": 9,
|
|
3051
3051
|
"filter": [
|
|
@@ -3084,7 +3084,7 @@
|
|
|
3084
3084
|
{
|
|
3085
3085
|
"id": "roads_residential_bridgetop_z13",
|
|
3086
3086
|
"type": "line",
|
|
3087
|
-
"source": "
|
|
3087
|
+
"source": "ohm",
|
|
3088
3088
|
"source-layer": "transport_lines",
|
|
3089
3089
|
"minzoom": 12,
|
|
3090
3090
|
"maxzoom": 24,
|
|
@@ -3138,7 +3138,7 @@
|
|
|
3138
3138
|
{
|
|
3139
3139
|
"id": "roads_tertiarybridgetop",
|
|
3140
3140
|
"type": "line",
|
|
3141
|
-
"source": "
|
|
3141
|
+
"source": "ohm",
|
|
3142
3142
|
"source-layer": "transport_lines",
|
|
3143
3143
|
"minzoom": 9,
|
|
3144
3144
|
"maxzoom": 24,
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
{
|
|
3198
3198
|
"id": "roads_secondarybridgetop",
|
|
3199
3199
|
"type": "line",
|
|
3200
|
-
"source": "
|
|
3200
|
+
"source": "ohm",
|
|
3201
3201
|
"source-layer": "transport_lines",
|
|
3202
3202
|
"minzoom": 8,
|
|
3203
3203
|
"filter": [
|
|
@@ -3255,7 +3255,7 @@
|
|
|
3255
3255
|
{
|
|
3256
3256
|
"id": "roads_primarybridgetop",
|
|
3257
3257
|
"type": "line",
|
|
3258
|
-
"source": "
|
|
3258
|
+
"source": "ohm",
|
|
3259
3259
|
"source-layer": "transport_lines",
|
|
3260
3260
|
"minzoom": 6,
|
|
3261
3261
|
"filter": [
|
|
@@ -3318,7 +3318,7 @@
|
|
|
3318
3318
|
{
|
|
3319
3319
|
"id": "roads_motorwaybridgetop",
|
|
3320
3320
|
"type": "line",
|
|
3321
|
-
"source": "
|
|
3321
|
+
"source": "ohm",
|
|
3322
3322
|
"source-layer": "transport_lines",
|
|
3323
3323
|
"minzoom": 5,
|
|
3324
3324
|
"maxzoom": 20,
|
|
@@ -3387,7 +3387,7 @@
|
|
|
3387
3387
|
{
|
|
3388
3388
|
"id": "roads_secondary_z8",
|
|
3389
3389
|
"type": "line",
|
|
3390
|
-
"source": "
|
|
3390
|
+
"source": "ohm",
|
|
3391
3391
|
"source-layer": "transport_lines",
|
|
3392
3392
|
"minzoom": 8,
|
|
3393
3393
|
"maxzoom": 9,
|
|
@@ -3440,7 +3440,7 @@
|
|
|
3440
3440
|
{
|
|
3441
3441
|
"id": "roads_trunk_z7",
|
|
3442
3442
|
"type": "line",
|
|
3443
|
-
"source": "
|
|
3443
|
+
"source": "ohm",
|
|
3444
3444
|
"source-layer": "transport_lines",
|
|
3445
3445
|
"minzoom": 7,
|
|
3446
3446
|
"maxzoom": 9,
|
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
{
|
|
3495
3495
|
"id": "roads_motorway_z7",
|
|
3496
3496
|
"type": "line",
|
|
3497
|
-
"source": "
|
|
3497
|
+
"source": "ohm",
|
|
3498
3498
|
"source-layer": "transport_lines",
|
|
3499
3499
|
"minzoom": 6,
|
|
3500
3500
|
"maxzoom": 9,
|
|
@@ -3543,7 +3543,7 @@
|
|
|
3543
3543
|
{
|
|
3544
3544
|
"id": "admin_countrylines_z10",
|
|
3545
3545
|
"type": "line",
|
|
3546
|
-
"source": "
|
|
3546
|
+
"source": "ohm",
|
|
3547
3547
|
"source-layer": "land_ohm_lines",
|
|
3548
3548
|
"minzoom": 0,
|
|
3549
3549
|
"maxzoom": 20,
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
{
|
|
3587
3587
|
"id": "man_made_bridge_area",
|
|
3588
3588
|
"type": "fill",
|
|
3589
|
-
"source": "
|
|
3589
|
+
"source": "ohm",
|
|
3590
3590
|
"source-layer": "other_areas",
|
|
3591
3591
|
"filter": [
|
|
3592
3592
|
"all",
|
|
@@ -3617,7 +3617,7 @@
|
|
|
3617
3617
|
{
|
|
3618
3618
|
"id": "man_made_bridge_line",
|
|
3619
3619
|
"type": "line",
|
|
3620
|
-
"source": "
|
|
3620
|
+
"source": "ohm",
|
|
3621
3621
|
"source-layer": "other_lines",
|
|
3622
3622
|
"filter": [
|
|
3623
3623
|
"all",
|
|
@@ -3649,7 +3649,7 @@
|
|
|
3649
3649
|
{
|
|
3650
3650
|
"id": "landuse_areaslabels_park",
|
|
3651
3651
|
"type": "symbol",
|
|
3652
|
-
"source": "
|
|
3652
|
+
"source": "ohm",
|
|
3653
3653
|
"source-layer": "landuse_areas",
|
|
3654
3654
|
"minzoom": 12,
|
|
3655
3655
|
"maxzoom": 24,
|
|
@@ -3721,7 +3721,7 @@
|
|
|
3721
3721
|
{
|
|
3722
3722
|
"id": "landuse_areaslabels_forest",
|
|
3723
3723
|
"type": "symbol",
|
|
3724
|
-
"source": "
|
|
3724
|
+
"source": "ohm",
|
|
3725
3725
|
"source-layer": "landuse_areas",
|
|
3726
3726
|
"minzoom": 7,
|
|
3727
3727
|
"maxzoom": 24,
|
|
@@ -3758,7 +3758,7 @@
|
|
|
3758
3758
|
{
|
|
3759
3759
|
"id": "city_labels_z6",
|
|
3760
3760
|
"type": "symbol",
|
|
3761
|
-
"source": "
|
|
3761
|
+
"source": "ohm",
|
|
3762
3762
|
"source-layer": "place_points_centroids",
|
|
3763
3763
|
"minzoom": 6,
|
|
3764
3764
|
"maxzoom": 15,
|
|
@@ -3844,7 +3844,7 @@
|
|
|
3844
3844
|
{
|
|
3845
3845
|
"id": "city_capital_labels",
|
|
3846
3846
|
"type": "symbol",
|
|
3847
|
-
"source": "
|
|
3847
|
+
"source": "ohm",
|
|
3848
3848
|
"source-layer": "place_points_centroids",
|
|
3849
3849
|
"minzoom": 4,
|
|
3850
3850
|
"maxzoom": 15,
|
|
@@ -3930,7 +3930,7 @@
|
|
|
3930
3930
|
{
|
|
3931
3931
|
"id": "state_points_labels-centroids",
|
|
3932
3932
|
"type": "symbol",
|
|
3933
|
-
"source": "
|
|
3933
|
+
"source": "ohm",
|
|
3934
3934
|
"source-layer": "land_ohm_centroids",
|
|
3935
3935
|
"minzoom": 4,
|
|
3936
3936
|
"maxzoom": 20,
|
|
@@ -3992,7 +3992,7 @@
|
|
|
3992
3992
|
{
|
|
3993
3993
|
"id": "state_points_labels",
|
|
3994
3994
|
"type": "symbol",
|
|
3995
|
-
"source": "
|
|
3995
|
+
"source": "ohm",
|
|
3996
3996
|
"source-layer": "place_points_centroids",
|
|
3997
3997
|
"minzoom": 4,
|
|
3998
3998
|
"maxzoom": 20,
|
|
@@ -4049,7 +4049,7 @@
|
|
|
4049
4049
|
{
|
|
4050
4050
|
"id": "country_points_labels-centroids",
|
|
4051
4051
|
"type": "symbol",
|
|
4052
|
-
"source": "
|
|
4052
|
+
"source": "ohm",
|
|
4053
4053
|
"source-layer": "land_ohm_centroids",
|
|
4054
4054
|
"minzoom": 0,
|
|
4055
4055
|
"maxzoom": 14,
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
{
|
|
4117
4117
|
"id": "country_points_labels",
|
|
4118
4118
|
"type": "symbol",
|
|
4119
|
-
"source": "
|
|
4119
|
+
"source": "ohm",
|
|
4120
4120
|
"source-layer": "place_points_centroids",
|
|
4121
4121
|
"minzoom": 0,
|
|
4122
4122
|
"maxzoom": 14,
|
|
@@ -4172,7 +4172,7 @@
|
|
|
4172
4172
|
{
|
|
4173
4173
|
"id": "map dragon",
|
|
4174
4174
|
"type": "symbol",
|
|
4175
|
-
"source": "
|
|
4175
|
+
"source": "ohm",
|
|
4176
4176
|
"source-layer": "place_points_centroids",
|
|
4177
4177
|
"filter": [
|
|
4178
4178
|
"==",
|
|
@@ -4207,7 +4207,7 @@
|
|
|
4207
4207
|
{
|
|
4208
4208
|
"id": "mermonster",
|
|
4209
4209
|
"type": "symbol",
|
|
4210
|
-
"source": "
|
|
4210
|
+
"source": "ohm",
|
|
4211
4211
|
"source-layer": "place_points_centroids",
|
|
4212
4212
|
"filter": [
|
|
4213
4213
|
"==",
|