@openhistoricalmap/map-styles 0.9.10 → 0.9.12

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.
@@ -305,7 +305,7 @@
305
305
  }
306
306
  },
307
307
  {
308
- "id": "nature_reserve_fill",
308
+ "id": "nature_reserve_fill_6-24",
309
309
  "type": "fill",
310
310
  "source": "osm",
311
311
  "source-layer": "landuse_areas",
@@ -341,20 +341,22 @@
341
341
  4,
342
342
  "rgba(168, 213, 159, .3)",
343
343
  5,
344
- "rgba(183, 234, 163, .3)",
344
+ "rgba(228, 232, 224, .4)",
345
345
  7,
346
- "rgba(180, 252, 174, .3)"
346
+ "rgba(228, 232, 224, .4)",
347
+ 9,
348
+ "rgba(216, 227, 198, .5)"
347
349
  ],
348
350
  "fill-opacity": 1
349
351
  }
350
352
  },
351
353
  {
352
- "id": "landuse_areas_allz",
354
+ "id": "landuse_areas_all_z6-12",
353
355
  "type": "fill",
354
356
  "source": "osm",
355
357
  "source-layer": "landuse_areas",
356
358
  "minzoom": 6,
357
- "maxzoom": 24,
359
+ "maxzoom": 12,
358
360
  "filter": [
359
361
  "in",
360
362
  [
@@ -401,6 +403,21 @@
401
403
  "source-layer": "landuse_areas",
402
404
  "minzoom": 12,
403
405
  "maxzoom": 24,
406
+ "filter": [
407
+ "in",
408
+ [
409
+ "get",
410
+ "type"
411
+ ],
412
+ [
413
+ "literal",
414
+ [
415
+ "residential",
416
+ "retail",
417
+ "industrial"
418
+ ]
419
+ ]
420
+ ],
404
421
  "layout": {
405
422
  "visibility": "visible"
406
423
  },
@@ -432,7 +449,7 @@
432
449
  }
433
450
  },
434
451
  {
435
- "id": "landuse_areas_z12_underlying_land_designation",
452
+ "id": "landuse_areas_underlying_land_designation",
436
453
  "type": "fill",
437
454
  "source": "osm",
438
455
  "source-layer": "landuse_areas",
@@ -441,6 +458,21 @@
441
458
  "layout": {
442
459
  "visibility": "visible"
443
460
  },
461
+ "filter": [
462
+ "in",
463
+ [
464
+ "get",
465
+ "type"
466
+ ],
467
+ [
468
+ "literal",
469
+ [
470
+ "park",
471
+ "pitch",
472
+ "golf_course"
473
+ ]
474
+ ]
475
+ ],
444
476
  "paint": {
445
477
  "fill-color": [
446
478
  "interpolate",
@@ -477,6 +509,28 @@
477
509
  "source-layer": "landuse_areas",
478
510
  "minzoom": 12,
479
511
  "maxzoom": 24,
512
+ "filter": [
513
+ "in",
514
+ [
515
+ "get",
516
+ "type"
517
+ ],
518
+ [
519
+ "literal",
520
+ [
521
+ "quarry",
522
+ "landfill",
523
+ "brownfield",
524
+ "commercial",
525
+ "construction",
526
+ "railway",
527
+ "college",
528
+ "school",
529
+ "education",
530
+ "university"
531
+ ]
532
+ ]
533
+ ],
480
534
  "layout": {
481
535
  "visibility": "visible"
482
536
  },
@@ -522,12 +576,33 @@
522
576
  }
523
577
  },
524
578
  {
525
- "id": "landuse_areas_z12_landcover_short",
579
+ "id": "landuse_areas_landcover_short",
526
580
  "type": "fill",
527
581
  "source": "osm",
528
582
  "source-layer": "landuse_areas",
529
- "minzoom": 10,
583
+ "minzoom": 6,
530
584
  "maxzoom": 24,
585
+ "filter": [
586
+ "in",
587
+ [
588
+ "get",
589
+ "type"
590
+ ],
591
+ [
592
+ "literal",
593
+ [
594
+ "heath",
595
+ "meadow",
596
+ "grass",
597
+ "grassland",
598
+ "beach",
599
+ "desert",
600
+ "basin",
601
+ "salt_pond",
602
+ "mud"
603
+ ]
604
+ ]
605
+ ],
531
606
  "layout": {
532
607
  "visibility": "visible"
533
608
  },
@@ -613,7 +688,19 @@
613
688
  "minzoom": 12,
614
689
  "maxzoom": 24,
615
690
  "filter": [
616
- "all"
691
+ "in",
692
+ [
693
+ "get",
694
+ "type"
695
+ ],
696
+ [
697
+ "literal",
698
+ [
699
+ "forest",
700
+ "wood",
701
+ "scrub"
702
+ ]
703
+ ]
617
704
  ],
618
705
  "layout": {
619
706
  "visibility": "visible"
@@ -652,6 +739,25 @@
652
739
  "source-layer": "landuse_areas",
653
740
  "minzoom": 12,
654
741
  "maxzoom": 24,
742
+ "filter": [
743
+ "in",
744
+ [
745
+ "get",
746
+ "type"
747
+ ],
748
+ [
749
+ "literal",
750
+ [
751
+ "farmland",
752
+ "farmyard",
753
+ "farm",
754
+ "orchard",
755
+ "vineyard",
756
+ "allotments",
757
+ "garden"
758
+ ]
759
+ ]
760
+ ],
655
761
  "layout": {
656
762
  "visibility": "visible"
657
763
  },
@@ -691,15 +797,32 @@
691
797
  }
692
798
  },
693
799
  {
694
- "id": "landuse_areas_z12_developed_open_space_larger",
800
+ "id": "landuse_areas_developed_open_space_larger",
695
801
  "type": "fill",
696
802
  "source": "osm",
697
803
  "source-layer": "landuse_areas",
698
- "minzoom": 12,
804
+ "minzoom": 6,
699
805
  "maxzoom": 24,
700
806
  "layout": {
701
807
  "visibility": "visible"
702
808
  },
809
+ "filter": [
810
+ "in",
811
+ [
812
+ "get",
813
+ "type"
814
+ ],
815
+ [
816
+ "literal",
817
+ [
818
+ "village_green",
819
+ "cemetary",
820
+ "sports_centre",
821
+ "stadium",
822
+ "recreation_ground"
823
+ ]
824
+ ]
825
+ ],
703
826
  "paint": {
704
827
  "fill-color": [
705
828
  "interpolate",
@@ -754,12 +877,31 @@
754
877
  }
755
878
  },
756
879
  {
757
- "id": "landuse_areas_z12_developed_open_space_smaller",
880
+ "id": "landuse_areas_developed_open_space_smaller",
758
881
  "type": "fill",
759
882
  "source": "osm",
760
883
  "source-layer": "landuse_areas",
761
884
  "minzoom": 12,
762
885
  "maxzoom": 24,
886
+ "filter": [
887
+ "in",
888
+ [
889
+ "get",
890
+ "type"
891
+ ],
892
+ [
893
+ "literal",
894
+ [
895
+ "grave_yard",
896
+ "picnic_site",
897
+ "camp_site",
898
+ "playground",
899
+ "paitch",
900
+ "track",
901
+ "bleachers"
902
+ ]
903
+ ]
904
+ ],
763
905
  "layout": {
764
906
  "visibility": "visible"
765
907
  },
@@ -831,19 +973,30 @@
831
973
  }
832
974
  },
833
975
  {
834
- "id": "landuse_naturereserveoutline",
976
+ "id": "landuse_nature_reserve_outline",
835
977
  "type": "line",
836
978
  "source": "osm",
837
979
  "source-layer": "landuse_areas",
838
980
  "minzoom": 6,
839
981
  "maxzoom": 24,
840
982
  "filter": [
841
- "==",
983
+ "all",
842
984
  [
843
- "get",
844
- "type"
985
+ "==",
986
+ [
987
+ "get",
988
+ "type"
989
+ ],
990
+ "nature_reserve"
845
991
  ],
846
- "nature_reserve"
992
+ [
993
+ ">=",
994
+ [
995
+ "get",
996
+ "area"
997
+ ],
998
+ 100000000
999
+ ]
847
1000
  ],
848
1001
  "layout": {
849
1002
  "visibility": "visible"
@@ -1000,6 +1153,87 @@
1000
1153
  "fill-color": "rgba(226, 214, 205, 1)"
1001
1154
  }
1002
1155
  },
1156
+ {
1157
+ "id": "water_lines_canal-casing",
1158
+ "type": "line",
1159
+ "source": "osm",
1160
+ "source-layer": "water_lines",
1161
+ "minzoom": 12,
1162
+ "maxzoom": 24,
1163
+ "filter": [
1164
+ "==",
1165
+ [
1166
+ "get",
1167
+ "type"
1168
+ ],
1169
+ "canal"
1170
+ ],
1171
+ "layout": {
1172
+ "visibility": "visible"
1173
+ },
1174
+ "paint": {
1175
+ "line-color": "rgba(111, 145, 160, 1)",
1176
+ "line-width": [
1177
+ "interpolate",
1178
+ [
1179
+ "linear"
1180
+ ],
1181
+ [
1182
+ "zoom"
1183
+ ],
1184
+ 13,
1185
+ 0.5,
1186
+ 14,
1187
+ 2,
1188
+ 20,
1189
+ 3
1190
+ ],
1191
+ "line-gap-width": 4,
1192
+ "line-dasharray": [
1193
+ 1,
1194
+ 1
1195
+ ]
1196
+ }
1197
+ },
1198
+ {
1199
+ "id": "water_lines_canal",
1200
+ "type": "line",
1201
+ "source": "osm",
1202
+ "source-layer": "water_lines",
1203
+ "minzoom": 8,
1204
+ "maxzoom": 24,
1205
+ "filter": [
1206
+ "==",
1207
+ [
1208
+ "get",
1209
+ "type"
1210
+ ],
1211
+ "canal"
1212
+ ],
1213
+ "layout": {
1214
+ "visibility": "visible"
1215
+ },
1216
+ "paint": {
1217
+ "line-color": "rgba(153, 201, 222, 1)",
1218
+ "line-width": [
1219
+ "interpolate",
1220
+ [
1221
+ "linear"
1222
+ ],
1223
+ [
1224
+ "zoom"
1225
+ ],
1226
+ 8,
1227
+ 1,
1228
+ 13,
1229
+ 2,
1230
+ 14,
1231
+ 3,
1232
+ 20,
1233
+ 4
1234
+ ]
1235
+ }
1236
+ },
1003
1237
  {
1004
1238
  "id": "water_areas",
1005
1239
  "type": "fill",
@@ -1027,7 +1261,7 @@
1027
1261
  }
1028
1262
  },
1029
1263
  {
1030
- "id": "water_areas-ne",
1264
+ "id": "water_areas_ne",
1031
1265
  "type": "fill",
1032
1266
  "source": "ne",
1033
1267
  "source-layer": "water_areas",
@@ -1059,6 +1293,23 @@
1059
1293
  "source-layer": "landuse_areas",
1060
1294
  "minzoom": 11,
1061
1295
  "maxzoom": 24,
1296
+ "filter": [
1297
+ "in",
1298
+ [
1299
+ "get",
1300
+ "type"
1301
+ ],
1302
+ [
1303
+ "literal",
1304
+ [
1305
+ "salt_pond",
1306
+ "glacier",
1307
+ "reservoir",
1308
+ "swimming_pool",
1309
+ "wetland"
1310
+ ]
1311
+ ]
1312
+ ],
1062
1313
  "layout": {
1063
1314
  "visibility": "visible"
1064
1315
  },
@@ -1094,7 +1345,7 @@
1094
1345
  }
1095
1346
  },
