@openhistoricalmap/map-styles 0.9.12 → 0.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/historical/historical.json +656 -450
- package/dist/japanese_scroll/japanese_scroll.json +154 -102
- package/dist/ohm.styles.js +1824 -1211
- package/dist/railway/railway.json +723 -420
- package/dist/woodblock/woodblock.json +159 -107
- package/historical/historical.json +324 -352
- package/japanese_scroll/japanese_scroll.json +89 -89
- package/package.json +5 -5
- package/railway/railway.json +349 -344
- package/woodblock/woodblock.json +96 -98
package/woodblock/woodblock.json
CHANGED
|
@@ -4,22 +4,20 @@
|
|
|
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": [
|
|
10
|
-
"https://vtiles.staging.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"
|
|
11
|
-
]
|
|
9
|
+
"tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
|
|
12
10
|
},
|
|
13
11
|
"ne": {
|
|
14
12
|
"type": "vector",
|
|
15
13
|
"tiles": [
|
|
16
|
-
"https://vtiles.
|
|
14
|
+
"https://vtiles.openhistoricalmap.org/maps/ne/{z}/{x}/{y}.pbf"
|
|
17
15
|
]
|
|
18
16
|
},
|
|
19
17
|
"osm_land": {
|
|
20
18
|
"type": "vector",
|
|
21
19
|
"tiles": [
|
|
22
|
-
"https://vtiles.
|
|
20
|
+
"https://vtiles.openhistoricalmap.org/maps/osm_land/{z}/{x}/{y}.pbf"
|
|
23
21
|
],
|
|
24
22
|
"minzoom": 0,
|
|
25
23
|
"maxzoom": 22,
|
|
@@ -79,7 +77,7 @@
|
|
|
79
77
|
{
|
|
80
78
|
"id": "water_areas",
|
|
81
79
|
"type": "fill",
|
|
82
|
-
"source": "
|
|
80
|
+
"source": "ohm",
|
|
83
81
|
"source-layer": "water_areas",
|
|
84
82
|
"minzoom": 8,
|
|
85
83
|
"maxzoom": 24,
|
|
@@ -99,7 +97,7 @@
|
|
|
99
97
|
{
|
|
100
98
|
"id": "water_lines_stream",
|
|
101
99
|
"type": "line",
|
|
102
|
-
"source": "
|
|
100
|
+
"source": "ohm",
|
|
103
101
|
"source-layer": "water_lines",
|
|
104
102
|
"minzoom": 13,
|
|
105
103
|
"maxzoom": 24,
|
|
@@ -123,7 +121,7 @@
|
|
|
123
121
|
{
|
|
124
122
|
"id": "water_lines_ditch",
|
|
125
123
|
"type": "line",
|
|
126
|
-
"source": "
|
|
124
|
+
"source": "ohm",
|
|
127
125
|
"source-layer": "water_lines",
|
|
128
126
|
"minzoom": 15,
|
|
129
127
|
"maxzoom": 24,
|
|
@@ -137,7 +135,7 @@
|
|
|
137
135
|
{
|
|
138
136
|
"id": "water_lines_canal",
|
|
139
137
|
"type": "line",
|
|
140
|
-
"source": "
|
|
138
|
+
"source": "ohm",
|
|
141
139
|
"source-layer": "water_lines",
|
|
142
140
|
"minzoom": 8,
|
|
143
141
|
"maxzoom": 24,
|
|
@@ -163,7 +161,7 @@
|
|
|
163
161
|
{
|
|
164
162
|
"id": "water_lines_river",
|
|
165
163
|
"type": "line",
|
|
166
|
-
"source": "
|
|
164
|
+
"source": "ohm",
|
|
167
165
|
"source-layer": "water_lines",
|
|
168
166
|
"minzoom": 8,
|
|
169
167
|
"maxzoom": 24,
|
|
@@ -192,7 +190,7 @@
|
|
|
192
190
|
{
|
|
193
191
|
"id": "water_lines_dam",
|
|
194
192
|
"type": "line",
|
|
195
|
-
"source": "
|
|
193
|
+
"source": "ohm",
|
|
196
194
|
"source-layer": "water_lines",
|
|
197
195
|
"minzoom": 13,
|
|
198
196
|
"maxzoom": 24,
|
|
@@ -216,7 +214,7 @@
|
|
|
216
214
|
{
|
|
217
215
|
"id": "buildings_flat",
|
|
218
216
|
"type": "fill",
|
|
219
|
-
"source": "
|
|
217
|
+
"source": "ohm",
|
|
220
218
|
"source-layer": "buildings",
|
|
221
219
|
"minzoom": 14,
|
|
222
220
|
"maxzoom": 24,
|
|
@@ -227,7 +225,7 @@
|
|
|
227
225
|
{
|
|
228
226
|
"id": "buildings_flat_ruins",
|
|
229
227
|
"type": "fill",
|
|
230
|
-
"source": "
|
|
228
|
+
"source": "ohm",
|
|
231
229
|
"source-layer": "other_areas",
|
|
232
230
|
"minzoom": 14,
|
|
233
231
|
"maxzoom": 24,
|
|
@@ -238,7 +236,7 @@
|
|
|
238
236
|
{
|
|
239
237
|
"id": "t_outlines",
|
|
240
238
|
"type": "line",
|
|
241
|
-
"source": "
|
|
239
|
+
"source": "ohm",
|
|
242
240
|
"source-layer": "other_areas",
|
|
243
241
|
"filter": ["==", ["get", "type"], "ruins"],
|
|
244
242
|
"layout": {"visibility": "none"},
|
|
@@ -252,7 +250,7 @@
|
|
|
252
250
|
{
|
|
253
251
|
"id": "buildings_flat_outlines",
|
|
254
252
|
"type": "line",
|
|
255
|
-
"source": "
|
|
253
|
+
"source": "ohm",
|
|
256
254
|
"source-layer": "buildings",
|
|
257
255
|
"minzoom": 14,
|
|
258
256
|
"filter": ["all"],
|
|
@@ -275,7 +273,7 @@
|
|
|
275
273
|
{
|
|
276
274
|
"id": "roads_subways",
|
|
277
275
|
"type": "line",
|
|
278
|
-
"source": "
|
|
276
|
+
"source": "ohm",
|
|
279
277
|
"source-layer": "transport_lines",
|
|
280
278
|
"minzoom": 14,
|
|
281
279
|
"filter": ["in", ["get", "type"], ["literal", ["subway"]]],
|
|
@@ -297,7 +295,7 @@
|
|
|
297
295
|
{
|
|
298
296
|
"id": "roads_tertiarytunnel_case",
|
|
299
297
|
"type": "line",
|
|
300
|
-
"source": "
|
|
298
|
+
"source": "ohm",
|
|
301
299
|
"source-layer": "transport_lines",
|
|
302
300
|
"minzoom": 9,
|
|
303
301
|
"filter": [
|
|
@@ -327,7 +325,7 @@
|
|
|
327
325
|
{
|
|
328
326
|
"id": "roads_secondarytunnel_case",
|
|
329
327
|
"type": "line",
|
|
330
|
-
"source": "
|
|
328
|
+
"source": "ohm",
|
|
331
329
|
"source-layer": "transport_lines",
|
|
332
330
|
"minzoom": 8,
|
|
333
331
|
"filter": [
|
|
@@ -357,7 +355,7 @@
|
|
|
357
355
|
{
|
|
358
356
|
"id": "roads_primarytunnel_case",
|
|
359
357
|
"type": "line",
|
|
360
|
-
"source": "
|
|
358
|
+
"source": "ohm",
|
|
361
359
|
"source-layer": "transport_lines",
|
|
362
360
|
"minzoom": 6,
|
|
363
361
|
"maxzoom": 20,
|
|
@@ -388,7 +386,7 @@
|
|
|
388
386
|
{
|
|
389
387
|
"id": "roads_motorwaytunnel_case",
|
|
390
388
|
"type": "line",
|
|
391
|
-
"source": "
|
|
389
|
+
"source": "ohm",
|
|
392
390
|
"source-layer": "transport_lines",
|
|
393
391
|
"minzoom": 5,
|
|
394
392
|
"maxzoom": 20,
|
|
@@ -423,7 +421,7 @@
|
|
|
423
421
|
{
|
|
424
422
|
"id": "roads_tertiarytunnel",
|
|
425
423
|
"type": "line",
|
|
426
|
-
"source": "
|
|
424
|
+
"source": "ohm",
|
|
427
425
|
"source-layer": "transport_lines",
|
|
428
426
|
"minzoom": 9,
|
|
429
427
|
"filter": [
|
|
@@ -452,7 +450,7 @@
|
|
|
452
450
|
{
|
|
453
451
|
"id": "roads_secondarytunnel",
|
|
454
452
|
"type": "line",
|
|
455
|
-
"source": "
|
|
453
|
+
"source": "ohm",
|
|
456
454
|
"source-layer": "transport_lines",
|
|
457
455
|
"minzoom": 8,
|
|
458
456
|
"filter": [
|
|
@@ -481,7 +479,7 @@
|
|
|
481
479
|
{
|
|
482
480
|
"id": "roads_primarytunnel",
|
|
483
481
|
"type": "line",
|
|
484
|
-
"source": "
|
|
482
|
+
"source": "ohm",
|
|
485
483
|
"source-layer": "transport_lines",
|
|
486
484
|
"minzoom": 6,
|
|
487
485
|
"filter": [
|
|
@@ -506,7 +504,7 @@
|
|
|
506
504
|
{
|
|
507
505
|
"id": "roads_motorwaytunnel",
|
|
508
506
|
"type": "line",
|
|
509
|
-
"source": "
|
|
507
|
+
"source": "ohm",
|
|
510
508
|
"source-layer": "transport_lines",
|
|
511
509
|
"minzoom": 11,
|
|
512
510
|
"maxzoom": 20,
|
|
@@ -540,7 +538,7 @@
|
|
|
540
538
|
{
|
|
541
539
|
"id": "roads_rail_tram",
|
|
542
540
|
"type": "line",
|
|
543
|
-
"source": "
|
|
541
|
+
"source": "ohm",
|
|
544
542
|
"source-layer": "transport_lines",
|
|
545
543
|
"minzoom": 7,
|
|
546
544
|
"maxzoom": 24,
|
|
@@ -570,7 +568,7 @@
|
|
|
570
568
|
{
|
|
571
569
|
"id": "roads_rail_mini",
|
|
572
570
|
"type": "line",
|
|
573
|
-
"source": "
|
|
571
|
+
"source": "ohm",
|
|
574
572
|
"source-layer": "transport_lines",
|
|
575
573
|
"minzoom": 7,
|
|
576
574
|
"maxzoom": 24,
|
|
@@ -600,7 +598,7 @@
|
|
|
600
598
|
{
|
|
601
599
|
"id": "roads_rail_mini_cross",
|
|
602
600
|
"type": "line",
|
|
603
|
-
"source": "
|
|
601
|
+
"source": "ohm",
|
|
604
602
|
"source-layer": "transport_lines",
|
|
605
603
|
"minzoom": 7,
|
|
606
604
|
"maxzoom": 24,
|
|
@@ -619,7 +617,7 @@
|
|
|
619
617
|
{
|
|
620
618
|
"id": "roads_rail_old",
|
|
621
619
|
"type": "line",
|
|
622
|
-
"source": "
|
|
620
|
+
"source": "ohm",
|
|
623
621
|
"source-layer": "transport_lines",
|
|
624
622
|
"minzoom": 7,
|
|
625
623
|
"maxzoom": 24,
|
|
@@ -653,7 +651,7 @@
|
|
|
653
651
|
{
|
|
654
652
|
"id": "roads_rail_old_cross",
|
|
655
653
|
"type": "line",
|
|
656
|
-
"source": "
|
|
654
|
+
"source": "ohm",
|
|
657
655
|
"source-layer": "transport_lines",
|
|
658
656
|
"minzoom": 7,
|
|
659
657
|
"maxzoom": 24,
|
|
@@ -676,7 +674,7 @@
|
|
|
676
674
|
{
|
|
677
675
|
"id": "roads_rail",
|
|
678
676
|
"type": "line",
|
|
679
|
-
"source": "
|
|
677
|
+
"source": "ohm",
|
|
680
678
|
"source-layer": "transport_lines",
|
|
681
679
|
"minzoom": 7,
|
|
682
680
|
"maxzoom": 24,
|
|
@@ -710,7 +708,7 @@
|
|
|
710
708
|
{
|
|
711
709
|
"id": "roads_rail_cross",
|
|
712
710
|
"type": "line",
|
|
713
|
-
"source": "
|
|
711
|
+
"source": "ohm",
|
|
714
712
|
"source-layer": "transport_lines",
|
|
715
713
|
"minzoom": 7,
|
|
716
714
|
"maxzoom": 24,
|
|
@@ -747,7 +745,7 @@
|
|
|
747
745
|
{
|
|
748
746
|
"id": "roads_rail_construction",
|
|
749
747
|
"type": "line",
|
|
750
|
-
"source": "
|
|
748
|
+
"source": "ohm",
|
|
751
749
|
"source-layer": "transport_lines",
|
|
752
750
|
"minzoom": 9,
|
|
753
751
|
"maxzoom": 24,
|
|
@@ -777,7 +775,7 @@
|
|
|
777
775
|
{
|
|
778
776
|
"id": "roads_rail_construction_cross",
|
|
779
777
|
"type": "line",
|
|
780
|
-
"source": "
|
|
778
|
+
"source": "ohm",
|
|
781
779
|
"source-layer": "transport_lines",
|
|
782
780
|
"minzoom": 9,
|
|
783
781
|
"maxzoom": 24,
|
|
@@ -796,7 +794,7 @@
|
|
|
796
794
|
{
|
|
797
795
|
"id": "roads_raceways",
|
|
798
796
|
"type": "line",
|
|
799
|
-
"source": "
|
|
797
|
+
"source": "ohm",
|
|
800
798
|
"source-layer": "transport_lines",
|
|
801
799
|
"minzoom": 12,
|
|
802
800
|
"maxzoom": 24,
|
|
@@ -819,7 +817,7 @@
|
|
|
819
817
|
{
|
|
820
818
|
"id": "roads_trackfillcase",
|
|
821
819
|
"type": "line",
|
|
822
|
-
"source": "
|
|
820
|
+
"source": "ohm",
|
|
823
821
|
"source-layer": "transport_lines",
|
|
824
822
|
"minzoom": 14,
|
|
825
823
|
"maxzoom": 24,
|
|
@@ -841,7 +839,7 @@
|
|
|
841
839
|
{
|
|
842
840
|
"id": "roads_trackfill",
|
|
843
841
|
"type": "line",
|
|
844
|
-
"source": "
|
|
842
|
+
"source": "ohm",
|
|
845
843
|
"source-layer": "transport_lines",
|
|
846
844
|
"minzoom": 14,
|
|
847
845
|
"maxzoom": 24,
|
|
@@ -863,7 +861,7 @@
|
|
|
863
861
|
{
|
|
864
862
|
"id": "roads_track",
|
|
865
863
|
"type": "line",
|
|
866
|
-
"source": "
|
|
864
|
+
"source": "ohm",
|
|
867
865
|
"source-layer": "transport_lines",
|
|
868
866
|
"minzoom": 14,
|
|
869
867
|
"maxzoom": 24,
|
|
@@ -886,7 +884,7 @@
|
|
|
886
884
|
{
|
|
887
885
|
"id": "roads_pedestrian_street",
|
|
888
886
|
"type": "line",
|
|
889
|
-
"source": "
|
|
887
|
+
"source": "ohm",
|
|
890
888
|
"source-layer": "transport_lines",
|
|
891
889
|
"minzoom": 14,
|
|
892
890
|
"maxzoom": 24,
|
|
@@ -908,7 +906,7 @@
|
|
|
908
906
|
{
|
|
909
907
|
"id": "roads_footway",
|
|
910
908
|
"type": "line",
|
|
911
|
-
"source": "
|
|
909
|
+
"source": "ohm",
|
|
912
910
|
"source-layer": "transport_lines",
|
|
913
911
|
"minzoom": 14,
|
|
914
912
|
"maxzoom": 24,
|
|
@@ -935,7 +933,7 @@
|
|
|
935
933
|
{
|
|
936
934
|
"id": "roads_pier",
|
|
937
935
|
"type": "line",
|
|
938
|
-
"source": "
|
|
936
|
+
"source": "ohm",
|
|
939
937
|
"source-layer": "transport_lines",
|
|
940
938
|
"minzoom": 14,
|
|
941
939
|
"maxzoom": 24,
|
|
@@ -957,7 +955,7 @@
|
|
|
957
955
|
{
|
|
958
956
|
"id": "roads_steps",
|
|
959
957
|
"type": "line",
|
|
960
|
-
"source": "
|
|
958
|
+
"source": "ohm",
|
|
961
959
|
"source-layer": "transport_lines",
|
|
962
960
|
"minzoom": 14,
|
|
963
961
|
"maxzoom": 24,
|
|
@@ -980,7 +978,7 @@
|
|
|
980
978
|
{
|
|
981
979
|
"id": "roads_other",
|
|
982
980
|
"type": "line",
|
|
983
|
-
"source": "
|
|
981
|
+
"source": "ohm",
|
|
984
982
|
"source-layer": "transport_lines",
|
|
985
983
|
"minzoom": 14,
|
|
986
984
|
"maxzoom": 24,
|
|
@@ -998,7 +996,7 @@
|
|
|
998
996
|
{
|
|
999
997
|
"id": "roads_residentialcase_z13",
|
|
1000
998
|
"type": "line",
|
|
1001
|
-
"source": "
|
|
999
|
+
"source": "ohm",
|
|
1002
1000
|
"source-layer": "transport_lines",
|
|
1003
1001
|
"minzoom": 13,
|
|
1004
1002
|
"maxzoom": 24,
|
|
@@ -1032,14 +1030,14 @@
|
|
|
1032
1030
|
{
|
|
1033
1031
|
"id": "roads_tertiary-case",
|
|
1034
1032
|
"type": "line",
|
|
1035
|
-
"source": "
|
|
1033
|
+
"source": "ohm",
|
|
1036
1034
|
"source-layer": "transport_lines",
|
|
1037
1035
|
"minzoom": 10.01,
|
|
1038
1036
|
"maxzoom": 24,
|
|
1039
1037
|
"filter": [
|
|
1040
1038
|
"all",
|
|
1041
1039
|
["==", ["get", "type"], "tertiary"],
|
|
1042
|
-
["!=", ["get", "tunnel"], 1]
|
|
1040
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1043
1041
|
],
|
|
1044
1042
|
"layout": {
|
|
1045
1043
|
"visibility": "none",
|
|
@@ -1062,13 +1060,13 @@
|
|
|
1062
1060
|
{
|
|
1063
1061
|
"id": "roads_secondary-case",
|
|
1064
1062
|
"type": "line",
|
|
1065
|
-
"source": "
|
|
1063
|
+
"source": "ohm",
|
|
1066
1064
|
"source-layer": "transport_lines",
|
|
1067
1065
|
"minzoom": 10.01,
|
|
1068
1066
|
"filter": [
|
|
1069
1067
|
"all",
|
|
1070
1068
|
["==", ["get", "type"], "secondary"],
|
|
1071
|
-
["!=", ["get", "tunnel"], 1]
|
|
1069
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1072
1070
|
],
|
|
1073
1071
|
"layout": {
|
|
1074
1072
|
"visibility": "none",
|
|
@@ -1091,13 +1089,13 @@
|
|
|
1091
1089
|
{
|
|
1092
1090
|
"id": "roads_primarylink-case",
|
|
1093
1091
|
"type": "line",
|
|
1094
|
-
"source": "
|
|
1092
|
+
"source": "ohm",
|
|
1095
1093
|
"source-layer": "transport_lines",
|
|
1096
1094
|
"minzoom": 10.01,
|
|
1097
1095
|
"filter": [
|
|
1098
1096
|
"all",
|
|
1099
1097
|
["in", ["get", "type"], ["literal", ["primary_link"]]],
|
|
1100
|
-
["!=", ["get", "tunnel"], 1]
|
|
1098
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1101
1099
|
],
|
|
1102
1100
|
"layout": {
|
|
1103
1101
|
"visibility": "none",
|
|
@@ -1120,13 +1118,13 @@
|
|
|
1120
1118
|
{
|
|
1121
1119
|
"id": "roads_primary-case",
|
|
1122
1120
|
"type": "line",
|
|
1123
|
-
"source": "
|
|
1121
|
+
"source": "ohm",
|
|
1124
1122
|
"source-layer": "transport_lines",
|
|
1125
1123
|
"minzoom": 10.01,
|
|
1126
1124
|
"filter": [
|
|
1127
1125
|
"all",
|
|
1128
1126
|
["in", ["get", "type"], ["literal", ["primary"]]],
|
|
1129
|
-
["!=", ["get", "tunnel"], 1],
|
|
1127
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1130
1128
|
["!=", ["get", "ford"], "yes"]
|
|
1131
1129
|
],
|
|
1132
1130
|
"layout": {
|
|
@@ -1158,14 +1156,14 @@
|
|
|
1158
1156
|
{
|
|
1159
1157
|
"id": "roads_motorwaylink-case",
|
|
1160
1158
|
"type": "line",
|
|
1161
|
-
"source": "
|
|
1159
|
+
"source": "ohm",
|
|
1162
1160
|
"source-layer": "transport_lines",
|
|
1163
1161
|
"minzoom": 10.01,
|
|
1164
1162
|
"maxzoom": 20,
|
|
1165
1163
|
"filter": [
|
|
1166
1164
|
"all",
|
|
1167
1165
|
["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
|
|
1168
|
-
["!=", ["get", "tunnel"], 1]
|
|
1166
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1169
1167
|
],
|
|
1170
1168
|
"layout": {
|
|
1171
1169
|
"visibility": "none",
|
|
@@ -1196,14 +1194,14 @@
|
|
|
1196
1194
|
{
|
|
1197
1195
|
"id": "roads_motorway-case",
|
|
1198
1196
|
"type": "line",
|
|
1199
|
-
"source": "
|
|
1197
|
+
"source": "ohm",
|
|
1200
1198
|
"source-layer": "transport_lines",
|
|
1201
1199
|
"minzoom": 10.01,
|
|
1202
1200
|
"maxzoom": 20,
|
|
1203
1201
|
"filter": [
|
|
1204
1202
|
"all",
|
|
1205
1203
|
["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
1206
|
-
["!=", ["get", "tunnel"], 1]
|
|
1204
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1207
1205
|
],
|
|
1208
1206
|
"layout": {
|
|
1209
1207
|
"visibility": "none",
|
|
@@ -1234,7 +1232,7 @@
|
|
|
1234
1232
|
{
|
|
1235
1233
|
"id": "roads_residential_bridge_z13-copy",
|
|
1236
1234
|
"type": "line",
|
|
1237
|
-
"source": "
|
|
1235
|
+
"source": "ohm",
|
|
1238
1236
|
"source-layer": "transport_lines",
|
|
1239
1237
|
"minzoom": 13,
|
|
1240
1238
|
"maxzoom": 24,
|
|
@@ -1268,7 +1266,7 @@
|
|
|
1268
1266
|
{
|
|
1269
1267
|
"id": "roads_tertiarybridge",
|
|
1270
1268
|
"type": "line",
|
|
1271
|
-
"source": "
|
|
1269
|
+
"source": "ohm",
|
|
1272
1270
|
"source-layer": "transport_lines",
|
|
1273
1271
|
"minzoom": 9,
|
|
1274
1272
|
"filter": [
|
|
@@ -1304,7 +1302,7 @@
|
|
|
1304
1302
|
{
|
|
1305
1303
|
"id": "roads_secondarybridge",
|
|
1306
1304
|
"type": "line",
|
|
1307
|
-
"source": "
|
|
1305
|
+
"source": "ohm",
|
|
1308
1306
|
"source-layer": "transport_lines",
|
|
1309
1307
|
"minzoom": 8,
|
|
1310
1308
|
"filter": [
|
|
@@ -1340,7 +1338,7 @@
|
|
|
1340
1338
|
{
|
|
1341
1339
|
"id": "roads_primarybridge",
|
|
1342
1340
|
"type": "line",
|
|
1343
|
-
"source": "
|
|
1341
|
+
"source": "ohm",
|
|
1344
1342
|
"source-layer": "transport_lines",
|
|
1345
1343
|
"minzoom": 6,
|
|
1346
1344
|
"maxzoom": 20,
|
|
@@ -1377,7 +1375,7 @@
|
|
|
1377
1375
|
{
|
|
1378
1376
|
"id": "roads_motorwaybridge",
|
|
1379
1377
|
"type": "line",
|
|
1380
|
-
"source": "
|
|
1378
|
+
"source": "ohm",
|
|
1381
1379
|
"source-layer": "transport_lines",
|
|
1382
1380
|
"minzoom": 5,
|
|
1383
1381
|
"maxzoom": 20,
|
|
@@ -1418,13 +1416,13 @@
|
|
|
1418
1416
|
{
|
|
1419
1417
|
"id": "roads_secondarylink",
|
|
1420
1418
|
"type": "line",
|
|
1421
|
-
"source": "
|
|
1419
|
+
"source": "ohm",
|
|
1422
1420
|
"source-layer": "transport_lines",
|
|
1423
1421
|
"minzoom": 8,
|
|
1424
1422
|
"filter": [
|
|
1425
1423
|
"all",
|
|
1426
1424
|
["==", ["get", "type"], "secondary_link"],
|
|
1427
|
-
["!=", ["get", "tunnel"], 1]
|
|
1425
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1428
1426
|
],
|
|
1429
1427
|
"layout": {
|
|
1430
1428
|
"visibility": "visible",
|
|
@@ -1454,13 +1452,13 @@
|
|
|
1454
1452
|
{
|
|
1455
1453
|
"id": "roads_primarylink",
|
|
1456
1454
|
"type": "line",
|
|
1457
|
-
"source": "
|
|
1455
|
+
"source": "ohm",
|
|
1458
1456
|
"source-layer": "transport_lines",
|
|
1459
1457
|
"minzoom": 6,
|
|
1460
1458
|
"filter": [
|
|
1461
1459
|
"all",
|
|
1462
1460
|
["in", ["get", "type"], ["literal", ["primary_link"]]],
|
|
1463
|
-
["!=", ["get", "tunnel"], 1]
|
|
1461
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1464
1462
|
],
|
|
1465
1463
|
"layout": {
|
|
1466
1464
|
"visibility": "visible",
|
|
@@ -1498,14 +1496,14 @@
|
|
|
1498
1496
|
{
|
|
1499
1497
|
"id": "roads_motorwaylink",
|
|
1500
1498
|
"type": "line",
|
|
1501
|
-
"source": "
|
|
1499
|
+
"source": "ohm",
|
|
1502
1500
|
"source-layer": "transport_lines",
|
|
1503
1501
|
"minzoom": 5,
|
|
1504
1502
|
"maxzoom": 20,
|
|
1505
1503
|
"filter": [
|
|
1506
1504
|
"all",
|
|
1507
1505
|
["in", ["get", "type"], ["literal", ["motorway_link", "trunk_link"]]],
|
|
1508
|
-
["!=", ["get", "tunnel"], 1]
|
|
1506
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1509
1507
|
],
|
|
1510
1508
|
"layout": {
|
|
1511
1509
|
"visibility": "visible",
|
|
@@ -1543,7 +1541,7 @@
|
|
|
1543
1541
|
{
|
|
1544
1542
|
"id": "roads_residential",
|
|
1545
1543
|
"type": "line",
|
|
1546
|
-
"source": "
|
|
1544
|
+
"source": "ohm",
|
|
1547
1545
|
"source-layer": "transport_lines",
|
|
1548
1546
|
"minzoom": 12,
|
|
1549
1547
|
"maxzoom": 24,
|
|
@@ -1580,14 +1578,14 @@
|
|
|
1580
1578
|
{
|
|
1581
1579
|
"id": "roads_tertiary",
|
|
1582
1580
|
"type": "line",
|
|
1583
|
-
"source": "
|
|
1581
|
+
"source": "ohm",
|
|
1584
1582
|
"source-layer": "transport_lines",
|
|
1585
1583
|
"minzoom": 9,
|
|
1586
1584
|
"maxzoom": 24,
|
|
1587
1585
|
"filter": [
|
|
1588
1586
|
"all",
|
|
1589
1587
|
["==", ["get", "type"], "tertiary"],
|
|
1590
|
-
["!=", ["get", "tunnel"], 1]
|
|
1588
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1591
1589
|
],
|
|
1592
1590
|
"layout": {
|
|
1593
1591
|
"visibility": "visible",
|
|
@@ -1625,13 +1623,13 @@
|
|
|
1625
1623
|
{
|
|
1626
1624
|
"id": "roads_secondary",
|
|
1627
1625
|
"type": "line",
|
|
1628
|
-
"source": "
|
|
1626
|
+
"source": "ohm",
|
|
1629
1627
|
"source-layer": "transport_lines",
|
|
1630
1628
|
"minzoom": 8,
|
|
1631
1629
|
"filter": [
|
|
1632
1630
|
"all",
|
|
1633
1631
|
["==", ["get", "type"], "secondary"],
|
|
1634
|
-
["!=", ["get", "tunnel"], 1]
|
|
1632
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1635
1633
|
],
|
|
1636
1634
|
"layout": {
|
|
1637
1635
|
"visibility": "visible",
|
|
@@ -1669,13 +1667,13 @@
|
|
|
1669
1667
|
{
|
|
1670
1668
|
"id": "roads_primary",
|
|
1671
1669
|
"type": "line",
|
|
1672
|
-
"source": "
|
|
1670
|
+
"source": "ohm",
|
|
1673
1671
|
"source-layer": "transport_lines",
|
|
1674
1672
|
"minzoom": 6,
|
|
1675
1673
|
"filter": [
|
|
1676
1674
|
"all",
|
|
1677
1675
|
["in", ["get", "type"], ["literal", ["primary"]]],
|
|
1678
|
-
["!=", ["get", "tunnel"], 1],
|
|
1676
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1],
|
|
1679
1677
|
["!=", ["get", "ford"], "yes"]
|
|
1680
1678
|
],
|
|
1681
1679
|
"layout": {
|
|
@@ -1714,14 +1712,14 @@
|
|
|
1714
1712
|
{
|
|
1715
1713
|
"id": "roads_motorway",
|
|
1716
1714
|
"type": "line",
|
|
1717
|
-
"source": "
|
|
1715
|
+
"source": "ohm",
|
|
1718
1716
|
"source-layer": "transport_lines",
|
|
1719
1717
|
"minzoom": 5,
|
|
1720
1718
|
"maxzoom": 20,
|
|
1721
1719
|
"filter": [
|
|
1722
1720
|
"all",
|
|
1723
1721
|
["in", ["get", "type"], ["literal", ["motorway", "trunk"]]],
|
|
1724
|
-
["!=", ["get", "tunnel"], 1]
|
|
1722
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
1725
1723
|
],
|
|
1726
1724
|
"layout": {
|
|
1727
1725
|
"visibility": "visible",
|
|
@@ -1759,7 +1757,7 @@
|
|
|
1759
1757
|
{
|
|
1760
1758
|
"id": "roads_ford",
|
|
1761
1759
|
"type": "line",
|
|
1762
|
-
"source": "
|
|
1760
|
+
"source": "ohm",
|
|
1763
1761
|
"source-layer": "transport_lines",
|
|
1764
1762
|
"minzoom": 9,
|
|
1765
1763
|
"filter": ["==", ["get", "ford"], "yes"],
|
|
@@ -1781,7 +1779,7 @@
|
|
|
1781
1779
|
{
|
|
1782
1780
|
"id": "roads_residential_bridgetop_z13",
|
|
1783
1781
|
"type": "line",
|
|
1784
|
-
"source": "
|
|
1782
|
+
"source": "ohm",
|
|
1785
1783
|
"source-layer": "transport_lines",
|
|
1786
1784
|
"minzoom": 12,
|
|
1787
1785
|
"maxzoom": 24,
|
|
@@ -1811,7 +1809,7 @@
|
|
|
1811
1809
|
{
|
|
1812
1810
|
"id": "roads_tertiarybridgetop",
|
|
1813
1811
|
"type": "line",
|
|
1814
|
-
"source": "
|
|
1812
|
+
"source": "ohm",
|
|
1815
1813
|
"source-layer": "transport_lines",
|
|
1816
1814
|
"minzoom": 9,
|
|
1817
1815
|
"maxzoom": 24,
|
|
@@ -1845,7 +1843,7 @@
|
|
|
1845
1843
|
{
|
|
1846
1844
|
"id": "roads_secondarybridgetop",
|
|
1847
1845
|
"type": "line",
|
|
1848
|
-
"source": "
|
|
1846
|
+
"source": "ohm",
|
|
1849
1847
|
"source-layer": "transport_lines",
|
|
1850
1848
|
"minzoom": 8,
|
|
1851
1849
|
"filter": [
|
|
@@ -1878,7 +1876,7 @@
|
|
|
1878
1876
|
{
|
|
1879
1877
|
"id": "roads_primarybridgetop",
|
|
1880
1878
|
"type": "line",
|
|
1881
|
-
"source": "
|
|
1879
|
+
"source": "ohm",
|
|
1882
1880
|
"source-layer": "transport_lines",
|
|
1883
1881
|
"minzoom": 6,
|
|
1884
1882
|
"filter": [
|
|
@@ -1911,7 +1909,7 @@
|
|
|
1911
1909
|
{
|
|
1912
1910
|
"id": "roads_motorwaybridgetop",
|
|
1913
1911
|
"type": "line",
|
|
1914
|
-
"source": "
|
|
1912
|
+
"source": "ohm",
|
|
1915
1913
|
"source-layer": "transport_lines",
|
|
1916
1914
|
"minzoom": 5,
|
|
1917
1915
|
"maxzoom": 20,
|
|
@@ -1953,7 +1951,7 @@
|
|
|
1953
1951
|
{
|
|
1954
1952
|
"id": "roads_secondary_z8",
|
|
1955
1953
|
"type": "line",
|
|
1956
|
-
"source": "
|
|
1954
|
+
"source": "ohm",
|
|
1957
1955
|
"source-layer": "transport_lines",
|
|
1958
1956
|
"minzoom": 8,
|
|
1959
1957
|
"maxzoom": 9,
|
|
@@ -1983,7 +1981,7 @@
|
|
|
1983
1981
|
{
|
|
1984
1982
|
"id": "roads_trunk_z7",
|
|
1985
1983
|
"type": "line",
|
|
1986
|
-
"source": "
|
|
1984
|
+
"source": "ohm",
|
|
1987
1985
|
"source-layer": "transport_lines",
|
|
1988
1986
|
"minzoom": 7,
|
|
1989
1987
|
"maxzoom": 9,
|
|
@@ -2013,7 +2011,7 @@
|
|
|
2013
2011
|
{
|
|
2014
2012
|
"id": "roads_motorway_z7",
|
|
2015
2013
|
"type": "line",
|
|
2016
|
-
"source": "
|
|
2014
|
+
"source": "ohm",
|
|
2017
2015
|
"source-layer": "transport_lines",
|
|
2018
2016
|
"minzoom": 6,
|
|
2019
2017
|
"maxzoom": 9,
|
|
@@ -2044,7 +2042,7 @@
|
|
|
2044
2042
|
{
|
|
2045
2043
|
"id": "admin_countrylines_z10",
|
|
2046
2044
|
"type": "line",
|
|
2047
|
-
"source": "
|
|
2045
|
+
"source": "ohm",
|
|
2048
2046
|
"source-layer": "land_ohm_lines",
|
|
2049
2047
|
"minzoom": 0,
|
|
2050
2048
|
"maxzoom": 20,
|
|
@@ -2060,7 +2058,7 @@
|
|
|
2060
2058
|
{
|
|
2061
2059
|
"id": "man_made_bridge_area",
|
|
2062
2060
|
"type": "fill",
|
|
2063
|
-
"source": "
|
|
2061
|
+
"source": "ohm",
|
|
2064
2062
|
"source-layer": "other_areas",
|
|
2065
2063
|
"filter": [
|
|
2066
2064
|
"all",
|
|
@@ -2073,7 +2071,7 @@
|
|
|
2073
2071
|
{
|
|
2074
2072
|
"id": "man_made_bridge_line",
|
|
2075
2073
|
"type": "line",
|
|
2076
|
-
"source": "
|
|
2074
|
+
"source": "ohm",
|
|
2077
2075
|
"source-layer": "other_lines",
|
|
2078
2076
|
"filter": [
|
|
2079
2077
|
"all",
|
|
@@ -2086,7 +2084,7 @@
|
|
|
2086
2084
|
{
|
|
2087
2085
|
"id": "landuse_areaslabels_park",
|
|
2088
2086
|
"type": "symbol",
|
|
2089
|
-
"source": "
|
|
2087
|
+
"source": "ohm",
|
|
2090
2088
|
"source-layer": "landuse_areas",
|
|
2091
2089
|
"minzoom": 12,
|
|
2092
2090
|
"maxzoom": 24,
|
|
@@ -2134,7 +2132,7 @@
|
|
|
2134
2132
|
{
|
|
2135
2133
|
"id": "landuse_areaslabels_forest",
|
|
2136
2134
|
"type": "symbol",
|
|
2137
|
-
"source": "
|
|
2135
|
+
"source": "ohm",
|
|
2138
2136
|
"source-layer": "landuse_areas",
|
|
2139
2137
|
"minzoom": 7,
|
|
2140
2138
|
"maxzoom": 24,
|
|
@@ -2159,7 +2157,7 @@
|
|
|
2159
2157
|
{
|
|
2160
2158
|
"id": "city_labels_z6",
|
|
2161
2159
|
"type": "symbol",
|
|
2162
|
-
"source": "
|
|
2160
|
+
"source": "ohm",
|
|
2163
2161
|
"source-layer": "place_points_centroids",
|
|
2164
2162
|
"minzoom": 6,
|
|
2165
2163
|
"maxzoom": 15,
|
|
@@ -2198,7 +2196,7 @@
|
|
|
2198
2196
|
{
|
|
2199
2197
|
"id": "city_capital_labels",
|
|
2200
2198
|
"type": "symbol",
|
|
2201
|
-
"source": "
|
|
2199
|
+
"source": "ohm",
|
|
2202
2200
|
"source-layer": "place_points_centroids",
|
|
2203
2201
|
"minzoom": 4,
|
|
2204
2202
|
"maxzoom": 15,
|
|
@@ -2237,7 +2235,7 @@
|
|
|
2237
2235
|
{
|
|
2238
2236
|
"id": "state_points_labels-centroids",
|
|
2239
2237
|
"type": "symbol",
|
|
2240
|
-
"source": "
|
|
2238
|
+
"source": "ohm",
|
|
2241
2239
|
"source-layer": "land_ohm_centroids",
|
|
2242
2240
|
"minzoom": 4,
|
|
2243
2241
|
"maxzoom": 20,
|
|
@@ -2268,7 +2266,7 @@
|
|
|
2268
2266
|
{
|
|
2269
2267
|
"id": "state_points_labels",
|
|
2270
2268
|
"type": "symbol",
|
|
2271
|
-
"source": "
|
|
2269
|
+
"source": "ohm",
|
|
2272
2270
|
"source-layer": "place_points_centroids",
|
|
2273
2271
|
"minzoom": 4,
|
|
2274
2272
|
"maxzoom": 20,
|
|
@@ -2295,7 +2293,7 @@
|
|
|
2295
2293
|
{
|
|
2296
2294
|
"id": "country_points_labels-centroids",
|
|
2297
2295
|
"type": "symbol",
|
|
2298
|
-
"source": "
|
|
2296
|
+
"source": "ohm",
|
|
2299
2297
|
"source-layer": "land_ohm_centroids",
|
|
2300
2298
|
"minzoom": 0,
|
|
2301
2299
|
"maxzoom": 14,
|
|
@@ -2339,7 +2337,7 @@
|
|
|
2339
2337
|
{
|
|
2340
2338
|
"id": "country_points_labels",
|
|
2341
2339
|
"type": "symbol",
|
|
2342
|
-
"source": "
|
|
2340
|
+
"source": "ohm",
|
|
2343
2341
|
"source-layer": "place_points_centroids",
|
|
2344
2342
|
"minzoom": 0,
|
|
2345
2343
|
"maxzoom": 14,
|
|
@@ -2379,7 +2377,7 @@
|
|
|
2379
2377
|
{
|
|
2380
2378
|
"id": "map dragon",
|
|
2381
2379
|
"type": "symbol",
|
|
2382
|
-
"source": "
|
|
2380
|
+
"source": "ohm",
|
|
2383
2381
|
"source-layer": "place_points_centroids",
|
|
2384
2382
|
"filter": ["==", ["get", "name"], "Pacific Ocean"],
|
|
2385
2383
|
"layout": {
|
|
@@ -2401,7 +2399,7 @@
|
|
|
2401
2399
|
{
|
|
2402
2400
|
"id": "mermonster",
|
|
2403
2401
|
"type": "symbol",
|
|
2404
|
-
"source": "
|
|
2402
|
+
"source": "ohm",
|
|
2405
2403
|
"source-layer": "place_points_centroids",
|
|
2406
2404
|
"filter": ["==", ["get", "name"], "Atlantic Ocean"],
|
|
2407
2405
|
"layout": {
|