@openhistoricalmap/map-styles 0.9.14 → 0.9.16
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/.github/workflows/release.yml +70 -0
- package/.github/workflows/validate.yml +25 -0
- package/.nvmrc +1 -1
- package/README.md +21 -0
- package/dist/historical/historical.json +196 -53
- package/dist/historical/historical_spritesheet.json +14 -0
- package/dist/historical/historical_spritesheet.png +0 -0
- package/dist/historical/historical_spritesheet@2x.json +14 -0
- package/dist/historical/historical_spritesheet@2x.png +0 -0
- package/dist/japanese_scroll/japanese_scroll.json +8 -4
- package/dist/ohm.styles.js +325 -122
- package/dist/railway/railway.json +113 -61
- package/dist/woodblock/woodblock.json +8 -4
- package/historical/historical.json +85 -26
- package/historical/historical_spritesheet.json +14 -0
- package/historical/historical_spritesheet.png +0 -0
- package/historical/historical_spritesheet@2x.json +14 -0
- package/historical/historical_spritesheet@2x.png +0 -0
- package/historical/poi/cross_space_18px.svg +41 -0
- package/historical/poi/grave_yard_space_18px.svg +49 -0
- package/japanese_scroll/japanese_scroll.json +1 -1
- package/package.json +3 -2
- package/railway/railway.json +22 -22
- package/woodblock/woodblock.json +1 -1
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
"id": "water_lines_cliff_line",
|
|
1164
1164
|
"type": "line",
|
|
1165
1165
|
"source": "ohm",
|
|
1166
|
-
"source-layer": "
|
|
1166
|
+
"source-layer": "natural_lines",
|
|
1167
1167
|
"minzoom": 15,
|
|
1168
1168
|
"maxzoom": 24,
|
|
1169
1169
|
"filter": [
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
"id": "water_lines_cliff_line_triangles",
|
|
1214
1214
|
"type": "line",
|
|
1215
1215
|
"source": "ohm",
|
|
1216
|
-
"source-layer": "
|
|
1216
|
+
"source-layer": "natural_lines",
|
|
1217
1217
|
"minzoom": 15,
|
|
1218
1218
|
"maxzoom": 24,
|
|
1219
1219
|
"filter": [
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
"id": "water_lines_waterfall_triangle",
|
|
1266
1266
|
"type": "line",
|
|
1267
1267
|
"source": "ohm",
|
|
1268
|
-
"source-layer": "
|
|
1268
|
+
"source-layer": "natural_lines",
|
|
1269
1269
|
"minzoom": 15,
|
|
1270
1270
|
"maxzoom": 24,
|
|
1271
1271
|
"filter": [
|
|
@@ -2141,7 +2141,7 @@
|
|
|
2141
2141
|
"type": "line",
|
|
2142
2142
|
"source": "ohm",
|
|
2143
2143
|
"source-layer": "transport_lines",
|
|
2144
|
-
"minzoom":
|
|
2144
|
+
"minzoom": 6,
|
|
2145
2145
|
"maxzoom": 20,
|
|
2146
2146
|
"filter": [
|
|
2147
2147
|
"all",
|
|
@@ -2383,7 +2383,7 @@
|
|
|
2383
2383
|
"type": "line",
|
|
2384
2384
|
"source": "ohm",
|
|
2385
2385
|
"source-layer": "transport_lines",
|
|
2386
|
-
"minzoom":
|
|
2386
|
+
"minzoom": 6,
|
|
2387
2387
|
"maxzoom": 20,
|
|
2388
2388
|
"filter": [
|
|
2389
2389
|
"all",
|
|
@@ -2954,12 +2954,16 @@
|
|
|
2954
2954
|
]
|
|
2955
2955
|
],
|
|
2956
2956
|
[
|
|
2957
|
-
"
|
|
2957
|
+
"!=",
|
|
2958
2958
|
[
|
|
2959
|
-
"
|
|
2960
|
-
|
|
2959
|
+
"coalesce",
|
|
2960
|
+
[
|
|
2961
|
+
"get",
|
|
2962
|
+
"bridge"
|
|
2963
|
+
],
|
|
2964
|
+
0
|
|
2961
2965
|
],
|
|
2962
|
-
|
|
2966
|
+
1
|
|
2963
2967
|
],
|
|
2964
2968
|
[
|
|
2965
2969
|
"in",
|
|
@@ -3021,12 +3025,16 @@
|
|
|
3021
3025
|
]
|
|
3022
3026
|
],
|
|
3023
3027
|
[
|
|
3024
|
-
"
|
|
3028
|
+
"!=",
|
|
3025
3029
|
[
|
|
3026
|
-
"
|
|
3027
|
-
|
|
3030
|
+
"coalesce",
|
|
3031
|
+
[
|
|
3032
|
+
"get",
|
|
3033
|
+
"bridge"
|
|
3034
|
+
],
|
|
3035
|
+
0
|
|
3028
3036
|
],
|
|
3029
|
-
|
|
3037
|
+
1
|
|
3030
3038
|
],
|
|
3031
3039
|
[
|
|
3032
3040
|
"in",
|
|
@@ -5545,7 +5553,7 @@
|
|
|
5545
5553
|
"type": "line",
|
|
5546
5554
|
"source": "ohm",
|
|
5547
5555
|
"source-layer": "transport_lines",
|
|
5548
|
-
"minzoom":
|
|
5556
|
+
"minzoom": 6,
|
|
5549
5557
|
"maxzoom": 20,
|
|
5550
5558
|
"filter": [
|
|
5551
5559
|
"all",
|
|
@@ -5798,7 +5806,7 @@
|
|
|
5798
5806
|
"type": "line",
|
|
5799
5807
|
"source": "ohm",
|
|
5800
5808
|
"source-layer": "transport_lines",
|
|
5801
|
-
"minzoom":
|
|
5809
|
+
"minzoom": 6,
|
|
5802
5810
|
"maxzoom": 20,
|
|
5803
5811
|
"filter": [
|
|
5804
5812
|
"all",
|
|
@@ -9264,12 +9272,16 @@
|
|
|
9264
9272
|
]
|
|
9265
9273
|
],
|
|
9266
9274
|
[
|
|
9267
|
-
"
|
|
9275
|
+
"!=",
|
|
9268
9276
|
[
|
|
9269
|
-
"
|
|
9270
|
-
|
|
9277
|
+
"coalesce",
|
|
9278
|
+
[
|
|
9279
|
+
"get",
|
|
9280
|
+
"tunnel"
|
|
9281
|
+
],
|
|
9282
|
+
0
|
|
9271
9283
|
],
|
|
9272
|
-
|
|
9284
|
+
1
|
|
9273
9285
|
]
|
|
9274
9286
|
],
|
|
9275
9287
|
"layout": {
|
|
@@ -9314,12 +9326,16 @@
|
|
|
9314
9326
|
"main"
|
|
9315
9327
|
],
|
|
9316
9328
|
[
|
|
9317
|
-
"
|
|
9329
|
+
"!=",
|
|
9318
9330
|
[
|
|
9319
|
-
"
|
|
9320
|
-
|
|
9331
|
+
"coalesce",
|
|
9332
|
+
[
|
|
9333
|
+
"get",
|
|
9334
|
+
"tunnel"
|
|
9335
|
+
],
|
|
9336
|
+
0
|
|
9321
9337
|
],
|
|
9322
|
-
|
|
9338
|
+
1
|
|
9323
9339
|
],
|
|
9324
9340
|
[
|
|
9325
9341
|
"in",
|
|
@@ -9652,12 +9668,16 @@
|
|
|
9652
9668
|
"spur"
|
|
9653
9669
|
],
|
|
9654
9670
|
[
|
|
9655
|
-
"
|
|
9671
|
+
"!=",
|
|
9656
9672
|
[
|
|
9657
|
-
"
|
|
9658
|
-
|
|
9673
|
+
"coalesce",
|
|
9674
|
+
[
|
|
9675
|
+
"get",
|
|
9676
|
+
"tunnel"
|
|
9677
|
+
],
|
|
9678
|
+
0
|
|
9659
9679
|
],
|
|
9660
|
-
|
|
9680
|
+
1
|
|
9661
9681
|
]
|
|
9662
9682
|
],
|
|
9663
9683
|
"layout": {
|
|
@@ -9765,12 +9785,16 @@
|
|
|
9765
9785
|
"tourism"
|
|
9766
9786
|
],
|
|
9767
9787
|
[
|
|
9768
|
-
"
|
|
9788
|
+
"!=",
|
|
9769
9789
|
[
|
|
9770
|
-
"
|
|
9771
|
-
|
|
9790
|
+
"coalesce",
|
|
9791
|
+
[
|
|
9792
|
+
"get",
|
|
9793
|
+
"tunnel"
|
|
9794
|
+
],
|
|
9795
|
+
0
|
|
9772
9796
|
],
|
|
9773
|
-
|
|
9797
|
+
1
|
|
9774
9798
|
]
|
|
9775
9799
|
],
|
|
9776
9800
|
"layout": {
|
|
@@ -9847,12 +9871,16 @@
|
|
|
9847
9871
|
"tourism"
|
|
9848
9872
|
],
|
|
9849
9873
|
[
|
|
9850
|
-
"
|
|
9874
|
+
"!=",
|
|
9851
9875
|
[
|
|
9852
|
-
"
|
|
9853
|
-
|
|
9876
|
+
"coalesce",
|
|
9877
|
+
[
|
|
9878
|
+
"get",
|
|
9879
|
+
"tunnel"
|
|
9880
|
+
],
|
|
9881
|
+
0
|
|
9854
9882
|
],
|
|
9855
|
-
|
|
9883
|
+
1
|
|
9856
9884
|
]
|
|
9857
9885
|
],
|
|
9858
9886
|
"layout": {
|
|
@@ -9958,12 +9986,16 @@
|
|
|
9958
9986
|
"military"
|
|
9959
9987
|
],
|
|
9960
9988
|
[
|
|
9961
|
-
"
|
|
9989
|
+
"!=",
|
|
9962
9990
|
[
|
|
9963
|
-
"
|
|
9964
|
-
|
|
9991
|
+
"coalesce",
|
|
9992
|
+
[
|
|
9993
|
+
"get",
|
|
9994
|
+
"tunnel"
|
|
9995
|
+
],
|
|
9996
|
+
0
|
|
9965
9997
|
],
|
|
9966
|
-
|
|
9998
|
+
1
|
|
9967
9999
|
]
|
|
9968
10000
|
],
|
|
9969
10001
|
"layout": {
|
|
@@ -10040,12 +10072,16 @@
|
|
|
10040
10072
|
"military"
|
|
10041
10073
|
],
|
|
10042
10074
|
[
|
|
10043
|
-
"
|
|
10075
|
+
"!=",
|
|
10044
10076
|
[
|
|
10045
|
-
"
|
|
10046
|
-
|
|
10077
|
+
"coalesce",
|
|
10078
|
+
[
|
|
10079
|
+
"get",
|
|
10080
|
+
"tunnel"
|
|
10081
|
+
],
|
|
10082
|
+
0
|
|
10047
10083
|
],
|
|
10048
|
-
|
|
10084
|
+
1
|
|
10049
10085
|
]
|
|
10050
10086
|
],
|
|
10051
10087
|
"layout": {
|
|
@@ -10151,12 +10187,16 @@
|
|
|
10151
10187
|
"branch"
|
|
10152
10188
|
],
|
|
10153
10189
|
[
|
|
10154
|
-
"
|
|
10190
|
+
"!=",
|
|
10155
10191
|
[
|
|
10156
|
-
"
|
|
10157
|
-
|
|
10192
|
+
"coalesce",
|
|
10193
|
+
[
|
|
10194
|
+
"get",
|
|
10195
|
+
"tunnel"
|
|
10196
|
+
],
|
|
10197
|
+
0
|
|
10158
10198
|
],
|
|
10159
|
-
|
|
10199
|
+
1
|
|
10160
10200
|
]
|
|
10161
10201
|
],
|
|
10162
10202
|
"layout": {
|
|
@@ -10233,12 +10273,16 @@
|
|
|
10233
10273
|
"branch"
|
|
10234
10274
|
],
|
|
10235
10275
|
[
|
|
10236
|
-
"
|
|
10276
|
+
"!=",
|
|
10237
10277
|
[
|
|
10238
|
-
"
|
|
10239
|
-
|
|
10278
|
+
"coalesce",
|
|
10279
|
+
[
|
|
10280
|
+
"get",
|
|
10281
|
+
"tunnel"
|
|
10282
|
+
],
|
|
10283
|
+
0
|
|
10240
10284
|
],
|
|
10241
|
-
|
|
10285
|
+
1
|
|
10242
10286
|
]
|
|
10243
10287
|
],
|
|
10244
10288
|
"layout": {
|
|
@@ -10344,12 +10388,16 @@
|
|
|
10344
10388
|
"industrial"
|
|
10345
10389
|
],
|
|
10346
10390
|
[
|
|
10347
|
-
"
|
|
10391
|
+
"!=",
|
|
10348
10392
|
[
|
|
10349
|
-
"
|
|
10350
|
-
|
|
10393
|
+
"coalesce",
|
|
10394
|
+
[
|
|
10395
|
+
"get",
|
|
10396
|
+
"tunnel"
|
|
10397
|
+
],
|
|
10398
|
+
0
|
|
10351
10399
|
],
|
|
10352
|
-
|
|
10400
|
+
1
|
|
10353
10401
|
]
|
|
10354
10402
|
],
|
|
10355
10403
|
"layout": {
|
|
@@ -10426,12 +10474,16 @@
|
|
|
10426
10474
|
"industrial"
|
|
10427
10475
|
],
|
|
10428
10476
|
[
|
|
10429
|
-
"
|
|
10477
|
+
"!=",
|
|
10430
10478
|
[
|
|
10431
|
-
"
|
|
10432
|
-
|
|
10479
|
+
"coalesce",
|
|
10480
|
+
[
|
|
10481
|
+
"get",
|
|
10482
|
+
"tunnel"
|
|
10483
|
+
],
|
|
10484
|
+
0
|
|
10433
10485
|
],
|
|
10434
|
-
|
|
10486
|
+
1
|
|
10435
10487
|
]
|
|
10436
10488
|
],
|
|
10437
10489
|
"layout": {
|
|
@@ -11922,7 +11974,7 @@
|
|
|
11922
11974
|
"id": "water_lineslabels-cliff",
|
|
11923
11975
|
"type": "symbol",
|
|
11924
11976
|
"source": "ohm",
|
|
11925
|
-
"source-layer": "
|
|
11977
|
+
"source-layer": "natural_lines",
|
|
11926
11978
|
"filter": [
|
|
11927
11979
|
"in",
|
|
11928
11980
|
[
|
|
@@ -13554,7 +13606,7 @@
|
|
|
13554
13606
|
"hamlet",
|
|
13555
13607
|
"islet",
|
|
13556
13608
|
"locality",
|
|
13557
|
-
"
|
|
13609
|
+
"neighbourhood",
|
|
13558
13610
|
"suburb",
|
|
13559
13611
|
"village"
|
|
13560
13612
|
]
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"filter": [
|
|
529
529
|
"in",
|
|
530
530
|
["get", "type"],
|
|
531
|
-
["literal", ["
|
|
531
|
+
["literal", ["picnic_site", "camp_site", "playground", "pitch", "track", "bleachers"]]
|
|
532
532
|
],
|
|
533
533
|
"layout": {"visibility": "visible"},
|
|
534
534
|
"paint": {
|
|
@@ -540,8 +540,6 @@
|
|
|
540
540
|
[
|
|
541
541
|
"match",
|
|
542
542
|
["get", "type"],
|
|
543
|
-
"grave_yard",
|
|
544
|
-
"rgba(214, 222, 210, 1)",
|
|
545
543
|
"picnic_site",
|
|
546
544
|
"rgba(208, 220, 174, 1)",
|
|
547
545
|
"camp_site",
|
|
@@ -574,6 +572,24 @@
|
|
|
574
572
|
]
|
|
575
573
|
}
|
|
576
574
|
},
|
|
575
|
+
{
|
|
576
|
+
"id": "landuse_areas_cemetery_pattern",
|
|
577
|
+
"type": "fill",
|
|
578
|
+
"source": "ohm",
|
|
579
|
+
"source-layer": "landuse_areas",
|
|
580
|
+
"minzoom": 11,
|
|
581
|
+
"maxzoom": 24,
|
|
582
|
+
"filter": [
|
|
583
|
+
"in",
|
|
584
|
+
["get", "type"],
|
|
585
|
+
["literal", ["cemetery"]]
|
|
586
|
+
],
|
|
587
|
+
"layout": {"visibility": "visible"},
|
|
588
|
+
"paint": {
|
|
589
|
+
"fill-pattern": "cross_space_18px",
|
|
590
|
+
"fill-opacity": 0.3
|
|
591
|
+
}
|
|
592
|
+
},
|
|
577
593
|
{
|
|
578
594
|
"id": "parking_lots",
|
|
579
595
|
"type": "fill",
|
|
@@ -662,9 +678,31 @@
|
|
|
662
678
|
"type": "fill",
|
|
663
679
|
"source": "ohm",
|
|
664
680
|
"source-layer": "amenity_areas",
|
|
665
|
-
"filter": ["in", ["get", "type"], ["literal", ["school", "university"]]],
|
|
681
|
+
"filter": ["in", ["get", "type"], ["literal", ["school", "university", "grave_yard"]]],
|
|
666
682
|
"layout": {"visibility": "visible"},
|
|
667
|
-
"paint": {
|
|
683
|
+
"paint": {
|
|
684
|
+
"fill-color": [
|
|
685
|
+
"match",
|
|
686
|
+
["get", "type"],
|
|
687
|
+
"grave_yard",
|
|
688
|
+
"rgba(214, 222, 210, 1)",
|
|
689
|
+
"rgba(226, 214, 205, 1)"
|
|
690
|
+
]
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"id": "amenity_areas_grave_yard_pattern",
|
|
695
|
+
"type": "fill",
|
|
696
|
+
"source": "ohm",
|
|
697
|
+
"source-layer": "amenity_areas",
|
|
698
|
+
"minzoom": 11,
|
|
699
|
+
"maxzoom": 24,
|
|
700
|
+
"filter": ["==", ["get", "type"], "grave_yard"],
|
|
701
|
+
"layout": {"visibility": "visible"},
|
|
702
|
+
"paint": {
|
|
703
|
+
"fill-pattern": "grave_yard_space_18px",
|
|
704
|
+
"fill-opacity": 0.3
|
|
705
|
+
}
|
|
668
706
|
},
|
|
669
707
|
{
|
|
670
708
|
"id": "water_lines_canal-casing",
|
|
@@ -912,7 +950,7 @@
|
|
|
912
950
|
"id": "water_lines_cliff_line",
|
|
913
951
|
"type": "line",
|
|
914
952
|
"source": "ohm",
|
|
915
|
-
"source-layer": "
|
|
953
|
+
"source-layer": "natural_lines",
|
|
916
954
|
"minzoom": 15,
|
|
917
955
|
"maxzoom": 24,
|
|
918
956
|
"filter": [
|
|
@@ -935,7 +973,7 @@
|
|
|
935
973
|
"id": "water_lines_cliff_line_triangles",
|
|
936
974
|
"type": "line",
|
|
937
975
|
"source": "ohm",
|
|
938
|
-
"source-layer": "
|
|
976
|
+
"source-layer": "natural_lines",
|
|
939
977
|
"minzoom": 15,
|
|
940
978
|
"maxzoom": 24,
|
|
941
979
|
"filter": [
|
|
@@ -960,7 +998,7 @@
|
|
|
960
998
|
"id": "water_lines_waterfall_triangle",
|
|
961
999
|
"type": "line",
|
|
962
1000
|
"source": "ohm",
|
|
963
|
-
"source-layer": "
|
|
1001
|
+
"source-layer": "natural_lines",
|
|
964
1002
|
"minzoom": 15,
|
|
965
1003
|
"maxzoom": 24,
|
|
966
1004
|
"filter": [
|
|
@@ -1440,7 +1478,7 @@
|
|
|
1440
1478
|
"type": "line",
|
|
1441
1479
|
"source": "ohm",
|
|
1442
1480
|
"source-layer": "transport_lines",
|
|
1443
|
-
"minzoom":
|
|
1481
|
+
"minzoom": 6,
|
|
1444
1482
|
"maxzoom": 20,
|
|
1445
1483
|
"filter": [
|
|
1446
1484
|
"all",
|
|
@@ -1566,7 +1604,7 @@
|
|
|
1566
1604
|
"type": "line",
|
|
1567
1605
|
"source": "ohm",
|
|
1568
1606
|
"source-layer": "transport_lines",
|
|
1569
|
-
"minzoom":
|
|
1607
|
+
"minzoom": 6,
|
|
1570
1608
|
"maxzoom": 20,
|
|
1571
1609
|
"filter": [
|
|
1572
1610
|
"all",
|
|
@@ -1852,7 +1890,7 @@
|
|
|
1852
1890
|
"filter": [
|
|
1853
1891
|
"all",
|
|
1854
1892
|
["==", ["get", "type"], "construction"],
|
|
1855
|
-
["
|
|
1893
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1],
|
|
1856
1894
|
["==", ["get", "construction"], "road"]
|
|
1857
1895
|
],
|
|
1858
1896
|
"layout": {
|
|
@@ -1883,7 +1921,7 @@
|
|
|
1883
1921
|
"filter": [
|
|
1884
1922
|
"all",
|
|
1885
1923
|
["==", ["get", "type"], "construction"],
|
|
1886
|
-
["
|
|
1924
|
+
["!=", ["coalesce", ["get", "bridge"], 0], 1],
|
|
1887
1925
|
[
|
|
1888
1926
|
"in",
|
|
1889
1927
|
["get", "construction"],
|
|
@@ -2974,7 +3012,7 @@
|
|
|
2974
3012
|
"type": "line",
|
|
2975
3013
|
"source": "ohm",
|
|
2976
3014
|
"source-layer": "transport_lines",
|
|
2977
|
-
"minzoom":
|
|
3015
|
+
"minzoom": 6,
|
|
2978
3016
|
"maxzoom": 20,
|
|
2979
3017
|
"filter": [
|
|
2980
3018
|
"all",
|
|
@@ -3096,7 +3134,7 @@
|
|
|
3096
3134
|
"type": "line",
|
|
3097
3135
|
"source": "ohm",
|
|
3098
3136
|
"source-layer": "transport_lines",
|
|
3099
|
-
"minzoom":
|
|
3137
|
+
"minzoom": 6,
|
|
3100
3138
|
"maxzoom": 20,
|
|
3101
3139
|
"filter": [
|
|
3102
3140
|
"all",
|
|
@@ -3965,7 +4003,15 @@
|
|
|
3965
4003
|
"line-join": "round"
|
|
3966
4004
|
},
|
|
3967
4005
|
"paint": {
|
|
3968
|
-
"line-color":
|
|
4006
|
+
"line-color": [
|
|
4007
|
+
"interpolate",
|
|
4008
|
+
["linear"],
|
|
4009
|
+
["zoom"],
|
|
4010
|
+
10,
|
|
4011
|
+
"rgba(240, 240, 240, 1)",
|
|
4012
|
+
12,
|
|
4013
|
+
"#ffffff"
|
|
4014
|
+
],
|
|
3969
4015
|
"line-width": [
|
|
3970
4016
|
"interpolate",
|
|
3971
4017
|
["exponential", 1.5],
|
|
@@ -4110,7 +4156,7 @@
|
|
|
4110
4156
|
"all",
|
|
4111
4157
|
["in", ["get", "type"], ["literal", ["miniature", "narrow_gauge"]]],
|
|
4112
4158
|
["!", ["in", ["get", "service"], ["literal", ["siding", "yard"]]]],
|
|
4113
|
-
["
|
|
4159
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
4114
4160
|
],
|
|
4115
4161
|
"layout": {"visibility": "visible"},
|
|
4116
4162
|
"paint": {
|
|
@@ -4219,7 +4265,7 @@
|
|
|
4219
4265
|
["literal", ["abandoned", "dismantled", "disused", "razed"]]
|
|
4220
4266
|
],
|
|
4221
4267
|
["!", ["in", ["get", "service"], ["literal", ["siding", "yard"]]]],
|
|
4222
|
-
["
|
|
4268
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
4223
4269
|
],
|
|
4224
4270
|
"layout": {"visibility": "visible"},
|
|
4225
4271
|
"paint": {
|
|
@@ -4303,7 +4349,7 @@
|
|
|
4303
4349
|
],
|
|
4304
4350
|
["!", ["in", ["get", "service"], ["literal", ["siding", "yard"]]]],
|
|
4305
4351
|
["==", ["get", "usage"], "main"],
|
|
4306
|
-
["
|
|
4352
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
4307
4353
|
],
|
|
4308
4354
|
"layout": {
|
|
4309
4355
|
"visibility": "visible",
|
|
@@ -4436,7 +4482,7 @@
|
|
|
4436
4482
|
],
|
|
4437
4483
|
["!", ["in", ["get", "service"], ["literal", ["siding", "yard"]]]],
|
|
4438
4484
|
["!=", ["get", "usage"], "main"],
|
|
4439
|
-
["
|
|
4485
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
4440
4486
|
],
|
|
4441
4487
|
"layout": {
|
|
4442
4488
|
"visibility": "visible",
|
|
@@ -4472,7 +4518,7 @@
|
|
|
4472
4518
|
],
|
|
4473
4519
|
["!", ["in", ["get", "service"], ["literal", ["siding", "yard"]]]],
|
|
4474
4520
|
["==", ["get", "usage"], "main"],
|
|
4475
|
-
["
|
|
4521
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
4476
4522
|
],
|
|
4477
4523
|
"layout": {
|
|
4478
4524
|
"visibility": "visible",
|
|
@@ -4580,7 +4626,7 @@
|
|
|
4580
4626
|
],
|
|
4581
4627
|
["!", ["in", ["get", "service"], ["literal", ["siding", "yard"]]]],
|
|
4582
4628
|
["!=", ["get", "usage"], "main"],
|
|
4583
|
-
["
|
|
4629
|
+
["!=", ["coalesce", ["get", "tunnel"], 0], 1]
|
|
4584
4630
|
],
|
|
4585
4631
|
"layout": {
|
|
4586
4632
|
"visibility": "visible",
|
|
@@ -5665,7 +5711,7 @@
|
|
|
5665
5711
|
"id": "water_lines_labels_cliff",
|
|
5666
5712
|
"type": "symbol",
|
|
5667
5713
|
"source": "ohm",
|
|
5668
|
-
"source-layer": "
|
|
5714
|
+
"source-layer": "natural_lines",
|
|
5669
5715
|
"filter": ["==", ["get", "type"], "cliff"],
|
|
5670
5716
|
"layout": {
|
|
5671
5717
|
"text-size": ["interpolate", ["linear"], ["zoom"], 11, 9, 13, 11],
|
|
@@ -6548,8 +6594,21 @@
|
|
|
6548
6594
|
"filter": ["==", ["get", "type"], "aerodrome"],
|
|
6549
6595
|
"layout": {
|
|
6550
6596
|
"icon-image": "airport-18",
|
|
6551
|
-
"icon-
|
|
6552
|
-
"text-font": ["OpenHistorical"]
|
|
6597
|
+
"icon-offset": [-1.0, 0],
|
|
6598
|
+
"text-font": ["OpenHistorical"],
|
|
6599
|
+
"text-field": ["get", "ref"],
|
|
6600
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 11.99, 12, 13, 14, 14, 14, 14.01, 0],
|
|
6601
|
+
"text-anchor": "left",
|
|
6602
|
+
"text-offset": [1, 0],
|
|
6603
|
+
"visibility": "visible"
|
|
6604
|
+
},
|
|
6605
|
+
"paint": {
|
|
6606
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
6607
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6608
|
+
"text-halo-width": 0.5,
|
|
6609
|
+
"text-halo-blur": 1,
|
|
6610
|
+
"text-opacity": ["interpolate", ["linear"], ["zoom"], 11.99, 0, 12, 0.8, 14, 0.8, 14.01, 0]
|
|
6611
|
+
}
|
|
6553
6612
|
},
|
|
6554
6613
|
{
|
|
6555
6614
|
"id": "transport_points_labels_medium",
|
|
@@ -6823,7 +6882,7 @@
|
|
|
6823
6882
|
"filter": [
|
|
6824
6883
|
"in",
|
|
6825
6884
|
["get", "type"],
|
|
6826
|
-
["literal", ["hamlet", "
|
|
6885
|
+
["literal", ["hamlet", "neighbourhood", "suburb", "village"]]
|
|
6827
6886
|
],
|
|
6828
6887
|
"layout": {
|
|
6829
6888
|
"text-field": ["get", "name"],
|
|
@@ -7215,4 +7274,4 @@
|
|
|
7215
7274
|
],
|
|
7216
7275
|
"attribution": "<a href=\"https://www.openhistoricalmap.org/\">OpenHistoricalMap</a>",
|
|
7217
7276
|
"id": "ab271ed3-6fe4-403a-b5ae-07113f8c57ab"
|
|
7218
|
-
}
|
|
7277
|
+
}
|
|
@@ -377,6 +377,13 @@
|
|
|
377
377
|
"x": 48,
|
|
378
378
|
"y": 166
|
|
379
379
|
},
|
|
380
|
+
"cross_space_18px": {
|
|
381
|
+
"height": 18,
|
|
382
|
+
"pixelRatio": 1,
|
|
383
|
+
"width": 18,
|
|
384
|
+
"x": 0,
|
|
385
|
+
"y": 256
|
|
386
|
+
},
|
|
380
387
|
"dentist-18": {
|
|
381
388
|
"height": 17,
|
|
382
389
|
"pixelRatio": 1,
|
|
@@ -559,6 +566,13 @@
|
|
|
559
566
|
"x": 33,
|
|
560
567
|
"y": 130
|
|
561
568
|
},
|
|
569
|
+
"grave_yard_space_18px": {
|
|
570
|
+
"height": 18,
|
|
571
|
+
"pixelRatio": 1,
|
|
572
|
+
"width": 18,
|
|
573
|
+
"x": 18,
|
|
574
|
+
"y": 256
|
|
575
|
+
},
|
|
562
576
|
"grocery-18": {
|
|
563
577
|
"height": 15,
|
|
564
578
|
"pixelRatio": 1,
|
|
Binary file
|
|
@@ -377,6 +377,13 @@
|
|
|
377
377
|
"x": 48,
|
|
378
378
|
"y": 166
|
|
379
379
|
},
|
|
380
|
+
"cross_space_18px": {
|
|
381
|
+
"height": 18,
|
|
382
|
+
"pixelRatio": 1,
|
|
383
|
+
"width": 18,
|
|
384
|
+
"x": 0,
|
|
385
|
+
"y": 256
|
|
386
|
+
},
|
|
380
387
|
"dentist-18": {
|
|
381
388
|
"height": 17,
|
|
382
389
|
"pixelRatio": 1,
|
|
@@ -559,6 +566,13 @@
|
|
|
559
566
|
"x": 33,
|
|
560
567
|
"y": 130
|
|
561
568
|
},
|
|
569
|
+
"grave_yard_space_18px": {
|
|
570
|
+
"height": 18,
|
|
571
|
+
"pixelRatio": 1,
|
|
572
|
+
"width": 18,
|
|
573
|
+
"x": 18,
|
|
574
|
+
"y": 256
|
|
575
|
+
},
|
|
562
576
|
"grocery-18": {
|
|
563
577
|
"height": 15,
|
|
564
578
|
"pixelRatio": 1,
|