1096
1347
  {
1097
- "id": "wetlands_z11-pattern",
1348
+ "id": "wetlands_z11_pattern",
1098
1349
  "type": "fill",
1099
1350
  "source": "osm",
1100
1351
  "source-layer": "landuse_areas",
@@ -1533,92 +1784,11 @@
1533
1784
  }
1534
1785
  },
1535
1786
  {
1536
- "id": "water_lines_canal-casing",
1787
+ "id": "water_lines_aqueduct",
1537
1788
  "type": "line",
1538
1789
  "source": "osm",
1539
1790
  "source-layer": "water_lines",
1540
- "minzoom": 12,
1541
- "maxzoom": 24,
1542
- "filter": [
1543
- "==",
1544
- [
1545
- "get",
1546
- "type"
1547
- ],
1548
- "canal"
1549
- ],
1550
- "layout": {
1551
- "visibility": "visible"
1552
- },
1553
- "paint": {
1554
- "line-color": "rgba(111, 145, 160, 1)",
1555
- "line-width": [
1556
- "interpolate",
1557
- [
1558
- "linear"
1559
- ],
1560
- [
1561
- "zoom"
1562
- ],
1563
- 13,
1564
- 0.5,
1565
- 14,
1566
- 2,
1567
- 20,
1568
- 3
1569
- ],
1570
- "line-gap-width": 4,
1571
- "line-dasharray": [
1572
- 1,
1573
- 1
1574
- ]
1575
- }
1576
- },
1577
- {
1578
- "id": "water_lines_canal",
1579
- "type": "line",
1580
- "source": "osm",
1581
- "source-layer": "water_lines",
1582
- "minzoom": 8,
1583
- "maxzoom": 24,
1584
- "filter": [
1585
- "==",
1586
- [
1587
- "get",
1588
- "type"
1589
- ],
1590
- "canal"
1591
- ],
1592
- "layout": {
1593
- "visibility": "visible"
1594
- },
1595
- "paint": {
1596
- "line-color": "rgba(153, 201, 222, 1)",
1597
- "line-width": [
1598
- "interpolate",
1599
- [
1600
- "linear"
1601
- ],
1602
- [
1603
- "zoom"
1604
- ],
1605
- 8,
1606
- 1,
1607
- 13,
1608
- 2,
1609
- 14,
1610
- 3,
1611
- 20,
1612
- 4
1613
- ]
1614
- }
1615
- },
1616
- {
1617
- "id": "water_lines_aqueduct",
1618
- "type": "line",
1619
- "source": "osm",
1620
- "source-layer": "water_lines",
1621
- "minzoom": 8,
1791
+ "minzoom": 8,
1622
1792
  "maxzoom": 24,
1623
1793
  "filter": [
1624
1794
  "all",
@@ -9834,7 +10004,7 @@
9834
10004
  }
9835
10005
  },
9836
10006
  {
9837
- "id": "city_county_lines_admin7_8",
10007
+ "id": "city_county_lines_admin_7-8",
9838
10008
  "type": "line",
9839
10009
  "source": "osm",
9840
10010
  "source-layer": "land_ohm_lines",
@@ -9878,7 +10048,7 @@
9878
10048
  }
9879
10049
  },
9880
10050
  {
9881
- "id": "admin_admin5_6",
10051
+ "id": "admin_admin_5-6",
9882
10052
  "type": "line",
9883
10053
  "source": "osm",
9884
10054
  "source-layer": "land_ohm_lines",
@@ -9934,7 +10104,7 @@
9934
10104
  }
9935
10105
  },
9936
10106
  {
9937
- "id": "state_lines_admin4-case",
10107
+ "id": "state_lines_admin_4-case",
9938
10108
  "type": "line",
9939
10109
  "source": "osm",
9940
10110
  "source-layer": "land_ohm_lines",
@@ -9996,7 +10166,7 @@
9996
10166
  }
9997
10167
  },
9998
10168
  {
9999
- "id": "state_lines_admin4",
10169
+ "id": "state_lines_admin_4",
10000
10170
  "type": "line",
10001
10171
  "source": "osm",
10002
10172
  "source-layer": "land_ohm_lines",
@@ -10095,7 +10265,7 @@
10095
10265
  }
10096
10266
  },
10097
10267
  {
10098
- "id": "admin_countrylines_z10_case",
10268
+ "id": "admin_country_lines_z10_case",
10099
10269
  "type": "line",
10100
10270
  "source": "osm",
10101
10271
  "source-layer": "land_ohm_lines",
@@ -10154,7 +10324,7 @@
10154
10324
  }
10155
10325
  },
10156
10326
  {
10157
- "id": "admin_countrylines_z10",
10327
+ "id": "admin_country_lines_z10",
10158
10328
  "type": "line",
10159
10329
  "source": "osm",
10160
10330
  "source-layer": "land_ohm_lines",
@@ -10221,7 +10391,7 @@
10221
10391
  }
