@openhistoricalmap/map-styles 0.9.11 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/historical/historical.json +1384 -751
- package/dist/japanese_scroll/japanese_scroll.json +88 -106
- package/dist/ohm.styles.js +1806 -1318
- package/dist/railway/railway.json +365 -474
- package/dist/woodblock/woodblock.json +93 -111
- package/historical/historical.json +721 -518
- package/index.css +53 -0
- package/index.html +103 -5
- package/japanese_scroll/japanese_scroll.json +82 -82
- package/package.json +6 -6
- package/railway/railway.json +316 -311
- package/woodblock/woodblock.json +89 -91
|
@@ -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": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
{
|
|
95
95
|
"id": "water_areas",
|
|
96
96
|
"type": "fill",
|
|
97
|
-
"source": "
|
|
97
|
+
"source": "ohm",
|
|
98
98
|
"source-layer": "water_areas",
|
|
99
99
|
"minzoom": 8,
|
|
100
100
|
"maxzoom": 24,
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
{
|
|
125
125
|
"id": "water_areas-pattern",
|
|
126
126
|
"type": "fill",
|
|
127
|
-
"source": "
|
|
127
|
+
"source": "ohm",
|
|
128
128
|
"source-layer": "water_areas",
|
|
129
129
|
"minzoom": 8,
|
|
130
130
|
"maxzoom": 24,
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
{
|
|
157
157
|
"id": "water_lines_stream",
|
|
158
158
|
"type": "line",
|
|
159
|
-
"source": "
|
|
159
|
+
"source": "ohm",
|
|
160
160
|
"source-layer": "water_lines",
|
|
161
161
|
"minzoom": 13,
|
|
162
162
|
"maxzoom": 24,
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
{
|
|
192
192
|
"id": "water_lines_ditch",
|
|
193
193
|
"type": "line",
|
|
194
|
-
"source": "
|
|
194
|
+
"source": "ohm",
|
|
195
195
|
"source-layer": "water_lines",
|
|
196
196
|
"minzoom": 15,
|
|
197
197
|
"maxzoom": 24,
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
{
|
|
231
231
|
"id": "water_lines_canal",
|
|
232
232
|
"type": "line",
|
|
233
|
-
"source": "
|
|
233
|
+
"source": "ohm",
|
|
234
234
|
"source-layer": "water_lines",
|
|
235
235
|
"minzoom": 8,
|
|
236
236
|
"maxzoom": 24,
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
{
|
|
268
268
|
"id": "water_lines_river",
|
|
269
269
|
"type": "line",
|
|
270
|
-
"source": "
|
|
270
|
+
"source": "ohm",
|
|
271
271
|
"source-layer": "water_lines",
|
|
272
272
|
"minzoom": 8,
|
|
273
273
|
"maxzoom": 24,
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
{
|
|
310
310
|
"id": "water_lines_dam",
|
|
311
311
|
"type": "line",
|
|
312
|
-
"source": "
|
|
312
|
+
"source": "ohm",
|
|
313
313
|
"source-layer": "water_lines",
|
|
314
314
|
"minzoom": 13,
|
|
315
315
|
"maxzoom": 24,
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
{
|
|
345
345
|
"id": "state_lines_admin4",
|
|
346
346
|
"type": "line",
|
|
347
|
-
"source": "
|
|
347
|
+
"source": "ohm",
|
|
348
348
|
"source-layer": "land_ohm_lines",
|
|
349
349
|
"minzoom": 5,
|
|
350
350
|
"maxzoom": 20,
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
{
|
|
380
380
|
"id": "admin_countrylines_z10",
|
|
381
381
|
"type": "line",
|
|
382
|
-
"source": "
|
|
382
|
+
"source": "ohm",
|
|
383
383
|
"source-layer": "land_ohm_lines",
|
|
384
384
|
"minzoom": 0,
|
|
385
385
|
"maxzoom": 20,
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
{
|
|
423
423
|
"id": "roads_subways",
|
|
424
424
|
"type": "line",
|
|
425
|
-
"source": "
|
|
425
|
+
"source": "ohm",
|
|
426
426
|
"source-layer": "transport_lines",
|
|
427
427
|
"minzoom": 14,
|
|
428
428
|
"filter": [
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
{
|
|
467
467
|
"id": "roads_tertiarytunnel_case",
|
|
468
468
|
"type": "line",
|
|
469
|
-
"source": "
|
|
469
|
+
"source": "ohm",
|
|
470
470
|
"source-layer": "transport_lines",
|
|
471
471
|
"minzoom": 9,
|
|
472
472
|
"filter": [
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
{
|
|
519
519
|
"id": "roads_secondarytunnel_case",
|
|
520
520
|
"type": "line",
|
|
521
|
-
"source": "
|
|
521
|
+
"source": "ohm",
|
|
522
522
|
"source-layer": "transport_lines",
|
|
523
523
|
"minzoom": 8,
|
|
524
524
|
"filter": [
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
{
|
|
571
571
|
"id": "roads_primarytunnel_case",
|
|
572
572
|
"type": "line",
|
|
573
|
-
"source": "
|
|
573
|
+
"source": "ohm",
|
|
574
574
|
"source-layer": "transport_lines",
|
|
575
575
|
"minzoom": 6,
|
|
576
576
|
"maxzoom": 20,
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
{
|
|
629
629
|
"id": "roads_motorwaytunnel_case",
|
|
630
630
|
"type": "line",
|
|
631
|
-
"source": "
|
|
631
|
+
"source": "ohm",
|
|
632
632
|
"source-layer": "transport_lines",
|
|
633
633
|
"minzoom": 5,
|
|
634
634
|
"maxzoom": 20,
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
{
|
|
690
690
|
"id": "roads_tertiarytunnel",
|
|
691
691
|
"type": "line",
|
|
692
|
-
"source": "
|
|
692
|
+
"source": "ohm",
|
|
693
693
|
"source-layer": "transport_lines",
|
|
694
694
|
"minzoom": 9,
|
|
695
695
|
"filter": [
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
{
|
|
738
738
|
"id": "roads_secondarytunnel",
|
|
739
739
|
"type": "line",
|
|
740
|
-
"source": "
|
|
740
|
+
"source": "ohm",
|
|
741
741
|
"source-layer": "transport_lines",
|
|
742
742
|
"minzoom": 8,
|
|
743
743
|
"filter": [
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
{
|
|
786
786
|
"id": "roads_primarytunnel",
|
|
787
787
|
"type": "line",
|
|
788
|
-
"source": "
|
|
788
|
+
"source": "ohm",
|
|
789
789
|
"source-layer": "transport_lines",
|
|
790
790
|
"minzoom": 6,
|
|
791
791
|
"filter": [
|
|
@@ -831,7 +831,7 @@
|
|
|
831
831
|
{
|
|
832
832
|
"id": "roads_motorwaytunnel",
|
|
833
833
|
"type": "line",
|
|
834
|
-
"source": "
|
|
834
|
+
"source": "ohm",
|
|
835
835
|
"source-layer": "transport_lines",
|
|
836
836
|
"minzoom": 11,
|
|
837
837
|
"maxzoom": 20,
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
{
|
|
889
889
|
"id": "roads_rail_tram",
|
|
890
890
|
"type": "line",
|
|
891
|
-
"source": "
|
|
891
|
+
"source": "ohm",
|
|
892
892
|
"source-layer": "transport_lines",
|
|
893
893
|
"minzoom": 7,
|
|
894
894
|
"maxzoom": 24,
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
{
|
|
955
955
|
"id": "roads_rail_mini",
|
|
956
956
|
"type": "line",
|
|
957
|
-
"source": "
|
|
957
|
+
"source": "ohm",
|
|
958
958
|
"source-layer": "transport_lines",
|
|
959
959
|
"minzoom": 7,
|
|
960
960
|
"maxzoom": 24,
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"id": "roads_rail_mini_cross",
|
|
1021
1021
|
"type": "line",
|
|
1022
|
-
"source": "
|
|
1022
|
+
"source": "ohm",
|
|
1023
1023
|
"source-layer": "transport_lines",
|
|
1024
1024
|
"minzoom": 7,
|
|
1025
1025
|
"maxzoom": 24,
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
{
|
|
1073
1073
|
"id": "roads_rail_old",
|
|
1074
1074
|
"type": "line",
|
|
1075
|
-
"source": "
|
|
1075
|
+
"source": "ohm",
|
|
1076
1076
|
"source-layer": "transport_lines",
|
|
1077
1077
|
"minzoom": 7,
|
|
1078
1078
|
"maxzoom": 24,
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
{
|
|
1140
1140
|
"id": "roads_rail_old_cross",
|
|
1141
1141
|
"type": "line",
|
|
1142
|
-
"source": "
|
|
1142
|
+
"source": "ohm",
|
|
1143
1143
|
"source-layer": "transport_lines",
|
|
1144
1144
|
"minzoom": 7,
|
|
1145
1145
|
"maxzoom": 24,
|
|
@@ -1194,7 +1194,7 @@
|
|
|
1194
1194
|
{
|
|
1195
1195
|
"id": "roads_rail",
|
|
1196
1196
|
"type": "line",
|
|
1197
|
-
"source": "
|
|
1197
|
+
"source": "ohm",
|
|
1198
1198
|
"source-layer": "transport_lines",
|
|
1199
1199
|
"minzoom": 7,
|
|
1200
1200
|
"maxzoom": 24,
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
{
|
|
1261
1261
|
"id": "roads_rail_cross",
|
|
1262
1262
|
"type": "line",
|
|
1263
|
-
"source": "
|
|
1263
|
+
"source": "ohm",
|
|
1264
1264
|
"source-layer": "transport_lines",
|
|
1265
1265
|
"minzoom": 7,
|
|
1266
1266
|
"maxzoom": 24,
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
{
|
|
1333
1333
|
"id": "roads_rail_construction",
|
|
1334
1334
|
"type": "line",
|
|
1335
|
-
"source": "
|
|
1335
|
+
"source": "ohm",
|
|
1336
1336
|
"source-layer": "transport_lines",
|
|
1337
1337
|
"minzoom": 9,
|
|
1338
1338
|
"maxzoom": 24,
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
{
|
|
1394
1394
|
"id": "roads_rail_construction_cross",
|
|
1395
1395
|
"type": "line",
|
|
1396
|
-
"source": "
|
|
1396
|
+
"source": "ohm",
|
|
1397
1397
|
"source-layer": "transport_lines",
|
|
1398
1398
|
"minzoom": 9,
|
|
1399
1399
|
"maxzoom": 24,
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
{
|
|
1443
1443
|
"id": "roads_raceways",
|
|
1444
1444
|
"type": "line",
|
|
1445
|
-
"source": "
|
|
1445
|
+
"source": "ohm",
|
|
1446
1446
|
"source-layer": "transport_lines",
|
|
1447
1447
|
"minzoom": 12,
|
|
1448
1448
|
"maxzoom": 24,
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
{
|
|
1488
1488
|
"id": "roads_trackfillcase",
|
|
1489
1489
|
"type": "line",
|
|
1490
|
-
"source": "
|
|
1490
|
+
"source": "ohm",
|
|
1491
1491
|
"source-layer": "transport_lines",
|
|
1492
1492
|
"minzoom": 14,
|
|
1493
1493
|
"maxzoom": 24,
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
{
|
|
1524
1524
|
"id": "roads_trackfill",
|
|
1525
1525
|
"type": "line",
|
|
1526
|
-
"source": "
|
|
1526
|
+
"source": "ohm",
|
|
1527
1527
|
"source-layer": "transport_lines",
|
|
1528
1528
|
"minzoom": 14,
|
|
1529
1529
|
"maxzoom": 24,
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
{
|
|
1560
1560
|
"id": "roads_track",
|
|
1561
1561
|
"type": "line",
|
|
1562
|
-
"source": "
|
|
1562
|
+
"source": "ohm",
|
|
1563
1563
|
"source-layer": "transport_lines",
|
|
1564
1564
|
"minzoom": 14,
|
|
1565
1565
|
"maxzoom": 24,
|
|
@@ -1599,7 +1599,7 @@
|
|
|
1599
1599
|
{
|
|
1600
1600
|
"id": "roads_pedestrian_street",
|
|
1601
1601
|
"type": "line",
|
|
1602
|
-
"source": "
|
|
1602
|
+
"source": "ohm",
|
|
1603
1603
|
"source-layer": "transport_lines",
|
|
1604
1604
|
"minzoom": 14,
|
|
1605
1605
|
"maxzoom": 24,
|
|
@@ -1640,7 +1640,7 @@
|
|
|
1640
1640
|
{
|
|
1641
1641
|
"id": "roads_footway",
|
|
1642
1642
|
"type": "line",
|
|
1643
|
-
"source": "
|
|
1643
|
+
"source": "ohm",
|
|
1644
1644
|
"source-layer": "transport_lines",
|
|
1645
1645
|
"minzoom": 14,
|
|
1646
1646
|
"maxzoom": 24,
|
|
@@ -1687,7 +1687,7 @@
|
|
|
1687
1687
|
{
|
|
1688
1688
|
"id": "roads_pier",
|
|
1689
1689
|
"type": "line",
|
|
1690
|
-
"source": "
|
|
1690
|
+
"source": "ohm",
|
|
1691
1691
|
"source-layer": "transport_lines",
|
|
1692
1692
|
"minzoom": 14,
|
|
1693
1693
|
"maxzoom": 24,
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
{
|
|
1724
1724
|
"id": "roads_steps",
|
|
1725
1725
|
"type": "line",
|
|
1726
|
-
"source": "
|
|
1726
|
+
"source": "ohm",
|
|
1727
1727
|
"source-layer": "transport_lines",
|
|
1728
1728
|
"minzoom": 14,
|
|
1729
1729
|
"maxzoom": 24,
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
{
|
|
1769
1769
|
"id": "roads_other",
|
|
1770
1770
|
"type": "line",
|
|
1771
|
-
"source": "
|
|
1771
|
+
"source": "ohm",
|
|
1772
1772
|
"source-layer": "transport_lines",
|
|
1773
1773
|
"minzoom": 14,
|
|
1774
1774
|
"maxzoom": 24,
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
{
|
|
1811
1811
|
"id": "roads_residentialcase_z13",
|
|
1812
1812
|
"type": "line",
|
|
1813
|
-
"source": "
|
|
1813
|
+
"source": "ohm",
|
|
1814
1814
|
"source-layer": "transport_lines",
|
|
1815
1815
|
"minzoom": 13,
|
|
1816
1816
|
"maxzoom": 24,
|
|
@@ -1866,7 +1866,7 @@
|
|
|
1866
1866
|
{
|
|
1867
1867
|
"id": "roads_tertiary-case",
|
|
1868
1868
|
"type": "line",
|
|
1869
|
-
"source": "
|
|
1869
|
+
"source": "ohm",
|
|
1870
1870
|
"source-layer": "transport_lines",
|
|
1871
1871
|
"minzoom": 10.01,
|
|
1872
1872
|
"maxzoom": 24,
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
{
|
|
1916
1916
|
"id": "roads_secondary-case",
|
|
1917
1917
|
"type": "line",
|
|
1918
|
-
"source": "
|
|
1918
|
+
"source": "ohm",
|
|
1919
1919
|
"source-layer": "transport_lines",
|
|
1920
1920
|
"minzoom": 10.01,
|
|
1921
1921
|
"filter": [
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
{
|
|
1964
1964
|
"id": "roads_primarylink-case",
|
|
1965
1965
|
"type": "line",
|
|
1966
|
-
"source": "
|
|
1966
|
+
"source": "ohm",
|
|
1967
1967
|
"source-layer": "transport_lines",
|
|
1968
1968
|
"minzoom": 10.01,
|
|
1969
1969
|
"filter": [
|
|
@@ -2016,7 +2016,7 @@
|
|
|
2016
2016
|
{
|
|
2017
2017
|
"id": "roads_primary-case",
|
|
2018
2018
|
"type": "line",
|
|
2019
|
-
"source": "
|
|
2019
|
+
"source": "ohm",
|
|
2020
2020
|
"source-layer": "transport_lines",
|
|
2021
2021
|
"minzoom": 10.01,
|
|
2022
2022
|
"filter": [
|
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
{
|
|
2090
2090
|
"id": "roads_motorwaylink-case",
|
|
2091
2091
|
"type": "line",
|
|
2092
|
-
"source": "
|
|
2092
|
+
"source": "ohm",
|
|
2093
2093
|
"source-layer": "transport_lines",
|
|
2094
2094
|
"minzoom": 10.01,
|
|
2095
2095
|
"maxzoom": 20,
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
{
|
|
2157
2157
|
"id": "roads_motorway-case",
|
|
2158
2158
|
"type": "line",
|
|
2159
|
-
"source": "
|
|
2159
|
+
"source": "ohm",
|
|
2160
2160
|
"source-layer": "transport_lines",
|
|
2161
2161
|
"minzoom": 10.01,
|
|
2162
2162
|
"maxzoom": 20,
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
{
|
|
2224
2224
|
"id": "roads_residential_bridge_z13-copy",
|
|
2225
2225
|
"type": "line",
|
|
2226
|
-
"source": "
|
|
2226
|
+
"source": "ohm",
|
|
2227
2227
|
"source-layer": "transport_lines",
|
|
2228
2228
|
"minzoom": 13,
|
|
2229
2229
|
"maxzoom": 24,
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
{
|
|
2280
2280
|
"id": "roads_tertiarybridge",
|
|
2281
2281
|
"type": "line",
|
|
2282
|
-
"source": "
|
|
2282
|
+
"source": "ohm",
|
|
2283
2283
|
"source-layer": "transport_lines",
|
|
2284
2284
|
"minzoom": 9,
|
|
2285
2285
|
"filter": [
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
{
|
|
2335
2335
|
"id": "roads_secondarybridge",
|
|
2336
2336
|
"type": "line",
|
|
2337
|
-
"source": "
|
|
2337
|
+
"source": "ohm",
|
|
2338
2338
|
"source-layer": "transport_lines",
|
|
2339
2339
|
"minzoom": 8,
|
|
2340
2340
|
"filter": [
|
|
@@ -2389,7 +2389,7 @@
|
|
|
2389
2389
|
{
|
|
2390
2390
|
"id": "roads_primarybridge",
|
|
2391
2391
|
"type": "line",
|
|
2392
|
-
"source": "
|
|
2392
|
+
"source": "ohm",
|
|
2393
2393
|
"source-layer": "transport_lines",
|
|
2394
2394
|
"minzoom": 6,
|
|
2395
2395
|
"maxzoom": 20,
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
{
|
|
2452
2452
|
"id": "roads_motorwaybridge",
|
|
2453
2453
|
"type": "line",
|
|
2454
|
-
"source": "
|
|
2454
|
+
"source": "ohm",
|
|
2455
2455
|
"source-layer": "transport_lines",
|
|
2456
2456
|
"minzoom": 5,
|
|
2457
2457
|
"maxzoom": 20,
|
|
@@ -2515,7 +2515,7 @@
|
|
|
2515
2515
|
{
|
|
2516
2516
|
"id": "roads_secondarylink",
|
|
2517
2517
|
"type": "line",
|
|
2518
|
-
"source": "
|
|
2518
|
+
"source": "ohm",
|
|
2519
2519
|
"source-layer": "transport_lines",
|
|
2520
2520
|
"minzoom": 8,
|
|
2521
2521
|
"filter": [
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
{
|
|
2571
2571
|
"id": "roads_primarylink",
|
|
2572
2572
|
"type": "line",
|
|
2573
|
-
"source": "
|
|
2573
|
+
"source": "ohm",
|
|
2574
2574
|
"source-layer": "transport_lines",
|
|
2575
2575
|
"minzoom": 6,
|
|
2576
2576
|
"filter": [
|
|
@@ -2642,7 +2642,7 @@
|
|
|
2642
2642
|
{
|
|
2643
2643
|
"id": "roads_motorwaylink",
|
|
2644
2644
|
"type": "line",
|
|
2645
|
-
"source": "
|
|
2645
|
+
"source": "ohm",
|
|
2646
2646
|
"source-layer": "transport_lines",
|
|
2647
2647
|
"minzoom": 5,
|
|
2648
2648
|
"maxzoom": 20,
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
{
|
|
2717
2717
|
"id": "roads_residential",
|
|
2718
2718
|
"type": "line",
|
|
2719
|
-
"source": "
|
|
2719
|
+
"source": "ohm",
|
|
2720
2720
|
"source-layer": "transport_lines",
|
|
2721
2721
|
"minzoom": 12,
|
|
2722
2722
|
"maxzoom": 24,
|
|
@@ -2768,7 +2768,7 @@
|
|
|
2768
2768
|
{
|
|
2769
2769
|
"id": "roads_tertiary",
|
|
2770
2770
|
"type": "line",
|
|
2771
|
-
"source": "
|
|
2771
|
+
"source": "ohm",
|
|
2772
2772
|
"source-layer": "transport_lines",
|
|
2773
2773
|
"minzoom": 9,
|
|
2774
2774
|
"maxzoom": 24,
|
|
@@ -2836,7 +2836,7 @@
|
|
|
2836
2836
|
{
|
|
2837
2837
|
"id": "roads_secondary",
|
|
2838
2838
|
"type": "line",
|
|
2839
|
-
"source": "
|
|
2839
|
+
"source": "ohm",
|
|
2840
2840
|
"source-layer": "transport_lines",
|
|
2841
2841
|
"minzoom": 8,
|
|
2842
2842
|
"filter": [
|
|
@@ -2903,7 +2903,7 @@
|
|
|
2903
2903
|
{
|
|
2904
2904
|
"id": "roads_primary",
|
|
2905
2905
|
"type": "line",
|
|
2906
|
-
"source": "
|
|
2906
|
+
"source": "ohm",
|
|
2907
2907
|
"source-layer": "transport_lines",
|
|
2908
2908
|
"minzoom": 6,
|
|
2909
2909
|
"filter": [
|
|
@@ -2983,7 +2983,7 @@
|
|
|
2983
2983
|
{
|
|
2984
2984
|
"id": "roads_motorway",
|
|
2985
2985
|
"type": "line",
|
|
2986
|
-
"source": "
|
|
2986
|
+
"source": "ohm",
|
|
2987
2987
|
"source-layer": "transport_lines",
|
|
2988
2988
|
"minzoom": 5,
|
|
2989
2989
|
"maxzoom": 20,
|
|
@@ -3057,7 +3057,7 @@
|
|
|
3057
3057
|
{
|
|
3058
3058
|
"id": "roads_ford",
|
|
3059
3059
|
"type": "line",
|
|
3060
|
-
"source": "
|
|
3060
|
+
"source": "ohm",
|
|
3061
3061
|
"source-layer": "transport_lines",
|
|
3062
3062
|
"minzoom": 9,
|
|
3063
3063
|
"filter": [
|
|
@@ -3096,7 +3096,7 @@
|
|
|
3096
3096
|
{
|
|
3097
3097
|
"id": "roads_residential_bridgetop_z13",
|
|
3098
3098
|
"type": "line",
|
|
3099
|
-
"source": "
|
|
3099
|
+
"source": "ohm",
|
|
3100
3100
|
"source-layer": "transport_lines",
|
|
3101
3101
|
"minzoom": 12,
|
|
3102
3102
|
"maxzoom": 24,
|
|
@@ -3150,7 +3150,7 @@
|
|
|
3150
3150
|
{
|
|
3151
3151
|
"id": "roads_tertiarybridgetop",
|
|
3152
3152
|
"type": "line",
|
|
3153
|
-
"source": "
|
|
3153
|
+
"source": "ohm",
|
|
3154
3154
|
"source-layer": "transport_lines",
|
|
3155
3155
|
"minzoom": 9,
|
|
3156
3156
|
"maxzoom": 24,
|
|
@@ -3209,7 +3209,7 @@
|
|
|
3209
3209
|
{
|
|
3210
3210
|
"id": "roads_secondarybridgetop",
|
|
3211
3211
|
"type": "line",
|
|
3212
|
-
"source": "
|
|
3212
|
+
"source": "ohm",
|
|
3213
3213
|
"source-layer": "transport_lines",
|
|
3214
3214
|
"minzoom": 8,
|
|
3215
3215
|
"filter": [
|
|
@@ -3267,7 +3267,7 @@
|
|
|
3267
3267
|
{
|
|
3268
3268
|
"id": "roads_primarybridgetop",
|
|
3269
3269
|
"type": "line",
|
|
3270
|
-
"source": "
|
|
3270
|
+
"source": "ohm",
|
|
3271
3271
|
"source-layer": "transport_lines",
|
|
3272
3272
|
"minzoom": 6,
|
|
3273
3273
|
"filter": [
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
{
|
|
3331
3331
|
"id": "roads_motorwaybridgetop",
|
|
3332
3332
|
"type": "line",
|
|
3333
|
-
"source": "
|
|
3333
|
+
"source": "ohm",
|
|
3334
3334
|
"source-layer": "transport_lines",
|
|
3335
3335
|
"minzoom": 5,
|
|
3336
3336
|
"maxzoom": 20,
|
|
@@ -3399,7 +3399,7 @@
|
|
|
3399
3399
|
{
|
|
3400
3400
|
"id": "roads_secondary_z8",
|
|
3401
3401
|
"type": "line",
|
|
3402
|
-
"source": "
|
|
3402
|
+
"source": "ohm",
|
|
3403
3403
|
"source-layer": "transport_lines",
|
|
3404
3404
|
"minzoom": 8,
|
|
3405
3405
|
"maxzoom": 9,
|
|
@@ -3452,7 +3452,7 @@
|
|
|
3452
3452
|
{
|
|
3453
3453
|
"id": "roads_trunk_z7",
|
|
3454
3454
|
"type": "line",
|
|
3455
|
-
"source": "
|
|
3455
|
+
"source": "ohm",
|
|
3456
3456
|
"source-layer": "transport_lines",
|
|
3457
3457
|
"minzoom": 7,
|
|
3458
3458
|
"maxzoom": 9,
|
|
@@ -3506,7 +3506,7 @@
|
|
|
3506
3506
|
{
|
|
3507
3507
|
"id": "roads_motorway_z7",
|
|
3508
3508
|
"type": "line",
|
|
3509
|
-
"source": "
|
|
3509
|
+
"source": "ohm",
|
|
3510
3510
|
"source-layer": "transport_lines",
|
|
3511
3511
|
"minzoom": 6,
|
|
3512
3512
|
"maxzoom": 9,
|
|
@@ -3555,7 +3555,7 @@
|
|
|
3555
3555
|
{
|
|
3556
3556
|
"id": "man_made_bridge_area",
|
|
3557
3557
|
"type": "fill",
|
|
3558
|
-
"source": "
|
|
3558
|
+
"source": "ohm",
|
|
3559
3559
|
"source-layer": "other_areas",
|
|
3560
3560
|
"filter": [
|
|
3561
3561
|
"all",
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
{
|
|
3587
3587
|
"id": "man_made_bridge_line",
|
|
3588
3588
|
"type": "line",
|
|
3589
|
-
"source": "
|
|
3589
|
+
"source": "ohm",
|
|
3590
3590
|
"source-layer": "other_lines",
|
|
3591
3591
|
"filter": [
|
|
3592
3592
|
"all",
|
|
@@ -3618,7 +3618,7 @@
|
|
|
3618
3618
|
{
|
|
3619
3619
|
"id": "city_labels_z6",
|
|
3620
3620
|
"type": "symbol",
|
|
3621
|
-
"source": "
|
|
3621
|
+
"source": "ohm",
|
|
3622
3622
|
"source-layer": "place_points_centroids",
|
|
3623
3623
|
"minzoom": 6,
|
|
3624
3624
|
"maxzoom": 15,
|
|
@@ -3643,11 +3643,8 @@
|
|
|
3643
3643
|
],
|
|
3644
3644
|
"layout": {
|
|
3645
3645
|
"text-field": [
|
|
3646
|
-
"
|
|
3647
|
-
|
|
3648
|
-
"get",
|
|
3649
|
-
"name"
|
|
3650
|
-
]
|
|
3646
|
+
"get",
|
|
3647
|
+
"name"
|
|
3651
3648
|
],
|
|
3652
3649
|
"text-font": [
|
|
3653
3650
|
"BernerBasisschrift"
|
|
@@ -3708,7 +3705,7 @@
|
|
|
3708
3705
|
{
|
|
3709
3706
|
"id": "city_capital_labels",
|
|
3710
3707
|
"type": "symbol",
|
|
3711
|
-
"source": "
|
|
3708
|
+
"source": "ohm",
|
|
3712
3709
|
"source-layer": "place_points_centroids",
|
|
3713
3710
|
"minzoom": 4,
|
|
3714
3711
|
"maxzoom": 15,
|
|
@@ -3733,11 +3730,8 @@
|
|
|
3733
3730
|
],
|
|
3734
3731
|
"layout": {
|
|
3735
3732
|
"text-field": [
|
|
3736
|
-
"
|
|
3737
|
-
|
|
3738
|
-
"get",
|
|
3739
|
-
"name"
|
|
3740
|
-
]
|
|
3733
|
+
"get",
|
|
3734
|
+
"name"
|
|
3741
3735
|
],
|
|
3742
3736
|
"text-font": [
|
|
3743
3737
|
"BernerBasisschrift"
|
|
@@ -3799,7 +3793,7 @@
|
|
|
3799
3793
|
{
|
|
3800
3794
|
"id": "state_points_labels-centroids",
|
|
3801
3795
|
"type": "symbol",
|
|
3802
|
-
"source": "
|
|
3796
|
+
"source": "ohm",
|
|
3803
3797
|
"source-layer": "land_ohm_centroids",
|
|
3804
3798
|
"minzoom": 5,
|
|
3805
3799
|
"maxzoom": 20,
|
|
@@ -3825,11 +3819,8 @@
|
|
|
3825
3819
|
"layout": {
|
|
3826
3820
|
"visibility": "visible",
|
|
3827
3821
|
"text-field": [
|
|
3828
|
-
"
|
|
3829
|
-
|
|
3830
|
-
"get",
|
|
3831
|
-
"name"
|
|
3832
|
-
]
|
|
3822
|
+
"get",
|
|
3823
|
+
"name"
|
|
3833
3824
|
],
|
|
3834
3825
|
"text-font": [
|
|
3835
3826
|
"BernerBasisschrift"
|
|
@@ -3865,7 +3856,7 @@
|
|
|
3865
3856
|
{
|
|
3866
3857
|
"id": "state_points_labels",
|
|
3867
3858
|
"type": "symbol",
|
|
3868
|
-
"source": "
|
|
3859
|
+
"source": "ohm",
|
|
3869
3860
|
"source-layer": "place_points_centroids",
|
|
3870
3861
|
"minzoom": 5,
|
|
3871
3862
|
"maxzoom": 20,
|
|
@@ -3886,11 +3877,8 @@
|
|
|
3886
3877
|
"layout": {
|
|
3887
3878
|
"visibility": "visible",
|
|
3888
3879
|
"text-field": [
|
|
3889
|
-
"
|
|
3890
|
-
|
|
3891
|
-
"get",
|
|
3892
|
-
"name"
|
|
3893
|
-
]
|
|
3880
|
+
"get",
|
|
3881
|
+
"name"
|
|
3894
3882
|
],
|
|
3895
3883
|
"text-font": [
|
|
3896
3884
|
"BernerBasisschrift"
|
|
@@ -3926,7 +3914,7 @@
|
|
|
3926
3914
|
{
|
|
3927
3915
|
"id": "country_points_labels-centroids",
|
|
3928
3916
|
"type": "symbol",
|
|
3929
|
-
"source": "
|
|
3917
|
+
"source": "ohm",
|
|
3930
3918
|
"source-layer": "land_ohm_centroids",
|
|
3931
3919
|
"minzoom": 0,
|
|
3932
3920
|
"maxzoom": 10,
|
|
@@ -3952,11 +3940,8 @@
|
|
|
3952
3940
|
"layout": {
|
|
3953
3941
|
"visibility": "visible",
|
|
3954
3942
|
"text-field": [
|
|
3955
|
-
"
|
|
3956
|
-
|
|
3957
|
-
"get",
|
|
3958
|
-
"name"
|
|
3959
|
-
]
|
|
3943
|
+
"get",
|
|
3944
|
+
"name"
|
|
3960
3945
|
],
|
|
3961
3946
|
"text-size": [
|
|
3962
3947
|
"interpolate",
|
|
@@ -3994,7 +3979,7 @@
|
|
|
3994
3979
|
{
|
|
3995
3980
|
"id": "country_points_labels",
|
|
3996
3981
|
"type": "symbol",
|
|
3997
|
-
"source": "
|
|
3982
|
+
"source": "ohm",
|
|
3998
3983
|
"source-layer": "place_points_centroids",
|
|
3999
3984
|
"minzoom": 0,
|
|
4000
3985
|
"maxzoom": 10,
|
|
@@ -4009,11 +3994,8 @@
|
|
|
4009
3994
|
"layout": {
|
|
4010
3995
|
"visibility": "visible",
|
|
4011
3996
|
"text-field": [
|
|
4012
|
-
"
|
|
4013
|
-
|
|
4014
|
-
"get",
|
|
4015
|
-
"name"
|
|
4016
|
-
]
|
|
3997
|
+
"get",
|
|
3998
|
+
"name"
|
|
4017
3999
|
],
|
|
4018
4000
|
"text-size": [
|
|
4019
4001
|
"interpolate",
|
|
@@ -4051,7 +4033,7 @@
|
|
|
4051
4033
|
{
|
|
4052
4034
|
"id": "mountains",
|
|
4053
4035
|
"type": "symbol",
|
|
4054
|
-
"source": "
|
|
4036
|
+
"source": "ohm",
|
|
4055
4037
|
"source-layer": "landuse_points_centroids",
|
|
4056
4038
|
"minzoom": 7,
|
|
4057
4039
|
"filter": [
|