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