10222
10392
  },
10223
10393
  {
10224
- "id": "roadlabels_z14",
10394
+ "id": "road_labels_z14",
10225
10395
  "type": "symbol",
10226
10396
  "source": "osm",
10227
10397
  "source-layer": "transport_lines",
@@ -10253,7 +10423,7 @@
10253
10423
  }
10254
10424
  },
10255
10425
  {
10256
- "id": "roadlabels_z11",
10426
+ "id": "road_labels_z11",
10257
10427
  "type": "symbol",
10258
10428
  "source": "osm",
10259
10429
  "source-layer": "transport_lines",
@@ -10296,7 +10466,7 @@
10296
10466
  }
10297
10467
  },
10298
10468
  {
10299
- "id": "water_areaslabels_z15",
10469
+ "id": "water_areas_labels_z15",
10300
10470
  "type": "symbol",
10301
10471
  "source": "osm",
10302
10472
  "source-layer": "water_areas_centroids",
@@ -10341,7 +10511,7 @@
10341
10511
  }
10342
10512
  },
10343
10513
  {
10344
- "id": "water_areaslabels_z12",
10514
+ "id": "water_areas_labels_z12",
10345
10515
  "type": "symbol",
10346
10516
  "source": "osm",
10347
10517
  "source-layer": "water_areas_centroids",
@@ -10387,7 +10557,7 @@
10387
10557
  }
10388
10558
  },
10389
10559
  {
10390
- "id": "water_pointlabels_ocean_sea",
10560
+ "id": "water_point_labels_ocean_sea",
10391
10561
  "type": "symbol",
10392
10562
  "source": "osm",
10393
10563
  "source-layer": "place_points_centroids",
@@ -10441,7 +10611,7 @@
10441
10611
  }
10442
10612
  },
10443
10613
  {
10444
- "id": "water_areaslabels_z8",
10614
+ "id": "water_areas_labels_z8",
10445
10615
  "type": "symbol",
10446
10616
  "source": "osm",
10447
10617
  "source-layer": "water_areas_centroids",
@@ -10488,7 +10658,7 @@
10488
10658
  }
10489
10659
  },
10490
10660
  {
10491
- "id": "water_lineslabels-cliff",
10661
+ "id": "water_lines_labels_cliff",
10492
10662
  "type": "symbol",
10493
10663
  "source": "osm",
10494
10664
  "source-layer": "water_lines",
@@ -10535,7 +10705,7 @@
10535
10705
  }
10536
10706
  },
10537
10707
  {
10538
- "id": "water_lineslabels-dam",
10708
+ "id": "water_lines_labels_dam",
10539
10709
  "type": "symbol",
10540
10710
  "source": "osm",
10541
10711
  "source-layer": "water_lines",
@@ -10582,7 +10752,7 @@
10582
10752
  }
10583
10753
  },
10584
10754
  {
10585
- "id": "water_lineslabels",
10755
+ "id": "water_lines_labels",
10586
10756
  "type": "symbol",
10587
10757
  "source": "osm",
10588
10758
  "source-layer": "water_lines",
@@ -10641,11 +10811,43 @@
10641
10811
  }
10642
10812
  },
10643
10813
  {
10644
- "id": "landuse_areaslabels_park",
10814
+ "id": "points_from_landuse_areas",
10645
10815
  "type": "symbol",
10646
10816
  "source": "osm",
10647
10817
  "source-layer": "landuse_points_centroids",
10648
- "minzoom": 14,
10818
+ "minzoom": 16,
10819
+ "filter": [
10820
+ "!",
10821
+ [
10822
+ "in",
10823
+ [
10824
+ "get",
10825
+ "type"
10826
+ ],
10827
+ [
10828
+ "literal",
10829
+ [
10830
+ "garden",
10831
+ "peak",
10832
+ "wetland"
10833
+ ]
10834
+ ]
10835
+ ]
10836
+ ],
10837
+ "layout": {
10838
+ "icon-image": "{type}-18",
10839
+ "text-font": [
10840
+ "OpenHistorical"
10841
+ ],
10842
+ "visibility": "visible"
10843
+ }
10844
+ },
10845
+ {
10846
+ "id": "landuse_areas_labels_park_small",
10847
+ "type": "symbol",
10848
+ "source": "osm",
10849
+ "source-layer": "landuse_points_centroids",
10850
+ "minzoom": 16,
10649
10851
  "maxzoom": 24,
10650
10852
  "filter": [
10651
10853
  "all",
@@ -10673,12 +10875,12 @@
10673
10875
  ]
10674
10876
  ],
10675
10877
  [
10676
- ">",
10878
+ "<",
10677
10879
  [
10678
10880
  "get",
10679
- "area"
10881
+ "area_m2"
10680
10882
  ],
10681
- 12000
10883
+ 40000
10682
10884
  ]
10683
10885
  ],
10684
10886
  "layout": {
@@ -10715,29 +10917,47 @@
10715
10917
  }
10716
10918
  },
10717
10919
  {
10718
- "id": "landuse_areaslabels_farming",
10920
+ "id": "landuse_areas_labels_park_medium",
10719
10921
  "type": "symbol",
10720
10922
  "source": "osm",
10721
10923
  "source-layer": "landuse_points_centroids",
10722
- "minzoom": 14,
10723
- "maxzoom": 24,
10924
+ "minzoom": 15,
10925
+ "maxzoom": 20,
10724
10926
  "filter": [
10725
- "in",
10927
+ "all",
10726
10928
  [
10727
- "get",
10728
- "type"
10929
+ "in",
10930
+ [
10931
+ "get",
10932
+ "type"
10933
+ ],
10934
+ [
10935
+ "literal",
10936
+ [
10937
+ "park",
10938
+ "camp_site",
10939
+ "recreation_ground",
10940
+ "sports_centre",
10941
+ "stadium",
10942
+ "village_green"
10943
+ ]
10944
+ ]
10729
10945
  ],
10730
10946
  [
10731
- "literal",
10947
+ ">=",
10732
10948
  [
10733
- "allotmets",
10734
- "farm",
10735
- "farmland",
10736
- "farmyard",
10737
- "garden",
10738
- "orchard",
10739
- "vineyard"
10740
- ]
10949
+ "get",
10950
+ "area_m2"
10951
+ ],
10952
+ 40000
10953
+ ],
10954
+ [
10955
+ "<",
10956
+ [
10957
+ "get",
10958
+ "area_m2"
10959
+ ],
10960
+ 3000000
10741
10961
  ]
10742
10962
  ],
10743
10963
  "layout": {
@@ -10745,36 +10965,87 @@
10745
10965
  "get",
10746
10966
  "name"
10747
10967
  ],
10748
- "text-size": 11,
10968
+ "text-size": [
10969
+ "interpolate",
10970
+ [
10971
+ "linear"
10972
+ ],
10973
+ [
10974
+ "zoom"
10975
+ ],
10976
+ 12,
10977
+ 12,
10978
+ 13,
10979
+ 14,
10980
+ 16,
10981
+ 16
10982
+ ],
10983
+ "visibility": "visible",
10984
+ "icon-text-fit": "none",
10985
+ "text-allow-overlap": false,
10986
+ "text-ignore-placement": false,
10749
10987
  "text-font": [
10750
10988
  "OpenHistorical"
10751
10989
  ]
10752
10990
  },
10753
10991
  "paint": {
10754
- "text-color": "rgba(107, 101, 71, 1)",
10755
- "text-halo-color": "rgba(255, 254, 249, 1)",
10756
- "text-halo-width": 1
10992
+ "text-color": "rgba(64, 64, 64, 1)",
10993
+ "text-halo-color": "rgba(228, 235, 209, 1)",
10994
+ "text-opacity": [
10995
+ "interpolate",
10996
+ [
10997
+ "linear"
10998
+ ],
10999
+ [
11000
+ "zoom"
11001
+ ],
11002
+ 14.99,
11003
+ 0,
11004
+ 15,
11005
+ 1,
11006
+ 17,
11007
+ 1,
11008
+ 19,
11009
+ 0.1
11010
+ ],
11011
+ "text-halo-width": 2,
11012
+ "icon-translate-anchor": "map"
10757
11013
  }
10758
11014
  },
