@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
|
"ohm_landcover_hillshade": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
{
|
|
73
73
|
"id": "landuse_areas_earth",
|
|
74
74
|
"type": "fill",
|
|
75
|
-
"source": "
|
|
75
|
+
"source": "ohm",
|
|
76
76
|
"source-layer": "landuse_areas",
|
|
77
77
|
"minzoom": 0,
|
|
78
78
|
"maxzoom": 24,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
{
|
|
121
121
|
"id": "military_landuselow",
|
|
122
122
|
"type": "fill",
|
|
123
|
-
"source": "
|
|
123
|
+
"source": "ohm",
|
|
124
124
|
"source-layer": "landuse_areas",
|
|
125
125
|
"minzoom": 4,
|
|
126
126
|
"maxzoom": 10,
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
{
|
|
143
143
|
"id": "military-landusehigh",
|
|
144
144
|
"type": "fill",
|
|
145
|
-
"source": "
|
|
145
|
+
"source": "ohm",
|
|
146
146
|
"source-layer": "landuse_areas",
|
|
147
147
|
"minzoom": 10,
|
|
148
148
|
"maxzoom": 24,
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
{
|
|
165
165
|
"id": "military",
|
|
166
166
|
"type": "fill",
|
|
167
|
-
"source": "
|
|
167
|
+
"source": "ohm",
|
|
168
168
|
"source-layer": "other_areas",
|
|
169
169
|
"filter": [
|
|
170
170
|
"==",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"id": "landuse_areas_military_overlay",
|
|
186
186
|
"type": "fill",
|
|
187
|
-
"source": "
|
|
187
|
+
"source": "ohm",
|
|
188
188
|
"source-layer": "landuse_areas",
|
|
189
189
|
"minzoom": 10,
|
|
190
190
|
"maxzoom": 24,
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
{
|
|
209
209
|
"id": "airports",
|
|
210
210
|
"type": "fill",
|
|
211
|
-
"source": "
|
|
211
|
+
"source": "ohm",
|
|
212
212
|
"source-layer": "transport_areas",
|
|
213
213
|
"minzoom": 12,
|
|
214
214
|
"maxzoom": 24,
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
{
|
|
231
231
|
"id": "landuse_areas_z12_generalized_land_use",
|
|
232
232
|
"type": "fill",
|
|
233
|
-
"source": "
|
|
233
|
+
"source": "ohm",
|
|
234
234
|
"source-layer": "landuse_areas",
|
|
235
235
|
"minzoom": 12,
|
|
236
236
|
"maxzoom": 24,
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
{
|
|
268
268
|
"id": "landuse_areas_z12_underlying_land_designation",
|
|
269
269
|
"type": "fill",
|
|
270
|
-
"source": "
|
|
270
|
+
"source": "ohm",
|
|
271
271
|
"source-layer": "landuse_areas",
|
|
272
272
|
"minzoom": 12,
|
|
273
273
|
"maxzoom": 24,
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
{
|
|
305
305
|
"id": "landuse_areas_z12_localized_land_use",
|
|
306
306
|
"type": "fill",
|
|
307
|
-
"source": "
|
|
307
|
+
"source": "ohm",
|
|
308
308
|
"source-layer": "landuse_areas",
|
|
309
309
|
"minzoom": 12,
|
|
310
310
|
"maxzoom": 24,
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
{
|
|
356
356
|
"id": "landuse_areas_z12_landcover_short",
|
|
357
357
|
"type": "fill",
|
|
358
|
-
"source": "
|
|
358
|
+
"source": "ohm",
|
|
359
359
|
"source-layer": "landuse_areas",
|
|
360
360
|
"minzoom": 12,
|
|
361
361
|
"maxzoom": 24,
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
{
|
|
407
407
|
"id": "landuse_areas_z12_park_outlines",
|
|
408
408
|
"type": "line",
|
|
409
|
-
"source": "
|
|
409
|
+
"source": "ohm",
|
|
410
410
|
"source-layer": "landuse_areas",
|
|
411
411
|
"minzoom": 12,
|
|
412
412
|
"maxzoom": 24,
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
{
|
|
442
442
|
"id": "landuse_areas_z12_landcover_tall",
|
|
443
443
|
"type": "fill",
|
|
444
|
-
"source": "
|
|
444
|
+
"source": "ohm",
|
|
445
445
|
"source-layer": "landuse_areas",
|
|
446
446
|
"minzoom": 12,
|
|
447
447
|
"maxzoom": 24,
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
{
|
|
482
482
|
"id": "landuse_areas_z12_watercover",
|
|
483
483
|
"type": "fill",
|
|
484
|
-
"source": "
|
|
484
|
+
"source": "ohm",
|
|
485
485
|
"source-layer": "landuse_areas",
|
|
486
486
|
"minzoom": 9,
|
|
487
487
|
"maxzoom": 24,
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
{
|
|
521
521
|
"id": "landuse_areas_z12_food_and_farming",
|
|
522
522
|
"type": "fill",
|
|
523
|
-
"source": "
|
|
523
|
+
"source": "ohm",
|
|
524
524
|
"source-layer": "landuse_areas",
|
|
525
525
|
"minzoom": 12,
|
|
526
526
|
"maxzoom": 24,
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
{
|
|
566
566
|
"id": "landuse_areas_z12_developed_open_space",
|
|
567
567
|
"type": "fill",
|
|
568
|
-
"source": "
|
|
568
|
+
"source": "ohm",
|
|
569
569
|
"source-layer": "landuse_areas",
|
|
570
570
|
"minzoom": 12,
|
|
571
571
|
"maxzoom": 24,
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
{
|
|
639
639
|
"id": "landuse_areas_z10",
|
|
640
640
|
"type": "fill",
|
|
641
|
-
"source": "
|
|
641
|
+
"source": "ohm",
|
|
642
642
|
"source-layer": "landuse_areas",
|
|
643
643
|
"minzoom": 10,
|
|
644
644
|
"maxzoom": 12,
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
{
|
|
680
680
|
"id": "landuse_areas_z7",
|
|
681
681
|
"type": "fill",
|
|
682
|
-
"source": "
|
|
682
|
+
"source": "ohm",
|
|
683
683
|
"source-layer": "landuse_areas",
|
|
684
684
|
"minzoom": 7,
|
|
685
685
|
"maxzoom": 10,
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
{
|
|
722
722
|
"id": "landuse_areas_z5",
|
|
723
723
|
"type": "fill",
|
|
724
|
-
"source": "
|
|
724
|
+
"source": "ohm",
|
|
725
725
|
"source-layer": "landuse_areas",
|
|
726
726
|
"minzoom": 5,
|
|
727
727
|
"maxzoom": 7,
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
{
|
|
761
761
|
"id": "landuse_areas_z3",
|
|
762
762
|
"type": "fill",
|
|
763
|
-
"source": "
|
|
763
|
+
"source": "ohm",
|
|
764
764
|
"source-layer": "landuse_areas",
|
|
765
765
|
"minzoom": 3,
|
|
766
766
|
"maxzoom": 5,
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
{
|
|
800
800
|
"id": "parking_lots",
|
|
801
801
|
"type": "fill",
|
|
802
|
-
"source": "
|
|
802
|
+
"source": "ohm",
|
|
803
803
|
"source-layer": "amenity_areas",
|
|
804
804
|
"paint": {
|
|
805
805
|
"fill-color": "rgba(229, 230, 226, 1)",
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
{
|
|
810
810
|
"id": "wetlands_z12",
|
|
811
811
|
"type": "fill",
|
|
812
|
-
"source": "
|
|
812
|
+
"source": "ohm",
|
|
813
813
|
"source-layer": "landuse_areas",
|
|
814
814
|
"minzoom": 12,
|
|
815
815
|
"maxzoom": 24,
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
{
|
|
833
833
|
"id": "landuse_naturereserveoutline",
|
|
834
834
|
"type": "line",
|
|
835
|
-
"source": "
|
|
835
|
+
"source": "ohm",
|
|
836
836
|
"source-layer": "landuse_areas",
|
|
837
837
|
"minzoom": 10,
|
|
838
838
|
"maxzoom": 24,
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
{
|
|
872
872
|
"id": "landuse_areas_z12_natural",
|
|
873
873
|
"type": "fill",
|
|
874
|
-
"source": "
|
|
874
|
+
"source": "ohm",
|
|
875
875
|
"source-layer": "landuse_areas",
|
|
876
876
|
"minzoom": 12,
|
|
877
877
|
"maxzoom": 24,
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
{
|
|
903
903
|
"id": "place_areas_plot",
|
|
904
904
|
"type": "fill",
|
|
905
|
-
"source": "
|
|
905
|
+
"source": "ohm",
|
|
906
906
|
"source-layer": "place_areas",
|
|
907
907
|
"filter": [
|
|
908
908
|
"==",
|
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
{
|
|
924
924
|
"id": "place_areas_square",
|
|
925
925
|
"type": "fill",
|
|
926
|
-
"source": "
|
|
926
|
+
"source": "ohm",
|
|
927
927
|
"source-layer": "place_areas",
|
|
928
928
|
"filter": [
|
|
929
929
|
"==",
|
|
@@ -944,7 +944,7 @@
|
|
|
944
944
|
{
|
|
945
945
|
"id": "pedestrian_area",
|
|
946
946
|
"type": "fill",
|
|
947
|
-
"source": "
|
|
947
|
+
"source": "ohm",
|
|
948
948
|
"source-layer": "transport_areas",
|
|
949
949
|
"filter": [
|
|
950
950
|
"all",
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
{
|
|
983
983
|
"id": "amenity_areas",
|
|
984
984
|
"type": "fill",
|
|
985
|
-
"source": "
|
|
985
|
+
"source": "ohm",
|
|
986
986
|
"source-layer": "amenity_areas",
|
|
987
987
|
"filter": [
|
|
988
988
|
"in",
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
{
|
|
1009
1009
|
"id": "water_areas",
|
|
1010
1010
|
"type": "fill",
|
|
1011
|
-
"source": "
|
|
1011
|
+
"source": "ohm",
|
|
1012
1012
|
"source-layer": "water_areas",
|
|
1013
1013
|
"minzoom": 8,
|
|
1014
1014
|
"maxzoom": 24,
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
{
|
|
1037
1037
|
"id": "place_areas_islet",
|
|
1038
1038
|
"type": "fill",
|
|
1039
|
-
"source": "
|
|
1039
|
+
"source": "ohm",
|
|
1040
1040
|
"source-layer": "place_areas",
|
|
1041
1041
|
"filter": [
|
|
1042
1042
|
"==",
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
{
|
|
1058
1058
|
"id": "water_lines_stream_no_name",
|
|
1059
1059
|
"type": "line",
|
|
1060
|
-
"source": "
|
|
1060
|
+
"source": "ohm",
|
|
1061
1061
|
"source-layer": "water_lines",
|
|
1062
1062
|
"minzoom": 14,
|
|
1063
1063
|
"maxzoom": 24,
|
|
@@ -1107,7 +1107,7 @@
|
|
|
1107
1107
|
{
|
|
1108
1108
|
"id": "water_lines_stream_name",
|
|
1109
1109
|
"type": "line",
|
|
1110
|
-
"source": "
|
|
1110
|
+
"source": "ohm",
|
|
1111
1111
|
"source-layer": "water_lines",
|
|
1112
1112
|
"minzoom": 12,
|
|
1113
1113
|
"maxzoom": 24,
|
|
@@ -1162,7 +1162,7 @@
|
|
|
1162
1162
|
{
|
|
1163
1163
|
"id": "water_lines_cliff_line",
|
|
1164
1164
|
"type": "line",
|
|
1165
|
-
"source": "
|
|
1165
|
+
"source": "ohm",
|
|
1166
1166
|
"source-layer": "water_lines",
|
|
1167
1167
|
"minzoom": 15,
|
|
1168
1168
|
"maxzoom": 24,
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
{
|
|
1213
1213
|
"id": "water_lines_cliff_line_triangles",
|
|
1214
1214
|
"type": "line",
|
|
1215
|
-
"source": "
|
|
1215
|
+
"source": "ohm",
|
|
1216
1216
|
"source-layer": "water_lines",
|
|
1217
1217
|
"minzoom": 15,
|
|
1218
1218
|
"maxzoom": 24,
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
{
|
|
1265
1265
|
"id": "water_lines_waterfall_triangle",
|
|
1266
1266
|
"type": "line",
|
|
1267
|
-
"source": "
|
|
1267
|
+
"source": "ohm",
|
|
1268
1268
|
"source-layer": "water_lines",
|
|
1269
1269
|
"minzoom": 15,
|
|
1270
1270
|
"maxzoom": 24,
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
{
|
|
1314
1314
|
"id": "water_lines_ditch",
|
|
1315
1315
|
"type": "line",
|
|
1316
|
-
"source": "
|
|
1316
|
+
"source": "ohm",
|
|
1317
1317
|
"source-layer": "water_lines",
|
|
1318
1318
|
"minzoom": 15,
|
|
1319
1319
|
"maxzoom": 24,
|
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
{
|
|
1352
1352
|
"id": "water_lines_canal",
|
|
1353
1353
|
"type": "line",
|
|
1354
|
-
"source": "
|
|
1354
|
+
"source": "ohm",
|
|
1355
1355
|
"source-layer": "water_lines",
|
|
1356
1356
|
"minzoom": 8,
|
|
1357
1357
|
"maxzoom": 24,
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
{
|
|
1388
1388
|
"id": "water_lines_aqueduct",
|
|
1389
1389
|
"type": "line",
|
|
1390
|
-
"source": "
|
|
1390
|
+
"source": "ohm",
|
|
1391
1391
|
"source-layer": "water_lines",
|
|
1392
1392
|
"minzoom": 8,
|
|
1393
1393
|
"maxzoom": 24,
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
{
|
|
1439
1439
|
"id": "water_lines_river",
|
|
1440
1440
|
"type": "line",
|
|
1441
|
-
"source": "
|
|
1441
|
+
"source": "ohm",
|
|
1442
1442
|
"source-layer": "water_lines",
|
|
1443
1443
|
"minzoom": 8,
|
|
1444
1444
|
"maxzoom": 24,
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
{
|
|
1475
1475
|
"id": "water_lines_breakwater",
|
|
1476
1476
|
"type": "line",
|
|
1477
|
-
"source": "
|
|
1477
|
+
"source": "ohm",
|
|
1478
1478
|
"source-layer": "other_lines",
|
|
1479
1479
|
"minzoom": 10,
|
|
1480
1480
|
"maxzoom": 24,
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
{
|
|
1513
1513
|
"id": "water_lines_dam",
|
|
1514
1514
|
"type": "line",
|
|
1515
|
-
"source": "
|
|
1515
|
+
"source": "ohm",
|
|
1516
1516
|
"source-layer": "water_lines",
|
|
1517
1517
|
"minzoom": 13,
|
|
1518
1518
|
"maxzoom": 24,
|
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
{
|
|
1547
1547
|
"id": "pier",
|
|
1548
1548
|
"type": "fill",
|
|
1549
|
-
"source": "
|
|
1549
|
+
"source": "ohm",
|
|
1550
1550
|
"source-layer": "other_areas",
|
|
1551
1551
|
"filter": [
|
|
1552
1552
|
"==",
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
{
|
|
1567
1567
|
"id": "pier_line",
|
|
1568
1568
|
"type": "line",
|
|
1569
|
-
"source": "
|
|
1569
|
+
"source": "ohm",
|
|
1570
1570
|
"source-layer": "other_lines",
|
|
1571
1571
|
"minzoom": 12,
|
|
1572
1572
|
"filter": [
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
{
|
|
1601
1601
|
"id": "buildings_flat",
|
|
1602
1602
|
"type": "fill",
|
|
1603
|
-
"source": "
|
|
1603
|
+
"source": "ohm",
|
|
1604
1604
|
"source-layer": "buildings",
|
|
1605
1605
|
"minzoom": 14,
|
|
1606
1606
|
"maxzoom": 24,
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
{
|
|
1619
1619
|
"id": "buildings_flat_ruins",
|
|
1620
1620
|
"type": "fill",
|
|
1621
|
-
"source": "
|
|
1621
|
+
"source": "ohm",
|
|
1622
1622
|
"source-layer": "other_areas",
|
|
1623
1623
|
"minzoom": 14,
|
|
1624
1624
|
"maxzoom": 24,
|
|
@@ -1651,7 +1651,7 @@
|
|
|
1651
1651
|
{
|
|
1652
1652
|
"id": "buildings_ruins_outlines",
|
|
1653
1653
|
"type": "line",
|
|
1654
|
-
"source": "
|
|
1654
|
+
"source": "ohm",
|
|
1655
1655
|
"source-layer": "other_areas",
|
|
1656
1656
|
"filter": [
|
|
1657
1657
|
"==",
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
{
|
|
1707
1707
|
"id": "historic_fort",
|
|
1708
1708
|
"type": "fill",
|
|
1709
|
-
"source": "
|
|
1709
|
+
"source": "ohm",
|
|
1710
1710
|
"source-layer": "other_areas",
|
|
1711
1711
|
"minzoom": 14,
|
|
1712
1712
|
"maxzoom": 24,
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
{
|
|
1741
1741
|
"id": "transport_passenger_platform",
|
|
1742
1742
|
"type": "fill",
|
|
1743
|
-
"source": "
|
|
1743
|
+
"source": "ohm",
|
|
1744
1744
|
"source-layer": "transport_areas",
|
|
1745
1745
|
"minzoom": 14,
|
|
1746
1746
|
"filter": [
|
|
@@ -1761,7 +1761,7 @@
|
|
|
1761
1761
|
{
|
|
1762
1762
|
"id": "transport_turntable",
|
|
1763
1763
|
"type": "fill",
|
|
1764
|
-
"source": "
|
|
1764
|
+
"source": "ohm",
|
|
1765
1765
|
"source-layer": "transport_areas",
|
|
1766
1766
|
"minzoom": 14,
|
|
1767
1767
|
"filter": [
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
{
|
|
1783
1783
|
"id": "transport_traverser",
|
|
1784
1784
|
"type": "fill",
|
|
1785
|
-
"source": "
|
|
1785
|
+
"source": "ohm",
|
|
1786
1786
|
"source-layer": "transport_areas",
|
|
1787
1787
|
"minzoom": 14,
|
|
1788
1788
|
"filter": [
|
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
{
|
|
1804
1804
|
"id": "transport_freight_platform",
|
|
1805
1805
|
"type": "fill",
|
|
1806
|
-
"source": "
|
|
1806
|
+
"source": "ohm",
|
|
1807
1807
|
"source-layer": "transport_areas",
|
|
1808
1808
|
"minzoom": 14,
|
|
1809
1809
|
"filter": [
|
|
@@ -1824,7 +1824,7 @@
|
|
|
1824
1824
|
{
|
|
1825
1825
|
"id": "aero_taxiway_lines",
|
|
1826
1826
|
"type": "line",
|
|
1827
|
-
"source": "
|
|
1827
|
+
"source": "ohm",
|
|
1828
1828
|
"source-layer": "transport_lines",
|
|
1829
1829
|
"minzoom": 12,
|
|
1830
1830
|
"maxzoom": 24,
|
|
@@ -1861,7 +1861,7 @@
|
|
|
1861
1861
|
{
|
|
1862
1862
|
"id": "aero_runway_lines",
|
|
1863
1863
|
"type": "line",
|
|
1864
|
-
"source": "
|
|
1864
|
+
"source": "ohm",
|
|
1865
1865
|
"source-layer": "transport_lines",
|
|
1866
1866
|
"minzoom": 12,
|
|
1867
1867
|
"maxzoom": 24,
|
|
@@ -1896,7 +1896,7 @@
|
|
|
1896
1896
|
{
|
|
1897
1897
|
"id": "man_made_bridge_area",
|
|
1898
1898
|
"type": "fill",
|
|
1899
|
-
"source": "
|
|
1899
|
+
"source": "ohm",
|
|
1900
1900
|
"source-layer": "other_areas",
|
|
1901
1901
|
"filter": [
|
|
1902
1902
|
"all",
|
|
@@ -1924,7 +1924,7 @@
|
|
|
1924
1924
|
{
|
|
1925
1925
|
"id": "man_made_bridge_line",
|
|
1926
1926
|
"type": "line",
|
|
1927
|
-
"source": "
|
|
1927
|
+
"source": "ohm",
|
|
1928
1928
|
"source-layer": "other_lines",
|
|
1929
1929
|
"filter": [
|
|
1930
1930
|
"all",
|
|
@@ -1953,7 +1953,7 @@
|
|
|
1953
1953
|
{
|
|
1954
1954
|
"id": "roads_tertiarytunnel_case_construction",
|
|
1955
1955
|
"type": "line",
|
|
1956
|
-
"source": "
|
|
1956
|
+
"source": "ohm",
|
|
1957
1957
|
"source-layer": "transport_lines",
|
|
1958
1958
|
"minzoom": 9,
|
|
1959
1959
|
"filter": [
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
{
|
|
2014
2014
|
"id": "roads_secondarytunnel_case_construction",
|
|
2015
2015
|
"type": "line",
|
|
2016
|
-
"source": "
|
|
2016
|
+
"source": "ohm",
|
|
2017
2017
|
"source-layer": "transport_lines",
|
|
2018
2018
|
"minzoom": 8,
|
|
2019
2019
|
"filter": [
|
|
@@ -2073,7 +2073,7 @@
|
|
|
2073
2073
|
{
|
|
2074
2074
|
"id": "roads_primarytunnel_case_construction",
|
|
2075
2075
|
"type": "line",
|
|
2076
|
-
"source": "
|
|
2076
|
+
"source": "ohm",
|
|
2077
2077
|
"source-layer": "transport_lines",
|
|
2078
2078
|
"minzoom": 7,
|
|
2079
2079
|
"maxzoom": 20,
|
|
@@ -2139,7 +2139,7 @@
|
|
|
2139
2139
|
{
|
|
2140
2140
|
"id": "roads_motorwaytunnel_case_construction",
|
|
2141
2141
|
"type": "line",
|
|
2142
|
-
"source": "
|
|
2142
|
+
"source": "ohm",
|
|
2143
2143
|
"source-layer": "transport_lines",
|
|
2144
2144
|
"minzoom": 5,
|
|
2145
2145
|
"maxzoom": 20,
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
{
|
|
2214
2214
|
"id": "roads_tertiarytunnel_construction",
|
|
2215
2215
|
"type": "line",
|
|
2216
|
-
"source": "
|
|
2216
|
+
"source": "ohm",
|
|
2217
2217
|
"source-layer": "transport_lines",
|
|
2218
2218
|
"minzoom": 9,
|
|
2219
2219
|
"filter": [
|
|
@@ -2269,7 +2269,7 @@
|
|
|
2269
2269
|
{
|
|
2270
2270
|
"id": "roads_secondarytunnel_construction",
|
|
2271
2271
|
"type": "line",
|
|
2272
|
-
"source": "
|
|
2272
|
+
"source": "ohm",
|
|
2273
2273
|
"source-layer": "transport_lines",
|
|
2274
2274
|
"minzoom": 8,
|
|
2275
2275
|
"filter": [
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
{
|
|
2326
2326
|
"id": "roads_primarytunnel_construction",
|
|
2327
2327
|
"type": "line",
|
|
2328
|
-
"source": "
|
|
2328
|
+
"source": "ohm",
|
|
2329
2329
|
"source-layer": "transport_lines",
|
|
2330
2330
|
"minzoom": 6,
|
|
2331
2331
|
"filter": [
|
|
@@ -2381,7 +2381,7 @@
|
|
|
2381
2381
|
{
|
|
2382
2382
|
"id": "roads_motorwaytunnel_construction",
|
|
2383
2383
|
"type": "line",
|
|
2384
|
-
"source": "
|
|
2384
|
+
"source": "ohm",
|
|
2385
2385
|
"source-layer": "transport_lines",
|
|
2386
2386
|
"minzoom": 5,
|
|
2387
2387
|
"maxzoom": 20,
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
{
|
|
2452
2452
|
"id": "roads_raceways_construction",
|
|
2453
2453
|
"type": "line",
|
|
2454
|
-
"source": "
|
|
2454
|
+
"source": "ohm",
|
|
2455
2455
|
"source-layer": "transport_lines",
|
|
2456
2456
|
"minzoom": 12,
|
|
2457
2457
|
"maxzoom": 24,
|
|
@@ -2507,7 +2507,7 @@
|
|
|
2507
2507
|
{
|
|
2508
2508
|
"id": "roads_trackfillcase_construction",
|
|
2509
2509
|
"type": "line",
|
|
2510
|
-
"source": "
|
|
2510
|
+
"source": "ohm",
|
|
2511
2511
|
"source-layer": "transport_lines",
|
|
2512
2512
|
"minzoom": 14,
|
|
2513
2513
|
"maxzoom": 24,
|
|
@@ -2554,7 +2554,7 @@
|
|
|
2554
2554
|
{
|
|
2555
2555
|
"id": "roads_trackfill_construction",
|
|
2556
2556
|
"type": "line",
|
|
2557
|
-
"source": "
|
|
2557
|
+
"source": "ohm",
|
|
2558
2558
|
"source-layer": "transport_lines",
|
|
2559
2559
|
"minzoom": 14,
|
|
2560
2560
|
"maxzoom": 24,
|
|
@@ -2601,7 +2601,7 @@
|
|
|
2601
2601
|
{
|
|
2602
2602
|
"id": "roads_track_construction",
|
|
2603
2603
|
"type": "line",
|
|
2604
|
-
"source": "
|
|
2604
|
+
"source": "ohm",
|
|
2605
2605
|
"source-layer": "transport_lines",
|
|
2606
2606
|
"minzoom": 14,
|
|
2607
2607
|
"maxzoom": 24,
|
|
@@ -2652,7 +2652,7 @@
|
|
|
2652
2652
|
{
|
|
2653
2653
|
"id": "roads_living_street_construction",
|
|
2654
2654
|
"type": "line",
|
|
2655
|
-
"source": "
|
|
2655
|
+
"source": "ohm",
|
|
2656
2656
|
"source-layer": "transport_lines",
|
|
2657
2657
|
"minzoom": 14,
|
|
2658
2658
|
"maxzoom": 24,
|
|
@@ -2709,7 +2709,7 @@
|
|
|
2709
2709
|
{
|
|
2710
2710
|
"id": "roads_pedestrian_street_construction",
|
|
2711
2711
|
"type": "line",
|
|
2712
|
-
"source": "
|
|
2712
|
+
"source": "ohm",
|
|
2713
2713
|
"source-layer": "transport_lines",
|
|
2714
2714
|
"minzoom": 14,
|
|
2715
2715
|
"maxzoom": 24,
|
|
@@ -2761,7 +2761,7 @@
|
|
|
2761
2761
|
{
|
|
2762
2762
|
"id": "roads_footway_construction",
|
|
2763
2763
|
"type": "line",
|
|
2764
|
-
"source": "
|
|
2764
|
+
"source": "ohm",
|
|
2765
2765
|
"source-layer": "transport_lines",
|
|
2766
2766
|
"minzoom": 14,
|
|
2767
2767
|
"maxzoom": 24,
|
|
@@ -2826,7 +2826,7 @@
|
|
|
2826
2826
|
{
|
|
2827
2827
|
"id": "roads_pier_construction",
|
|
2828
2828
|
"type": "line",
|
|
2829
|
-
"source": "
|
|
2829
|
+
"source": "ohm",
|
|
2830
2830
|
"source-layer": "transport_lines",
|
|
2831
2831
|
"minzoom": 14,
|
|
2832
2832
|
"maxzoom": 24,
|
|
@@ -2873,7 +2873,7 @@
|
|
|
2873
2873
|
{
|
|
2874
2874
|
"id": "roads_steps_construction",
|
|
2875
2875
|
"type": "line",
|
|
2876
|
-
"source": "
|
|
2876
|
+
"source": "ohm",
|
|
2877
2877
|
"source-layer": "transport_lines",
|
|
2878
2878
|
"minzoom": 14,
|
|
2879
2879
|
"maxzoom": 24,
|
|
@@ -2934,7 +2934,7 @@
|
|
|
2934
2934
|
{
|
|
2935
2935
|
"id": "roads_roadscase_z13_construction",
|
|
2936
2936
|
"type": "line",
|
|
2937
|
-
"source": "
|
|
2937
|
+
"source": "ohm",
|
|
2938
2938
|
"source-layer": "transport_lines",
|
|
2939
2939
|
"minzoom": 13,
|
|
2940
2940
|
"maxzoom": 24,
|
|
@@ -3001,7 +3001,7 @@
|
|
|
3001
3001
|
{
|
|
3002
3002
|
"id": "roads_residentialcase_z13_construction",
|
|
3003
3003
|
"type": "line",
|
|
3004
|
-
"source": "
|
|
3004
|
+
"source": "ohm",
|
|
3005
3005
|
"source-layer": "transport_lines",
|
|
3006
3006
|
"minzoom": 13,
|
|
3007
3007
|
"maxzoom": 24,
|
|
@@ -3070,7 +3070,7 @@
|
|
|
3070
3070
|
{
|
|
3071
3071
|
"id": "roads_tertiary-case_construction",
|
|
3072
3072
|
"type": "line",
|
|
3073
|
-
"source": "
|
|
3073
|
+
"source": "ohm",
|
|
3074
3074
|
"source-layer": "transport_lines",
|
|
3075
3075
|
"minzoom": 10.01,
|
|
3076
3076
|
"maxzoom": 24,
|
|
@@ -3135,7 +3135,7 @@
|
|
|
3135
3135
|
{
|
|
3136
3136
|
"id": "roads_secondary-case_construction",
|
|
3137
3137
|
"type": "line",
|
|
3138
|
-
"source": "
|
|
3138
|
+
"source": "ohm",
|
|
3139
3139
|
"source-layer": "transport_lines",
|
|
3140
3140
|
"minzoom": 10,
|
|
3141
3141
|
"filter": [
|
|
@@ -3199,7 +3199,7 @@
|
|
|
3199
3199
|
{
|
|
3200
3200
|
"id": "roads_primarylink-case_construction",
|
|
3201
3201
|
"type": "line",
|
|
3202
|
-
"source": "
|
|
3202
|
+
"source": "ohm",
|
|
3203
3203
|
"source-layer": "transport_lines",
|
|
3204
3204
|
"minzoom": 7,
|
|
3205
3205
|
"filter": [
|
|
@@ -3268,7 +3268,7 @@
|
|
|
3268
3268
|
{
|
|
3269
3269
|
"id": "roads_primary-case_construction",
|
|
3270
3270
|
"type": "line",
|
|
3271
|
-
"source": "
|
|
3271
|
+
"source": "ohm",
|
|
3272
3272
|
"source-layer": "transport_lines",
|
|
3273
3273
|
"minzoom": 10,
|
|
3274
3274
|
"filter": [
|
|
@@ -3350,7 +3350,7 @@
|
|
|
3350
3350
|
{
|
|
3351
3351
|
"id": "roads_motorwaylink-case_construction",
|
|
3352
3352
|
"type": "line",
|
|
3353
|
-
"source": "
|
|
3353
|
+
"source": "ohm",
|
|
3354
3354
|
"source-layer": "transport_lines",
|
|
3355
3355
|
"minzoom": 6,
|
|
3356
3356
|
"maxzoom": 20,
|
|
@@ -3426,7 +3426,7 @@
|
|
|
3426
3426
|
{
|
|
3427
3427
|
"id": "roads_motorway-case_construction",
|
|
3428
3428
|
"type": "line",
|
|
3429
|
-
"source": "
|
|
3429
|
+
"source": "ohm",
|
|
3430
3430
|
"source-layer": "transport_lines",
|
|
3431
3431
|
"minzoom": 9,
|
|
3432
3432
|
"maxzoom": 20,
|
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
{
|
|
3503
3503
|
"id": "roads_roads_construction",
|
|
3504
3504
|
"type": "line",
|
|
3505
|
-
"source": "
|
|
3505
|
+
"source": "ohm",
|
|
3506
3506
|
"source-layer": "transport_lines",
|
|
3507
3507
|
"minzoom": 12,
|
|
3508
3508
|
"maxzoom": 24,
|
|
@@ -3565,7 +3565,7 @@
|
|
|
3565
3565
|
{
|
|
3566
3566
|
"id": "roads_residential_construction-copy",
|
|
3567
3567
|
"type": "line",
|
|
3568
|
-
"source": "
|
|
3568
|
+
"source": "ohm",
|
|
3569
3569
|
"source-layer": "transport_lines",
|
|
3570
3570
|
"minzoom": 12,
|
|
3571
3571
|
"maxzoom": 24,
|
|
@@ -3630,7 +3630,7 @@
|
|
|
3630
3630
|
{
|
|
3631
3631
|
"id": "roads_residential_construction",
|
|
3632
3632
|
"type": "line",
|
|
3633
|
-
"source": "
|
|
3633
|
+
"source": "ohm",
|
|
3634
3634
|
"source-layer": "transport_lines",
|
|
3635
3635
|
"minzoom": 12,
|
|
3636
3636
|
"maxzoom": 24,
|
|
@@ -3695,7 +3695,7 @@
|
|
|
3695
3695
|
{
|
|
3696
3696
|
"id": "roads_secondarylink_construction",
|
|
3697
3697
|
"type": "line",
|
|
3698
|
-
"source": "
|
|
3698
|
+
"source": "ohm",
|
|
3699
3699
|
"source-layer": "transport_lines",
|
|
3700
3700
|
"minzoom": 8,
|
|
3701
3701
|
"filter": [
|
|
@@ -3775,7 +3775,7 @@
|
|
|
3775
3775
|
{
|
|
3776
3776
|
"id": "roads_primarylink_construction",
|
|
3777
3777
|
"type": "line",
|
|
3778
|
-
"source": "
|
|
3778
|
+
"source": "ohm",
|
|
3779
3779
|
"source-layer": "transport_lines",
|
|
3780
3780
|
"minzoom": 6,
|
|
3781
3781
|
"filter": [
|
|
@@ -3848,7 +3848,7 @@
|
|
|
3848
3848
|
{
|
|
3849
3849
|
"id": "roads_motorwaylink_construction",
|
|
3850
3850
|
"type": "line",
|
|
3851
|
-
"source": "
|
|
3851
|
+
"source": "ohm",
|
|
3852
3852
|
"source-layer": "transport_lines",
|
|
3853
3853
|
"minzoom": 5,
|
|
3854
3854
|
"maxzoom": 20,
|
|
@@ -3928,7 +3928,7 @@
|
|
|
3928
3928
|
{
|
|
3929
3929
|
"id": "roads_tertiary_construction",
|
|
3930
3930
|
"type": "line",
|
|
3931
|
-
"source": "
|
|
3931
|
+
"source": "ohm",
|
|
3932
3932
|
"source-layer": "transport_lines",
|
|
3933
3933
|
"minzoom": 9,
|
|
3934
3934
|
"maxzoom": 24,
|
|
@@ -4009,7 +4009,7 @@
|
|
|
4009
4009
|
{
|
|
4010
4010
|
"id": "roads_secondary_construction",
|
|
4011
4011
|
"type": "line",
|
|
4012
|
-
"source": "
|
|
4012
|
+
"source": "ohm",
|
|
4013
4013
|
"source-layer": "transport_lines",
|
|
4014
4014
|
"minzoom": 8,
|
|
4015
4015
|
"filter": [
|
|
@@ -4089,7 +4089,7 @@
|
|
|
4089
4089
|
{
|
|
4090
4090
|
"id": "roads_primary_construction",
|
|
4091
4091
|
"type": "line",
|
|
4092
|
-
"source": "
|
|
4092
|
+
"source": "ohm",
|
|
4093
4093
|
"source-layer": "transport_lines",
|
|
4094
4094
|
"minzoom": 6,
|
|
4095
4095
|
"filter": [
|
|
@@ -4170,7 +4170,7 @@
|
|
|
4170
4170
|
{
|
|
4171
4171
|
"id": "roads_motorway_construction",
|
|
4172
4172
|
"type": "line",
|
|
4173
|
-
"source": "
|
|
4173
|
+
"source": "ohm",
|
|
4174
4174
|
"source-layer": "transport_lines",
|
|
4175
4175
|
"minzoom": 6,
|
|
4176
4176
|
"maxzoom": 20,
|
|
@@ -4250,7 +4250,7 @@
|
|
|
4250
4250
|
{
|
|
4251
4251
|
"id": "roads_ford_construction",
|
|
4252
4252
|
"type": "line",
|
|
4253
|
-
"source": "
|
|
4253
|
+
"source": "ohm",
|
|
4254
4254
|
"source-layer": "transport_lines",
|
|
4255
4255
|
"minzoom": 9,
|
|
4256
4256
|
"filter": [
|
|
@@ -4289,7 +4289,7 @@
|
|
|
4289
4289
|
{
|
|
4290
4290
|
"id": "roads_residential_bridge_z13-copy_construction",
|
|
4291
4291
|
"type": "line",
|
|
4292
|
-
"source": "
|
|
4292
|
+
"source": "ohm",
|
|
4293
4293
|
"source-layer": "transport_lines",
|
|
4294
4294
|
"minzoom": 13,
|
|
4295
4295
|
"maxzoom": 24,
|
|
@@ -4358,7 +4358,7 @@
|
|
|
4358
4358
|
{
|
|
4359
4359
|
"id": "roads_tertiarybridge_construction",
|
|
4360
4360
|
"type": "line",
|
|
4361
|
-
"source": "
|
|
4361
|
+
"source": "ohm",
|
|
4362
4362
|
"source-layer": "transport_lines",
|
|
4363
4363
|
"minzoom": 9,
|
|
4364
4364
|
"filter": [
|
|
@@ -4414,7 +4414,7 @@
|
|
|
4414
4414
|
{
|
|
4415
4415
|
"id": "roads_secondarybridge_construction",
|
|
4416
4416
|
"type": "line",
|
|
4417
|
-
"source": "
|
|
4417
|
+
"source": "ohm",
|
|
4418
4418
|
"source-layer": "transport_lines",
|
|
4419
4419
|
"minzoom": 8,
|
|
4420
4420
|
"filter": [
|
|
@@ -4470,7 +4470,7 @@
|
|
|
4470
4470
|
{
|
|
4471
4471
|
"id": "roads_primarybridge_construction",
|
|
4472
4472
|
"type": "line",
|
|
4473
|
-
"source": "
|
|
4473
|
+
"source": "ohm",
|
|
4474
4474
|
"source-layer": "transport_lines",
|
|
4475
4475
|
"minzoom": 10,
|
|
4476
4476
|
"maxzoom": 20,
|
|
@@ -4538,7 +4538,7 @@
|
|
|
4538
4538
|
{
|
|
4539
4539
|
"id": "roads_motorwaybridge_construction",
|
|
4540
4540
|
"type": "line",
|
|
4541
|
-
"source": "
|
|
4541
|
+
"source": "ohm",
|
|
4542
4542
|
"source-layer": "transport_lines",
|
|
4543
4543
|
"minzoom": 9,
|
|
4544
4544
|
"maxzoom": 20,
|
|
@@ -4608,7 +4608,7 @@
|
|
|
4608
4608
|
{
|
|
4609
4609
|
"id": "roads_residential_bridgetop_z13_construction",
|
|
4610
4610
|
"type": "line",
|
|
4611
|
-
"source": "
|
|
4611
|
+
"source": "ohm",
|
|
4612
4612
|
"source-layer": "transport_lines",
|
|
4613
4613
|
"minzoom": 12,
|
|
4614
4614
|
"maxzoom": 24,
|
|
@@ -4681,7 +4681,7 @@
|
|
|
4681
4681
|
{
|
|
4682
4682
|
"id": "roads_tertiarybridgetop_construction",
|
|
4683
4683
|
"type": "line",
|
|
4684
|
-
"source": "
|
|
4684
|
+
"source": "ohm",
|
|
4685
4685
|
"source-layer": "transport_lines",
|
|
4686
4686
|
"minzoom": 6,
|
|
4687
4687
|
"maxzoom": 24,
|
|
@@ -4754,7 +4754,7 @@
|
|
|
4754
4754
|
{
|
|
4755
4755
|
"id": "roads_secondarybridgetop_construction",
|
|
4756
4756
|
"type": "line",
|
|
4757
|
-
"source": "
|
|
4757
|
+
"source": "ohm",
|
|
4758
4758
|
"source-layer": "transport_lines",
|
|
4759
4759
|
"minzoom": 8,
|
|
4760
4760
|
"filter": [
|
|
@@ -4826,7 +4826,7 @@
|
|
|
4826
4826
|
{
|
|
4827
4827
|
"id": "roads_primarybridgetop_construction",
|
|
4828
4828
|
"type": "line",
|
|
4829
|
-
"source": "
|
|
4829
|
+
"source": "ohm",
|
|
4830
4830
|
"source-layer": "transport_lines",
|
|
4831
4831
|
"minzoom": 6,
|
|
4832
4832
|
"filter": [
|
|
@@ -4896,7 +4896,7 @@
|
|
|
4896
4896
|
{
|
|
4897
4897
|
"id": "roads_motorwaybridgetop_construction",
|
|
4898
4898
|
"type": "line",
|
|
4899
|
-
"source": "
|
|
4899
|
+
"source": "ohm",
|
|
4900
4900
|
"source-layer": "transport_lines",
|
|
4901
4901
|
"minzoom": 6,
|
|
4902
4902
|
"maxzoom": 20,
|
|
@@ -4970,7 +4970,7 @@
|
|
|
4970
4970
|
{
|
|
4971
4971
|
"id": "roads_subway-tunnels-halo",
|
|
4972
4972
|
"type": "line",
|
|
4973
|
-
"source": "
|
|
4973
|
+
"source": "ohm",
|
|
4974
4974
|
"source-layer": "transport_lines",
|
|
4975
4975
|
"minzoom": 7,
|
|
4976
4976
|
"filter": [
|
|
@@ -5022,7 +5022,7 @@
|
|
|
5022
5022
|
{
|
|
5023
5023
|
"id": "roads_subways-tunnel-tick",
|
|
5024
5024
|
"type": "line",
|
|
5025
|
-
"source": "
|
|
5025
|
+
"source": "ohm",
|
|
5026
5026
|
"source-layer": "transport_lines",
|
|
5027
5027
|
"minzoom": 10,
|
|
5028
5028
|
"filter": [
|
|
@@ -5093,7 +5093,7 @@
|
|
|
5093
5093
|
{
|
|
5094
5094
|
"id": "roads_subway-tunnels",
|
|
5095
5095
|
"type": "line",
|
|
5096
|
-
"source": "
|
|
5096
|
+
"source": "ohm",
|
|
5097
5097
|
"source-layer": "transport_lines",
|
|
5098
5098
|
"minzoom": 7,
|
|
5099
5099
|
"filter": [
|
|
@@ -5147,7 +5147,7 @@
|
|
|
5147
5147
|
{
|
|
5148
5148
|
"id": "roads_light_rail-tunnel-halo",
|
|
5149
5149
|
"type": "line",
|
|
5150
|
-
"source": "
|
|
5150
|
+
"source": "ohm",
|
|
5151
5151
|
"source-layer": "transport_lines",
|
|
5152
5152
|
"minzoom": 7,
|
|
5153
5153
|
"filter": [
|
|
@@ -5207,7 +5207,7 @@
|
|
|
5207
5207
|
{
|
|
5208
5208
|
"id": "roads_light_rail-tunnel",
|
|
5209
5209
|
"type": "line",
|
|
5210
|
-
"source": "
|
|
5210
|
+
"source": "ohm",
|
|
5211
5211
|
"source-layer": "transport_lines",
|
|
5212
5212
|
"minzoom": 7,
|
|
5213
5213
|
"filter": [
|
|
@@ -5269,7 +5269,7 @@
|
|
|
5269
5269
|
{
|
|
5270
5270
|
"id": "roads_tertiarytunnel_case",
|
|
5271
5271
|
"type": "line",
|
|
5272
|
-
"source": "
|
|
5272
|
+
"source": "ohm",
|
|
5273
5273
|
"source-layer": "transport_lines",
|
|
5274
5274
|
"minzoom": 9,
|
|
5275
5275
|
"filter": [
|
|
@@ -5321,7 +5321,7 @@
|
|
|
5321
5321
|
{
|
|
5322
5322
|
"id": "roads_secondarytunnel_case",
|
|
5323
5323
|
"type": "line",
|
|
5324
|
-
"source": "
|
|
5324
|
+
"source": "ohm",
|
|
5325
5325
|
"source-layer": "transport_lines",
|
|
5326
5326
|
"minzoom": 8,
|
|
5327
5327
|
"filter": [
|
|
@@ -5373,7 +5373,7 @@
|
|
|
5373
5373
|
{
|
|
5374
5374
|
"id": "roads_primarytunnel_case",
|
|
5375
5375
|
"type": "line",
|
|
5376
|
-
"source": "
|
|
5376
|
+
"source": "ohm",
|
|
5377
5377
|
"source-layer": "transport_lines",
|
|
5378
5378
|
"minzoom": 7,
|
|
5379
5379
|
"maxzoom": 20,
|
|
@@ -5431,7 +5431,7 @@
|
|
|
5431
5431
|
{
|
|
5432
5432
|
"id": "roads_motorwaytunnel_case",
|
|
5433
5433
|
"type": "line",
|
|
5434
|
-
"source": "
|
|
5434
|
+
"source": "ohm",
|
|
5435
5435
|
"source-layer": "transport_lines",
|
|
5436
5436
|
"minzoom": 9,
|
|
5437
5437
|
"maxzoom": 20,
|
|
@@ -5492,7 +5492,7 @@
|
|
|
5492
5492
|
{
|
|
5493
5493
|
"id": "roads_tertiarytunnel-copy",
|
|
5494
5494
|
"type": "line",
|
|
5495
|
-
"source": "
|
|
5495
|
+
"source": "ohm",
|
|
5496
5496
|
"source-layer": "transport_lines",
|
|
5497
5497
|
"minzoom": 9,
|
|
5498
5498
|
"filter": [
|
|
@@ -5540,7 +5540,7 @@
|
|
|
5540
5540
|
{
|
|
5541
5541
|
"id": "roads_tertiarytunnel",
|
|
5542
5542
|
"type": "line",
|
|
5543
|
-
"source": "
|
|
5543
|
+
"source": "ohm",
|
|
5544
5544
|
"source-layer": "transport_lines",
|
|
5545
5545
|
"minzoom": 9,
|
|
5546
5546
|
"filter": [
|
|
@@ -5588,7 +5588,7 @@
|
|
|
5588
5588
|
{
|
|
5589
5589
|
"id": "roads_secondarytunnel",
|
|
5590
5590
|
"type": "line",
|
|
5591
|
-
"source": "
|
|
5591
|
+
"source": "ohm",
|
|
5592
5592
|
"source-layer": "transport_lines",
|
|
5593
5593
|
"minzoom": 8,
|
|
5594
5594
|
"filter": [
|
|
@@ -5636,7 +5636,7 @@
|
|
|
5636
5636
|
{
|
|
5637
5637
|
"id": "roads_primarytunnel",
|
|
5638
5638
|
"type": "line",
|
|
5639
|
-
"source": "
|
|
5639
|
+
"source": "ohm",
|
|
5640
5640
|
"source-layer": "transport_lines",
|
|
5641
5641
|
"minzoom": 6,
|
|
5642
5642
|
"filter": [
|
|
@@ -5684,7 +5684,7 @@
|
|
|
5684
5684
|
{
|
|
5685
5685
|
"id": "roads_motorwaytunnel",
|
|
5686
5686
|
"type": "line",
|
|
5687
|
-
"source": "
|
|
5687
|
+
"source": "ohm",
|
|
5688
5688
|
"source-layer": "transport_lines",
|
|
5689
5689
|
"minzoom": 5,
|
|
5690
5690
|
"maxzoom": 20,
|
|
@@ -5741,7 +5741,7 @@
|
|
|
5741
5741
|
{
|
|
5742
5742
|
"id": "roads_rail-tunnel",
|
|
5743
5743
|
"type": "line",
|
|
5744
|
-
"source": "
|
|
5744
|
+
"source": "ohm",
|
|
5745
5745
|
"source-layer": "transport_lines",
|
|
5746
5746
|
"minzoom": 11,
|
|
5747
5747
|
"maxzoom": 24,
|
|
@@ -5809,7 +5809,7 @@
|
|
|
5809
5809
|
{
|
|
5810
5810
|
"id": "roads_rail-tunnel-dash",
|
|
5811
5811
|
"type": "line",
|
|
5812
|
-
"source": "
|
|
5812
|
+
"source": "ohm",
|
|
5813
5813
|
"source-layer": "transport_lines",
|
|
5814
5814
|
"minzoom": 11,
|
|
5815
5815
|
"maxzoom": 24,
|
|
@@ -5908,7 +5908,7 @@
|
|
|
5908
5908
|
{
|
|
5909
5909
|
"id": "roads_raceways",
|
|
5910
5910
|
"type": "line",
|
|
5911
|
-
"source": "
|
|
5911
|
+
"source": "ohm",
|
|
5912
5912
|
"source-layer": "transport_lines",
|
|
5913
5913
|
"minzoom": 12,
|
|
5914
5914
|
"maxzoom": 24,
|
|
@@ -5953,7 +5953,7 @@
|
|
|
5953
5953
|
{
|
|
5954
5954
|
"id": "roads_trackfillcase",
|
|
5955
5955
|
"type": "line",
|
|
5956
|
-
"source": "
|
|
5956
|
+
"source": "ohm",
|
|
5957
5957
|
"source-layer": "transport_lines",
|
|
5958
5958
|
"minzoom": 14,
|
|
5959
5959
|
"maxzoom": 24,
|
|
@@ -5989,7 +5989,7 @@
|
|
|
5989
5989
|
{
|
|
5990
5990
|
"id": "roads_trackfill",
|
|
5991
5991
|
"type": "line",
|
|
5992
|
-
"source": "
|
|
5992
|
+
"source": "ohm",
|
|
5993
5993
|
"source-layer": "transport_lines",
|
|
5994
5994
|
"minzoom": 14,
|
|
5995
5995
|
"maxzoom": 24,
|
|
@@ -6025,7 +6025,7 @@
|
|
|
6025
6025
|
{
|
|
6026
6026
|
"id": "roads_track",
|
|
6027
6027
|
"type": "line",
|
|
6028
|
-
"source": "
|
|
6028
|
+
"source": "ohm",
|
|
6029
6029
|
"source-layer": "transport_lines",
|
|
6030
6030
|
"minzoom": 14,
|
|
6031
6031
|
"maxzoom": 24,
|
|
@@ -6065,7 +6065,7 @@
|
|
|
6065
6065
|
{
|
|
6066
6066
|
"id": "roads_living_street",
|
|
6067
6067
|
"type": "line",
|
|
6068
|
-
"source": "
|
|
6068
|
+
"source": "ohm",
|
|
6069
6069
|
"source-layer": "transport_lines",
|
|
6070
6070
|
"minzoom": 14,
|
|
6071
6071
|
"maxzoom": 24,
|
|
@@ -6106,7 +6106,7 @@
|
|
|
6106
6106
|
{
|
|
6107
6107
|
"id": "roads_footway",
|
|
6108
6108
|
"type": "line",
|
|
6109
|
-
"source": "
|
|
6109
|
+
"source": "ohm",
|
|
6110
6110
|
"source-layer": "transport_lines",
|
|
6111
6111
|
"minzoom": 14,
|
|
6112
6112
|
"maxzoom": 24,
|
|
@@ -6155,7 +6155,7 @@
|
|
|
6155
6155
|
{
|
|
6156
6156
|
"id": "roads_pier",
|
|
6157
6157
|
"type": "line",
|
|
6158
|
-
"source": "
|
|
6158
|
+
"source": "ohm",
|
|
6159
6159
|
"source-layer": "transport_lines",
|
|
6160
6160
|
"minzoom": 14,
|
|
6161
6161
|
"maxzoom": 24,
|
|
@@ -6191,7 +6191,7 @@
|
|
|
6191
6191
|
{
|
|
6192
6192
|
"id": "roads_steps",
|
|
6193
6193
|
"type": "line",
|
|
6194
|
-
"source": "
|
|
6194
|
+
"source": "ohm",
|
|
6195
6195
|
"source-layer": "transport_lines",
|
|
6196
6196
|
"minzoom": 14,
|
|
6197
6197
|
"maxzoom": 24,
|
|
@@ -6236,7 +6236,7 @@
|
|
|
6236
6236
|
{
|
|
6237
6237
|
"id": "roads_residentialcase_z13",
|
|
6238
6238
|
"type": "line",
|
|
6239
|
-
"source": "
|
|
6239
|
+
"source": "ohm",
|
|
6240
6240
|
"source-layer": "transport_lines",
|
|
6241
6241
|
"minzoom": 13,
|
|
6242
6242
|
"maxzoom": 24,
|
|
@@ -6292,7 +6292,7 @@
|
|
|
6292
6292
|
{
|
|
6293
6293
|
"id": "roads_pedestrian_street-casing",
|
|
6294
6294
|
"type": "line",
|
|
6295
|
-
"source": "
|
|
6295
|
+
"source": "ohm",
|
|
6296
6296
|
"source-layer": "transport_lines",
|
|
6297
6297
|
"minzoom": 14,
|
|
6298
6298
|
"maxzoom": 24,
|
|
@@ -6333,7 +6333,7 @@
|
|
|
6333
6333
|
{
|
|
6334
6334
|
"id": "roads_tertiarylink-case",
|
|
6335
6335
|
"type": "line",
|
|
6336
|
-
"source": "
|
|
6336
|
+
"source": "ohm",
|
|
6337
6337
|
"source-layer": "transport_lines",
|
|
6338
6338
|
"minzoom": 10.01,
|
|
6339
6339
|
"maxzoom": 24,
|
|
@@ -6394,7 +6394,7 @@
|
|
|
6394
6394
|
{
|
|
6395
6395
|
"id": "roads_tertiary-case",
|
|
6396
6396
|
"type": "line",
|
|
6397
|
-
"source": "
|
|
6397
|
+
"source": "ohm",
|
|
6398
6398
|
"source-layer": "transport_lines",
|
|
6399
6399
|
"minzoom": 10.01,
|
|
6400
6400
|
"maxzoom": 24,
|
|
@@ -6455,7 +6455,7 @@
|
|
|
6455
6455
|
{
|
|
6456
6456
|
"id": "roads_secondary-case",
|
|
6457
6457
|
"type": "line",
|
|
6458
|
-
"source": "
|
|
6458
|
+
"source": "ohm",
|
|
6459
6459
|
"source-layer": "transport_lines",
|
|
6460
6460
|
"minzoom": 10,
|
|
6461
6461
|
"filter": [
|
|
@@ -6513,7 +6513,7 @@
|
|
|
6513
6513
|
{
|
|
6514
6514
|
"id": "roads_secondarylink-case",
|
|
6515
6515
|
"type": "line",
|
|
6516
|
-
"source": "
|
|
6516
|
+
"source": "ohm",
|
|
6517
6517
|
"source-layer": "transport_lines",
|
|
6518
6518
|
"minzoom": 8,
|
|
6519
6519
|
"filter": [
|
|
@@ -6571,7 +6571,7 @@
|
|
|
6571
6571
|
{
|
|
6572
6572
|
"id": "roads_primarylink-case",
|
|
6573
6573
|
"type": "line",
|
|
6574
|
-
"source": "
|
|
6574
|
+
"source": "ohm",
|
|
6575
6575
|
"source-layer": "transport_lines",
|
|
6576
6576
|
"minzoom": 7,
|
|
6577
6577
|
"filter": [
|
|
@@ -6632,7 +6632,7 @@
|
|
|
6632
6632
|
{
|
|
6633
6633
|
"id": "roads_primary-case",
|
|
6634
6634
|
"type": "line",
|
|
6635
|
-
"source": "
|
|
6635
|
+
"source": "ohm",
|
|
6636
6636
|
"source-layer": "transport_lines",
|
|
6637
6637
|
"minzoom": 8,
|
|
6638
6638
|
"filter": [
|
|
@@ -6705,7 +6705,7 @@
|
|
|
6705
6705
|
{
|
|
6706
6706
|
"id": "roads_motorwaylink-case",
|
|
6707
6707
|
"type": "line",
|
|
6708
|
-
"source": "
|
|
6708
|
+
"source": "ohm",
|
|
6709
6709
|
"source-layer": "transport_lines",
|
|
6710
6710
|
"minzoom": 6,
|
|
6711
6711
|
"maxzoom": 20,
|
|
@@ -6768,7 +6768,7 @@
|
|
|
6768
6768
|
{
|
|
6769
6769
|
"id": "roads_motorway-case",
|
|
6770
6770
|
"type": "line",
|
|
6771
|
-
"source": "
|
|
6771
|
+
"source": "ohm",
|
|
6772
6772
|
"source-layer": "transport_lines",
|
|
6773
6773
|
"minzoom": 9,
|
|
6774
6774
|
"maxzoom": 24,
|
|
@@ -6831,7 +6831,7 @@
|
|
|
6831
6831
|
{
|
|
6832
6832
|
"id": "roads_proposed",
|
|
6833
6833
|
"type": "line",
|
|
6834
|
-
"source": "
|
|
6834
|
+
"source": "ohm",
|
|
6835
6835
|
"source-layer": "transport_lines",
|
|
6836
6836
|
"minzoom": 12,
|
|
6837
6837
|
"maxzoom": 24,
|
|
@@ -6897,7 +6897,7 @@
|
|
|
6897
6897
|
{
|
|
6898
6898
|
"id": "roads_residential",
|
|
6899
6899
|
"type": "line",
|
|
6900
|
-
"source": "
|
|
6900
|
+
"source": "ohm",
|
|
6901
6901
|
"source-layer": "transport_lines",
|
|
6902
6902
|
"minzoom": 12,
|
|
6903
6903
|
"maxzoom": 24,
|
|
@@ -6942,7 +6942,7 @@
|
|
|
6942
6942
|
{
|
|
6943
6943
|
"id": "roads_pedestrian_street",
|
|
6944
6944
|
"type": "line",
|
|
6945
|
-
"source": "
|
|
6945
|
+
"source": "ohm",
|
|
6946
6946
|
"source-layer": "transport_lines",
|
|
6947
6947
|
"minzoom": 14,
|
|
6948
6948
|
"maxzoom": 24,
|
|
@@ -6983,7 +6983,7 @@
|
|
|
6983
6983
|
{
|
|
6984
6984
|
"id": "roads_secondarylink",
|
|
6985
6985
|
"type": "line",
|
|
6986
|
-
"source": "
|
|
6986
|
+
"source": "ohm",
|
|
6987
6987
|
"source-layer": "transport_lines",
|
|
6988
6988
|
"minzoom": 8,
|
|
6989
6989
|
"filter": [
|
|
@@ -7039,7 +7039,7 @@
|
|
|
7039
7039
|
{
|
|
7040
7040
|
"id": "roads_tertiarylink",
|
|
7041
7041
|
"type": "line",
|
|
7042
|
-
"source": "
|
|
7042
|
+
"source": "ohm",
|
|
7043
7043
|
"source-layer": "transport_lines",
|
|
7044
7044
|
"minzoom": 6,
|
|
7045
7045
|
"filter": [
|
|
@@ -7114,7 +7114,7 @@
|
|
|
7114
7114
|
{
|
|
7115
7115
|
"id": "roads_primarylink",
|
|
7116
7116
|
"type": "line",
|
|
7117
|
-
"source": "
|
|
7117
|
+
"source": "ohm",
|
|
7118
7118
|
"source-layer": "transport_lines",
|
|
7119
7119
|
"minzoom": 6,
|
|
7120
7120
|
"filter": [
|
|
@@ -7175,7 +7175,7 @@
|
|
|
7175
7175
|
{
|
|
7176
7176
|
"id": "roads_motorwaylink",
|
|
7177
7177
|
"type": "line",
|
|
7178
|
-
"source": "
|
|
7178
|
+
"source": "ohm",
|
|
7179
7179
|
"source-layer": "transport_lines",
|
|
7180
7180
|
"minzoom": 6,
|
|
7181
7181
|
"maxzoom": 20,
|
|
@@ -7240,7 +7240,7 @@
|
|
|
7240
7240
|
{
|
|
7241
7241
|
"id": "roads_tertiary",
|
|
7242
7242
|
"type": "line",
|
|
7243
|
-
"source": "
|
|
7243
|
+
"source": "ohm",
|
|
7244
7244
|
"source-layer": "transport_lines",
|
|
7245
7245
|
"minzoom": 9,
|
|
7246
7246
|
"maxzoom": 24,
|
|
@@ -7311,7 +7311,7 @@
|
|
|
7311
7311
|
{
|
|
7312
7312
|
"id": "roads_secondary",
|
|
7313
7313
|
"type": "line",
|
|
7314
|
-
"source": "
|
|
7314
|
+
"source": "ohm",
|
|
7315
7315
|
"source-layer": "transport_lines",
|
|
7316
7316
|
"minzoom": 8,
|
|
7317
7317
|
"filter": [
|
|
@@ -7367,7 +7367,7 @@
|
|
|
7367
7367
|
{
|
|
7368
7368
|
"id": "roads_primary",
|
|
7369
7369
|
"type": "line",
|
|
7370
|
-
"source": "
|
|
7370
|
+
"source": "ohm",
|
|
7371
7371
|
"source-layer": "transport_lines",
|
|
7372
7372
|
"minzoom": 6,
|
|
7373
7373
|
"filter": [
|
|
@@ -7438,7 +7438,7 @@
|
|
|
7438
7438
|
{
|
|
7439
7439
|
"id": "roads_motorway",
|
|
7440
7440
|
"type": "line",
|
|
7441
|
-
"source": "
|
|
7441
|
+
"source": "ohm",
|
|
7442
7442
|
"source-layer": "transport_lines",
|
|
7443
7443
|
"minzoom": 6,
|
|
7444
7444
|
"maxzoom": 24,
|
|
@@ -7505,7 +7505,7 @@
|
|
|
7505
7505
|
{
|
|
7506
7506
|
"id": "roads_ford",
|
|
7507
7507
|
"type": "line",
|
|
7508
|
-
"source": "
|
|
7508
|
+
"source": "ohm",
|
|
7509
7509
|
"source-layer": "transport_lines",
|
|
7510
7510
|
"minzoom": 9,
|
|
7511
7511
|
"filter": [
|
|
@@ -7544,7 +7544,7 @@
|
|
|
7544
7544
|
{
|
|
7545
7545
|
"id": "roads_rail-subway-bridge-case",
|
|
7546
7546
|
"type": "line",
|
|
7547
|
-
"source": "
|
|
7547
|
+
"source": "ohm",
|
|
7548
7548
|
"source-layer": "transport_lines",
|
|
7549
7549
|
"minzoom": 11,
|
|
7550
7550
|
"maxzoom": 24,
|
|
@@ -7598,7 +7598,7 @@
|
|
|
7598
7598
|
{
|
|
7599
7599
|
"id": "roads_rail-bridge-case",
|
|
7600
7600
|
"type": "line",
|
|
7601
|
-
"source": "
|
|
7601
|
+
"source": "ohm",
|
|
7602
7602
|
"source-layer": "transport_lines",
|
|
7603
7603
|
"minzoom": 11,
|
|
7604
7604
|
"maxzoom": 24,
|
|
@@ -7654,7 +7654,7 @@
|
|
|
7654
7654
|
{
|
|
7655
7655
|
"id": "roads_subways_construction",
|
|
7656
7656
|
"type": "line",
|
|
7657
|
-
"source": "
|
|
7657
|
+
"source": "ohm",
|
|
7658
7658
|
"source-layer": "transport_lines",
|
|
7659
7659
|
"minzoom": 14,
|
|
7660
7660
|
"filter": [
|
|
@@ -7714,7 +7714,7 @@
|
|
|
7714
7714
|
{
|
|
7715
7715
|
"id": "roads_subways-bridge",
|
|
7716
7716
|
"type": "line",
|
|
7717
|
-
"source": "
|
|
7717
|
+
"source": "ohm",
|
|
7718
7718
|
"source-layer": "transport_lines",
|
|
7719
7719
|
"minzoom": 7,
|
|
7720
7720
|
"filter": [
|
|
@@ -7776,7 +7776,7 @@
|
|
|
7776
7776
|
{
|
|
7777
7777
|
"id": "roads_light-rail-bridge-case",
|
|
7778
7778
|
"type": "line",
|
|
7779
|
-
"source": "
|
|
7779
|
+
"source": "ohm",
|
|
7780
7780
|
"source-layer": "transport_lines",
|
|
7781
7781
|
"minzoom": 7,
|
|
7782
7782
|
"filter": [
|
|
@@ -7835,7 +7835,7 @@
|
|
|
7835
7835
|
{
|
|
7836
7836
|
"id": "roads_light-rail-bridge",
|
|
7837
7837
|
"type": "line",
|
|
7838
|
-
"source": "
|
|
7838
|
+
"source": "ohm",
|
|
7839
7839
|
"source-layer": "transport_lines",
|
|
7840
7840
|
"minzoom": 7,
|
|
7841
7841
|
"filter": [
|
|
@@ -7897,7 +7897,7 @@
|
|
|
7897
7897
|
{
|
|
7898
7898
|
"id": "roads_residential_bridge_z13-case",
|
|
7899
7899
|
"type": "line",
|
|
7900
|
-
"source": "
|
|
7900
|
+
"source": "ohm",
|
|
7901
7901
|
"source-layer": "transport_lines",
|
|
7902
7902
|
"minzoom": 13,
|
|
7903
7903
|
"maxzoom": 24,
|
|
@@ -7953,7 +7953,7 @@
|
|
|
7953
7953
|
{
|
|
7954
7954
|
"id": "roads_tertiarybridge",
|
|
7955
7955
|
"type": "line",
|
|
7956
|
-
"source": "
|
|
7956
|
+
"source": "ohm",
|
|
7957
7957
|
"source-layer": "transport_lines",
|
|
7958
7958
|
"minzoom": 9,
|
|
7959
7959
|
"filter": [
|
|
@@ -8001,7 +8001,7 @@
|
|
|
8001
8001
|
{
|
|
8002
8002
|
"id": "roads_secondarybridge",
|
|
8003
8003
|
"type": "line",
|
|
8004
|
-
"source": "
|
|
8004
|
+
"source": "ohm",
|
|
8005
8005
|
"source-layer": "transport_lines",
|
|
8006
8006
|
"minzoom": 10,
|
|
8007
8007
|
"filter": [
|
|
@@ -8049,7 +8049,7 @@
|
|
|
8049
8049
|
{
|
|
8050
8050
|
"id": "roads_primarybridge",
|
|
8051
8051
|
"type": "line",
|
|
8052
|
-
"source": "
|
|
8052
|
+
"source": "ohm",
|
|
8053
8053
|
"source-layer": "transport_lines",
|
|
8054
8054
|
"minzoom": 10,
|
|
8055
8055
|
"maxzoom": 20,
|
|
@@ -8104,7 +8104,7 @@
|
|
|
8104
8104
|
{
|
|
8105
8105
|
"id": "roads_motorwaybridge",
|
|
8106
8106
|
"type": "line",
|
|
8107
|
-
"source": "
|
|
8107
|
+
"source": "ohm",
|
|
8108
8108
|
"source-layer": "transport_lines",
|
|
8109
8109
|
"minzoom": 9,
|
|
8110
8110
|
"maxzoom": 20,
|
|
@@ -8161,7 +8161,7 @@
|
|
|
8161
8161
|
{
|
|
8162
8162
|
"id": "roads_residential_bridgetop_z13",
|
|
8163
8163
|
"type": "line",
|
|
8164
|
-
"source": "
|
|
8164
|
+
"source": "ohm",
|
|
8165
8165
|
"source-layer": "transport_lines",
|
|
8166
8166
|
"minzoom": 12,
|
|
8167
8167
|
"maxzoom": 24,
|
|
@@ -8217,7 +8217,7 @@
|
|
|
8217
8217
|
{
|
|
8218
8218
|
"id": "roads_tertiarybridgetop",
|
|
8219
8219
|
"type": "line",
|
|
8220
|
-
"source": "
|
|
8220
|
+
"source": "ohm",
|
|
8221
8221
|
"source-layer": "transport_lines",
|
|
8222
8222
|
"minzoom": 6,
|
|
8223
8223
|
"maxzoom": 24,
|
|
@@ -8278,7 +8278,7 @@
|
|
|
8278
8278
|
{
|
|
8279
8279
|
"id": "roads_secondarybridgetop",
|
|
8280
8280
|
"type": "line",
|
|
8281
|
-
"source": "
|
|
8281
|
+
"source": "ohm",
|
|
8282
8282
|
"source-layer": "transport_lines",
|
|
8283
8283
|
"minzoom": 8,
|
|
8284
8284
|
"filter": [
|
|
@@ -8338,7 +8338,7 @@
|
|
|
8338
8338
|
{
|
|
8339
8339
|
"id": "roads_primarybridgetop",
|
|
8340
8340
|
"type": "line",
|
|
8341
|
-
"source": "
|
|
8341
|
+
"source": "ohm",
|
|
8342
8342
|
"source-layer": "transport_lines",
|
|
8343
8343
|
"minzoom": 6,
|
|
8344
8344
|
"filter": [
|
|
@@ -8391,7 +8391,7 @@
|
|
|
8391
8391
|
{
|
|
8392
8392
|
"id": "roads_motorwaybridgetop",
|
|
8393
8393
|
"type": "line",
|
|
8394
|
-
"source": "
|
|
8394
|
+
"source": "ohm",
|
|
8395
8395
|
"source-layer": "transport_lines",
|
|
8396
8396
|
"minzoom": 6,
|
|
8397
8397
|
"maxzoom": 20,
|
|
@@ -8448,7 +8448,7 @@
|
|
|
8448
8448
|
{
|
|
8449
8449
|
"id": "roads_subways-tick",
|
|
8450
8450
|
"type": "line",
|
|
8451
|
-
"source": "
|
|
8451
|
+
"source": "ohm",
|
|
8452
8452
|
"source-layer": "transport_lines",
|
|
8453
8453
|
"minzoom": 10,
|
|
8454
8454
|
"filter": [
|
|
@@ -8521,7 +8521,7 @@
|
|
|
8521
8521
|
{
|
|
8522
8522
|
"id": "roads_light_rail",
|
|
8523
8523
|
"type": "line",
|
|
8524
|
-
"source": "
|
|
8524
|
+
"source": "ohm",
|
|
8525
8525
|
"source-layer": "transport_lines",
|
|
8526
8526
|
"minzoom": 7,
|
|
8527
8527
|
"filter": [
|
|
@@ -8583,7 +8583,7 @@
|
|
|
8583
8583
|
{
|
|
8584
8584
|
"id": "roads_subways",
|
|
8585
8585
|
"type": "line",
|
|
8586
|
-
"source": "
|
|
8586
|
+
"source": "ohm",
|
|
8587
8587
|
"source-layer": "transport_lines",
|
|
8588
8588
|
"minzoom": 7,
|
|
8589
8589
|
"filter": [
|
|
@@ -8645,7 +8645,7 @@
|
|
|
8645
8645
|
{
|
|
8646
8646
|
"id": "roads_rail_mini",
|
|
8647
8647
|
"type": "line",
|
|
8648
|
-
"source": "
|
|
8648
|
+
"source": "ohm",
|
|
8649
8649
|
"source-layer": "transport_lines",
|
|
8650
8650
|
"minzoom": 7,
|
|
8651
8651
|
"maxzoom": 24,
|
|
@@ -8709,7 +8709,7 @@
|
|
|
8709
8709
|
{
|
|
8710
8710
|
"id": "roads_rail_mini-dash",
|
|
8711
8711
|
"type": "line",
|
|
8712
|
-
"source": "
|
|
8712
|
+
"source": "ohm",
|
|
8713
8713
|
"source-layer": "transport_lines",
|
|
8714
8714
|
"minzoom": 7,
|
|
8715
8715
|
"maxzoom": 24,
|
|
@@ -8792,7 +8792,7 @@
|
|
|
8792
8792
|
{
|
|
8793
8793
|
"id": "roads_rail_old",
|
|
8794
8794
|
"type": "line",
|
|
8795
|
-
"source": "
|
|
8795
|
+
"source": "ohm",
|
|
8796
8796
|
"source-layer": "transport_lines",
|
|
8797
8797
|
"minzoom": 7,
|
|
8798
8798
|
"maxzoom": 24,
|
|
@@ -8857,7 +8857,7 @@
|
|
|
8857
8857
|
{
|
|
8858
8858
|
"id": "roads_rail_old-dash",
|
|
8859
8859
|
"type": "line",
|
|
8860
|
-
"source": "
|
|
8860
|
+
"source": "ohm",
|
|
8861
8861
|
"source-layer": "transport_lines",
|
|
8862
8862
|
"minzoom": 7,
|
|
8863
8863
|
"maxzoom": 24,
|
|
@@ -8941,7 +8941,7 @@
|
|
|
8941
8941
|
{
|
|
8942
8942
|
"id": "roads_rail-main",
|
|
8943
8943
|
"type": "line",
|
|
8944
|
-
"source": "
|
|
8944
|
+
"source": "ohm",
|
|
8945
8945
|
"source-layer": "transport_lines",
|
|
8946
8946
|
"minzoom": 0,
|
|
8947
8947
|
"maxzoom": 24,
|
|
@@ -9023,7 +9023,7 @@
|
|
|
9023
9023
|
{
|
|
9024
9024
|
"id": "roads_rail-main-dash",
|
|
9025
9025
|
"type": "line",
|
|
9026
|
-
"source": "
|
|
9026
|
+
"source": "ohm",
|
|
9027
9027
|
"source-layer": "transport_lines",
|
|
9028
9028
|
"minzoom": 0,
|
|
9029
9029
|
"maxzoom": 24,
|
|
@@ -9134,7 +9134,7 @@
|
|
|
9134
9134
|
{
|
|
9135
9135
|
"id": "roads_rail-yard-siding",
|
|
9136
9136
|
"type": "line",
|
|
9137
|
-
"source": "
|
|
9137
|
+
"source": "ohm",
|
|
9138
9138
|
"source-layer": "transport_lines",
|
|
9139
9139
|
"minzoom": 7,
|
|
9140
9140
|
"maxzoom": 24,
|
|
@@ -9179,7 +9179,7 @@
|
|
|
9179
9179
|
{
|
|
9180
9180
|
"id": "roads_rail-yard-siding-tick",
|
|
9181
9181
|
"type": "line",
|
|
9182
|
-
"source": "
|
|
9182
|
+
"source": "ohm",
|
|
9183
9183
|
"source-layer": "transport_lines",
|
|
9184
9184
|
"minzoom": 13,
|
|
9185
9185
|
"maxzoom": 24,
|
|
@@ -9243,7 +9243,7 @@
|
|
|
9243
9243
|
{
|
|
9244
9244
|
"id": "roads_rail-spur",
|
|
9245
9245
|
"type": "line",
|
|
9246
|
-
"source": "
|
|
9246
|
+
"source": "ohm",
|
|
9247
9247
|
"source-layer": "transport_lines",
|
|
9248
9248
|
"minzoom": 0,
|
|
9249
9249
|
"maxzoom": 24,
|
|
@@ -9329,7 +9329,7 @@
|
|
|
9329
9329
|
{
|
|
9330
9330
|
"id": "roads_rail-spur-tick",
|
|
9331
9331
|
"type": "line",
|
|
9332
|
-
"source": "
|
|
9332
|
+
"source": "ohm",
|
|
9333
9333
|
"source-layer": "transport_lines",
|
|
9334
9334
|
"minzoom": 13,
|
|
9335
9335
|
"maxzoom": 24,
|
|
@@ -9442,7 +9442,7 @@
|
|
|
9442
9442
|
{
|
|
9443
9443
|
"id": "roads_rail-tourism",
|
|
9444
9444
|
"type": "line",
|
|
9445
|
-
"source": "
|
|
9445
|
+
"source": "ohm",
|
|
9446
9446
|
"source-layer": "transport_lines",
|
|
9447
9447
|
"minzoom": 0,
|
|
9448
9448
|
"maxzoom": 24,
|
|
@@ -9524,7 +9524,7 @@
|
|
|
9524
9524
|
{
|
|
9525
9525
|
"id": "roads_rail-tourism-dash",
|
|
9526
9526
|
"type": "line",
|
|
9527
|
-
"source": "
|
|
9527
|
+
"source": "ohm",
|
|
9528
9528
|
"source-layer": "transport_lines",
|
|
9529
9529
|
"minzoom": 0,
|
|
9530
9530
|
"maxzoom": 24,
|
|
@@ -9635,7 +9635,7 @@
|
|
|
9635
9635
|
{
|
|
9636
9636
|
"id": "roads_rail-military",
|
|
9637
9637
|
"type": "line",
|
|
9638
|
-
"source": "
|
|
9638
|
+
"source": "ohm",
|
|
9639
9639
|
"source-layer": "transport_lines",
|
|
9640
9640
|
"minzoom": 0,
|
|
9641
9641
|
"maxzoom": 24,
|
|
@@ -9717,7 +9717,7 @@
|
|
|
9717
9717
|
{
|
|
9718
9718
|
"id": "roads_rail-military-dash",
|
|
9719
9719
|
"type": "line",
|
|
9720
|
-
"source": "
|
|
9720
|
+
"source": "ohm",
|
|
9721
9721
|
"source-layer": "transport_lines",
|
|
9722
9722
|
"minzoom": 0,
|
|
9723
9723
|
"maxzoom": 24,
|
|
@@ -9828,7 +9828,7 @@
|
|
|
9828
9828
|
{
|
|
9829
9829
|
"id": "roads_rail-branch",
|
|
9830
9830
|
"type": "line",
|
|
9831
|
-
"source": "
|
|
9831
|
+
"source": "ohm",
|
|
9832
9832
|
"source-layer": "transport_lines",
|
|
9833
9833
|
"minzoom": 0,
|
|
9834
9834
|
"maxzoom": 24,
|
|
@@ -9910,7 +9910,7 @@
|
|
|
9910
9910
|
{
|
|
9911
9911
|
"id": "roads_rail-branch-dash",
|
|
9912
9912
|
"type": "line",
|
|
9913
|
-
"source": "
|
|
9913
|
+
"source": "ohm",
|
|
9914
9914
|
"source-layer": "transport_lines",
|
|
9915
9915
|
"minzoom": 0,
|
|
9916
9916
|
"maxzoom": 24,
|
|
@@ -10021,7 +10021,7 @@
|
|
|
10021
10021
|
{
|
|
10022
10022
|
"id": "roads_rail-industrial",
|
|
10023
10023
|
"type": "line",
|
|
10024
|
-
"source": "
|
|
10024
|
+
"source": "ohm",
|
|
10025
10025
|
"source-layer": "transport_lines",
|
|
10026
10026
|
"minzoom": 0,
|
|
10027
10027
|
"maxzoom": 24,
|
|
@@ -10103,7 +10103,7 @@
|
|
|
10103
10103
|
{
|
|
10104
10104
|
"id": "roads_rail-industrial-dash",
|
|
10105
10105
|
"type": "line",
|
|
10106
|
-
"source": "
|
|
10106
|
+
"source": "ohm",
|
|
10107
10107
|
"source-layer": "transport_lines",
|
|
10108
10108
|
"minzoom": 0,
|
|
10109
10109
|
"maxzoom": 24,
|
|
@@ -10214,7 +10214,7 @@
|
|
|
10214
10214
|
{
|
|
10215
10215
|
"id": "roads_rail",
|
|
10216
10216
|
"type": "line",
|
|
10217
|
-
"source": "
|
|
10217
|
+
"source": "ohm",
|
|
10218
10218
|
"source-layer": "transport_lines",
|
|
10219
10219
|
"minzoom": 0,
|
|
10220
10220
|
"maxzoom": 24,
|
|
@@ -10352,7 +10352,7 @@
|
|
|
10352
10352
|
{
|
|
10353
10353
|
"id": "roads_rail-bridge",
|
|
10354
10354
|
"type": "line",
|
|
10355
|
-
"source": "
|
|
10355
|
+
"source": "ohm",
|
|
10356
10356
|
"source-layer": "transport_lines",
|
|
10357
10357
|
"minzoom": 0,
|
|
10358
10358
|
"maxzoom": 24,
|
|
@@ -10490,7 +10490,7 @@
|
|
|
10490
10490
|
{
|
|
10491
10491
|
"id": "roads_rail-dash",
|
|
10492
10492
|
"type": "line",
|
|
10493
|
-
"source": "
|
|
10493
|
+
"source": "ohm",
|
|
10494
10494
|
"source-layer": "transport_lines",
|
|
10495
10495
|
"minzoom": 0,
|
|
10496
10496
|
"maxzoom": 24,
|
|
@@ -10649,7 +10649,7 @@
|
|
|
10649
10649
|
{
|
|
10650
10650
|
"id": "roads_rail_construction",
|
|
10651
10651
|
"type": "line",
|
|
10652
|
-
"source": "
|
|
10652
|
+
"source": "ohm",
|
|
10653
10653
|
"source-layer": "transport_lines",
|
|
10654
10654
|
"minzoom": 7,
|
|
10655
10655
|
"maxzoom": 24,
|
|
@@ -10741,7 +10741,7 @@
|
|
|
10741
10741
|
{
|
|
10742
10742
|
"id": "roads_rail_tram",
|
|
10743
10743
|
"type": "line",
|
|
10744
|
-
"source": "
|
|
10744
|
+
"source": "ohm",
|
|
10745
10745
|
"source-layer": "transport_lines",
|
|
10746
10746
|
"minzoom": 7,
|
|
10747
10747
|
"maxzoom": 24,
|
|
@@ -10829,7 +10829,7 @@
|
|
|
10829
10829
|
{
|
|
10830
10830
|
"id": "barriers-dotted",
|
|
10831
10831
|
"type": "line",
|
|
10832
|
-
"source": "
|
|
10832
|
+
"source": "ohm",
|
|
10833
10833
|
"source-layer": "other_lines",
|
|
10834
10834
|
"filter": [
|
|
10835
10835
|
"==",
|
|
@@ -10851,7 +10851,7 @@
|
|
|
10851
10851
|
{
|
|
10852
10852
|
"id": "barriers",
|
|
10853
10853
|
"type": "line",
|
|
10854
|
-
"source": "
|
|
10854
|
+
"source": "ohm",
|
|
10855
10855
|
"source-layer": "other_lines",
|
|
10856
10856
|
"filter": [
|
|
10857
10857
|
"all"
|
|
@@ -10895,7 +10895,7 @@
|
|
|
10895
10895
|
{
|
|
10896
10896
|
"id": "power_lines",
|
|
10897
10897
|
"type": "line",
|
|
10898
|
-
"source": "
|
|
10898
|
+
"source": "ohm",
|
|
10899
10899
|
"source-layer": "other_lines",
|
|
10900
10900
|
"filter": [
|
|
10901
10901
|
"all",
|
|
@@ -10926,7 +10926,7 @@
|
|
|
10926
10926
|
{
|
|
10927
10927
|
"id": "city_county_lines_admin7_8",
|
|
10928
10928
|
"type": "line",
|
|
10929
|
-
"source": "
|
|
10929
|
+
"source": "ohm",
|
|
10930
10930
|
"source-layer": "land_ohm_lines",
|
|
10931
10931
|
"minzoom": 10,
|
|
10932
10932
|
"maxzoom": 20,
|
|
@@ -10972,9 +10972,9 @@
|
|
|
10972
10972
|
{
|
|
10973
10973
|
"id": "admin_admin5_6",
|
|
10974
10974
|
"type": "line",
|
|
10975
|
-
"source": "
|
|
10975
|
+
"source": "ohm",
|
|
10976
10976
|
"source-layer": "land_ohm_lines",
|
|
10977
|
-
"minzoom":
|
|
10977
|
+
"minzoom": 8,
|
|
10978
10978
|
"maxzoom": 20,
|
|
10979
10979
|
"filter": [
|
|
10980
10980
|
"in",
|
|
@@ -10991,7 +10991,7 @@
|
|
|
10991
10991
|
]
|
|
10992
10992
|
],
|
|
10993
10993
|
"layout": {
|
|
10994
|
-
"visibility": "
|
|
10994
|
+
"visibility": "none",
|
|
10995
10995
|
"line-cap": "round",
|
|
10996
10996
|
"line-join": "round",
|
|
10997
10997
|
"line-miter-limit": 2
|
|
@@ -11015,11 +11015,11 @@
|
|
|
11015
11015
|
}
|
|
11016
11016
|
},
|
|
11017
11017
|
{
|
|
11018
|
-
"id": "
|
|
11018
|
+
"id": "admin_4_state_lines__case",
|
|
11019
11019
|
"type": "line",
|
|
11020
|
-
"source": "
|
|
11020
|
+
"source": "ohm",
|
|
11021
11021
|
"source-layer": "land_ohm_lines",
|
|
11022
|
-
"minzoom":
|
|
11022
|
+
"minzoom": 5,
|
|
11023
11023
|
"maxzoom": 20,
|
|
11024
11024
|
"filter": [
|
|
11025
11025
|
"all",
|
|
@@ -11067,7 +11067,7 @@
|
|
|
11067
11067
|
[
|
|
11068
11068
|
"zoom"
|
|
11069
11069
|
],
|
|
11070
|
-
|
|
11070
|
+
4,
|
|
11071
11071
|
0,
|
|
11072
11072
|
12,
|
|
11073
11073
|
8,
|
|
@@ -11077,11 +11077,11 @@
|
|
|
11077
11077
|
}
|
|
11078
11078
|
},
|
|
11079
11079
|
{
|
|
11080
|
-
"id": "
|
|
11080
|
+
"id": "admin_4_state_lines",
|
|
11081
11081
|
"type": "line",
|
|
11082
|
-
"source": "
|
|
11082
|
+
"source": "ohm",
|
|
11083
11083
|
"source-layer": "land_ohm_lines",
|
|
11084
|
-
"minzoom":
|
|
11084
|
+
"minzoom": 4,
|
|
11085
11085
|
"maxzoom": 20,
|
|
11086
11086
|
"filter": [
|
|
11087
11087
|
"all",
|
|
@@ -11117,9 +11117,16 @@
|
|
|
11117
11117
|
"zoom"
|
|
11118
11118
|
],
|
|
11119
11119
|
4,
|
|
11120
|
-
"rgba(
|
|
11120
|
+
"rgba(180, 180, 180, 1)",
|
|
11121
11121
|
7,
|
|
11122
|
-
"rgba(
|
|
11122
|
+
"rgba(170, 170, 170, 1)"
|
|
11123
|
+
],
|
|
11124
|
+
"line-dasharray": [
|
|
11125
|
+
14,
|
|
11126
|
+
6,
|
|
11127
|
+
5,
|
|
11128
|
+
6,
|
|
11129
|
+
14
|
|
11123
11130
|
],
|
|
11124
11131
|
"line-width": [
|
|
11125
11132
|
"interpolate",
|
|
@@ -11129,8 +11136,10 @@
|
|
|
11129
11136
|
[
|
|
11130
11137
|
"zoom"
|
|
11131
11138
|
],
|
|
11132
|
-
|
|
11133
|
-
0.
|
|
11139
|
+
4,
|
|
11140
|
+
0.5,
|
|
11141
|
+
8,
|
|
11142
|
+
0.5,
|
|
11134
11143
|
12,
|
|
11135
11144
|
2,
|
|
11136
11145
|
15,
|
|
@@ -11141,7 +11150,7 @@
|
|
|
11141
11150
|
{
|
|
11142
11151
|
"id": "admin_admin3",
|
|
11143
11152
|
"type": "line",
|
|
11144
|
-
"source": "
|
|
11153
|
+
"source": "ohm",
|
|
11145
11154
|
"source-layer": "land_ohm_lines",
|
|
11146
11155
|
"minzoom": 3,
|
|
11147
11156
|
"maxzoom": 20,
|
|
@@ -11176,9 +11185,9 @@
|
|
|
11176
11185
|
}
|
|
11177
11186
|
},
|
|
11178
11187
|
{
|
|
11179
|
-
"id": "
|
|
11188
|
+
"id": "admin_1-2_country_lines_case",
|
|
11180
11189
|
"type": "line",
|
|
11181
|
-
"source": "
|
|
11190
|
+
"source": "ohm",
|
|
11182
11191
|
"source-layer": "land_ohm_lines",
|
|
11183
11192
|
"minzoom": 0,
|
|
11184
11193
|
"maxzoom": 20,
|
|
@@ -11197,7 +11206,7 @@
|
|
|
11197
11206
|
]
|
|
11198
11207
|
],
|
|
11199
11208
|
"layout": {
|
|
11200
|
-
"visibility": "
|
|
11209
|
+
"visibility": "none",
|
|
11201
11210
|
"line-cap": "square",
|
|
11202
11211
|
"line-join": "round"
|
|
11203
11212
|
},
|
|
@@ -11212,8 +11221,10 @@
|
|
|
11212
11221
|
],
|
|
11213
11222
|
4,
|
|
11214
11223
|
"rgba(242, 242, 242, 0.28)",
|
|
11215
|
-
|
|
11216
|
-
"rgba(255, 255, 255, 0.
|
|
11224
|
+
5,
|
|
11225
|
+
"rgba(255, 255, 255, 0.15)",
|
|
11226
|
+
8,
|
|
11227
|
+
"rgba(255, 255, 255, 0.15)"
|
|
11217
11228
|
],
|
|
11218
11229
|
"line-width": [
|
|
11219
11230
|
"interpolate",
|
|
@@ -11225,17 +11236,17 @@
|
|
|
11225
11236
|
],
|
|
11226
11237
|
6,
|
|
11227
11238
|
0,
|
|
11228
|
-
|
|
11229
|
-
|
|
11230
|
-
|
|
11231
|
-
|
|
11239
|
+
8,
|
|
11240
|
+
1,
|
|
11241
|
+
18,
|
|
11242
|
+
4
|
|
11232
11243
|
]
|
|
11233
11244
|
}
|
|
11234
11245
|
},
|
|
11235
11246
|
{
|
|
11236
|
-
"id": "
|
|
11247
|
+
"id": "admin_1-2_country_lines",
|
|
11237
11248
|
"type": "line",
|
|
11238
|
-
"source": "
|
|
11249
|
+
"source": "ohm",
|
|
11239
11250
|
"source-layer": "land_ohm_lines",
|
|
11240
11251
|
"minzoom": 0,
|
|
11241
11252
|
"maxzoom": 20,
|
|
@@ -11260,7 +11271,7 @@
|
|
|
11260
11271
|
},
|
|
11261
11272
|
"paint": {
|
|
11262
11273
|
"line-color": [
|
|
11263
|
-
"interpolate",
|
|
11274
|
+
"interpolate-lab",
|
|
11264
11275
|
[
|
|
11265
11276
|
"linear"
|
|
11266
11277
|
],
|
|
@@ -11268,11 +11279,11 @@
|
|
|
11268
11279
|
"zoom"
|
|
11269
11280
|
],
|
|
11270
11281
|
0,
|
|
11271
|
-
"rgba(
|
|
11272
|
-
|
|
11273
|
-
"rgba(
|
|
11282
|
+
"rgba(200, 200, 200, 1)",
|
|
11283
|
+
8,
|
|
11284
|
+
"rgba(190, 190, 190, 1)",
|
|
11274
11285
|
15,
|
|
11275
|
-
"rgba(
|
|
11286
|
+
"rgba(180, 180, 180, 1)"
|
|
11276
11287
|
],
|
|
11277
11288
|
"line-width": [
|
|
11278
11289
|
"interpolate",
|
|
@@ -11284,21 +11295,21 @@
|
|
|
11284
11295
|
],
|
|
11285
11296
|
0,
|
|
11286
11297
|
0.25,
|
|
11287
|
-
|
|
11298
|
+
4,
|
|
11288
11299
|
0.75,
|
|
11289
|
-
|
|
11290
|
-
1,
|
|
11300
|
+
6,
|
|
11301
|
+
1.5,
|
|
11291
11302
|
13,
|
|
11292
11303
|
2.5,
|
|
11293
11304
|
17,
|
|
11294
|
-
|
|
11305
|
+
3
|
|
11295
11306
|
]
|
|
11296
11307
|
}
|
|
11297
11308
|
},
|
|
11298
11309
|
{
|
|
11299
11310
|
"id": "roadlabels_z14",
|
|
11300
11311
|
"type": "symbol",
|
|
11301
|
-
"source": "
|
|
11312
|
+
"source": "ohm",
|
|
11302
11313
|
"source-layer": "transport_lines",
|
|
11303
11314
|
"minzoom": 14,
|
|
11304
11315
|
"filter": [
|
|
@@ -11306,11 +11317,8 @@
|
|
|
11306
11317
|
],
|
|
11307
11318
|
"layout": {
|
|
11308
11319
|
"text-field": [
|
|
11309
|
-
"
|
|
11310
|
-
|
|
11311
|
-
"get",
|
|
11312
|
-
"name"
|
|
11313
|
-
]
|
|
11320
|
+
"get",
|
|
11321
|
+
"name"
|
|
11314
11322
|
],
|
|
11315
11323
|
"symbol-placement": "line",
|
|
11316
11324
|
"symbol-spacing": 250,
|
|
@@ -11334,7 +11342,7 @@
|
|
|
11334
11342
|
{
|
|
11335
11343
|
"id": "roadlabels_z11",
|
|
11336
11344
|
"type": "symbol",
|
|
11337
|
-
"source": "
|
|
11345
|
+
"source": "ohm",
|
|
11338
11346
|
"source-layer": "transport_lines",
|
|
11339
11347
|
"minzoom": 11,
|
|
11340
11348
|
"filter": [
|
|
@@ -11353,11 +11361,8 @@
|
|
|
11353
11361
|
],
|
|
11354
11362
|
"layout": {
|
|
11355
11363
|
"text-field": [
|
|
11356
|
-
"
|
|
11357
|
-
|
|
11358
|
-
"get",
|
|
11359
|
-
"name"
|
|
11360
|
-
]
|
|
11364
|
+
"get",
|
|
11365
|
+
"name"
|
|
11361
11366
|
],
|
|
11362
11367
|
"symbol-placement": "line",
|
|
11363
11368
|
"symbol-spacing": 250,
|
|
@@ -11381,7 +11386,7 @@
|
|
|
11381
11386
|
{
|
|
11382
11387
|
"id": "raillabels_z14",
|
|
11383
11388
|
"type": "symbol",
|
|
11384
|
-
"source": "
|
|
11389
|
+
"source": "ohm",
|
|
11385
11390
|
"source-layer": "transport_lines",
|
|
11386
11391
|
"minzoom": 6,
|
|
11387
11392
|
"filter": [
|
|
@@ -11394,11 +11399,8 @@
|
|
|
11394
11399
|
],
|
|
11395
11400
|
"layout": {
|
|
11396
11401
|
"text-field": [
|
|
11397
|
-
"
|
|
11398
|
-
|
|
11399
|
-
"get",
|
|
11400
|
-
"name"
|
|
11401
|
-
]
|
|
11402
|
+
"get",
|
|
11403
|
+
"name"
|
|
11402
11404
|
],
|
|
11403
11405
|
"symbol-placement": "line",
|
|
11404
11406
|
"symbol-spacing": 250,
|
|
@@ -11435,7 +11437,7 @@
|
|
|
11435
11437
|
{
|
|
11436
11438
|
"id": "water_areaslabels_z15",
|
|
11437
11439
|
"type": "symbol",
|
|
11438
|
-
"source": "
|
|
11440
|
+
"source": "ohm",
|
|
11439
11441
|
"source-layer": "water_areas",
|
|
11440
11442
|
"minzoom": 15,
|
|
11441
11443
|
"maxzoom": 24,
|
|
@@ -11449,11 +11451,8 @@
|
|
|
11449
11451
|
],
|
|
11450
11452
|
"layout": {
|
|
11451
11453
|
"text-field": [
|
|
11452
|
-
"
|
|
11453
|
-
|
|
11454
|
-
"get",
|
|
11455
|
-
"name"
|
|
11456
|
-
]
|
|
11454
|
+
"get",
|
|
11455
|
+
"name"
|
|
11457
11456
|
],
|
|
11458
11457
|
"text-font": [
|
|
11459
11458
|
"OpenHistorical Italic"
|
|
@@ -11483,7 +11482,7 @@
|
|
|
11483
11482
|
{
|
|
11484
11483
|
"id": "water_areaslabels_z12",
|
|
11485
11484
|
"type": "symbol",
|
|
11486
|
-
"source": "
|
|
11485
|
+
"source": "ohm",
|
|
11487
11486
|
"source-layer": "water_areas",
|
|
11488
11487
|
"minzoom": 12,
|
|
11489
11488
|
"maxzoom": 15,
|
|
@@ -11497,11 +11496,8 @@
|
|
|
11497
11496
|
],
|
|
11498
11497
|
"layout": {
|
|
11499
11498
|
"text-field": [
|
|
11500
|
-
"
|
|
11501
|
-
|
|
11502
|
-
"get",
|
|
11503
|
-
"name"
|
|
11504
|
-
]
|
|
11499
|
+
"get",
|
|
11500
|
+
"name"
|
|
11505
11501
|
],
|
|
11506
11502
|
"text-font": [
|
|
11507
11503
|
"OpenHistorical Italic"
|
|
@@ -11532,7 +11528,7 @@
|
|
|
11532
11528
|
{
|
|
11533
11529
|
"id": "water_pointlabels_ocean_sea",
|
|
11534
11530
|
"type": "symbol",
|
|
11535
|
-
"source": "
|
|
11531
|
+
"source": "ohm",
|
|
11536
11532
|
"source-layer": "place_points_centroids",
|
|
11537
11533
|
"minzoom": 0,
|
|
11538
11534
|
"maxzoom": 24,
|
|
@@ -11552,11 +11548,8 @@
|
|
|
11552
11548
|
],
|
|
11553
11549
|
"layout": {
|
|
11554
11550
|
"text-field": [
|
|
11555
|
-
"
|
|
11556
|
-
|
|
11557
|
-
"get",
|
|
11558
|
-
"name"
|
|
11559
|
-
]
|
|
11551
|
+
"get",
|
|
11552
|
+
"name"
|
|
11560
11553
|
],
|
|
11561
11554
|
"text-font": [
|
|
11562
11555
|
"OpenHistorical Italic"
|
|
@@ -11589,7 +11582,7 @@
|
|
|
11589
11582
|
{
|
|
11590
11583
|
"id": "water_areaslabels_z8",
|
|
11591
11584
|
"type": "symbol",
|
|
11592
|
-
"source": "
|
|
11585
|
+
"source": "ohm",
|
|
11593
11586
|
"source-layer": "water_areas",
|
|
11594
11587
|
"minzoom": 8,
|
|
11595
11588
|
"maxzoom": 12,
|
|
@@ -11603,11 +11596,8 @@
|
|
|
11603
11596
|
],
|
|
11604
11597
|
"layout": {
|
|
11605
11598
|
"text-field": [
|
|
11606
|
-
"
|
|
11607
|
-
|
|
11608
|
-
"get",
|
|
11609
|
-
"name"
|
|
11610
|
-
]
|
|
11599
|
+
"get",
|
|
11600
|
+
"name"
|
|
11611
11601
|
],
|
|
11612
11602
|
"text-font": [
|
|
11613
11603
|
"OpenHistorical Italic"
|
|
@@ -11639,7 +11629,7 @@
|
|
|
11639
11629
|
{
|
|
11640
11630
|
"id": "water_lineslabels-cliff",
|
|
11641
11631
|
"type": "symbol",
|
|
11642
|
-
"source": "
|
|
11632
|
+
"source": "ohm",
|
|
11643
11633
|
"source-layer": "water_lines",
|
|
11644
11634
|
"filter": [
|
|
11645
11635
|
"in",
|
|
@@ -11656,11 +11646,8 @@
|
|
|
11656
11646
|
],
|
|
11657
11647
|
"layout": {
|
|
11658
11648
|
"text-field": [
|
|
11659
|
-
"
|
|
11660
|
-
|
|
11661
|
-
"get",
|
|
11662
|
-
"name"
|
|
11663
|
-
]
|
|
11649
|
+
"get",
|
|
11650
|
+
"name"
|
|
11664
11651
|
],
|
|
11665
11652
|
"text-font": [
|
|
11666
11653
|
"OpenHistorical Italic"
|
|
@@ -11694,7 +11681,7 @@
|
|
|
11694
11681
|
{
|
|
11695
11682
|
"id": "water_lineslabels-dam",
|
|
11696
11683
|
"type": "symbol",
|
|
11697
|
-
"source": "
|
|
11684
|
+
"source": "ohm",
|
|
11698
11685
|
"source-layer": "water_lines",
|
|
11699
11686
|
"filter": [
|
|
11700
11687
|
"in",
|
|
@@ -11711,11 +11698,8 @@
|
|
|
11711
11698
|
],
|
|
11712
11699
|
"layout": {
|
|
11713
11700
|
"text-field": [
|
|
11714
|
-
"
|
|
11715
|
-
|
|
11716
|
-
"get",
|
|
11717
|
-
"name"
|
|
11718
|
-
]
|
|
11701
|
+
"get",
|
|
11702
|
+
"name"
|
|
11719
11703
|
],
|
|
11720
11704
|
"text-font": [
|
|
11721
11705
|
"OpenHistorical Italic"
|
|
@@ -11749,7 +11733,7 @@
|
|
|
11749
11733
|
{
|
|
11750
11734
|
"id": "water_lineslabels",
|
|
11751
11735
|
"type": "symbol",
|
|
11752
|
-
"source": "
|
|
11736
|
+
"source": "ohm",
|
|
11753
11737
|
"source-layer": "water_lines",
|
|
11754
11738
|
"minzoom": 12,
|
|
11755
11739
|
"maxzoom": 24,
|
|
@@ -11772,11 +11756,8 @@
|
|
|
11772
11756
|
],
|
|
11773
11757
|
"layout": {
|
|
11774
11758
|
"text-field": [
|
|
11775
|
-
"
|
|
11776
|
-
|
|
11777
|
-
"get",
|
|
11778
|
-
"name"
|
|
11779
|
-
]
|
|
11759
|
+
"get",
|
|
11760
|
+
"name"
|
|
11780
11761
|
],
|
|
11781
11762
|
"text-font": [
|
|
11782
11763
|
"OpenHistorical Italic"
|
|
@@ -11811,7 +11792,7 @@
|
|
|
11811
11792
|
{
|
|
11812
11793
|
"id": "landuse_areaslabels_park",
|
|
11813
11794
|
"type": "symbol",
|
|
11814
|
-
"source": "
|
|
11795
|
+
"source": "ohm",
|
|
11815
11796
|
"source-layer": "landuse_areas",
|
|
11816
11797
|
"minzoom": 14,
|
|
11817
11798
|
"maxzoom": 24,
|
|
@@ -11851,11 +11832,8 @@
|
|
|
11851
11832
|
],
|
|
11852
11833
|
"layout": {
|
|
11853
11834
|
"text-field": [
|
|
11854
|
-
"
|
|
11855
|
-
|
|
11856
|
-
"get",
|
|
11857
|
-
"name"
|
|
11858
|
-
]
|
|
11835
|
+
"get",
|
|
11836
|
+
"name"
|
|
11859
11837
|
],
|
|
11860
11838
|
"text-size": [
|
|
11861
11839
|
"interpolate",
|
|
@@ -11888,7 +11866,7 @@
|
|
|
11888
11866
|
{
|
|
11889
11867
|
"id": "landuse_areaslabels_farming",
|
|
11890
11868
|
"type": "symbol",
|
|
11891
|
-
"source": "
|
|
11869
|
+
"source": "ohm",
|
|
11892
11870
|
"source-layer": "landuse_areas",
|
|
11893
11871
|
"minzoom": 14,
|
|
11894
11872
|
"maxzoom": 24,
|
|
@@ -11913,11 +11891,8 @@
|
|
|
11913
11891
|
],
|
|
11914
11892
|
"layout": {
|
|
11915
11893
|
"text-field": [
|
|
11916
|
-
"
|
|
11917
|
-
|
|
11918
|
-
"get",
|
|
11919
|
-
"name"
|
|
11920
|
-
]
|
|
11894
|
+
"get",
|
|
11895
|
+
"name"
|
|
11921
11896
|
],
|
|
11922
11897
|
"text-size": 11,
|
|
11923
11898
|
"text-font": [
|
|
@@ -11934,7 +11909,7 @@
|
|
|
11934
11909
|
{
|
|
11935
11910
|
"id": "landuse_areaslabels_forest",
|
|
11936
11911
|
"type": "symbol",
|
|
11937
|
-
"source": "
|
|
11912
|
+
"source": "ohm",
|
|
11938
11913
|
"source-layer": "landuse_areas",
|
|
11939
11914
|
"minzoom": 14,
|
|
11940
11915
|
"maxzoom": 24,
|
|
@@ -11955,11 +11930,8 @@
|
|
|
11955
11930
|
],
|
|
11956
11931
|
"layout": {
|
|
11957
11932
|
"text-field": [
|
|
11958
|
-
"
|
|
11959
|
-
|
|
11960
|
-
"get",
|
|
11961
|
-
"name"
|
|
11962
|
-
]
|
|
11933
|
+
"get",
|
|
11934
|
+
"name"
|
|
11963
11935
|
],
|
|
11964
11936
|
"text-size": 11,
|
|
11965
11937
|
"text-font": [
|
|
@@ -11976,7 +11948,7 @@
|
|
|
11976
11948
|
{
|
|
11977
11949
|
"id": "landuse_areaslabels_school",
|
|
11978
11950
|
"type": "symbol",
|
|
11979
|
-
"source": "
|
|
11951
|
+
"source": "ohm",
|
|
11980
11952
|
"source-layer": "landuse_areas",
|
|
11981
11953
|
"minzoom": 14,
|
|
11982
11954
|
"maxzoom": 24,
|
|
@@ -11999,11 +11971,8 @@
|
|
|
11999
11971
|
],
|
|
12000
11972
|
"layout": {
|
|
12001
11973
|
"text-field": [
|
|
12002
|
-
"
|
|
12003
|
-
|
|
12004
|
-
"get",
|
|
12005
|
-
"name"
|
|
12006
|
-
]
|
|
11974
|
+
"get",
|
|
11975
|
+
"name"
|
|
12007
11976
|
],
|
|
12008
11977
|
"text-size": 11,
|
|
12009
11978
|
"text-font": [
|
|
@@ -12019,7 +11988,7 @@
|
|
|
12019
11988
|
{
|
|
12020
11989
|
"id": "points_of_interest_place_areas",
|
|
12021
11990
|
"type": "symbol",
|
|
12022
|
-
"source": "
|
|
11991
|
+
"source": "ohm",
|
|
12023
11992
|
"source-layer": "amenity_points_centroids",
|
|
12024
11993
|
"minzoom": 16,
|
|
12025
11994
|
"filter": [
|
|
@@ -12043,11 +12012,8 @@
|
|
|
12043
12012
|
"layout": {
|
|
12044
12013
|
"visibility": "visible",
|
|
12045
12014
|
"text-field": [
|
|
12046
|
-
"
|
|
12047
|
-
|
|
12048
|
-
"get",
|
|
12049
|
-
"name"
|
|
12050
|
-
]
|
|
12015
|
+
"get",
|
|
12016
|
+
"name"
|
|
12051
12017
|
],
|
|
12052
12018
|
"text-size": 9,
|
|
12053
12019
|
"text-anchor": "center",
|
|
@@ -12069,7 +12035,7 @@
|
|
|
12069
12035
|
{
|
|
12070
12036
|
"id": "points_of_interest_frombuildings",
|
|
12071
12037
|
"type": "symbol",
|
|
12072
|
-
"source": "
|
|
12038
|
+
"source": "ohm",
|
|
12073
12039
|
"source-layer": "buildings_points_centroids",
|
|
12074
12040
|
"minzoom": 16,
|
|
12075
12041
|
"filter": [
|
|
@@ -12091,11 +12057,8 @@
|
|
|
12091
12057
|
],
|
|
12092
12058
|
"visibility": "visible",
|
|
12093
12059
|
"text-field": [
|
|
12094
|
-
"
|
|
12095
|
-
|
|
12096
|
-
"get",
|
|
12097
|
-
"name"
|
|
12098
|
-
]
|
|
12060
|
+
"get",
|
|
12061
|
+
"name"
|
|
12099
12062
|
],
|
|
12100
12063
|
"text-size": [
|
|
12101
12064
|
"interpolate",
|
|
@@ -12143,7 +12106,7 @@
|
|
|
12143
12106
|
{
|
|
12144
12107
|
"id": "points_of_interest_fromareasz14",
|
|
12145
12108
|
"type": "symbol",
|
|
12146
|
-
"source": "
|
|
12109
|
+
"source": "ohm",
|
|
12147
12110
|
"source-layer": "amenity_points_centroids",
|
|
12148
12111
|
"minzoom": 14,
|
|
12149
12112
|
"maxzoom": 16,
|
|
@@ -12181,11 +12144,8 @@
|
|
|
12181
12144
|
],
|
|
12182
12145
|
"visibility": "visible",
|
|
12183
12146
|
"text-field": [
|
|
12184
|
-
"
|
|
12185
|
-
|
|
12186
|
-
"get",
|
|
12187
|
-
"name"
|
|
12188
|
-
]
|
|
12147
|
+
"get",
|
|
12148
|
+
"name"
|
|
12189
12149
|
],
|
|
12190
12150
|
"text-size": 8,
|
|
12191
12151
|
"text-anchor": "top",
|
|
@@ -12208,7 +12168,7 @@
|
|
|
12208
12168
|
{
|
|
12209
12169
|
"id": "points_of_interest_fromareas",
|
|
12210
12170
|
"type": "symbol",
|
|
12211
|
-
"source": "
|
|
12171
|
+
"source": "ohm",
|
|
12212
12172
|
"source-layer": "amenity_points_centroids",
|
|
12213
12173
|
"minzoom": 16,
|
|
12214
12174
|
"maxzoom": 24,
|
|
@@ -12226,11 +12186,8 @@
|
|
|
12226
12186
|
],
|
|
12227
12187
|
"visibility": "visible",
|
|
12228
12188
|
"text-field": [
|
|
12229
|
-
"
|
|
12230
|
-
|
|
12231
|
-
"get",
|
|
12232
|
-
"name"
|
|
12233
|
-
]
|
|
12189
|
+
"get",
|
|
12190
|
+
"name"
|
|
12234
12191
|
],
|
|
12235
12192
|
"text-size": [
|
|
12236
12193
|
"interpolate",
|
|
@@ -12292,7 +12249,7 @@
|
|
|
12292
12249
|
{
|
|
12293
12250
|
"id": "points_of_interest_amenity_14",
|
|
12294
12251
|
"type": "symbol",
|
|
12295
|
-
"source": "
|
|
12252
|
+
"source": "ohm",
|
|
12296
12253
|
"source-layer": "amenity_points_centroids",
|
|
12297
12254
|
"minzoom": 14,
|
|
12298
12255
|
"maxzoom": 16,
|
|
@@ -12310,11 +12267,8 @@
|
|
|
12310
12267
|
],
|
|
12311
12268
|
"visibility": "visible",
|
|
12312
12269
|
"text-field": [
|
|
12313
|
-
"
|
|
12314
|
-
|
|
12315
|
-
"get",
|
|
12316
|
-
"name"
|
|
12317
|
-
]
|
|
12270
|
+
"get",
|
|
12271
|
+
"name"
|
|
12318
12272
|
],
|
|
12319
12273
|
"text-size": 8,
|
|
12320
12274
|
"text-anchor": "top",
|
|
@@ -12337,7 +12291,7 @@
|
|
|
12337
12291
|
{
|
|
12338
12292
|
"id": "points_of_interest_amenity",
|
|
12339
12293
|
"type": "symbol",
|
|
12340
|
-
"source": "
|
|
12294
|
+
"source": "ohm",
|
|
12341
12295
|
"source-layer": "amenity_points_centroids",
|
|
12342
12296
|
"minzoom": 15,
|
|
12343
12297
|
"maxzoom": 24,
|
|
@@ -12355,11 +12309,8 @@
|
|
|
12355
12309
|
],
|
|
12356
12310
|
"visibility": "visible",
|
|
12357
12311
|
"text-field": [
|
|
12358
|
-
"
|
|
12359
|
-
|
|
12360
|
-
"get",
|
|
12361
|
-
"name"
|
|
12362
|
-
]
|
|
12312
|
+
"get",
|
|
12313
|
+
"name"
|
|
12363
12314
|
],
|
|
12364
12315
|
"text-size": [
|
|
12365
12316
|
"interpolate",
|
|
@@ -12422,7 +12373,7 @@
|
|
|
12422
12373
|
{
|
|
12423
12374
|
"id": "points_of_interest_other",
|
|
12424
12375
|
"type": "symbol",
|
|
12425
|
-
"source": "
|
|
12376
|
+
"source": "ohm",
|
|
12426
12377
|
"source-layer": "other_points_centroids",
|
|
12427
12378
|
"minzoom": 15,
|
|
12428
12379
|
"maxzoom": 24,
|
|
@@ -12453,11 +12404,8 @@
|
|
|
12453
12404
|
],
|
|
12454
12405
|
"visibility": "visible",
|
|
12455
12406
|
"text-field": [
|
|
12456
|
-
"
|
|
12457
|
-
|
|
12458
|
-
"get",
|
|
12459
|
-
"name"
|
|
12460
|
-
]
|
|
12407
|
+
"get",
|
|
12408
|
+
"name"
|
|
12461
12409
|
],
|
|
12462
12410
|
"text-size": [
|
|
12463
12411
|
"interpolate",
|
|
@@ -12527,7 +12475,7 @@
|
|
|
12527
12475
|
{
|
|
12528
12476
|
"id": "points_of_interest_other_archaeology",
|
|
12529
12477
|
"type": "symbol",
|
|
12530
|
-
"source": "
|
|
12478
|
+
"source": "ohm",
|
|
12531
12479
|
"source-layer": "other_points_centroids",
|
|
12532
12480
|
"minzoom": 14,
|
|
12533
12481
|
"maxzoom": 24,
|
|
@@ -12550,11 +12498,8 @@
|
|
|
12550
12498
|
],
|
|
12551
12499
|
"visibility": "visible",
|
|
12552
12500
|
"text-field": [
|
|
12553
|
-
"
|
|
12554
|
-
|
|
12555
|
-
"get",
|
|
12556
|
-
"name"
|
|
12557
|
-
]
|
|
12501
|
+
"get",
|
|
12502
|
+
"name"
|
|
12558
12503
|
],
|
|
12559
12504
|
"text-size": [
|
|
12560
12505
|
"interpolate",
|
|
@@ -12616,7 +12561,7 @@
|
|
|
12616
12561
|
{
|
|
12617
12562
|
"id": "points_of_interest_other_artwork",
|
|
12618
12563
|
"type": "symbol",
|
|
12619
|
-
"source": "
|
|
12564
|
+
"source": "ohm",
|
|
12620
12565
|
"source-layer": "other_points_centroids",
|
|
12621
12566
|
"minzoom": 15,
|
|
12622
12567
|
"maxzoom": 24,
|
|
@@ -12639,11 +12584,8 @@
|
|
|
12639
12584
|
],
|
|
12640
12585
|
"visibility": "visible",
|
|
12641
12586
|
"text-field": [
|
|
12642
|
-
"
|
|
12643
|
-
|
|
12644
|
-
"get",
|
|
12645
|
-
"name"
|
|
12646
|
-
]
|
|
12587
|
+
"get",
|
|
12588
|
+
"name"
|
|
12647
12589
|
],
|
|
12648
12590
|
"text-size": [
|
|
12649
12591
|
"interpolate",
|
|
@@ -12705,7 +12647,7 @@
|
|
|
12705
12647
|
{
|
|
12706
12648
|
"id": "points_powertower",
|
|
12707
12649
|
"type": "symbol",
|
|
12708
|
-
"source": "
|
|
12650
|
+
"source": "ohm",
|
|
12709
12651
|
"source-layer": "other_points_centroids",
|
|
12710
12652
|
"minzoom": 15,
|
|
12711
12653
|
"maxzoom": 24,
|
|
@@ -12728,7 +12670,7 @@
|
|
|
12728
12670
|
{
|
|
12729
12671
|
"id": "points_airport",
|
|
12730
12672
|
"type": "symbol",
|
|
12731
|
-
"source": "
|
|
12673
|
+
"source": "ohm",
|
|
12732
12674
|
"source-layer": "transport_points_centroids",
|
|
12733
12675
|
"minzoom": 10,
|
|
12734
12676
|
"maxzoom": 14,
|
|
@@ -12750,7 +12692,7 @@
|
|
|
12750
12692
|
{
|
|
12751
12693
|
"id": "transport_railstation_points",
|
|
12752
12694
|
"type": "symbol",
|
|
12753
|
-
"source": "
|
|
12695
|
+
"source": "ohm",
|
|
12754
12696
|
"source-layer": "transport_points_centroids",
|
|
12755
12697
|
"minzoom": 14,
|
|
12756
12698
|
"maxzoom": 24,
|
|
@@ -12777,11 +12719,8 @@
|
|
|
12777
12719
|
"icon-image": "railstation-18",
|
|
12778
12720
|
"visibility": "visible",
|
|
12779
12721
|
"text-field": [
|
|
12780
|
-
"
|
|
12781
|
-
|
|
12782
|
-
"get",
|
|
12783
|
-
"name"
|
|
12784
|
-
]
|
|
12722
|
+
"get",
|
|
12723
|
+
"name"
|
|
12785
12724
|
],
|
|
12786
12725
|
"text-size": [
|
|
12787
12726
|
"interpolate",
|
|
@@ -12832,7 +12771,7 @@
|
|
|
12832
12771
|
{
|
|
12833
12772
|
"id": "transport_points_centroids",
|
|
12834
12773
|
"type": "symbol",
|
|
12835
|
-
"source": "
|
|
12774
|
+
"source": "ohm",
|
|
12836
12775
|
"source-layer": "transport_points_centroids",
|
|
12837
12776
|
"minzoom": 14,
|
|
12838
12777
|
"maxzoom": 24,
|
|
@@ -12866,11 +12805,8 @@
|
|
|
12866
12805
|
],
|
|
12867
12806
|
"visibility": "visible",
|
|
12868
12807
|
"text-field": [
|
|
12869
|
-
"
|
|
12870
|
-
|
|
12871
|
-
"get",
|
|
12872
|
-
"name"
|
|
12873
|
-
]
|
|
12808
|
+
"get",
|
|
12809
|
+
"name"
|
|
12874
12810
|
],
|
|
12875
12811
|
"text-size": [
|
|
12876
12812
|
"interpolate",
|
|
@@ -12933,7 +12869,7 @@
|
|
|
12933
12869
|
{
|
|
12934
12870
|
"id": "points_placeofworshipother",
|
|
12935
12871
|
"type": "symbol",
|
|
12936
|
-
"source": "
|
|
12872
|
+
"source": "ohm",
|
|
12937
12873
|
"source-layer": "buildings_points_centroids",
|
|
12938
12874
|
"filter": [
|
|
12939
12875
|
"all",
|
|
@@ -12975,7 +12911,7 @@
|
|
|
12975
12911
|
{
|
|
12976
12912
|
"id": "points_religion",
|
|
12977
12913
|
"type": "symbol",
|
|
12978
|
-
"source": "
|
|
12914
|
+
"source": "ohm",
|
|
12979
12915
|
"source-layer": "buildings_points_centroids",
|
|
12980
12916
|
"filter": [
|
|
12981
12917
|
"all"
|
|
@@ -12998,7 +12934,7 @@
|
|
|
12998
12934
|
{
|
|
12999
12935
|
"id": "points_fromlanduse-z14",
|
|
13000
12936
|
"type": "symbol",
|
|
13001
|
-
"source": "
|
|
12937
|
+
"source": "ohm",
|
|
13002
12938
|
"source-layer": "landuse_points_centroids",
|
|
13003
12939
|
"minzoom": 14,
|
|
13004
12940
|
"filter": [
|
|
@@ -13027,11 +12963,8 @@
|
|
|
13027
12963
|
"OpenHistorical"
|
|
13028
12964
|
],
|
|
13029
12965
|
"text-field": [
|
|
13030
|
-
"
|
|
13031
|
-
|
|
13032
|
-
"get",
|
|
13033
|
-
"name"
|
|
13034
|
-
]
|
|
12966
|
+
"get",
|
|
12967
|
+
"name"
|
|
13035
12968
|
],
|
|
13036
12969
|
"text-size": 8,
|
|
13037
12970
|
"text-anchor": "top",
|
|
@@ -13050,7 +12983,7 @@
|
|
|
13050
12983
|
{
|
|
13051
12984
|
"id": "points_fromlanduse",
|
|
13052
12985
|
"type": "symbol",
|
|
13053
|
-
"source": "
|
|
12986
|
+
"source": "ohm",
|
|
13054
12987
|
"source-layer": "landuse_points_centroids",
|
|
13055
12988
|
"minzoom": 16,
|
|
13056
12989
|
"layout": {
|
|
@@ -13066,11 +12999,8 @@
|
|
|
13066
12999
|
"OpenHistorical"
|
|
13067
13000
|
],
|
|
13068
13001
|
"text-field": [
|
|
13069
|
-
"
|
|
13070
|
-
|
|
13071
|
-
"get",
|
|
13072
|
-
"name"
|
|
13073
|
-
]
|
|
13002
|
+
"get",
|
|
13003
|
+
"name"
|
|
13074
13004
|
],
|
|
13075
13005
|
"text-size": [
|
|
13076
13006
|
"interpolate",
|
|
@@ -13116,7 +13046,7 @@
|
|
|
13116
13046
|
{
|
|
13117
13047
|
"id": "points_fromlanduseareas",
|
|
13118
13048
|
"type": "symbol",
|
|
13119
|
-
"source": "
|
|
13049
|
+
"source": "ohm",
|
|
13120
13050
|
"source-layer": "landuse_points_centroids",
|
|
13121
13051
|
"minzoom": 16,
|
|
13122
13052
|
"filter": [
|
|
@@ -13155,7 +13085,7 @@
|
|
|
13155
13085
|
{
|
|
13156
13086
|
"id": "points_of_interest_shop",
|
|
13157
13087
|
"type": "symbol",
|
|
13158
|
-
"source": "
|
|
13088
|
+
"source": "ohm",
|
|
13159
13089
|
"source-layer": "buildings_points_centroids",
|
|
13160
13090
|
"minzoom": 16,
|
|
13161
13091
|
"maxzoom": 24,
|
|
@@ -13177,11 +13107,8 @@
|
|
|
13177
13107
|
],
|
|
13178
13108
|
"visibility": "visible",
|
|
13179
13109
|
"text-field": [
|
|
13180
|
-
"
|
|
13181
|
-
|
|
13182
|
-
"get",
|
|
13183
|
-
"name"
|
|
13184
|
-
]
|
|
13110
|
+
"get",
|
|
13111
|
+
"name"
|
|
13185
13112
|
],
|
|
13186
13113
|
"text-size": 8,
|
|
13187
13114
|
"text-anchor": "top",
|
|
@@ -13203,7 +13130,7 @@
|
|
|
13203
13130
|
{
|
|
13204
13131
|
"id": "county_labels_z11-centroids",
|
|
13205
13132
|
"type": "symbol",
|
|
13206
|
-
"source": "
|
|
13133
|
+
"source": "ohm",
|
|
13207
13134
|
"source-layer": "land_ohm_centroids",
|
|
13208
13135
|
"minzoom": 9,
|
|
13209
13136
|
"maxzoom": 20,
|
|
@@ -13228,11 +13155,8 @@
|
|
|
13228
13155
|
],
|
|
13229
13156
|
"layout": {
|
|
13230
13157
|
"text-field": [
|
|
13231
|
-
"
|
|
13232
|
-
|
|
13233
|
-
"get",
|
|
13234
|
-
"name"
|
|
13235
|
-
]
|
|
13158
|
+
"get",
|
|
13159
|
+
"name"
|
|
13236
13160
|
],
|
|
13237
13161
|
"text-font": [
|
|
13238
13162
|
"OpenHistorical"
|
|
@@ -13267,7 +13191,7 @@
|
|
|
13267
13191
|
{
|
|
13268
13192
|
"id": "county_labels_z11",
|
|
13269
13193
|
"type": "symbol",
|
|
13270
|
-
"source": "
|
|
13194
|
+
"source": "ohm",
|
|
13271
13195
|
"source-layer": "place_points_centroids",
|
|
13272
13196
|
"minzoom": 9,
|
|
13273
13197
|
"maxzoom": 20,
|
|
@@ -13286,11 +13210,8 @@
|
|
|
13286
13210
|
],
|
|
13287
13211
|
"layout": {
|
|
13288
13212
|
"text-field": [
|
|
13289
|
-
"
|
|
13290
|
-
|
|
13291
|
-
"get",
|
|
13292
|
-
"name"
|
|
13293
|
-
]
|
|
13213
|
+
"get",
|
|
13214
|
+
"name"
|
|
13294
13215
|
],
|
|
13295
13216
|
"text-font": [
|
|
13296
13217
|
"OpenHistorical"
|
|
@@ -13325,7 +13246,7 @@
|
|
|
13325
13246
|
{
|
|
13326
13247
|
"id": "city_labels_other_z11",
|
|
13327
13248
|
"type": "symbol",
|
|
13328
|
-
"source": "
|
|
13249
|
+
"source": "ohm",
|
|
13329
13250
|
"source-layer": "place_points_centroids",
|
|
13330
13251
|
"minzoom": 11,
|
|
13331
13252
|
"maxzoom": 20,
|
|
@@ -13349,11 +13270,8 @@
|
|
|
13349
13270
|
],
|
|
13350
13271
|
"layout": {
|
|
13351
13272
|
"text-field": [
|
|
13352
|
-
"
|
|
13353
|
-
|
|
13354
|
-
"get",
|
|
13355
|
-
"name"
|
|
13356
|
-
]
|
|
13273
|
+
"get",
|
|
13274
|
+
"name"
|
|
13357
13275
|
],
|
|
13358
13276
|
"text-font": [
|
|
13359
13277
|
"OpenHistorical"
|
|
@@ -13385,7 +13303,7 @@
|
|
|
13385
13303
|
{
|
|
13386
13304
|
"id": "city_labels_town_z8",
|
|
13387
13305
|
"type": "symbol",
|
|
13388
|
-
"source": "
|
|
13306
|
+
"source": "ohm",
|
|
13389
13307
|
"source-layer": "place_points_centroids",
|
|
13390
13308
|
"minzoom": 8,
|
|
13391
13309
|
"maxzoom": 20,
|
|
@@ -13404,11 +13322,8 @@
|
|
|
13404
13322
|
],
|
|
13405
13323
|
"layout": {
|
|
13406
13324
|
"text-field": [
|
|
13407
|
-
"
|
|
13408
|
-
|
|
13409
|
-
"get",
|
|
13410
|
-
"name"
|
|
13411
|
-
]
|
|
13325
|
+
"get",
|
|
13326
|
+
"name"
|
|
13412
13327
|
],
|
|
13413
13328
|
"text-font": [
|
|
13414
13329
|
"OpenHistorical"
|
|
@@ -13440,7 +13355,7 @@
|
|
|
13440
13355
|
{
|
|
13441
13356
|
"id": "city_labels_z11",
|
|
13442
13357
|
"type": "symbol",
|
|
13443
|
-
"source": "
|
|
13358
|
+
"source": "ohm",
|
|
13444
13359
|
"source-layer": "place_points_centroids",
|
|
13445
13360
|
"minzoom": 11,
|
|
13446
13361
|
"maxzoom": 20,
|
|
@@ -13459,11 +13374,8 @@
|
|
|
13459
13374
|
],
|
|
13460
13375
|
"layout": {
|
|
13461
13376
|
"text-field": [
|
|
13462
|
-
"
|
|
13463
|
-
|
|
13464
|
-
"get",
|
|
13465
|
-
"name"
|
|
13466
|
-
]
|
|
13377
|
+
"get",
|
|
13378
|
+
"name"
|
|
13467
13379
|
],
|
|
13468
13380
|
"text-font": [
|
|
13469
13381
|
"OpenHistorical"
|
|
@@ -13495,7 +13407,7 @@
|
|
|
13495
13407
|
{
|
|
13496
13408
|
"id": "city_capital_labels_z6",
|
|
13497
13409
|
"type": "symbol",
|
|
13498
|
-
"source": "
|
|
13410
|
+
"source": "ohm",
|
|
13499
13411
|
"source-layer": "place_points_centroids",
|
|
13500
13412
|
"minzoom": 6,
|
|
13501
13413
|
"maxzoom": 11,
|
|
@@ -13520,11 +13432,8 @@
|
|
|
13520
13432
|
],
|
|
13521
13433
|
"layout": {
|
|
13522
13434
|
"text-field": [
|
|
13523
|
-
"
|
|
13524
|
-
|
|
13525
|
-
"get",
|
|
13526
|
-
"name"
|
|
13527
|
-
]
|
|
13435
|
+
"get",
|
|
13436
|
+
"name"
|
|
13528
13437
|
],
|
|
13529
13438
|
"text-font": [
|
|
13530
13439
|
"OpenHistorical"
|
|
@@ -13565,7 +13474,7 @@
|
|
|
13565
13474
|
{
|
|
13566
13475
|
"id": "city_labels_z6",
|
|
13567
13476
|
"type": "symbol",
|
|
13568
|
-
"source": "
|
|
13477
|
+
"source": "ohm",
|
|
13569
13478
|
"source-layer": "place_points_centroids",
|
|
13570
13479
|
"minzoom": 6,
|
|
13571
13480
|
"maxzoom": 11,
|
|
@@ -13590,11 +13499,8 @@
|
|
|
13590
13499
|
],
|
|
13591
13500
|
"layout": {
|
|
13592
13501
|
"text-field": [
|
|
13593
|
-
"
|
|
13594
|
-
|
|
13595
|
-
"get",
|
|
13596
|
-
"name"
|
|
13597
|
-
]
|
|
13502
|
+
"get",
|
|
13503
|
+
"name"
|
|
13598
13504
|
],
|
|
13599
13505
|
"text-font": [
|
|
13600
13506
|
"OpenHistorical"
|
|
@@ -13635,7 +13541,7 @@
|
|
|
13635
13541
|
{
|
|
13636
13542
|
"id": "state_points_labels-centroids",
|
|
13637
13543
|
"type": "symbol",
|
|
13638
|
-
"source": "
|
|
13544
|
+
"source": "ohm",
|
|
13639
13545
|
"source-layer": "land_ohm_centroids",
|
|
13640
13546
|
"minzoom": 5,
|
|
13641
13547
|
"maxzoom": 20,
|
|
@@ -13661,11 +13567,8 @@
|
|
|
13661
13567
|
"layout": {
|
|
13662
13568
|
"visibility": "visible",
|
|
13663
13569
|
"text-field": [
|
|
13664
|
-
"
|
|
13665
|
-
|
|
13666
|
-
"get",
|
|
13667
|
-
"name"
|
|
13668
|
-
]
|
|
13570
|
+
"get",
|
|
13571
|
+
"name"
|
|
13669
13572
|
],
|
|
13670
13573
|
"text-font": [
|
|
13671
13574
|
"OpenHistorical"
|
|
@@ -13703,7 +13606,7 @@
|
|
|
13703
13606
|
{
|
|
13704
13607
|
"id": "state_points_labels",
|
|
13705
13608
|
"type": "symbol",
|
|
13706
|
-
"source": "
|
|
13609
|
+
"source": "ohm",
|
|
13707
13610
|
"source-layer": "place_points_centroids",
|
|
13708
13611
|
"minzoom": 5,
|
|
13709
13612
|
"maxzoom": 20,
|
|
@@ -13724,11 +13627,8 @@
|
|
|
13724
13627
|
"layout": {
|
|
13725
13628
|
"visibility": "visible",
|
|
13726
13629
|
"text-field": [
|
|
13727
|
-
"
|
|
13728
|
-
|
|
13729
|
-
"get",
|
|
13730
|
-
"name"
|
|
13731
|
-
]
|
|
13630
|
+
"get",
|
|
13631
|
+
"name"
|
|
13732
13632
|
],
|
|
13733
13633
|
"text-font": [
|
|
13734
13634
|
"OpenHistorical"
|
|
@@ -13766,7 +13666,7 @@
|
|
|
13766
13666
|
{
|
|
13767
13667
|
"id": "statecapital_labels_z10",
|
|
13768
13668
|
"type": "symbol",
|
|
13769
|
-
"source": "
|
|
13669
|
+
"source": "ohm",
|
|
13770
13670
|
"source-layer": "populated_places",
|
|
13771
13671
|
"minzoom": 10,
|
|
13772
13672
|
"maxzoom": 20,
|
|
@@ -13780,11 +13680,8 @@
|
|
|
13780
13680
|
],
|
|
13781
13681
|
"layout": {
|
|
13782
13682
|
"text-field": [
|
|
13783
|
-
"
|
|
13784
|
-
|
|
13785
|
-
"get",
|
|
13786
|
-
"name"
|
|
13787
|
-
]
|
|
13683
|
+
"get",
|
|
13684
|
+
"name"
|
|
13788
13685
|
],
|
|
13789
13686
|
"text-font": [
|
|
13790
13687
|
"OpenHistorical Bold"
|
|
@@ -13803,7 +13700,7 @@
|
|
|
13803
13700
|
{
|
|
13804
13701
|
"id": "country_points_labels-centroids",
|
|
13805
13702
|
"type": "symbol",
|
|
13806
|
-
"source": "
|
|
13703
|
+
"source": "ohm",
|
|
13807
13704
|
"source-layer": "land_ohm_centroids",
|
|
13808
13705
|
"minzoom": 0,
|
|
13809
13706
|
"maxzoom": 12,
|
|
@@ -13829,11 +13726,8 @@
|
|
|
13829
13726
|
"layout": {
|
|
13830
13727
|
"visibility": "visible",
|
|
13831
13728
|
"text-field": [
|
|
13832
|
-
"
|
|
13833
|
-
|
|
13834
|
-
"get",
|
|
13835
|
-
"name"
|
|
13836
|
-
]
|
|
13729
|
+
"get",
|
|
13730
|
+
"name"
|
|
13837
13731
|
],
|
|
13838
13732
|
"text-size": [
|
|
13839
13733
|
"interpolate",
|
|
@@ -13873,7 +13767,7 @@
|
|
|
13873
13767
|
{
|
|
13874
13768
|
"id": "country_points_labels",
|
|
13875
13769
|
"type": "symbol",
|
|
13876
|
-
"source": "
|
|
13770
|
+
"source": "ohm",
|
|
13877
13771
|
"source-layer": "place_points_centroids",
|
|
13878
13772
|
"minzoom": 0,
|
|
13879
13773
|
"maxzoom": 12,
|
|
@@ -13888,11 +13782,8 @@
|
|
|
13888
13782
|
"layout": {
|
|
13889
13783
|
"visibility": "visible",
|
|
13890
13784
|
"text-field": [
|
|
13891
|
-
"
|
|
13892
|
-
|
|
13893
|
-
"get",
|
|
13894
|
-
"name"
|
|
13895
|
-
]
|
|
13785
|
+
"get",
|
|
13786
|
+
"name"
|
|
13896
13787
|
],
|
|
13897
13788
|
"text-size": [
|
|
13898
13789
|
"interpolate",
|