@openhistoricalmap/map-styles 0.9.11 → 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.
@@ -308,7 +308,7 @@ ohmVectorStyles = {
308
308
  }
309
309
  },
310
310
  {
311
- "id": "nature_reserve_fill",
311
+ "id": "nature_reserve_fill_6-24",
312
312
  "type": "fill",
313
313
  "source": "osm",
314
314
  "source-layer": "landuse_areas",
@@ -344,20 +344,22 @@ ohmVectorStyles = {
344
344
  4,
345
345
  "rgba(168, 213, 159, .3)",
346
346
  5,
347
- "rgba(183, 234, 163, .3)",
347
+ "rgba(228, 232, 224, .4)",
348
348
  7,
349
- "rgba(180, 252, 174, .3)"
349
+ "rgba(228, 232, 224, .4)",
350
+ 9,
351
+ "rgba(216, 227, 198, .5)"
350
352
  ],
351
353
  "fill-opacity": 1
352
354
  }
353
355
  },
354
356
  {
355
- "id": "landuse_areas_allz",
357
+ "id": "landuse_areas_all_z6-12",
356
358
  "type": "fill",
357
359
  "source": "osm",
358
360
  "source-layer": "landuse_areas",
359
361
  "minzoom": 6,
360
- "maxzoom": 24,
362
+ "maxzoom": 12,
361
363
  "filter": [
362
364
  "in",
363
365
  [
@@ -404,6 +406,21 @@ ohmVectorStyles = {
404
406
  "source-layer": "landuse_areas",
405
407
  "minzoom": 12,
406
408
  "maxzoom": 24,
409
+ "filter": [
410
+ "in",
411
+ [
412
+ "get",
413
+ "type"
414
+ ],
415
+ [
416
+ "literal",
417
+ [
418
+ "residential",
419
+ "retail",
420
+ "industrial"
421
+ ]
422
+ ]
423
+ ],
407
424
  "layout": {
408
425
  "visibility": "visible"
409
426
  },
@@ -435,7 +452,7 @@ ohmVectorStyles = {
435
452
  }
436
453
  },
437
454
  {
438
- "id": "landuse_areas_z12_underlying_land_designation",
455
+ "id": "landuse_areas_underlying_land_designation",
439
456
  "type": "fill",
440
457
  "source": "osm",
441
458
  "source-layer": "landuse_areas",
@@ -444,6 +461,21 @@ ohmVectorStyles = {
444
461
  "layout": {
445
462
  "visibility": "visible"
446
463
  },
464
+ "filter": [
465
+ "in",
466
+ [
467
+ "get",
468
+ "type"
469
+ ],
470
+ [
471
+ "literal",
472
+ [
473
+ "park",
474
+ "pitch",
475
+ "golf_course"
476
+ ]
477
+ ]
478
+ ],
447
479
  "paint": {
448
480
  "fill-color": [
449
481
  "interpolate",
@@ -480,6 +512,28 @@ ohmVectorStyles = {
480
512
  "source-layer": "landuse_areas",
481
513
  "minzoom": 12,
482
514
  "maxzoom": 24,
515
+ "filter": [
516
+ "in",
517
+ [
518
+ "get",
519
+ "type"
520
+ ],
521
+ [
522
+ "literal",
523
+ [
524
+ "quarry",
525
+ "landfill",
526
+ "brownfield",
527
+ "commercial",
528
+ "construction",
529
+ "railway",
530
+ "college",
531
+ "school",
532
+ "education",
533
+ "university"
534
+ ]
535
+ ]
536
+ ],
483
537
  "layout": {
484
538
  "visibility": "visible"
485
539
  },
@@ -525,12 +579,33 @@ ohmVectorStyles = {
525
579
  }
526
580
  },
527
581
  {
528
- "id": "landuse_areas_z12_landcover_short",
582
+ "id": "landuse_areas_landcover_short",
529
583
  "type": "fill",
530
584
  "source": "osm",
531
585
  "source-layer": "landuse_areas",
532
- "minzoom": 10,
586
+ "minzoom": 6,
533
587
  "maxzoom": 24,
588
+ "filter": [
589
+ "in",
590
+ [
591
+ "get",
592
+ "type"
593
+ ],
594
+ [
595
+ "literal",
596
+ [
597
+ "heath",
598
+ "meadow",
599
+ "grass",
600
+ "grassland",
601
+ "beach",
602
+ "desert",
603
+ "basin",
604
+ "salt_pond",
605
+ "mud"
606
+ ]
607
+ ]
608
+ ],
534
609
  "layout": {
535
610
  "visibility": "visible"
536
611
  },
@@ -616,7 +691,19 @@ ohmVectorStyles = {
616
691
  "minzoom": 12,
617
692
  "maxzoom": 24,
618
693
  "filter": [
619
- "all"
694
+ "in",
695
+ [
696
+ "get",
697
+ "type"
698
+ ],
699
+ [
700
+ "literal",
701
+ [
702
+ "forest",
703
+ "wood",
704
+ "scrub"
705
+ ]
706
+ ]
620
707
  ],
621
708
  "layout": {
622
709
  "visibility": "visible"
@@ -655,6 +742,25 @@ ohmVectorStyles = {
655
742
  "source-layer": "landuse_areas",
656
743
  "minzoom": 12,
657
744
  "maxzoom": 24,
745
+ "filter": [
746
+ "in",
747
+ [
748
+ "get",
749
+ "type"
750
+ ],
751
+ [
752
+ "literal",
753
+ [
754
+ "farmland",
755
+ "farmyard",
756
+ "farm",
757
+ "orchard",
758
+ "vineyard",
759
+ "allotments",
760
+ "garden"
761
+ ]
762
+ ]
763
+ ],
658
764
  "layout": {
659
765
  "visibility": "visible"
660
766
  },
@@ -694,15 +800,32 @@ ohmVectorStyles = {
694
800
  }
695
801
  },
696
802
  {
697
- "id": "landuse_areas_z12_developed_open_space_larger",
803
+ "id": "landuse_areas_developed_open_space_larger",
698
804
  "type": "fill",
699
805
  "source": "osm",
700
806
  "source-layer": "landuse_areas",
701
- "minzoom": 12,
807
+ "minzoom": 6,
702
808
  "maxzoom": 24,
703
809
  "layout": {
704
810
  "visibility": "visible"
705
811
  },
812
+ "filter": [
813
+ "in",
814
+ [
815
+ "get",
816
+ "type"
817
+ ],
818
+ [
819
+ "literal",
820
+ [
821
+ "village_green",
822
+ "cemetary",
823
+ "sports_centre",
824
+ "stadium",
825
+ "recreation_ground"
826
+ ]
827
+ ]
828
+ ],
706
829
  "paint": {
707
830
  "fill-color": [
708
831
  "interpolate",
@@ -757,12 +880,31 @@ ohmVectorStyles = {
757
880
  }
758
881
  },
759
882
  {
760
- "id": "landuse_areas_z12_developed_open_space_smaller",
883
+ "id": "landuse_areas_developed_open_space_smaller",
761
884
  "type": "fill",
762
885
  "source": "osm",
763
886
  "source-layer": "landuse_areas",
764
887
  "minzoom": 12,
765
888
  "maxzoom": 24,
889
+ "filter": [
890
+ "in",
891
+ [
892
+ "get",
893
+ "type"
894
+ ],
895
+ [
896
+ "literal",
897
+ [
898
+ "grave_yard",
899
+ "picnic_site",
900
+ "camp_site",
901
+ "playground",
902
+ "paitch",
903
+ "track",
904
+ "bleachers"
905
+ ]
906
+ ]
907
+ ],
766
908
  "layout": {
767
909
  "visibility": "visible"
768
910
  },
@@ -834,19 +976,30 @@ ohmVectorStyles = {
834
976
  }
835
977
  },
836
978
  {
837
- "id": "landuse_naturereserveoutline",
979
+ "id": "landuse_nature_reserve_outline",
838
980
  "type": "line",
839
981
  "source": "osm",
840
982
  "source-layer": "landuse_areas",
841
983
  "minzoom": 6,
842
984
  "maxzoom": 24,
843
985
  "filter": [
844
- "==",
986
+ "all",
845
987
  [
846
- "get",
847
- "type"
988
+ "==",
989
+ [
990
+ "get",
991
+ "type"
992
+ ],
993
+ "nature_reserve"
848
994
  ],
849
- "nature_reserve"
995
+ [
996
+ ">=",
997
+ [
998
+ "get",
999
+ "area"
1000
+ ],
1001
+ 100000000
1002
+ ]
850
1003
  ],
851
1004
  "layout": {
852
1005
  "visibility": "visible"
@@ -1003,6 +1156,87 @@ ohmVectorStyles = {
1003
1156
  "fill-color": "rgba(226, 214, 205, 1)"
1004
1157
  }
1005
1158
  },
1159
+ {
1160
+ "id": "water_lines_canal-casing",
1161
+ "type": "line",
1162
+ "source": "osm",
1163
+ "source-layer": "water_lines",
1164
+ "minzoom": 12,
1165
+ "maxzoom": 24,
1166
+ "filter": [
1167
+ "==",
1168
+ [
1169
+ "get",
1170
+ "type"
1171
+ ],
1172
+ "canal"
1173
+ ],
1174
+ "layout": {
1175
+ "visibility": "visible"
1176
+ },
1177
+ "paint": {
1178
+ "line-color": "rgba(111, 145, 160, 1)",
1179
+ "line-width": [
1180
+ "interpolate",
1181
+ [
1182
+ "linear"
1183
+ ],
1184
+ [
1185
+ "zoom"
1186
+ ],
1187
+ 13,
1188
+ 0.5,
1189
+ 14,
1190
+ 2,
1191
+ 20,
1192
+ 3
1193
+ ],
1194
+ "line-gap-width": 4,
1195
+ "line-dasharray": [
1196
+ 1,
1197
+ 1
1198
+ ]
1199
+ }
1200
+ },
1201
+ {
1202
+ "id": "water_lines_canal",
1203
+ "type": "line",
1204
+ "source": "osm",
1205
+ "source-layer": "water_lines",
1206
+ "minzoom": 8,
1207
+ "maxzoom": 24,
1208
+ "filter": [
1209
+ "==",
1210
+ [
1211
+ "get",
1212
+ "type"
1213
+ ],
1214
+ "canal"
1215
+ ],
1216
+ "layout": {
1217
+ "visibility": "visible"
1218
+ },
1219
+ "paint": {
1220
+ "line-color": "rgba(153, 201, 222, 1)",
1221
+ "line-width": [
1222
+ "interpolate",
1223
+ [
1224
+ "linear"
1225
+ ],
1226
+ [
1227
+ "zoom"
1228
+ ],
1229
+ 8,
1230
+ 1,
1231
+ 13,
1232
+ 2,
1233
+ 14,
1234
+ 3,
1235
+ 20,
1236
+ 4
1237
+ ]
1238
+ }
1239
+ },
1006
1240
  {
1007
1241
  "id": "water_areas",
1008
1242
  "type": "fill",
@@ -1030,7 +1264,7 @@ ohmVectorStyles = {
1030
1264
  }
1031
1265
  },
1032
1266
  {
1033
- "id": "water_areas-ne",
1267
+ "id": "water_areas_ne",
1034
1268
  "type": "fill",
1035
1269
  "source": "ne",
1036
1270
  "source-layer": "water_areas",
@@ -1062,6 +1296,23 @@ ohmVectorStyles = {
1062
1296
  "source-layer": "landuse_areas",
1063
1297
  "minzoom": 11,
1064
1298
  "maxzoom": 24,
1299
+ "filter": [
1300
+ "in",
1301
+ [
1302
+ "get",
1303
+ "type"
1304
+ ],
1305
+ [
1306
+ "literal",
1307
+ [
1308
+ "salt_pond",
1309
+ "glacier",
1310
+ "reservoir",
1311
+ "swimming_pool",
1312
+ "wetland"
1313
+ ]
1314
+ ]
1315
+ ],
1065
1316
  "layout": {
1066
1317
  "visibility": "visible"
1067
1318
  },
@@ -1097,7 +1348,7 @@ ohmVectorStyles = {
1097
1348
  }
1098
1349
  },
1099
1350
  {
1100
- "id": "wetlands_z11-pattern",
1351
+ "id": "wetlands_z11_pattern",
1101
1352
  "type": "fill",
1102
1353
  "source": "osm",
1103
1354
  "source-layer": "landuse_areas",
@@ -1535,87 +1786,6 @@ ohmVectorStyles = {
1535
1786
  ]
1536
1787
  }
1537
1788
  },
1538
- {
1539
- "id": "water_lines_canal-casing",
1540
- "type": "line",
1541
- "source": "osm",
1542
- "source-layer": "water_lines",
1543
- "minzoom": 12,
1544
- "maxzoom": 24,
1545
- "filter": [
1546
- "==",
1547
- [
1548
- "get",
1549
- "type"
1550
- ],
1551
- "canal"
1552
- ],
1553
- "layout": {
1554
- "visibility": "visible"
1555
- },
1556
- "paint": {
1557
- "line-color": "rgba(111, 145, 160, 1)",
1558
- "line-width": [
1559
- "interpolate",
1560
- [
1561
- "linear"
1562
- ],
1563
- [
1564
- "zoom"
1565
- ],
1566
- 13,
1567
- 0.5,
1568
- 14,
1569
- 2,
1570
- 20,
1571
- 3
1572
- ],
1573
- "line-gap-width": 4,
1574
- "line-dasharray": [
1575
- 1,
1576
- 1
1577
- ]
1578
- }
1579
- },
1580
- {
1581
- "id": "water_lines_canal",
1582
- "type": "line",
1583
- "source": "osm",
1584
- "source-layer": "water_lines",
1585
- "minzoom": 8,
1586
- "maxzoom": 24,
1587
- "filter": [
1588
- "==",
1589
- [
1590
- "get",
1591
- "type"
1592
- ],
1593
- "canal"
1594
- ],
1595
- "layout": {
1596
- "visibility": "visible"
1597
- },
1598
- "paint": {
1599
- "line-color": "rgba(153, 201, 222, 1)",
1600
- "line-width": [
1601
- "interpolate",
1602
- [
1603
- "linear"
1604
- ],
1605
- [
1606
- "zoom"
1607
- ],
1608
- 8,
1609
- 1,
1610
- 13,
1611
- 2,
1612
- 14,
1613
- 3,
1614
- 20,
1615
- 4
1616
- ]
1617
- }
1618
- },
1619
1789
  {
1620
1790
  "id": "water_lines_aqueduct",
1621
1791
  "type": "line",
@@ -9837,7 +10007,7 @@ ohmVectorStyles = {
9837
10007
  }
9838
10008
  },
9839
10009
  {
9840
- "id": "city_county_lines_admin7_8",
10010
+ "id": "city_county_lines_admin_7-8",
9841
10011
  "type": "line",
9842
10012
  "source": "osm",
9843
10013
  "source-layer": "land_ohm_lines",
@@ -9881,7 +10051,7 @@ ohmVectorStyles = {
9881
10051
  }
9882
10052
  },
9883
10053
  {
9884
- "id": "admin_admin5_6",
10054
+ "id": "admin_admin_5-6",
9885
10055
  "type": "line",
9886
10056
  "source": "osm",
9887
10057
  "source-layer": "land_ohm_lines",
@@ -9937,7 +10107,7 @@ ohmVectorStyles = {
9937
10107
  }
9938
10108
  },
9939
10109
  {
9940
- "id": "state_lines_admin4-case",
10110
+ "id": "state_lines_admin_4-case",
9941
10111
  "type": "line",
9942
10112
  "source": "osm",
9943
10113
  "source-layer": "land_ohm_lines",
@@ -9999,7 +10169,7 @@ ohmVectorStyles = {
9999
10169
  }
10000
10170
  },
10001
10171
  {
10002
- "id": "state_lines_admin4",
10172
+ "id": "state_lines_admin_4",
10003
10173
  "type": "line",
10004
10174
  "source": "osm",
10005
10175
  "source-layer": "land_ohm_lines",
@@ -10098,7 +10268,7 @@ ohmVectorStyles = {
10098
10268
  }
10099
10269
  },
10100
10270
  {
10101
- "id": "admin_countrylines_z10_case",
10271
+ "id": "admin_country_lines_z10_case",
10102
10272
  "type": "line",
10103
10273
  "source": "osm",
10104
10274
  "source-layer": "land_ohm_lines",
@@ -10157,7 +10327,7 @@ ohmVectorStyles = {
10157
10327
  }
10158
10328
  },
10159
10329
  {
10160
- "id": "admin_countrylines_z10",
10330
+ "id": "admin_country_lines_z10",
10161
10331
  "type": "line",
10162
10332
  "source": "osm",
10163
10333
  "source-layer": "land_ohm_lines",
@@ -10224,7 +10394,7 @@ ohmVectorStyles = {
10224
10394
  }
10225
10395
  },
10226
10396
  {
10227
- "id": "roadlabels_z14",
10397
+ "id": "road_labels_z14",
10228
10398
  "type": "symbol",
10229
10399
  "source": "osm",
10230
10400
  "source-layer": "transport_lines",
@@ -10256,7 +10426,7 @@ ohmVectorStyles = {
10256
10426
  }
10257
10427
  },
10258
10428
  {
10259
- "id": "roadlabels_z11",
10429
+ "id": "road_labels_z11",
10260
10430
  "type": "symbol",
10261
10431
  "source": "osm",
10262
10432
  "source-layer": "transport_lines",
@@ -10299,7 +10469,7 @@ ohmVectorStyles = {
10299
10469
  }
10300
10470
  },
10301
10471
  {
10302
- "id": "water_areaslabels_z15",
10472
+ "id": "water_areas_labels_z15",
10303
10473
  "type": "symbol",
10304
10474
  "source": "osm",
10305
10475
  "source-layer": "water_areas_centroids",
@@ -10344,7 +10514,7 @@ ohmVectorStyles = {
10344
10514
  }
10345
10515
  },
10346
10516
  {
10347
- "id": "water_areaslabels_z12",
10517
+ "id": "water_areas_labels_z12",
10348
10518
  "type": "symbol",
10349
10519
  "source": "osm",
10350
10520
  "source-layer": "water_areas_centroids",
@@ -10390,7 +10560,7 @@ ohmVectorStyles = {
10390
10560
  }
10391
10561
  },
10392
10562
  {
10393
- "id": "water_pointlabels_ocean_sea",
10563
+ "id": "water_point_labels_ocean_sea",
10394
10564
  "type": "symbol",
10395
10565
  "source": "osm",
10396
10566
  "source-layer": "place_points_centroids",
@@ -10444,7 +10614,7 @@ ohmVectorStyles = {
10444
10614
  }
10445
10615
  },
10446
10616
  {
10447
- "id": "water_areaslabels_z8",
10617
+ "id": "water_areas_labels_z8",
10448
10618
  "type": "symbol",
10449
10619
  "source": "osm",
10450
10620
  "source-layer": "water_areas_centroids",
@@ -10491,7 +10661,7 @@ ohmVectorStyles = {
10491
10661
  }
10492
10662
  },
10493
10663
  {
10494
- "id": "water_lineslabels-cliff",
10664
+ "id": "water_lines_labels_cliff",
10495
10665
  "type": "symbol",
10496
10666
  "source": "osm",
10497
10667
  "source-layer": "water_lines",
@@ -10538,7 +10708,7 @@ ohmVectorStyles = {
10538
10708
  }
10539
10709
  },
10540
10710
  {
10541
- "id": "water_lineslabels-dam",
10711
+ "id": "water_lines_labels_dam",
10542
10712
  "type": "symbol",
10543
10713
  "source": "osm",
10544
10714
  "source-layer": "water_lines",
@@ -10585,7 +10755,7 @@ ohmVectorStyles = {
10585
10755
  }
10586
10756
  },
10587
10757
  {
10588
- "id": "water_lineslabels",
10758
+ "id": "water_lines_labels",
10589
10759
  "type": "symbol",
10590
10760
  "source": "osm",
10591
10761
  "source-layer": "water_lines",
@@ -10644,11 +10814,43 @@ ohmVectorStyles = {
10644
10814
  }
10645
10815
  },
10646
10816
  {
10647
- "id": "landuse_areaslabels_park",
10817
+ "id": "points_from_landuse_areas",
10648
10818
  "type": "symbol",
10649
10819
  "source": "osm",
10650
10820
  "source-layer": "landuse_points_centroids",
10651
- "minzoom": 14,
10821
+ "minzoom": 16,
10822
+ "filter": [
10823
+ "!",
10824
+ [
10825
+ "in",
10826
+ [
10827
+ "get",
10828
+ "type"
10829
+ ],
10830
+ [
10831
+ "literal",
10832
+ [
10833
+ "garden",
10834
+ "peak",
10835
+ "wetland"
10836
+ ]
10837
+ ]
10838
+ ]
10839
+ ],
10840
+ "layout": {
10841
+ "icon-image": "{type}-18",
10842
+ "text-font": [
10843
+ "OpenHistorical"
10844
+ ],
10845
+ "visibility": "visible"
10846
+ }
10847
+ },
10848
+ {
10849
+ "id": "landuse_areas_labels_park_small",
10850
+ "type": "symbol",
10851
+ "source": "osm",
10852
+ "source-layer": "landuse_points_centroids",
10853
+ "minzoom": 16,
10652
10854
  "maxzoom": 24,
10653
10855
  "filter": [
10654
10856
  "all",
@@ -10676,12 +10878,12 @@ ohmVectorStyles = {
10676
10878
  ]
10677
10879
  ],
10678
10880
  [
10679
- ">",
10881
+ "<",
10680
10882
  [
10681
10883
  "get",
10682
- "area"
10884
+ "area_m2"
10683
10885
  ],
10684
- 12000
10886
+ 40000
10685
10887
  ]
10686
10888
  ],
10687
10889
  "layout": {
@@ -10718,7 +10920,185 @@ ohmVectorStyles = {
10718
10920
  }
10719
10921
  },
10720
10922
  {
10721
- "id": "landuse_areaslabels_farming",
10923
+ "id": "landuse_areas_labels_park_medium",
10924
+ "type": "symbol",
10925
+ "source": "osm",
10926
+ "source-layer": "landuse_points_centroids",
10927
+ "minzoom": 15,
10928
+ "maxzoom": 20,
10929
+ "filter": [
10930
+ "all",
10931
+ [
10932
+ "in",
10933
+ [
10934
+ "get",
10935
+ "type"
10936
+ ],
10937
+ [
10938
+ "literal",
10939
+ [
10940
+ "park",
10941
+ "camp_site",
10942
+ "recreation_ground",
10943
+ "sports_centre",
10944
+ "stadium",
10945
+ "village_green"
10946
+ ]
10947
+ ]
10948
+ ],
10949
+ [
10950
+ ">=",
10951
+ [
10952
+ "get",
10953
+ "area_m2"
10954
+ ],
10955
+ 40000
10956
+ ],
10957
+ [
10958
+ "<",
10959
+ [
10960
+ "get",
10961
+ "area_m2"
10962
+ ],
10963
+ 3000000
10964
+ ]
10965
+ ],
10966
+ "layout": {
10967
+ "text-field": [
10968
+ "get",
10969
+ "name"
10970
+ ],
10971
+ "text-size": [
10972
+ "interpolate",
10973
+ [
10974
+ "linear"
10975
+ ],
10976
+ [
10977
+ "zoom"
10978
+ ],
10979
+ 12,
10980
+ 12,
10981
+ 13,
10982
+ 14,
10983
+ 16,
10984
+ 16
10985
+ ],
10986
+ "visibility": "visible",
10987
+ "icon-text-fit": "none",
10988
+ "text-allow-overlap": false,
10989
+ "text-ignore-placement": false,
10990
+ "text-font": [
10991
+ "OpenHistorical"
10992
+ ]
10993
+ },
10994
+ "paint": {
10995
+ "text-color": "rgba(64, 64, 64, 1)",
10996
+ "text-halo-color": "rgba(228, 235, 209, 1)",
10997
+ "text-opacity": [
10998
+ "interpolate",
10999
+ [
11000
+ "linear"
11001
+ ],
11002
+ [
11003
+ "zoom"
11004
+ ],
11005
+ 14.99,
11006
+ 0,
11007
+ 15,
11008
+ 1,
11009
+ 17,
11010
+ 1,
11011
+ 19,
11012
+ 0.1
11013
+ ],
11014
+ "text-halo-width": 2,
11015
+ "icon-translate-anchor": "map"
11016
+ }
11017
+ },
11018
+ {
11019
+ "id": "landuse_areas_labels_park_large",
11020
+ "type": "symbol",
11021
+ "source": "osm",
11022
+ "source-layer": "landuse_points_centroids",
11023
+ "minzoom": 12,
11024
+ "maxzoom": 16,
11025
+ "filter": [
11026
+ "all",
11027
+ [
11028
+ "in",
11029
+ [
11030
+ "get",
11031
+ "type"
11032
+ ],
11033
+ [
11034
+ "literal",
11035
+ [
11036
+ "park",
11037
+ "camp_site",
11038
+ "recreation_ground",
11039
+ "sports_centre",
11040
+ "stadium",
11041
+ "village_green"
11042
+ ]
11043
+ ]
11044
+ ],
11045
+ [
11046
+ ">=",
11047
+ [
11048
+ "get",
11049
+ "area_m2"
11050
+ ],
11051
+ 3000000
11052
+ ]
11053
+ ],
11054
+ "layout": {
11055
+ "text-field": [
11056
+ "get",
11057
+ "name"
11058
+ ],
11059
+ "text-size": [
11060
+ "interpolate",
11061
+ [
11062
+ "linear"
11063
+ ],
11064
+ [
11065
+ "zoom"
11066
+ ],
11067
+ 12,
11068
+ 12,
11069
+ 16,
11070
+ 24
11071
+ ],
11072
+ "visibility": "visible",
11073
+ "icon-text-fit": "none",
11074
+ "text-allow-overlap": false,
11075
+ "text-ignore-placement": false,
11076
+ "text-font": [
11077
+ "OpenHistorical"
11078
+ ]
11079
+ },
11080
+ "paint": {
11081
+ "text-color": "rgba(85, 104, 42, 1)",
11082
+ "text-halo-color": "rgba(228, 235, 209, 1)",
11083
+ "text-opacity": [
11084
+ "interpolate",
11085
+ [
11086
+ "linear"
11087
+ ],
11088
+ [
11089
+ "zoom"
11090
+ ],
11091
+ 15.5,
11092
+ 1,
11093
+ 15.99,
11094
+ 0
11095
+ ],
11096
+ "text-halo-width": 2,
11097
+ "icon-translate-anchor": "map"
11098
+ }
11099
+ },
11100
+ {
11101
+ "id": "landuse_areas_labels_farming",
10722
11102
  "type": "symbol",
10723
11103
  "source": "osm",
10724
11104
  "source-layer": "landuse_points_centroids",
@@ -10760,7 +11140,7 @@ ohmVectorStyles = {
10760
11140
  }
10761
11141
  },
10762
11142
  {
10763
- "id": "landuse_areaslabels_forest",
11143
+ "id": "landuse_areas_labels_forest",
10764
11144
  "type": "symbol",
10765
11145
  "source": "osm",
10766
11146
  "source-layer": "landuse_points_centroids",
@@ -10797,27 +11177,107 @@ ohmVectorStyles = {
10797
11177
  }
10798
11178
  },
10799
11179
  {
10800
- "id": "landuse_areaslabels_nature_reserve",
11180
+ "id": "landuse_areas_labels_nature_reserve",
10801
11181
  "type": "symbol",
10802
11182
  "source": "osm",
10803
11183
  "source-layer": "landuse_points_centroids",
10804
- "minzoom": 6,
10805
- "maxzoom": 12,
11184
+ "minzoom": 12,
11185
+ "maxzoom": 16,
10806
11186
  "filter": [
10807
- "in",
11187
+ "all",
10808
11188
  [
11189
+ "in",
11190
+ [
11191
+ "get",
11192
+ "type"
11193
+ ],
11194
+ [
11195
+ "literal",
11196
+ [
11197
+ "nature_reserve"
11198
+ ]
11199
+ ]
11200
+ ],
11201
+ [
11202
+ "<",
11203
+ [
11204
+ "get",
11205
+ "area_m2"
11206
+ ],
11207
+ 30000000
11208
+ ]
11209
+ ],
11210
+ "layout": {
11211
+ "text-size": 12,
11212
+ "text-field": [
10809
11213
  "get",
10810
- "type"
11214
+ "name"
10811
11215
  ],
11216
+ "text-font": [
11217
+ "OpenHistorical"
11218
+ ]
11219
+ },
11220
+ "paint": {
11221
+ "text-color": "rgba(95, 107, 71, 1)",
11222
+ "text-halo-color": "rgba(201, 213, 190, 1)",
11223
+ "text-halo-width": 1
11224
+ }
11225
+ },
11226
+ {
11227
+ "id": "landuse_areas_labels_nature_reserve_med_10-14",
11228
+ "type": "symbol",
11229
+ "source": "osm",
11230
+ "source-layer": "landuse_points_centroids",
11231
+ "minzoom": 10,
11232
+ "maxzoom": 14,
11233
+ "filter": [
11234
+ "all",
10812
11235
  [
10813
- "literal",
11236
+ "in",
10814
11237
  [
10815
- "nature_reserve"
11238
+ "get",
11239
+ "type"
11240
+ ],
11241
+ [
11242
+ "literal",
11243
+ [
11244
+ "nature_reserve"
11245
+ ]
10816
11246
  ]
11247
+ ],
11248
+ [
11249
+ ">=",
11250
+ [
11251
+ "get",
11252
+ "area_m2"
11253
+ ],
11254
+ 30000000
11255
+ ],
11256
+ [
11257
+ "<",
11258
+ [
11259
+ "get",
11260
+ "area_m2"
11261
+ ],
11262
+ 100000000
10817
11263
  ]
10818
11264
  ],
10819
11265
  "layout": {
10820
- "text-size": 24,
11266
+ "text-size": [
11267
+ "interpolate",
11268
+ [
11269
+ "linear"
11270
+ ],
11271
+ [
11272
+ "zoom"
11273
+ ],
11274
+ 10,
11275
+ 10,
11276
+ 11,
11277
+ 12,
11278
+ 13,
11279
+ 14
11280
+ ],
10821
11281
  "text-field": [
10822
11282
  "get",
10823
11283
  "name"
@@ -10833,7 +11293,70 @@ ohmVectorStyles = {
10833
11293
  }
10834
11294
  },
10835
11295
  {
10836
- "id": "landuse_areaslabels_school",
11296
+ "id": "landuse_areas_labels_nature_reserve_xl",
11297
+ "type": "symbol",
11298
+ "source": "osm",
11299
+ "source-layer": "landuse_points_centroids",
11300
+ "minzoom": 7,
11301
+ "maxzoom": 12,
11302
+ "filter": [
11303
+ "all",
11304
+ [
11305
+ "in",
11306
+ [
11307
+ "get",
11308
+ "type"
11309
+ ],
11310
+ [
11311
+ "literal",
11312
+ [
11313
+ "nature_reserve"
11314
+ ]
11315
+ ]
11316
+ ],
11317
+ [
11318
+ ">=",
11319
+ [
11320
+ "get",
11321
+ "area_m2"
11322
+ ],
11323
+ 100000000
11324
+ ]
11325
+ ],
11326
+ "layout": {
11327
+ "text-size": [
11328
+ "interpolate",
11329
+ [
11330
+ "linear"
11331
+ ],
11332
+ [
11333
+ "zoom"
11334
+ ],
11335
+ 7,
11336
+ 12,
11337
+ 8,
11338
+ 16,
11339
+ 9,
11340
+ 24,
11341
+ 12,
11342
+ 14
11343
+ ],
11344
+ "text-field": [
11345
+ "get",
11346
+ "name"
11347
+ ],
11348
+ "text-font": [
11349
+ "OpenHistorical"
11350
+ ]
11351
+ },
11352
+ "paint": {
11353
+ "text-color": "rgba(95, 107, 71, 1)",
11354
+ "text-halo-color": "rgba(201, 213, 190, 1)",
11355
+ "text-halo-width": 1
11356
+ }
11357
+ },
11358
+ {
11359
+ "id": "landuse_areas_labels_school",
10837
11360
  "type": "symbol",
10838
11361
  "source": "osm",
10839
11362
  "source-layer": "landuse_points_centroids",
@@ -10873,7 +11396,7 @@ ohmVectorStyles = {
10873
11396
  }
10874
11397
  },
10875
11398
  {
10876
- "id": "other_areaslabels_military",
11399
+ "id": "other_areas_labels_military",
10877
11400
  "type": "symbol",
10878
11401
  "source": "osm",
10879
11402
  "source-layer": "other_points_centroids",
@@ -10904,7 +11427,7 @@ ohmVectorStyles = {
10904
11427
  }
10905
11428
  },
10906
11429
  {
10907
- "id": "landuse_areaslabels_z8glacier",
11430
+ "id": "landuse_areas_labels_z8glacier",
10908
11431
  "type": "symbol",
10909
11432
  "source": "osm",
10910
11433
  "source-layer": "landuse_points_centroids",
@@ -11029,7 +11552,7 @@ ohmVectorStyles = {
11029
11552
  }
11030
11553
  },
11031
11554
  {
11032
- "id": "points_of_interest_frombuildings",
11555
+ "id": "points_of_interest_buildings",
11033
11556
  "type": "symbol",
11034
11557
  "source": "osm",
11035
11558
  "source-layer": "buildings_points_centroids",
@@ -11058,9 +11581,11 @@ ohmVectorStyles = {
11058
11581
  "zoom"
11059
11582
  ],
11060
11583
  16,
11061
- 10,
11584
+ 12,
11585
+ 17,
11586
+ 14,
11062
11587
  20,
11063
- 12
11588
+ 16
11064
11589
  ],
11065
11590
  "text-anchor": "center",
11066
11591
  "text-offset": [
@@ -11093,7 +11618,7 @@ ohmVectorStyles = {
11093
11618
  }
11094
11619
  },
11095
11620
  {
11096
- "id": "points_of_interest_fromareasz14-centroids",
11621
+ "id": "points_of_interest_from_areas_z14_centroids",
11097
11622
  "type": "symbol",
11098
11623
  "source": "osm",
11099
11624
  "source-layer": "amenity_points_centroids",
@@ -11148,7 +11673,7 @@ ohmVectorStyles = {
11148
11673
  }
11149
11674
  },
11150
11675
  {
11151
- "id": "points_of_interest_fromareasz14",
11676
+ "id": "points_of_interest_from_areas_z14",
11152
11677
  "type": "symbol",
11153
11678
  "source": "osm",
11154
11679
  "source-layer": "amenity_points_centroids",
@@ -11203,7 +11728,7 @@ ohmVectorStyles = {
11203
11728
  }
11204
11729
  },
11205
11730
  {
11206
- "id": "points_of_interest_fromareas",
11731
+ "id": "points_of_interest_from_areas",
11207
11732
  "type": "symbol",
11208
11733
  "source": "osm",
11209
11734
  "source-layer": "amenity_points_centroids",
@@ -11276,81 +11801,6 @@ ohmVectorStyles = {
11276
11801
  ]
11277
11802
  }
11278
11803
  },
11279
- {
11280
- "id": "points_of_interest_amenity-centroids",
11281
- "type": "symbol",
11282
- "source": "osm",
11283
- "source-layer": "amenity_points_centroids",
11284
- "minzoom": 15,
11285
- "maxzoom": 24,
11286
- "filter": [
11287
- "all"
11288
- ],
11289
- "layout": {
11290
- "text-line-height": 1.2,
11291
- "text-size": [
11292
- "interpolate",
11293
- [
11294
- "linear"
11295
- ],
11296
- [
11297
- "zoom"
11298
- ],
11299
- 15.99,
11300
- 0,
11301
- 16,
11302
- 10,
11303
- 20,
11304
- 12
11305
- ],
11306
- "icon-image": "{type}-18",
11307
- "text-font": [
11308
- "OpenHistorical"
11309
- ],
11310
- "visibility": "visible",
11311
- "text-offset": [
11312
- 0,
11313
- 1
11314
- ],
11315
- "icon-size": [
11316
- "interpolate",
11317
- [
11318
- "linear"
11319
- ],
11320
- [
11321
- "zoom"
11322
- ],
11323
- 15,
11324
- 0.7,
11325
- 20,
11326
- 1.4
11327
- ],
11328
- "text-anchor": "top",
11329
- "text-field": [
11330
- "get",
11331
- "name"
11332
- ]
11333
- },
11334
- "paint": {
11335
- "text-color": "rgba(80, 80, 80, 1)",
11336
- "text-halo-color": "rgba(255, 255, 255, 1)",
11337
- "text-halo-width": 0.5,
11338
- "text-halo-blur": 1,
11339
- "text-opacity": [
11340
- "interpolate",
11341
- [
11342
- "linear"
11343
- ],
11344
- [
11345
- "zoom"
11346
- ],
11347
- 16.9,
11348
- 0,
11349
- 17,
11350
- 1
11351
- ]
11352
- }
11353
- },
11354
11804
  {
11355
11805
  "id": "points_of_interest_other",
11356
11806
  "type": "symbol",
@@ -11446,46 +11896,12 @@ ohmVectorStyles = {
11446
11896
  ]
11447
11897
  }
11448
11898
  },
11449
- {
11450
- "id": "points_of_interest_amenity_14",
11451
- "type": "symbol",
11452
- "source": "osm",
11453
- "source-layer": "amenity_points_centroids",
11454
- "minzoom": 14,
11455
- "maxzoom": 16,
11456
- "filter": [
11457
- "all"
11458
- ],
11459
- "layout": {
11460
- "icon-image": "{type}-18",
11461
- "visibility": "visible",
11462
- "text-field": [
11463
- "get",
11464
- "name"
11465
- ],
11466
- "text-size": 8,
11467
- "text-anchor": "top",
11468
- "text-offset": [
11469
- 0,
11470
- 1
11471
- ],
11472
- "text-font": [
11473
- "OpenHistorical"
11474
- ]
11475
- },
11476
- "paint": {
11477
- "text-color": "rgba(80, 80, 80, 1)",
11478
- "text-halo-color": "rgba(255, 255, 255, 1)",
11479
- "text-halo-width": 0.5,
11480
- "text-halo-blur": 1
11481
- }
11482
- },
11483
11899
  {
11484
11900
  "id": "points_of_interest_amenity",
11485
11901
  "type": "symbol",
11486
11902
  "source": "osm",
11487
11903
  "source-layer": "amenity_points_centroids",
11488
- "minzoom": 15,
11904
+ "minzoom": 16,
11489
11905
  "maxzoom": 24,
11490
11906
  "layout": {
11491
11907
  "text-line-height": 1.2,
@@ -11734,36 +12150,29 @@ ohmVectorStyles = {
11734
12150
  }
11735
12151
  },
11736
12152
  {
11737
- "id": "points_airport",
12153
+ "id": "transport_points_labels",
11738
12154
  "type": "symbol",
11739
12155
  "source": "osm",
11740
12156
  "source-layer": "transport_points_centroids",
11741
- "minzoom": 10,
11742
- "maxzoom": 14,
12157
+ "minzoom": 12,
12158
+ "maxzoom": 24,
11743
12159
  "filter": [
11744
- "==",
12160
+ "!",
11745
12161
  [
11746
- "get",
11747
- "type"
11748
- ],
11749
- "aerodrome"
11750
- ],
11751
- "layout": {
11752
- "icon-image": "airport-18",
11753
- "text-font": [
11754
- "OpenHistorical"
12162
+ "in",
12163
+ [
12164
+ "get",
12165
+ "type"
12166
+ ],
12167
+ [
12168
+ "literal",
12169
+ [
12170
+ "traffic_signals",
12171
+ "pedestrian",
12172
+ "raceway"
12173
+ ]
12174
+ ]
11755
12175
  ]
11756
- }
11757
- },
11758
- {
11759
- "id": "transport_points_centroids",
11760
- "type": "symbol",
11761
- "source": "osm",
11762
- "source-layer": "transport_points_centroids",
11763
- "minzoom": 14,
11764
- "maxzoom": 24,
11765
- "filter": [
11766
- "all"
11767
12176
  ],
11768
12177
  "layout": {
11769
12178
  "icon-image": "{type}-18",
@@ -11780,10 +12189,10 @@ ohmVectorStyles = {
11780
12189
  [
11781
12190
  "zoom"
11782
12191
  ],
12192
+ 10,
11783
12193
  14,
11784
- 8,
11785
12194
  18,
11786
- 10
12195
+ 14
11787
12196
  ],
11788
12197
  "text-anchor": "top",
11789
12198
  "text-offset": [
@@ -11801,8 +12210,8 @@ ohmVectorStyles = {
11801
12210
  [
11802
12211
  "zoom"
11803
12212
  ],
11804
- 14,
11805
- 0.75,
12213
+ 10,
12214
+ 0.4,
11806
12215
  20,
11807
12216
  1.4
11808
12217
  ]
@@ -11821,119 +12230,258 @@ ohmVectorStyles = {
11821
12230
  [
11822
12231
  "zoom"
11823
12232
  ],
11824
- 13.99,
12233
+ 12.99,
11825
12234
  0,
11826
- 14,
12235
+ 13,
11827
12236
  1
11828
12237
  ]
11829
12238
  }
11830
12239
  },
11831
12240
  {
11832
- "id": "points_placeofworshipother",
12241
+ "id": "transport_points_raceway",
11833
12242
  "type": "symbol",
11834
12243
  "source": "osm",
11835
- "source-layer": "buildings_points_centroids",
12244
+ "source-layer": "transport_points_centroids",
12245
+ "minzoom": 15,
12246
+ "maxzoom": 24,
11836
12247
  "filter": [
11837
- "all",
12248
+ "!",
11838
12249
  [
11839
- "==",
12250
+ "in",
11840
12251
  [
11841
12252
  "get",
11842
12253
  "type"
11843
12254
  ],
11844
- "place_of_worship"
11845
- ],
11846
- [
11847
- "!",
11848
12255
  [
11849
- "in",
11850
- [
11851
- "get",
11852
- "religion"
11853
- ],
12256
+ "literal",
11854
12257
  [
11855
- "literal",
11856
- [
11857
- "christian",
11858
- "jewish",
11859
- "muslim"
11860
- ]
12258
+ "traffic_signals",
12259
+ "pedestrian",
12260
+ "raceway"
11861
12261
  ]
11862
12262
  ]
11863
12263
  ]
11864
12264
  ],
11865
12265
  "layout": {
11866
- "icon-image": "place_of_worship-18",
12266
+ "icon-image": "{type}-18",
12267
+ "visibility": "visible",
12268
+ "text-field": [
12269
+ "get",
12270
+ "name"
12271
+ ],
12272
+ "text-size": [
12273
+ "interpolate",
12274
+ [
12275
+ "linear"
12276
+ ],
12277
+ [
12278
+ "zoom"
12279
+ ],
12280
+ 10,
12281
+ 14,
12282
+ 18,
12283
+ 14
12284
+ ],
12285
+ "text-anchor": "top",
12286
+ "text-offset": [
12287
+ 0,
12288
+ 0.75
12289
+ ],
11867
12290
  "text-font": [
11868
12291
  "OpenHistorical"
11869
12292
  ],
11870
- "visibility": "visible"
12293
+ "icon-size": [
12294
+ "interpolate",
12295
+ [
12296
+ "linear"
12297
+ ],
12298
+ [
12299
+ "zoom"
12300
+ ],
12301
+ 10,
12302
+ 0.4,
12303
+ 20,
12304
+ 1.4
12305
+ ]
12306
+ },
12307
+ "paint": {
12308
+ "icon-color": "#000000",
12309
+ "text-color": "rgba(80, 80, 80, 1)",
12310
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12311
+ "text-halo-width": 0.5,
12312
+ "text-halo-blur": 1,
12313
+ "text-opacity": [
12314
+ "interpolate",
12315
+ [
12316
+ "linear"
12317
+ ],
12318
+ [
12319
+ "zoom"
12320
+ ],
12321
+ 12.99,
12322
+ 0,
12323
+ 13,
12324
+ 1
12325
+ ]
11871
12326
  }
11872
12327
  },
11873
12328
  {
11874
- "id": "points_religion",
12329
+ "id": "transport_points_labels_traffic_signals",
11875
12330
  "type": "symbol",
11876
12331
  "source": "osm",
11877
- "source-layer": "buildings_points_centroids",
12332
+ "source-layer": "transport_points_centroids",
12333
+ "minzoom": 17,
12334
+ "maxzoom": 24,
11878
12335
  "filter": [
11879
- "all"
12336
+ "==",
12337
+ [
12338
+ "get",
12339
+ "type"
12340
+ ],
12341
+ "traffic_signals"
11880
12342
  ],
11881
12343
  "layout": {
11882
- "icon-image": "{religion}-18",
12344
+ "icon-image": "{type}-18",
12345
+ "visibility": "visible",
12346
+ "text-field": [
12347
+ "get",
12348
+ "name"
12349
+ ],
12350
+ "text-size": [
12351
+ "interpolate",
12352
+ [
12353
+ "linear"
12354
+ ],
12355
+ [
12356
+ "zoom"
12357
+ ],
12358
+ 10,
12359
+ 14,
12360
+ 18,
12361
+ 14
12362
+ ],
12363
+ "text-anchor": "top",
12364
+ "text-offset": [
12365
+ 0,
12366
+ 0.75
12367
+ ],
11883
12368
  "text-font": [
11884
12369
  "OpenHistorical"
11885
- ],
11886
- "visibility": "visible"
12370
+ ]
12371
+ },
12372
+ "paint": {
12373
+ "icon-color": "#000000",
12374
+ "text-color": "rgba(80, 80, 80, 1)",
12375
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12376
+ "text-halo-width": 0.5,
12377
+ "text-halo-blur": 1
11887
12378
  }
11888
12379
  },
11889
12380
  {
11890
- "id": "points_fromlanduse-z14",
12381
+ "id": "transport_points_labels_pedestrian",
11891
12382
  "type": "symbol",
11892
12383
  "source": "osm",
11893
- "source-layer": "landuse_points_centroids",
11894
- "minzoom": 14,
12384
+ "source-layer": "transport_points_centroids",
12385
+ "minzoom": 17,
12386
+ "maxzoom": 24,
11895
12387
  "filter": [
11896
12388
  "==",
11897
12389
  [
11898
12390
  "get",
11899
12391
  "type"
11900
12392
  ],
11901
- "peak"
12393
+ "pedestrian"
11902
12394
  ],
11903
12395
  "layout": {
11904
- "icon-image": "{type}-12",
11905
- "text-font": [
11906
- "OpenHistorical"
11907
- ],
12396
+ "icon-image": "{type}-18",
12397
+ "visibility": "visible",
11908
12398
  "text-field": [
11909
12399
  "get",
11910
12400
  "name"
11911
12401
  ],
11912
- "text-size": 8,
12402
+ "text-size": [
12403
+ "interpolate",
12404
+ [
12405
+ "linear"
12406
+ ],
12407
+ [
12408
+ "zoom"
12409
+ ],
12410
+ 10,
12411
+ 14,
12412
+ 18,
12413
+ 14
12414
+ ],
11913
12415
  "text-anchor": "top",
11914
12416
  "text-offset": [
11915
12417
  0,
11916
- 0.8
12418
+ 0.75
12419
+ ],
12420
+ "text-font": [
12421
+ "OpenHistorical"
11917
12422
  ]
11918
12423
  },
11919
12424
  "paint": {
12425
+ "icon-color": "#000000",
11920
12426
  "text-color": "rgba(80, 80, 80, 1)",
11921
12427
  "text-halo-color": "rgba(255, 255, 255, 1)",
11922
12428
  "text-halo-width": 0.5,
11923
- "text-opacity": 1
12429
+ "text-halo-blur": 1
11924
12430
  }
11925
12431
  },
11926
12432
  {
11927
- "id": "points_fromlanduse",
12433
+ "id": "transport_points_labels_airports",
11928
12434
  "type": "symbol",
11929
12435
  "source": "osm",
11930
- "source-layer": "landuse_points_centroids",
11931
- "minzoom": 16,
12436
+ "source-layer": "transport_points_centroids",
12437
+ "minzoom": 10,
12438
+ "maxzoom": 14,
12439
+ "filter": [
12440
+ "==",
12441
+ [
12442
+ "get",
12443
+ "type"
12444
+ ],
12445
+ "aerodrome"
12446
+ ],
11932
12447
  "layout": {
11933
- "icon-image": "{type}-18",
12448
+ "icon-image": "airport-18",
12449
+ "icon-size": [
12450
+ "interpolate",
12451
+ [
12452
+ "linear"
12453
+ ],
12454
+ [
12455
+ "zoom"
12456
+ ],
12457
+ 10,
12458
+ 1.2,
12459
+ 14,
12460
+ 1.5
12461
+ ],
11934
12462
  "text-font": [
11935
12463
  "OpenHistorical"
12464
+ ]
12465
+ }
12466
+ },
12467
+ {
12468
+ "id": "transport_points_labels_medium",
12469
+ "type": "symbol",
12470
+ "source": "osm",
12471
+ "source-layer": "transport_points_centroids",
12472
+ "minzoom": 13,
12473
+ "maxzoom": 16,
12474
+ "filter": [
12475
+ ">",
12476
+ [
12477
+ "get",
12478
+ "area_m2"
11936
12479
  ],
12480
+ 1000000
12481
+ ],
12482
+ "layout": {
12483
+ "icon-image": "{type}-18",
12484
+ "visibility": "visible",
11937
12485
  "text-field": [
11938
12486
  "get",
11939
12487
  "name"
@@ -11946,19 +12494,74 @@ ohmVectorStyles = {
11946
12494
  [
11947
12495
  "zoom"
11948
12496
  ],
11949
- 6,
11950
- 8,
11951
- 16,
11952
- 10,
12497
+ 13,
11953
12498
  20,
11954
- 12
12499
+ 18,
12500
+ 14
11955
12501
  ],
11956
- "text-anchor": "top",
11957
- "text-offset": [
11958
- 0,
11959
- 1
12502
+ "text-font": [
12503
+ "OpenHistorical"
12504
+ ],
12505
+ "icon-size": [
12506
+ "interpolate",
12507
+ [
12508
+ "linear"
12509
+ ],
12510
+ [
12511
+ "zoom"
12512
+ ],
12513
+ 14,
12514
+ 0.75,
12515
+ 20,
12516
+ 1.4
12517
+ ]
12518
+ },
12519
+ "paint": {
12520
+ "icon-color": "#000000",
12521
+ "text-color": "rgba(80, 80, 80, 1)",
12522
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12523
+ "text-halo-width": 2,
12524
+ "text-halo-blur": 1
12525
+ }
12526
+ },
12527
+ {
12528
+ "id": "transport_area_labels_large",
12529
+ "type": "symbol",
12530
+ "source": "osm",
12531
+ "source-layer": "transport_points_centroids",
12532
+ "minzoom": 13,
12533
+ "maxzoom": 16,
12534
+ "filter": [
12535
+ ">",
12536
+ [
12537
+ "get",
12538
+ "area_m2"
11960
12539
  ],
12540
+ 10000000
12541
+ ],
12542
+ "layout": {
12543
+ "icon-image": "{type}-18",
11961
12544
  "visibility": "visible",
12545
+ "text-field": [
12546
+ "get",
12547
+ "name"
12548
+ ],
12549
+ "text-size": [
12550
+ "interpolate",
12551
+ [
12552
+ "linear"
12553
+ ],
12554
+ [
12555
+ "zoom"
12556
+ ],
12557
+ 12,
12558
+ 24,
12559
+ 18,
12560
+ 28
12561
+ ],
12562
+ "text-font": [
12563
+ "OpenHistorical"
12564
+ ],
11962
12565
  "icon-size": [
11963
12566
  "interpolate",
11964
12567
  [
@@ -11967,50 +12570,115 @@ ohmVectorStyles = {
11967
12570
  [
11968
12571
  "zoom"
11969
12572
  ],
11970
- 15,
11971
- 0.7,
12573
+ 14,
12574
+ 0.75,
11972
12575
  20,
11973
12576
  1.4
11974
12577
  ]
11975
12578
  },
11976
12579
  "paint": {
12580
+ "icon-color": "#000000",
11977
12581
  "text-color": "rgba(80, 80, 80, 1)",
11978
12582
  "text-halo-color": "rgba(255, 255, 255, 1)",
11979
- "text-halo-width": 0.5
12583
+ "text-halo-width": 2,
12584
+ "text-halo-blur": 1
11980
12585
  }
11981
12586
  },
11982
12587
  {
11983
- "id": "points_fromlanduseareas",
12588
+ "id": "points_place_of_worship_other",
11984
12589
  "type": "symbol",
11985
12590
  "source": "osm",
11986
- "source-layer": "landuse_points_centroids",
11987
- "minzoom": 16,
12591
+ "source-layer": "buildings_points_centroids",
11988
12592
  "filter": [
11989
- "!",
12593
+ "all",
11990
12594
  [
11991
- "in",
12595
+ "==",
11992
12596
  [
11993
12597
  "get",
11994
12598
  "type"
11995
12599
  ],
12600
+ "place_of_worship"
12601
+ ],
12602
+ [
12603
+ "!",
11996
12604
  [
11997
- "literal",
12605
+ "in",
11998
12606
  [
11999
- "garden",
12000
- "peak",
12001
- "wetland"
12607
+ "get",
12608
+ "religion"
12609
+ ],
12610
+ [
12611
+ "literal",
12612
+ [
12613
+ "christian",
12614
+ "jewish",
12615
+ "muslim"
12616
+ ]
12002
12617
  ]
12003
12618
  ]
12004
12619
  ]
12005
12620
  ],
12006
12621
  "layout": {
12007
- "icon-image": "{type}-18",
12622
+ "icon-image": "place_of_worship-18",
12623
+ "text-font": [
12624
+ "OpenHistorical"
12625
+ ],
12626
+ "visibility": "visible"
12627
+ }
12628
+ },
12629
+ {
12630
+ "id": "points_religion",
12631
+ "type": "symbol",
12632
+ "source": "osm",
12633
+ "source-layer": "buildings_points_centroids",
12634
+ "filter": [
12635
+ "all"
12636
+ ],
12637
+ "layout": {
12638
+ "icon-image": "{religion}-18",
12008
12639
  "text-font": [
12009
12640
  "OpenHistorical"
12010
12641
  ],
12011
12642
  "visibility": "visible"
12012
12643
  }
12013
12644
  },
12645
+ {
12646
+ "id": "points_from_landuse_peaks",
12647
+ "type": "symbol",
12648
+ "source": "osm",
12649
+ "source-layer": "landuse_points_centroids",
12650
+ "minzoom": 14,
12651
+ "filter": [
12652
+ "==",
12653
+ [
12654
+ "get",
12655
+ "type"
12656
+ ],
12657
+ "peak"
12658
+ ],
12659
+ "layout": {
12660
+ "icon-image": "{type}-12",
12661
+ "text-font": [
12662
+ "OpenHistorical"
12663
+ ],
12664
+ "text-field": [
12665
+ "get",
12666
+ "name"
12667
+ ],
12668
+ "text-size": 8,
12669
+ "text-anchor": "top",
12670
+ "text-offset": [
12671
+ 0,
12672
+ 0.8
12673
+ ]
12674
+ },
12675
+ "paint": {
12676
+ "text-color": "rgba(80, 80, 80, 1)",
12677
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12678
+ "text-halo-width": 0.5,
12679
+ "text-opacity": 1
12680
+ }
12681
+ },
12014
12682
  {
12015
12683
  "id": "points_of_interest_shop",
12016
12684
  "type": "symbol",
@@ -12047,7 +12715,7 @@ ohmVectorStyles = {
12047
12715
  }
12048
12716
  },
12049
12717
  {
12050
- "id": "county_labels_z11-admin7_8-centroids",
12718
+ "id": "county_labels_z11_admin_7-8_centroids",
12051
12719
  "type": "symbol",
12052
12720
  "source": "osm",
12053
12721
  "source-layer": "land_ohm_centroids",
@@ -12103,7 +12771,7 @@ ohmVectorStyles = {
12103
12771
  }
12104
12772
  },
12105
12773
  {
12106
- "id": "county_labels_z11-admin6-centroids",
12774
+ "id": "county_labels_z11_admin_6_centroids",
12107
12775
  "type": "symbol",
12108
12776
  "source": "osm",
12109
12777
  "source-layer": "land_ohm_centroids",
@@ -12276,7 +12944,6 @@ ohmVectorStyles = {
12276
12944
  "literal",
12277
12945
  [
12278
12946
  "hamlet",
12279
- "islet",
12280
12947
  "neighborhood",
12281
12948
  "suburb",
12282
12949
  "village"
@@ -12755,7 +13422,7 @@ ohmVectorStyles = {
12755
13422
  }
12756
13423
  },
12757
13424
  {
12758
- "id": "country_points_labels-cen",
13425
+ "id": "country_points_labels_cen",
12759
13426
  "type": "symbol",
12760
13427
  "source": "osm",
12761
13428
  "source-layer": "land_ohm_centroids",
@@ -16585,11 +17252,8 @@ ohmVectorStyles = {
16585
17252
  ],
16586
17253
  "layout": {
16587
17254
  "text-field": [
16588
- "to-string",
16589
- [
16590
- "get",
16591
- "name"
16592
- ]
17255
+ "get",
17256
+ "name"
16593
17257
  ],
16594
17258
  "text-font": [
16595
17259
  "BernerBasisschrift"
@@ -16675,11 +17339,8 @@ ohmVectorStyles = {
16675
17339
  ],
16676
17340
  "layout": {
16677
17341
  "text-field": [
16678
- "to-string",
16679
- [
16680
- "get",
16681
- "name"
16682
- ]
17342
+ "get",
17343
+ "name"
16683
17344
  ],
16684
17345
  "text-font": [
16685
17346
  "BernerBasisschrift"
@@ -16767,11 +17428,8 @@ ohmVectorStyles = {
16767
17428
  "layout": {
16768
17429
  "visibility": "visible",
16769
17430
  "text-field": [
16770
- "to-string",
16771
- [
16772
- "get",
16773
- "name"
16774
- ]
17431
+ "get",
17432
+ "name"
16775
17433
  ],
16776
17434
  "text-font": [
16777
17435
  "BernerBasisschrift"
@@ -16828,11 +17486,8 @@ ohmVectorStyles = {
16828
17486
  "layout": {
16829
17487
  "visibility": "visible",
16830
17488
  "text-field": [
16831
- "to-string",
16832
- [
16833
- "get",
16834
- "name"
16835
- ]
17489
+ "get",
17490
+ "name"
16836
17491
  ],
16837
17492
  "text-font": [
16838
17493
  "BernerBasisschrift"
@@ -16894,11 +17549,8 @@ ohmVectorStyles = {
16894
17549
  "layout": {
16895
17550
  "visibility": "visible",
16896
17551
  "text-field": [
16897
- "to-string",
16898
- [
16899
- "get",
16900
- "name"
16901
- ]
17552
+ "get",
17553
+ "name"
16902
17554
  ],
16903
17555
  "text-size": [
16904
17556
  "interpolate",
@@ -16951,11 +17603,8 @@ ohmVectorStyles = {
16951
17603
  "layout": {
16952
17604
  "visibility": "visible",
16953
17605
  "text-field": [
16954
- "to-string",
16955
- [
16956
- "get",
16957
- "name"
16958
- ]
17606
+ "get",
17607
+ "name"
16959
17608
  ],
16960
17609
  "text-size": [
16961
17610
  "interpolate",
@@ -28326,11 +28975,8 @@ ohmVectorStyles = {
28326
28975
  ],
28327
28976
  "layout": {
28328
28977
  "text-field": [
28329
- "to-string",
28330
- [
28331
- "get",
28332
- "name"
28333
- ]
28978
+ "get",
28979
+ "name"
28334
28980
  ],
28335
28981
  "symbol-placement": "line",
28336
28982
  "symbol-spacing": 250,
@@ -28373,11 +29019,8 @@ ohmVectorStyles = {
28373
29019
  ],
28374
29020
  "layout": {
28375
29021
  "text-field": [
28376
- "to-string",
28377
- [
28378
- "get",
28379
- "name"
28380
- ]
29022
+ "get",
29023
+ "name"
28381
29024
  ],
28382
29025
  "symbol-placement": "line",
28383
29026
  "symbol-spacing": 250,
@@ -28414,11 +29057,8 @@ ohmVectorStyles = {
28414
29057
  ],
28415
29058
  "layout": {
28416
29059
  "text-field": [
28417
- "to-string",
28418
- [
28419
- "get",
28420
- "name"
28421
- ]
29060
+ "get",
29061
+ "name"
28422
29062
  ],
28423
29063
  "symbol-placement": "line",
28424
29064
  "symbol-spacing": 250,
@@ -28469,11 +29109,8 @@ ohmVectorStyles = {
28469
29109
  ],
28470
29110
  "layout": {
28471
29111
  "text-field": [
28472
- "to-string",
28473
- [
28474
- "get",
28475
- "name"
28476
- ]
29112
+ "get",
29113
+ "name"
28477
29114
  ],
28478
29115
  "text-font": [
28479
29116
  "OpenHistorical Italic"
@@ -28517,11 +29154,8 @@ ohmVectorStyles = {
28517
29154
  ],
28518
29155
  "layout": {
28519
29156
  "text-field": [
28520
- "to-string",
28521
- [
28522
- "get",
28523
- "name"
28524
- ]
29157
+ "get",
29158
+ "name"
28525
29159
  ],
28526
29160
  "text-font": [
28527
29161
  "OpenHistorical Italic"
@@ -28572,11 +29206,8 @@ ohmVectorStyles = {
28572
29206
  ],
28573
29207
  "layout": {
28574
29208
  "text-field": [
28575
- "to-string",
28576
- [
28577
- "get",
28578
- "name"
28579
- ]
29209
+ "get",
29210
+ "name"
28580
29211
  ],
28581
29212
  "text-font": [
28582
29213
  "OpenHistorical Italic"
@@ -28623,11 +29254,8 @@ ohmVectorStyles = {
28623
29254
  ],
28624
29255
  "layout": {
28625
29256
  "text-field": [
28626
- "to-string",
28627
- [
28628
- "get",
28629
- "name"
28630
- ]
29257
+ "get",
29258
+ "name"
28631
29259
  ],
28632
29260
  "text-font": [
28633
29261
  "OpenHistorical Italic"
@@ -28676,11 +29304,8 @@ ohmVectorStyles = {
28676
29304
  ],
28677
29305
  "layout": {
28678
29306
  "text-field": [
28679
- "to-string",
28680
- [
28681
- "get",
28682
- "name"
28683
- ]
29307
+ "get",
29308
+ "name"
28684
29309
  ],
28685
29310
  "text-font": [
28686
29311
  "OpenHistorical Italic"
@@ -28731,11 +29356,8 @@ ohmVectorStyles = {
28731
29356
  ],
28732
29357
  "layout": {
28733
29358
  "text-field": [
28734
- "to-string",
28735
- [
28736
- "get",
28737
- "name"
28738
- ]
29359
+ "get",
29360
+ "name"
28739
29361
  ],
28740
29362
  "text-font": [
28741
29363
  "OpenHistorical Italic"
@@ -28792,11 +29414,8 @@ ohmVectorStyles = {
28792
29414
  ],
28793
29415
  "layout": {
28794
29416
  "text-field": [
28795
- "to-string",
28796
- [
28797
- "get",
28798
- "name"
28799
- ]
29417
+ "get",
29418
+ "name"
28800
29419
  ],
28801
29420
  "text-font": [
28802
29421
  "OpenHistorical Italic"
@@ -28871,11 +29490,8 @@ ohmVectorStyles = {
28871
29490
  ],
28872
29491
  "layout": {
28873
29492
  "text-field": [
28874
- "to-string",
28875
- [
28876
- "get",
28877
- "name"
28878
- ]
29493
+ "get",
29494
+ "name"
28879
29495
  ],
28880
29496
  "text-size": [
28881
29497
  "interpolate",
@@ -28933,11 +29549,8 @@ ohmVectorStyles = {
28933
29549
  ],
28934
29550
  "layout": {
28935
29551
  "text-field": [
28936
- "to-string",
28937
- [
28938
- "get",
28939
- "name"
28940
- ]
29552
+ "get",
29553
+ "name"
28941
29554
  ],
28942
29555
  "text-size": 11,
28943
29556
  "text-font": [
@@ -28975,11 +29588,8 @@ ohmVectorStyles = {
28975
29588
  ],
28976
29589
  "layout": {
28977
29590
  "text-field": [
28978
- "to-string",
28979
- [
28980
- "get",
28981
- "name"
28982
- ]
29591
+ "get",
29592
+ "name"
28983
29593
  ],
28984
29594
  "text-size": 11,
28985
29595
  "text-font": [
@@ -29019,11 +29629,8 @@ ohmVectorStyles = {
29019
29629
  ],
29020
29630
  "layout": {
29021
29631
  "text-field": [
29022
- "to-string",
29023
- [
29024
- "get",
29025
- "name"
29026
- ]
29632
+ "get",
29633
+ "name"
29027
29634
  ],
29028
29635
  "text-size": 11,
29029
29636
  "text-font": [
@@ -29063,11 +29670,8 @@ ohmVectorStyles = {
29063
29670
  "layout": {
29064
29671
  "visibility": "visible",
29065
29672
  "text-field": [
29066
- "to-string",
29067
- [
29068
- "get",
29069
- "name"
29070
- ]
29673
+ "get",
29674
+ "name"
29071
29675
  ],
29072
29676
  "text-size": 9,
29073
29677
  "text-anchor": "center",
@@ -29111,11 +29715,8 @@ ohmVectorStyles = {
29111
29715
  ],
29112
29716
  "visibility": "visible",
29113
29717
  "text-field": [
29114
- "to-string",
29115
- [
29116
- "get",
29117
- "name"
29118
- ]
29718
+ "get",
29719
+ "name"
29119
29720
  ],
29120
29721
  "text-size": [
29121
29722
  "interpolate",
@@ -29201,11 +29802,8 @@ ohmVectorStyles = {
29201
29802
  ],
29202
29803
  "visibility": "visible",
29203
29804
  "text-field": [
29204
- "to-string",
29205
- [
29206
- "get",
29207
- "name"
29208
- ]
29805
+ "get",
29806
+ "name"
29209
29807
  ],
29210
29808
  "text-size": 8,
29211
29809
  "text-anchor": "top",
@@ -29246,11 +29844,8 @@ ohmVectorStyles = {
29246
29844
  ],
29247
29845
  "visibility": "visible",
29248
29846
  "text-field": [
29249
- "to-string",
29250
- [
29251
- "get",
29252
- "name"
29253
- ]
29847
+ "get",
29848
+ "name"
29254
29849
  ],
29255
29850
  "text-size": [
29256
29851
  "interpolate",
@@ -29330,11 +29925,8 @@ ohmVectorStyles = {
29330
29925
  ],
29331
29926
  "visibility": "visible",
29332
29927
  "text-field": [
29333
- "to-string",
29334
- [
29335
- "get",
29336
- "name"
29337
- ]
29928
+ "get",
29929
+ "name"
29338
29930
  ],
29339
29931
  "text-size": 8,
29340
29932
  "text-anchor": "top",
@@ -29375,11 +29967,8 @@ ohmVectorStyles = {
29375
29967
  ],
29376
29968
  "visibility": "visible",
29377
29969
  "text-field": [
29378
- "to-string",
29379
- [
29380
- "get",
29381
- "name"
29382
- ]
29970
+ "get",
29971
+ "name"
29383
29972
  ],
29384
29973
  "text-size": [
29385
29974
  "interpolate",
@@ -29473,11 +30062,8 @@ ohmVectorStyles = {
29473
30062
  ],
29474
30063
  "visibility": "visible",
29475
30064
  "text-field": [
29476
- "to-string",
29477
- [
29478
- "get",
29479
- "name"
29480
- ]
30065
+ "get",
30066
+ "name"
29481
30067
  ],
29482
30068
  "text-size": [
29483
30069
  "interpolate",
@@ -29570,11 +30156,8 @@ ohmVectorStyles = {
29570
30156
  ],
29571
30157
  "visibility": "visible",
29572
30158
  "text-field": [
29573
- "to-string",
29574
- [
29575
- "get",
29576
- "name"
29577
- ]
30159
+ "get",
30160
+ "name"
29578
30161
  ],
29579
30162
  "text-size": [
29580
30163
  "interpolate",
@@ -29659,11 +30242,8 @@ ohmVectorStyles = {
29659
30242
  ],
29660
30243
  "visibility": "visible",
29661
30244
  "text-field": [
29662
- "to-string",
29663
- [
29664
- "get",
29665
- "name"
29666
- ]
30245
+ "get",
30246
+ "name"
29667
30247
  ],
29668
30248
  "text-size": [
29669
30249
  "interpolate",
@@ -29797,11 +30377,8 @@ ohmVectorStyles = {
29797
30377
  "icon-image": "railstation-18",
29798
30378
  "visibility": "visible",
29799
30379
  "text-field": [
29800
- "to-string",
29801
- [
29802
- "get",
29803
- "name"
29804
- ]
30380
+ "get",
30381
+ "name"
29805
30382
  ],
29806
30383
  "text-size": [
29807
30384
  "interpolate",
@@ -29886,11 +30463,8 @@ ohmVectorStyles = {
29886
30463
  ],
29887
30464
  "visibility": "visible",
29888
30465
  "text-field": [
29889
- "to-string",
29890
- [
29891
- "get",
29892
- "name"
29893
- ]
30466
+ "get",
30467
+ "name"
29894
30468
  ],
29895
30469
  "text-size": [
29896
30470
  "interpolate",
@@ -30047,11 +30621,8 @@ ohmVectorStyles = {
30047
30621
  "OpenHistorical"
30048
30622
  ],
30049
30623
  "text-field": [
30050
- "to-string",
30051
- [
30052
- "get",
30053
- "name"
30054
- ]
30624
+ "get",
30625
+ "name"
30055
30626
  ],
30056
30627
  "text-size": 8,
30057
30628
  "text-anchor": "top",
@@ -30086,11 +30657,8 @@ ohmVectorStyles = {
30086
30657
  "OpenHistorical"
30087
30658
  ],
30088
30659
  "text-field": [
30089
- "to-string",
30090
- [
30091
- "get",
30092
- "name"
30093
- ]
30660
+ "get",
30661
+ "name"
30094
30662
  ],
30095
30663
  "text-size": [
30096
30664
  "interpolate",
@@ -30197,11 +30765,8 @@ ohmVectorStyles = {
30197
30765
  ],
30198
30766
  "visibility": "visible",
30199
30767
  "text-field": [
30200
- "to-string",
30201
- [
30202
- "get",
30203
- "name"
30204
- ]
30768
+ "get",
30769
+ "name"
30205
30770
  ],
30206
30771
  "text-size": 8,
30207
30772
  "text-anchor": "top",
@@ -30248,11 +30813,8 @@ ohmVectorStyles = {
30248
30813
  ],
30249
30814
  "layout": {
30250
30815
  "text-field": [
30251
- "to-string",
30252
- [
30253
- "get",
30254
- "name"
30255
- ]
30816
+ "get",
30817
+ "name"
30256
30818
  ],
30257
30819
  "text-font": [
30258
30820
  "OpenHistorical"
@@ -30306,11 +30868,8 @@ ohmVectorStyles = {
30306
30868
  ],
30307
30869
  "layout": {
30308
30870
  "text-field": [
30309
- "to-string",
30310
- [
30311
- "get",
30312
- "name"
30313
- ]
30871
+ "get",
30872
+ "name"
30314
30873
  ],
30315
30874
  "text-font": [
30316
30875
  "OpenHistorical"
@@ -30369,11 +30928,8 @@ ohmVectorStyles = {
30369
30928
  ],
30370
30929
  "layout": {
30371
30930
  "text-field": [
30372
- "to-string",
30373
- [
30374
- "get",
30375
- "name"
30376
- ]
30931
+ "get",
30932
+ "name"
30377
30933
  ],
30378
30934
  "text-font": [
30379
30935
  "OpenHistorical"
@@ -30424,11 +30980,8 @@ ohmVectorStyles = {
30424
30980
  ],
30425
30981
  "layout": {
30426
30982
  "text-field": [
30427
- "to-string",
30428
- [
30429
- "get",
30430
- "name"
30431
- ]
30983
+ "get",
30984
+ "name"
30432
30985
  ],
30433
30986
  "text-font": [
30434
30987
  "OpenHistorical"
@@ -30479,11 +31032,8 @@ ohmVectorStyles = {
30479
31032
  ],
30480
31033
  "layout": {
30481
31034
  "text-field": [
30482
- "to-string",
30483
- [
30484
- "get",
30485
- "name"
30486
- ]
31035
+ "get",
31036
+ "name"
30487
31037
  ],
30488
31038
  "text-font": [
30489
31039
  "OpenHistorical"
@@ -30540,11 +31090,8 @@ ohmVectorStyles = {
30540
31090
  ],
30541
31091
  "layout": {
30542
31092
  "text-field": [
30543
- "to-string",
30544
- [
30545
- "get",
30546
- "name"
30547
- ]
31093
+ "get",
31094
+ "name"
30548
31095
  ],
30549
31096
  "text-font": [
30550
31097
  "OpenHistorical"
@@ -30610,11 +31157,8 @@ ohmVectorStyles = {
30610
31157
  ],
30611
31158
  "layout": {
30612
31159
  "text-field": [
30613
- "to-string",
30614
- [
30615
- "get",
30616
- "name"
30617
- ]
31160
+ "get",
31161
+ "name"
30618
31162
  ],
30619
31163
  "text-font": [
30620
31164
  "OpenHistorical"
@@ -30681,11 +31225,8 @@ ohmVectorStyles = {
30681
31225
  "layout": {
30682
31226
  "visibility": "visible",
30683
31227
  "text-field": [
30684
- "to-string",
30685
- [
30686
- "get",
30687
- "name"
30688
- ]
31228
+ "get",
31229
+ "name"
30689
31230
  ],
30690
31231
  "text-font": [
30691
31232
  "OpenHistorical"
@@ -30744,11 +31285,8 @@ ohmVectorStyles = {
30744
31285
  "layout": {
30745
31286
  "visibility": "visible",
30746
31287
  "text-field": [
30747
- "to-string",
30748
- [
30749
- "get",
30750
- "name"
30751
- ]
31288
+ "get",
31289
+ "name"
30752
31290
  ],
30753
31291
  "text-font": [
30754
31292
  "OpenHistorical"
@@ -30800,11 +31338,8 @@ ohmVectorStyles = {
30800
31338
  ],
30801
31339
  "layout": {
30802
31340
  "text-field": [
30803
- "to-string",
30804
- [
30805
- "get",
30806
- "name"
30807
- ]
31341
+ "get",
31342
+ "name"
30808
31343
  ],
30809
31344
  "text-font": [
30810
31345
  "OpenHistorical Bold"
@@ -30849,11 +31384,8 @@ ohmVectorStyles = {
30849
31384
  "layout": {
30850
31385
  "visibility": "visible",
30851
31386
  "text-field": [
30852
- "to-string",
30853
- [
30854
- "get",
30855
- "name"
30856
- ]
31387
+ "get",
31388
+ "name"
30857
31389
  ],
30858
31390
  "text-size": [
30859
31391
  "interpolate",
@@ -30908,11 +31440,8 @@ ohmVectorStyles = {
30908
31440
  "layout": {
30909
31441
  "visibility": "visible",
30910
31442
  "text-field": [
30911
- "to-string",
30912
- [
30913
- "get",
30914
- "name"
30915
- ]
31443
+ "get",
31444
+ "name"
30916
31445
  ],
30917
31446
  "text-size": [
30918
31447
  "interpolate",
@@ -34737,11 +35266,8 @@ ohmVectorStyles = {
34737
35266
  ],
34738
35267
  "layout": {
34739
35268
  "text-field": [
34740
- "to-string",
34741
- [
34742
- "get",
34743
- "name"
34744
- ]
35269
+ "get",
35270
+ "name"
34745
35271
  ],
34746
35272
  "text-font": [
34747
35273
  "Eadui"
@@ -34826,11 +35352,8 @@ ohmVectorStyles = {
34826
35352
  ],
34827
35353
  "layout": {
34828
35354
  "text-field": [
34829
- "to-string",
34830
- [
34831
- "get",
34832
- "name"
34833
- ]
35355
+ "get",
35356
+ "name"
34834
35357
  ],
34835
35358
  "text-font": [
34836
35359
  "Eadui"
@@ -34916,11 +35439,8 @@ ohmVectorStyles = {
34916
35439
  "layout": {
34917
35440
  "visibility": "visible",
34918
35441
  "text-field": [
34919
- "to-string",
34920
- [
34921
- "get",
34922
- "name"
34923
- ]
35442
+ "get",
35443
+ "name"
34924
35444
  ],
34925
35445
  "text-font": [
34926
35446
  "Eadui"
@@ -34976,11 +35496,8 @@ ohmVectorStyles = {
34976
35496
  "layout": {
34977
35497
  "visibility": "visible",
34978
35498
  "text-field": [
34979
- "to-string",
34980
- [
34981
- "get",
34982
- "name"
34983
- ]
35499
+ "get",
35500
+ "name"
34984
35501
  ],
34985
35502
  "text-font": [
34986
35503
  "Eadui"
@@ -35041,11 +35558,8 @@ ohmVectorStyles = {
35041
35558
  "layout": {
35042
35559
  "visibility": "visible",
35043
35560
  "text-field": [
35044
- "to-string",
35045
- [
35046
- "get",
35047
- "name"
35048
- ]
35561
+ "get",
35562
+ "name"
35049
35563
  ],
35050
35564
  "text-size": [
35051
35565
  "interpolate",
@@ -35100,11 +35614,8 @@ ohmVectorStyles = {
35100
35614
  "layout": {
35101
35615
  "visibility": "visible",
35102
35616
  "text-field": [
35103
- "to-string",
35104
- [
35105
- "get",
35106
- "name"
35107
- ]
35617
+ "get",
35618
+ "name"
35108
35619
  ],
35109
35620
  "text-size": [
35110
35621
  "interpolate",