10759
11015
  {
10760
- "id": "landuse_areaslabels_forest",
11016
+ "id": "landuse_areas_labels_park_large",
10761
11017
  "type": "symbol",
10762
11018
  "source": "osm",
10763
11019
  "source-layer": "landuse_points_centroids",
10764
- "minzoom": 14,
10765
- "maxzoom": 24,
11020
+ "minzoom": 12,
11021
+ "maxzoom": 16,
10766
11022
  "filter": [
10767
- "in",
11023
+ "all",
10768
11024
  [
10769
- "get",
10770
- "type"
11025
+ "in",
11026
+ [
11027
+ "get",
11028
+ "type"
11029
+ ],
11030
+ [
11031
+ "literal",
11032
+ [
11033
+ "park",
11034
+ "camp_site",
11035
+ "recreation_ground",
11036
+ "sports_centre",
11037
+ "stadium",
11038
+ "village_green"
11039
+ ]
11040
+ ]
10771
11041
  ],
10772
11042
  [
10773
- "literal",
11043
+ ">=",
10774
11044
  [
10775
- "forest",
10776
- "wood"
10777
- ]
11045
+ "get",
11046
+ "area_m2"
11047
+ ],
11048
+ 3000000
10778
11049
  ]
10779
11050
  ],
10780
11051
  "layout": {
@@ -10782,25 +11053,55 @@
10782
11053
  "get",
10783
11054
  "name"
10784
11055
  ],
10785
- "text-size": 11,
11056
+ "text-size": [
11057
+ "interpolate",
11058
+ [
11059
+ "linear"
11060
+ ],
11061
+ [
11062
+ "zoom"
11063
+ ],
11064
+ 12,
11065
+ 12,
11066
+ 16,
11067
+ 24
11068
+ ],
11069
+ "visibility": "visible",
11070
+ "icon-text-fit": "none",
11071
+ "text-allow-overlap": false,
11072
+ "text-ignore-placement": false,
10786
11073
  "text-font": [
10787
11074
  "OpenHistorical"
10788
11075
  ]
10789
11076
  },
10790
11077
  "paint": {
10791
- "text-color": "rgba(95, 107, 71, 1)",
10792
- "text-halo-color": "rgba(201, 213, 190, 1)",
10793
- "text-halo-width": 1
10794
- }
10795
- },
10796
- {
10797
- "id": "landuse_areaslabels_nature_reserve",
10798
- "type": "symbol",
10799
- "source": "osm",
10800
- "source-layer": "landuse_points_centroids",
10801
- "minzoom": 6,
10802
- "maxzoom": 12,
10803
- "filter": [
11078
+ "text-color": "rgba(85, 104, 42, 1)",
11079
+ "text-halo-color": "rgba(228, 235, 209, 1)",
11080
+ "text-opacity": [
11081
+ "interpolate",
11082
+ [
11083
+ "linear"
11084
+ ],
11085
+ [
11086
+ "zoom"
11087
+ ],
11088
+ 15.5,
11089
+ 1,
11090
+ 15.99,
11091
+ 0
11092
+ ],
11093
+ "text-halo-width": 2,
11094
+ "icon-translate-anchor": "map"
11095
+ }
11096
+ },
11097
+ {
11098
+ "id": "landuse_areas_labels_farming",
11099
+ "type": "symbol",
11100
+ "source": "osm",
11101
+ "source-layer": "landuse_points_centroids",
11102
+ "minzoom": 14,
11103
+ "maxzoom": 24,
11104
+ "filter": [
10804
11105
  "in",
10805
11106
  [
10806
11107
  "get",
@@ -10809,12 +11110,234 @@
10809
11110
  [
10810
11111
  "literal",
10811
11112
  [
10812
- "nature_reserve"
11113
+ "allotmets",
11114
+ "farm",
11115
+ "farmland",
11116
+ "farmyard",
11117
+ "garden",
11118
+ "orchard",
11119
+ "vineyard"
11120
+ ]
11121
+ ]
11122
+ ],
11123
+ "layout": {
11124
+ "text-field": [
11125
+ "get",
11126
+ "name"
11127
+ ],
11128
+ "text-size": 11,
11129
+ "text-font": [
11130
+ "OpenHistorical"
11131
+ ]
11132
+ },
11133
+ "paint": {
11134
+ "text-color": "rgba(107, 101, 71, 1)",
11135
+ "text-halo-color": "rgba(255, 254, 249, 1)",
11136
+ "text-halo-width": 1
11137
+ }
11138
+ },
11139
+ {
11140
+ "id": "landuse_areas_labels_forest",
11141
+ "type": "symbol",
11142
+ "source": "osm",
11143
+ "source-layer": "landuse_points_centroids",
11144
+ "minzoom": 14,
11145
+ "maxzoom": 24,
11146
+ "filter": [
11147
+ "in",
11148
+ [
11149
+ "get",
11150
+ "type"
11151
+ ],
11152
+ [
11153
+ "literal",
11154
+ [
11155
+ "forest",
11156
+ "wood"
11157
+ ]
11158
+ ]
11159
+ ],
11160
+ "layout": {
11161
+ "text-field": [
11162
+ "get",
11163
+ "name"
11164
+ ],
11165
+ "text-size": 11,
11166
+ "text-font": [
11167
+ "OpenHistorical"
11168
+ ]
11169
+ },
11170
+ "paint": {
11171
+ "text-color": "rgba(95, 107, 71, 1)",
11172
+ "text-halo-color": "rgba(201, 213, 190, 1)",
11173
+ "text-halo-width": 1
11174
+ }
11175
+ },
11176
+ {
11177
+ "id": "landuse_areas_labels_nature_reserve",
11178
+ "type": "symbol",
11179
+ "source": "osm",
11180
+ "source-layer": "landuse_points_centroids",
11181
+ "minzoom": 12,
11182
+ "maxzoom": 16,
11183
+ "filter": [
11184
+ "all",
11185
+ [
11186
+ "in",
11187
+ [
11188
+ "get",
11189
+ "type"
11190
+ ],
11191
+ [
11192
+ "literal",
11193
+ [
11194
+ "nature_reserve"
11195
+ ]
11196
+ ]
11197
+ ],
11198
+ [
11199
+ "<",
11200
+ [
11201
+ "get",
11202
+ "area_m2"
11203
+ ],
11204
+ 30000000
11205
+ ]
11206
+ ],
11207
+ "layout": {
11208
+ "text-size": 12,
11209
+ "text-field": [
11210
+ "get",
11211
+ "name"
11212
+ ],
11213
+ "text-font": [
11214
+ "OpenHistorical"
11215
+ ]
11216
+ },
11217
+ "paint": {
11218
+ "text-color": "rgba(95, 107, 71, 1)",
11219
+ "text-halo-color": "rgba(201, 213, 190, 1)",
11220
+ "text-halo-width": 1
11221
+ }
11222
+ },
11223
+ {
11224
+ "id": "landuse_areas_labels_nature_reserve_med_10-14",
11225
+ "type": "symbol",
11226
+ "source": "osm",
11227
+ "source-layer": "landuse_points_centroids",
11228
+ "minzoom": 10,
11229
+ "maxzoom": 14,
11230
+ "filter": [
11231
+ "all",
11232
+ [
11233
+ "in",
11234
+ [
11235
+ "get",
11236
+ "type"
11237
+ ],
11238
+ [
11239
+ "literal",
11240
+ [
11241
+ "nature_reserve"
11242
+ ]
11243
+ ]
11244
+ ],
11245
+ [
11246
+ ">=",
11247
+ [
11248
+ "get",
11249
+ "area_m2"
11250
+ ],
11251
+ 30000000
11252
+ ],
11253
+ [
11254
+ "<",
11255
+ [
11256
+ "get",
11257
+ "area_m2"
11258
+ ],
11259
+ 100000000
11260
+ ]
11261
+ ],
11262
+ "layout": {
11263
+ "text-size": [
11264
+ "interpolate",
11265
+ [
11266
+ "linear"
11267
+ ],
11268
+ [
11269
+ "zoom"
11270
+ ],
11271
+ 10,
11272
+ 10,
11273
+ 11,
11274
+ 12,
11275
+ 13,
11276
+ 14
11277
+ ],
11278
+ "text-field": [
11279
+ "get",
11280
+ "name"
11281
+ ],
11282
+ "text-font": [
11283
+ "OpenHistorical"
11284
+ ]
11285
+ },
11286
+ "paint": {
11287
+ "text-color": "rgba(95, 107, 71, 1)",
11288
+ "text-halo-color": "rgba(201, 213, 190, 1)",
11289
+ "text-halo-width": 1
11290
+ }
11291
+ },
11292
+ {
11293
+ "id": "landuse_areas_labels_nature_reserve_xl",
11294
+ "type": "symbol",
11295
+ "source": "osm",
11296
+ "source-layer": "landuse_points_centroids",
11297
+ "minzoom": 7,
11298
+ "maxzoom": 12,
11299
+ "filter": [
11300
+ "all",
11301
+ [
11302
+ "in",
11303
+ [
11304
+ "get",
11305
+ "type"
11306
+ ],
11307
+ [
11308
+ "literal",
11309
+ [
11310
+ "nature_reserve"
11311
+ ]
10813
11312
  ]
11313
+ ],
11314
+ [
11315
+ ">=",
11316
+ [
11317
+ "get",
11318
+ "area_m2"
11319
+ ],
11320
+ 100000000
10814
11321
  ]
10815
11322
  ],
10816
11323
  "layout": {
10817
- "text-size": 24,
11324
+ "text-size": [
11325
+ "interpolate",
11326
+ [
11327
+ "linear"
11328
+ ],
11329
+ [
11330
+ "zoom"
11331
+ ],
11332
+ 7,
11333
+ 12,
11334
+ 8,
11335
+ 16,
11336
+ 9,
11337
+ 24,
11338
+ 12,
11339
+ 14
11340
+ ],
10818
11341
  "text-field": [
10819
11342
  "get",
10820
11343
  "name"
@@ -10830,7 +11353,7 @@
10830
11353
  }
10831
11354
  },
10832
11355
  {
10833
- "id": "landuse_areaslabels_school",
11356
+ "id": "landuse_areas_labels_school",
10834
11357
  "type": "symbol",
10835
11358
  "source": "osm",
10836
11359
  "source-layer": "landuse_points_centroids",
@@ -10870,7 +11393,7 @@
10870
11393
  }
10871
11394
  },
10872
11395
  {
10873
- "id": "other_areaslabels_military",
11396
+ "id": "other_areas_labels_military",
10874
11397
  "type": "symbol",
10875
11398
  "source": "osm",
10876
11399
  "source-layer": "other_points_centroids",
@@ -10901,7 +11424,7 @@
10901
11424
  }
10902
11425
  },
10903
11426
  {
10904
- "id": "landuse_areaslabels_z8glacier",
11427
+ "id": "landuse_areas_labels_z8glacier",
10905
11428
  "type": "symbol",
10906
11429
  "source": "osm",
10907
11430
  "source-layer": "landuse_points_centroids",
@@ -11026,7 +11549,7 @@
11026
11549
  }
11027
11550
  },
11028
11551
  {
11029
- "id": "points_of_interest_frombuildings",
11552
+ "id": "points_of_interest_buildings",
11030
11553
  "type": "symbol",
11031
11554
  "source": "osm",
11032
11555
  "source-layer": "buildings_points_centroids",
@@ -11055,9 +11578,11 @@
11055
11578
  "zoom"
11056
11579
  ],
11057
11580
  16,
11058
- 10,
11581
+ 12,
11582
+ 17,
11583
+ 14,
11059
11584
  20,
11060
- 12
11585
+ 16
11061
11586
  ],
11062
11587
  "text-anchor": "center",
11063
11588
  "text-offset": [
@@ -11090,7 +11615,7 @@
11090
11615
  }
11091
11616
  },
11092
11617
  {
11093
- "id": "points_of_interest_fromareasz14-centroids",
11618
+ "id": "points_of_interest_from_areas_z14_centroids",
11094
11619
  "type": "symbol",
11095
11620
  "source": "osm",
11096
11621
  "source-layer": "amenity_points_centroids",
@@ -11145,7 +11670,7 @@
11145
11670
  }
11146
11671
  },
11147
11672
  {
11148
- "id": "points_of_interest_fromareasz14",
11673
+ "id": "points_of_interest_from_areas_z14",
11149
11674
  "type": "symbol",
11150
11675
  "source": "osm",
11151
11676
  "source-layer": "amenity_points_centroids",
@@ -11200,7 +11725,7 @@
11200
11725
  }
11201
11726
  },
11202
11727
  {
11203
- "id": "points_of_interest_fromareas",
11728
+ "id": "points_of_interest_from_areas",
11204
11729
  "type": "symbol",
11205
11730
  "source": "osm",
11206
11731
  "source-layer": "amenity_points_centroids",
@@ -11274,17 +11799,29 @@
11274
11799
  }
11275
11800
  },
11276
11801
  {
11277
- "id": "points_of_interest_amenity-centroids",
11802
+ "id": "points_of_interest_other",
11278
11803
  "type": "symbol",
11279
11804
  "source": "osm",
11280
- "source-layer": "amenity_points_centroids",
11805
+ "source-layer": "other_points_centroids",
11281
11806
  "minzoom": 15,
11282
11807
  "maxzoom": 24,
11283
11808
  "filter": [
11284
- "all"
11809
+ "!",
11810
+ [
11811
+ "in",
11812
+ [
11813
+ "get",
11814
+ "type"
11815
+ ],
11816
+ [
11817
+ "literal",
11818
+ [
11819
+ "artwork"
11820
+ ]
11821
+ ]
11822
+ ]
11285
11823
  ],
11286
11824
  "layout": {
11287
- "text-line-height": 1.2,
11288
11825
  "text-size": [
11289
11826
  "interpolate",
11290
11827
  [
@@ -11300,15 +11837,19 @@
11300
11837
  20,
11301
11838
  12
11302
11839
  ],
11840
+ "icon-text-fit": "none",
11303
11841
  "icon-image": "{type}-18",
11842
+ "icon-keep-upright": false,
11304
11843
  "text-font": [
11305
11844
  "OpenHistorical"
11306
11845
  ],
11846
+ "icon-allow-overlap": false,
11307
11847
  "visibility": "visible",
11308
11848
  "text-offset": [
11309
11849
  0,
11310
11850
  1
11311
11851
  ],
11852
+ "icon-optional": false,
11312
11853
  "icon-size": [
11313
11854
  "interpolate",
11314
11855
  [
@@ -11326,13 +11867,17 @@
11326
11867
  "text-field": [
11327
11868
  "get",
11328
11869
  "name"
11329
- ]
11870
+ ],
11871
+ "text-max-width": 10,
11872
+ "icon-ignore-placement": false
11330
11873
  },
11331
11874
  "paint": {
11332
- "text-color": "rgba(80, 80, 80, 1)",
11875
+ "text-color": "#505050",
11333
11876
  "text-halo-color": "rgba(255, 255, 255, 1)",
11334
11877
  "text-halo-width": 0.5,
11335
11878
  "text-halo-blur": 1,
11879
+ "text-translate-anchor": "viewport",
11880
+ "icon-translate-anchor": "viewport",
11336
11881
  "text-opacity": [
11337
11882
  "interpolate",
11338
11883
  [
@@ -11341,7 +11886,7 @@
11341
11886
  [
11342
11887
  "zoom"
11343
11888
  ],
11344
- 16.9,
11889
+ 16.99,
11345
11890
  0,
11346
11891
  17,
11347
11892
  1
@@ -11349,29 +11894,14 @@
11349
11894
  }
11350
11895
  },
11351
11896
  {
11352
- "id": "points_of_interest_other",
11897
+ "id": "points_of_interest_amenity",
11353
11898
  "type": "symbol",
11354
11899
  "source": "osm",
11355
- "source-layer": "other_points_centroids",
11356
- "minzoom": 15,
11900
+ "source-layer": "amenity_points_centroids",
11901
+ "minzoom": 16,
11357
11902
  "maxzoom": 24,
11358
- "filter": [
11359
- "!",
11360
- [
11361
- "in",
11362
- [
11363
- "get",
11364
- "type"
11365
- ],
11366
- [
11367
- "literal",
11368
- [
11369
- "artwork"
11370
- ]
11371
- ]
11372
- ]
11373
- ],
11374
11903
  "layout": {
11904
+ "text-line-height": 1.2,
11375
11905
  "text-size": [
11376
11906
  "interpolate",
11377
11907
  [
@@ -11387,19 +11917,15 @@
11387
11917
  20,
11388
11918
  12
11389
11919
  ],
11390
- "icon-text-fit": "none",
11391
11920
  "icon-image": "{type}-18",
11392
- "icon-keep-upright": false,
11393
11921
  "text-font": [
11394
11922
  "OpenHistorical"
11395
11923
  ],
11396
- "icon-allow-overlap": false,
11397
11924
  "visibility": "visible",
11398
11925
  "text-offset": [
11399
11926
  0,
11400
11927
  1
11401
11928
  ],
11402
- "icon-optional": false,
11403
11929
  "icon-size": [
11404
11930
  "interpolate",
11405
11931
  [
@@ -11417,17 +11943,13 @@
11417
11943
  "text-field": [
11418
11944
  "get",
11419
11945
  "name"
11420
- ],
11421
- "text-max-width": 10,
11422
- "icon-ignore-placement": false
11946
+ ]
11423
11947
  },
11424
11948
  "paint": {
11425
- "text-color": "#505050",
11949
+ "text-color": "rgba(80, 80, 80, 1)",
11426
11950
  "text-halo-color": "rgba(255, 255, 255, 1)",
11427
11951
  "text-halo-width": 0.5,
11428
11952
  "text-halo-blur": 1,
11429
- "text-translate-anchor": "viewport",
11430
- "icon-translate-anchor": "viewport",
11431
11953
  "text-opacity": [
11432
11954
  "interpolate",
11433
11955
  [
@@ -11436,7 +11958,7 @@
11436
11958
  [
11437
11959
  "zoom"
11438
11960
  ],
11439
- 16.99,
11961
+ 16.9,
11440
11962
  0,
11441
11963
  17,
11442
11964
  1
@@ -11444,23 +11966,42 @@
11444
11966
  }
11445
11967
  },
11446
11968
  {
11447
- "id": "points_of_interest_amenity_14",
11969
+ "id": "points_of_interest_other_archaeology",
11448
11970
  "type": "symbol",
11449
11971
  "source": "osm",
11450
- "source-layer": "amenity_points_centroids",
11972
+ "source-layer": "other_points_centroids",
11451
11973
  "minzoom": 14,
11452
- "maxzoom": 16,
11974
+ "maxzoom": 24,
11453
11975
  "filter": [
11454
- "all"
11976
+ "==",
11977
+ [
11978
+ "get",
11979
+ "type"
11980
+ ],
11981
+ "archaeological_site"
11455
11982
  ],
11456
11983
  "layout": {
11457
- "icon-image": "{type}-18",
11984
+ "icon-image": "{site_type}-18",
11458
11985
  "visibility": "visible",
11459
11986
  "text-field": [
11460
11987
  "get",
11461
11988
  "name"
11462
11989
  ],
11463
- "text-size": 8,
11990
+ "text-size": [
11991
+ "interpolate",
11992
+ [
11993
+ "linear"
11994
+ ],
11995
+ [
11996
+ "zoom"
11997
+ ],
11998
+ 15.99,
11999
+ 0,
12000
+ 16,
12001
+ 10,
12002
+ 20,
12003
+ 12
12004
+ ],
11464
12005
  "text-anchor": "top",
11465
12006
  "text-offset": [
11466
12007
  0,
@@ -11468,24 +12009,63 @@
11468
12009
  ],
11469
12010
  "text-font": [
11470
12011
  "OpenHistorical"
12012
+ ],
12013
+ "icon-size": [
12014
+ "interpolate",
12015
+ [
12016
+ "linear"
12017
+ ],
12018
+ [
12019
+ "zoom"
12020
+ ],
12021
+ 15,
12022
+ 0.7,
12023
+ 20,
12024
+ 1.4
11471
12025
  ]
11472
12026
  },
11473
12027
  "paint": {
11474
- "text-color": "rgba(80, 80, 80, 1)",
12028
+ "text-color": "#505050",
11475
12029
  "text-halo-color": "rgba(255, 255, 255, 1)",
11476
12030
  "text-halo-width": 0.5,
11477
- "text-halo-blur": 1
12031
+ "text-halo-blur": 1,
12032
+ "text-opacity": [
12033
+ "interpolate",
12034
+ [
12035
+ "linear"
12036
+ ],
12037
+ [
12038
+ "zoom"
12039
+ ],
12040
+ 16.99,
12041
+ 0,
12042
+ 17,
12043
+ 1
12044
+ ]
11478
12045
  }
11479
12046
  },
11480
12047
  {
11481
- "id": "points_of_interest_amenity",
12048
+ "id": "points_of_interest_other_artwork",
11482
12049
  "type": "symbol",
11483
12050
  "source": "osm",
11484
- "source-layer": "amenity_points_centroids",
12051
+ "source-layer": "other_points_centroids",
11485
12052
  "minzoom": 15,
11486
12053
  "maxzoom": 24,
12054
+ "filter": [
12055
+ "==",
12056
+ [
12057
+ "get",
12058
+ "type"
12059
+ ],
12060
+ "artwork"
12061
+ ],
11487
12062
  "layout": {
11488
- "text-line-height": 1.2,
12063
+ "icon-image": "{artwork_type}-18",
12064
+ "visibility": "visible",
12065
+ "text-field": [
12066
+ "get",
12067
+ "name"
12068
+ ],
11489
12069
  "text-size": [
11490
12070
  "interpolate",
11491
12071
  [
@@ -11501,15 +12081,14 @@
11501
12081
  20,
11502
12082
  12
11503
12083
  ],
11504
- "icon-image": "{type}-18",
11505
- "text-font": [
11506
- "OpenHistorical"
11507
- ],
11508
- "visibility": "visible",
12084
+ "text-anchor": "top",
11509
12085
  "text-offset": [
11510
12086
  0,
11511
12087
  1
11512
12088
  ],
12089
+ "text-font": [
12090
+ "OpenHistorical"
12091
+ ],
11513
12092
  "icon-size": [
11514
12093
  "interpolate",
11515
12094
  [
@@ -11522,15 +12101,10 @@
11522
12101
  0.7,
11523
12102
  20,
11524
12103
  1.4
11525
- ],
11526
- "text-anchor": "top",
11527
- "text-field": [
11528
- "get",
11529
- "name"
11530
12104
  ]
11531
12105
  },
11532
12106
  "paint": {
11533
- "text-color": "rgba(80, 80, 80, 1)",
12107
+ "text-color": "#505050",
11534
12108
  "text-halo-color": "rgba(255, 255, 255, 1)",
11535
12109
  "text-halo-width": 0.5,
11536
12110
  "text-halo-blur": 1,
@@ -11542,7 +12116,7 @@
11542
12116
  [
11543
12117
  "zoom"
11544
12118
  ],
11545
- 16.9,
12119
+ 16.99,
11546
12120
  0,
11547
12121
  17,
11548
12122
  1
@@ -11550,11 +12124,11 @@
11550
12124
  }
11551
12125
  },
11552
12126
  {
11553
- "id": "points_of_interest_other_archaeology",
12127
+ "id": "points_powertower",
11554
12128
  "type": "symbol",
11555
12129
  "source": "osm",
11556
12130
  "source-layer": "other_points_centroids",
11557
- "minzoom": 14,
12131
+ "minzoom": 15,
11558
12132
  "maxzoom": 24,
11559
12133
  "filter": [
11560
12134
  "==",
@@ -11562,10 +12136,43 @@
11562
12136
  "get",
11563
12137
  "type"
11564
12138
  ],
11565
- "archaeological_site"
12139
+ "tower"
11566
12140
  ],
11567
12141
  "layout": {
11568
- "icon-image": "{site_type}-18",
12142
+ "icon-image": "power_tower-12",
12143
+ "visibility": "visible",
12144
+ "text-font": [
12145
+ "OpenHistorical"
12146
+ ]
12147
+ }
12148
+ },
12149
+ {
12150
+ "id": "transport_points_labels",
12151
+ "type": "symbol",
12152
+ "source": "osm",
12153
+ "source-layer": "transport_points_centroids",
12154
+ "minzoom": 12,
12155
+ "maxzoom": 24,
12156
+ "filter": [
12157
+ "!",
12158
+ [
12159
+ "in",
12160
+ [
12161
+ "get",
12162
+ "type"
12163
+ ],
12164
+ [
12165
+ "literal",
12166
+ [
12167
+ "traffic_signals",
12168
+ "pedestrian",
12169
+ "raceway"
12170
+ ]
12171
+ ]
12172
+ ]
12173
+ ],
12174
+ "layout": {
12175
+ "icon-image": "{type}-18",
11569
12176
  "visibility": "visible",
11570
12177
  "text-field": [
11571
12178
  "get",
@@ -11579,17 +12186,15 @@
11579
12186
  [
11580
12187
  "zoom"
11581
12188
  ],
11582
- 15.99,
11583
- 0,
11584
- 16,
11585
12189
  10,
11586
- 20,
11587
- 12
12190
+ 14,
12191
+ 18,
12192
+ 14
11588
12193
  ],
11589
12194
  "text-anchor": "top",
11590
12195
  "text-offset": [
11591
12196
  0,
11592
- 1
12197
+ 0.75
11593
12198
  ],
11594
12199
  "text-font": [
11595
12200
  "OpenHistorical"
@@ -11602,14 +12207,15 @@
11602
12207
  [
11603
12208
  "zoom"
11604
12209
  ],
11605
- 15,
11606
- 0.7,
12210
+ 10,
12211
+ 0.4,
11607
12212
  20,
11608
12213
  1.4
11609
12214
  ]
11610
12215
  },
11611
12216
  "paint": {
11612
- "text-color": "#505050",
12217
+ "icon-color": "#000000",
12218
+ "text-color": "rgba(80, 80, 80, 1)",
11613
12219
  "text-halo-color": "rgba(255, 255, 255, 1)",
11614
12220
  "text-halo-width": 0.5,
11615
12221
  "text-halo-blur": 1,
@@ -11621,30 +12227,40 @@
11621
12227
  [
11622
12228
  "zoom"
11623
12229
  ],
11624
- 16.99,
12230
+ 12.99,
11625
12231
  0,
11626
- 17,
12232
+ 13,
11627
12233
  1
11628
12234
  ]
11629
12235
  }
11630
12236
  },
11631
12237
  {
11632
- "id": "points_of_interest_other_artwork",
12238
+ "id": "transport_points_raceway",
11633
12239
  "type": "symbol",
11634
12240
  "source": "osm",
11635
- "source-layer": "other_points_centroids",
12241
+ "source-layer": "transport_points_centroids",
11636
12242
  "minzoom": 15,
11637
12243
  "maxzoom": 24,
11638
12244
  "filter": [
11639
- "==",
12245
+ "!",
11640
12246
  [
11641
- "get",
11642
- "type"
11643
- ],
11644
- "artwork"
12247
+ "in",
12248
+ [
12249
+ "get",
12250
+ "type"
12251
+ ],
12252
+ [
12253
+ "literal",
12254
+ [
12255
+ "traffic_signals",
12256
+ "pedestrian",
12257
+ "raceway"
12258
+ ]
12259
+ ]
12260
+ ]
11645
12261
  ],
11646
12262
  "layout": {
11647
- "icon-image": "{artwork_type}-18",
12263
+ "icon-image": "{type}-18",
11648
12264
  "visibility": "visible",
11649
12265
  "text-field": [
11650
12266
  "get",
@@ -11658,17 +12274,15 @@
11658
12274
  [
11659
12275
  "zoom"
11660
12276
  ],
11661
- 15.99,
11662
- 0,
11663
- 16,
11664
12277
  10,
11665
- 20,
11666
- 12
12278
+ 14,
12279
+ 18,
12280
+ 14
11667
12281
  ],
11668
12282
  "text-anchor": "top",
11669
12283
  "text-offset": [
11670
12284
  0,
11671
- 1
12285
+ 0.75
11672
12286
  ],
11673
12287
  "text-font": [
11674
12288
  "OpenHistorical"
@@ -11681,14 +12295,15 @@
11681
12295
  [
11682
12296
  "zoom"
11683
12297
  ],
11684
- 15,
11685
- 0.7,
12298
+ 10,
12299
+ 0.4,
11686
12300
  20,
11687
12301
  1.4
11688
12302
  ]
11689
12303
  },
11690
12304
  "paint": {
11691
- "text-color": "#505050",
12305
+ "icon-color": "#000000",
12306
+ "text-color": "rgba(80, 80, 80, 1)",
11692
12307
  "text-halo-color": "rgba(255, 255, 255, 1)",
11693
12308
  "text-halo-width": 0.5,
11694
12309
  "text-halo-blur": 1,
@@ -11700,19 +12315,19 @@
11700
12315
  [
11701
12316
  "zoom"
11702
12317
  ],
11703
- 16.99,
12318
+ 12.99,
11704
12319
  0,
11705
- 17,
12320
+ 13,
11706
12321
  1
11707
12322
  ]
11708
12323
  }
11709
12324
  },
11710
12325
  {
11711
- "id": "points_powertower",
12326
+ "id": "transport_points_labels_traffic_signals",
11712
12327
  "type": "symbol",
11713
12328
  "source": "osm",
11714
- "source-layer": "other_points_centroids",
11715
- "minzoom": 15,
12329
+ "source-layer": "transport_points_centroids",
12330
+ "minzoom": 17,
11716
12331
  "maxzoom": 24,
11717
12332
  "filter": [
11718
12333
  "==",
@@ -11720,18 +12335,99 @@
11720
12335
  "get",
11721
12336
  "type"
11722
12337
  ],
11723
- "tower"
12338
+ "traffic_signals"
11724
12339
  ],
11725
12340
  "layout": {
11726
- "icon-image": "power_tower-12",
12341
+ "icon-image": "{type}-18",
11727
12342
  "visibility": "visible",
12343
+ "text-field": [
12344
+ "get",
12345
+ "name"
12346
+ ],
12347
+ "text-size": [
12348
+ "interpolate",
12349
+ [
12350
+ "linear"
12351
+ ],
12352
+ [
12353
+ "zoom"
12354
+ ],
12355
+ 10,
12356
+ 14,
12357
+ 18,
12358
+ 14
12359
+ ],
12360
+ "text-anchor": "top",
12361
+ "text-offset": [
12362
+ 0,
12363
+ 0.75
12364
+ ],
11728
12365
  "text-font": [
11729
12366
  "OpenHistorical"
11730
12367
  ]
12368
+ },
12369
+ "paint": {
12370
+ "icon-color": "#000000",
12371
+ "text-color": "rgba(80, 80, 80, 1)",
12372
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12373
+ "text-halo-width": 0.5,
12374
+ "text-halo-blur": 1
11731
12375
  }
11732
12376
  },
11733
12377
  {
11734
- "id": "points_airport",
12378
+ "id": "transport_points_labels_pedestrian",
12379
+ "type": "symbol",
12380
+ "source": "osm",
12381
+ "source-layer": "transport_points_centroids",
12382
+ "minzoom": 17,
12383
+ "maxzoom": 24,
12384
+ "filter": [
12385
+ "==",
12386
+ [
12387
+ "get",
12388
+ "type"
12389
+ ],
12390
+ "pedestrian"
12391
+ ],
12392
+ "layout": {
12393
+ "icon-image": "{type}-18",
12394
+ "visibility": "visible",
12395
+ "text-field": [
12396
+ "get",
12397
+ "name"
12398
+ ],
12399
+ "text-size": [
12400
+ "interpolate",
12401
+ [
12402
+ "linear"
12403
+ ],
12404
+ [
12405
+ "zoom"
12406
+ ],
12407
+ 10,
12408
+ 14,
12409
+ 18,
12410
+ 14
12411
+ ],
12412
+ "text-anchor": "top",
12413
+ "text-offset": [
12414
+ 0,
12415
+ 0.75
12416
+ ],
12417
+ "text-font": [
12418
+ "OpenHistorical"
12419
+ ]
12420
+ },
12421
+ "paint": {
12422
+ "icon-color": "#000000",
12423
+ "text-color": "rgba(80, 80, 80, 1)",
12424
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12425
+ "text-halo-width": 0.5,
12426
+ "text-halo-blur": 1
12427
+ }
12428
+ },
12429
+ {
12430
+ "id": "transport_points_labels_airports",
11735
12431
  "type": "symbol",
11736
12432
  "source": "osm",
11737
12433
  "source-layer": "transport_points_centroids",
@@ -11747,20 +12443,38 @@
11747
12443
  ],
11748
12444
  "layout": {
11749
12445
  "icon-image": "airport-18",
12446
+ "icon-size": [
12447
+ "interpolate",
12448
+ [
12449
+ "linear"
12450
+ ],
12451
+ [
12452
+ "zoom"
12453
+ ],
12454
+ 10,
12455
+ 1.2,
12456
+ 14,
12457
+ 1.5
12458
+ ],
11750
12459
  "text-font": [
11751
12460
  "OpenHistorical"
11752
12461
  ]
11753
12462
  }
11754
12463
  },
11755
12464
  {
11756
- "id": "transport_points_centroids",
12465
+ "id": "transport_points_labels_medium",
11757
12466
  "type": "symbol",
11758
12467
  "source": "osm",
11759
12468
  "source-layer": "transport_points_centroids",
11760
- "minzoom": 14,
11761
- "maxzoom": 24,
12469
+ "minzoom": 13,
12470
+ "maxzoom": 16,
11762
12471
  "filter": [
11763
- "all"
12472
+ ">",
12473
+ [
12474
+ "get",
12475
+ "area_m2"
12476
+ ],
12477
+ 1000000
11764
12478
  ],
11765
12479
  "layout": {
11766
12480
  "icon-image": "{type}-18",
@@ -11777,15 +12491,10 @@
11777
12491
  [
11778
12492
  "zoom"
11779
12493
  ],
11780
- 14,
11781
- 8,
12494
+ 13,
12495
+ 20,
11782
12496
  18,
11783
- 10
11784
- ],
11785
- "text-anchor": "top",
11786
- "text-offset": [
11787
- 0,
11788
- 0.75
12497
+ 14
11789
12498
  ],
11790
12499
  "text-font": [
11791
12500
  "OpenHistorical"
@@ -11808,9 +12517,49 @@
11808
12517
  "icon-color": "#000000",
11809
12518
  "text-color": "rgba(80, 80, 80, 1)",
11810
12519
  "text-halo-color": "rgba(255, 255, 255, 1)",
11811
- "text-halo-width": 0.5,
11812
- "text-halo-blur": 1,
11813
- "text-opacity": [
12520
+ "text-halo-width": 2,
12521
+ "text-halo-blur": 1
12522
+ }
12523
+ },
12524
+ {
12525
+ "id": "transport_area_labels_large",
12526
+ "type": "symbol",
12527
+ "source": "osm",
12528
+ "source-layer": "transport_points_centroids",
12529
+ "minzoom": 13,
12530
+ "maxzoom": 16,
12531
+ "filter": [
12532
+ ">",
12533
+ [
12534
+ "get",
12535
+ "area_m2"
12536
+ ],
12537
+ 10000000
12538
+ ],
12539
+ "layout": {
12540
+ "icon-image": "{type}-18",
12541
+ "visibility": "visible",
12542
+ "text-field": [
12543
+ "get",
12544
+ "name"
12545
+ ],
12546
+ "text-size": [
12547
+ "interpolate",
12548
+ [
12549
+ "linear"
12550
+ ],
12551
+ [
12552
+ "zoom"
12553
+ ],
12554
+ 12,
12555
+ 24,
12556
+ 18,
12557
+ 28
12558
+ ],
12559
+ "text-font": [
12560
+ "OpenHistorical"
12561
+ ],
12562
+ "icon-size": [
11814
12563
  "interpolate",
11815
12564
  [
11816
12565
  "linear"
@@ -11818,15 +12567,22 @@
11818
12567
  [
11819
12568
  "zoom"
11820
12569
  ],
11821
- 13.99,
11822
- 0,
11823
12570
  14,
11824
- 1
12571
+ 0.75,
12572
+ 20,
12573
+ 1.4
11825
12574
  ]
12575
+ },
12576
+ "paint": {
12577
+ "icon-color": "#000000",
12578
+ "text-color": "rgba(80, 80, 80, 1)",
12579
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12580
+ "text-halo-width": 2,
12581
+ "text-halo-blur": 1
11826
12582
  }
11827
12583
  },
11828
12584
  {
11829
- "id": "points_placeofworshipother",
12585
+ "id": "points_place_of_worship_other",
11830
12586
  "type": "symbol",
11831
12587
  "source": "osm",
11832
12588
  "source-layer": "buildings_points_centroids",
@@ -11884,7 +12640,7 @@
11884
12640
  }
11885
12641
  },
11886
12642
  {
11887
- "id": "points_fromlanduse-z14",
12643
+ "id": "points_from_landuse_peaks",
11888
12644
  "type": "symbol",
11889
12645
  "source": "osm",
11890
12646
  "source-layer": "landuse_points_centroids",
@@ -11920,94 +12676,6 @@
11920
12676
  "text-opacity": 1
11921
12677
  }
11922
12678
  },
11923
- {
11924
- "id": "points_fromlanduse",
11925
- "type": "symbol",
11926
- "source": "osm",
11927
- "source-layer": "landuse_points_centroids",
11928
- "minzoom": 16,
11929
- "layout": {
11930
- "icon-image": "{type}-18",
11931
- "text-font": [
11932
- "OpenHistorical"
11933
- ],
11934
- "text-field": [
11935
- "get",
11936
- "name"
11937
- ],
11938
- "text-size": [
11939
- "interpolate",
11940
- [
11941
- "linear"
11942
- ],
11943
- [
11944
- "zoom"
11945
- ],
11946
- 6,
11947
- 8,
11948
- 16,
11949
- 10,
11950
- 20,
11951
- 12
11952
- ],
11953
- "text-anchor": "top",
11954
- "text-offset": [
11955
- 0,
11956
- 1
11957
- ],
11958
- "visibility": "visible",
11959
- "icon-size": [
11960
- "interpolate",
11961
- [
11962
- "linear"
11963
- ],
11964
- [
11965
- "zoom"
11966
- ],
11967
- 15,
11968
- 0.7,
11969
- 20,
11970
- 1.4
11971
- ]
11972
- },
11973
- "paint": {
11974
- "text-color": "rgba(80, 80, 80, 1)",
11975
- "text-halo-color": "rgba(255, 255, 255, 1)",
11976
- "text-halo-width": 0.5
11977
- }
11978
- },
11979
- {
11980
- "id": "points_fromlanduseareas",
11981
- "type": "symbol",
11982
- "source": "osm",
11983
- "source-layer": "landuse_points_centroids",
11984
- "minzoom": 16,
11985
- "filter": [
11986
- "!",
11987
- [
11988
- "in",
11989
- [
11990
- "get",
11991
- "type"
11992
- ],
11993
- [
11994
- "literal",
11995
- [
11996
- "garden",
11997
- "peak",
11998
- "wetland"
11999
- ]
12000
- ]
12001
- ]
12002
- ],
12003
- "layout": {
12004
- "icon-image": "{type}-18",
12005
- "text-font": [
12006
- "OpenHistorical"
12007
- ],
12008
- "visibility": "visible"
12009
- }
12010
- },
12011
12679
  {
12012
12680
  "id": "points_of_interest_shop",
12013
12681
  "type": "symbol",
@@ -12044,7 +12712,7 @@
12044
12712
  }
12045
12713
  },
12046
12714
  {
12047
- "id": "county_labels_z11-admin7_8-centroids",
12715
+ "id": "county_labels_z11_admin_7-8_centroids",
12048
12716
  "type": "symbol",
12049
12717
  "source": "osm",
12050
12718
  "source-layer": "land_ohm_centroids",
@@ -12100,7 +12768,7 @@
12100
12768
  }
12101
12769
  },
12102
12770
  {
12103
- "id": "county_labels_z11-admin6-centroids",
12771
+ "id": "county_labels_z11_admin_6_centroids",
12104
12772
  "type": "symbol",
12105
12773
  "source": "osm",
12106
12774
  "source-layer": "land_ohm_centroids",
@@ -12273,7 +12941,6 @@
12273
12941
  "literal",
12274
12942
  [
12275
12943
  "hamlet",
12276
- "islet",
12277
12944
  "neighborhood",
12278
12945
  "suburb",
12279
12946
  "village"
@@ -12752,7 +13419,7 @@
12752
13419
  }
12753
13420
  },
12754
13421
  {
12755
- "id": "country_points_labels-cen",
13422
+ "id": "country_points_labels_cen",
12756
13423
  "type": "symbol",
12757
13424
  "source": "osm",
12758
13425
  "source-layer": "land_ohm_centroids",