@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.
- package/README.md +2 -2
- package/dist/historical/historical.json +1055 -388
- package/dist/japanese_scroll/japanese_scroll.json +12 -30
- package/dist/ohm.styles.js +1118 -607
- package/dist/railway/railway.json +80 -200
- package/dist/woodblock/woodblock.json +12 -30
- package/historical/historical.json +463 -232
- package/index.css +53 -0
- package/index.html +122 -5
- package/japanese_scroll/japanese_scroll.json +6 -6
- package/package.json +5 -3
- package/railway/railway.json +40 -40
- package/woodblock/woodblock.json +6 -6
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"paint": {"fill-color": "rgba(235, 235, 225, 1)"}
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"id": "
|
|
195
|
+
"id": "nature_reserve_fill_6-24",
|
|
196
196
|
"type": "fill",
|
|
197
197
|
"source": "osm",
|
|
198
198
|
"source-layer": "landuse_areas",
|
|
@@ -210,20 +210,22 @@
|
|
|
210
210
|
4,
|
|
211
211
|
"rgba(168, 213, 159, .3)",
|
|
212
212
|
5,
|
|
213
|
-
|
|
213
|
+
"rgba(228, 232, 224, .4)",
|
|
214
214
|
7,
|
|
215
|
-
"rgba(
|
|
215
|
+
"rgba(228, 232, 224, .4)",
|
|
216
|
+
9,
|
|
217
|
+
"rgba(216, 227, 198, .5)"
|
|
216
218
|
],
|
|
217
219
|
"fill-opacity": 1
|
|
218
220
|
}
|
|
219
221
|
},
|
|
220
222
|
{
|
|
221
|
-
"id": "
|
|
223
|
+
"id": "landuse_areas_all_z6-12",
|
|
222
224
|
"type": "fill",
|
|
223
225
|
"source": "osm",
|
|
224
226
|
"source-layer": "landuse_areas",
|
|
225
227
|
"minzoom": 6,
|
|
226
|
-
"maxzoom":
|
|
228
|
+
"maxzoom": 12,
|
|
227
229
|
"filter": [
|
|
228
230
|
"in",
|
|
229
231
|
["get", "type"],
|
|
@@ -254,6 +256,11 @@
|
|
|
254
256
|
"source-layer": "landuse_areas",
|
|
255
257
|
"minzoom": 12,
|
|
256
258
|
"maxzoom": 24,
|
|
259
|
+
"filter": [
|
|
260
|
+
"in",
|
|
261
|
+
["get", "type"],
|
|
262
|
+
["literal", ["residential", "retail", "industrial"]]
|
|
263
|
+
],
|
|
257
264
|
"layout": {"visibility": "visible"},
|
|
258
265
|
"paint": {
|
|
259
266
|
"fill-color": [
|
|
@@ -276,13 +283,18 @@
|
|
|
276
283
|
}
|
|
277
284
|
},
|
|
278
285
|
{
|
|
279
|
-
"id": "
|
|
286
|
+
"id": "landuse_areas_underlying_land_designation",
|
|
280
287
|
"type": "fill",
|
|
281
288
|
"source": "osm",
|
|
282
289
|
"source-layer": "landuse_areas",
|
|
283
290
|
"minzoom": 12,
|
|
284
291
|
"maxzoom": 24,
|
|
285
292
|
"layout": {"visibility": "visible"},
|
|
293
|
+
"filter": [
|
|
294
|
+
"in",
|
|
295
|
+
["get", "type"],
|
|
296
|
+
["literal", ["park", "pitch", "golf_course"]]
|
|
297
|
+
],
|
|
286
298
|
"paint": {
|
|
287
299
|
"fill-color": [
|
|
288
300
|
"interpolate",
|
|
@@ -312,6 +324,11 @@
|
|
|
312
324
|
"source-layer": "landuse_areas",
|
|
313
325
|
"minzoom": 12,
|
|
314
326
|
"maxzoom": 24,
|
|
327
|
+
"filter": [
|
|
328
|
+
"in",
|
|
329
|
+
["get", "type"],
|
|
330
|
+
["literal", ["quarry", "landfill", "brownfield", "commercial", "construction", "railway", "college", "school", "education", "university"]]
|
|
331
|
+
],
|
|
315
332
|
"layout": {"visibility": "visible"},
|
|
316
333
|
"paint": {
|
|
317
334
|
"fill-color": [
|
|
@@ -348,12 +365,17 @@
|
|
|
348
365
|
}
|
|
349
366
|
},
|
|
350
367
|
{
|
|
351
|
-
"id": "
|
|
368
|
+
"id": "landuse_areas_landcover_short",
|
|
352
369
|
"type": "fill",
|
|
353
370
|
"source": "osm",
|
|
354
371
|
"source-layer": "landuse_areas",
|
|
355
|
-
"minzoom":
|
|
372
|
+
"minzoom": 6,
|
|
356
373
|
"maxzoom": 24,
|
|
374
|
+
"filter": [
|
|
375
|
+
"in",
|
|
376
|
+
["get", "type"],
|
|
377
|
+
["literal", ["heath", "meadow", "grass", "grassland", "beach", "desert", "basin", "salt_pond", "mud"]]
|
|
378
|
+
],
|
|
357
379
|
"layout": {"visibility": "visible"},
|
|
358
380
|
"paint": {
|
|
359
381
|
"fill-color": [
|
|
@@ -408,7 +430,11 @@
|
|
|
408
430
|
"source-layer": "landuse_areas",
|
|
409
431
|
"minzoom": 12,
|
|
410
432
|
"maxzoom": 24,
|
|
411
|
-
"filter": [
|
|
433
|
+
"filter": [
|
|
434
|
+
"in",
|
|
435
|
+
["get", "type"],
|
|
436
|
+
["literal", ["forest", "wood", "scrub"]]
|
|
437
|
+
],
|
|
412
438
|
"layout": {"visibility": "visible"},
|
|
413
439
|
"paint": {
|
|
414
440
|
"fill-color": [
|
|
@@ -437,6 +463,11 @@
|
|
|
437
463
|
"source-layer": "landuse_areas",
|
|
438
464
|
"minzoom": 12,
|
|
439
465
|
"maxzoom": 24,
|
|
466
|
+
"filter": [
|
|
467
|
+
"in",
|
|
468
|
+
["get", "type"],
|
|
469
|
+
["literal", ["farmland", "farmyard", "farm", "orchard", "vineyard", "allotments", "garden"]]
|
|
470
|
+
],
|
|
440
471
|
"layout": {"visibility": "visible"},
|
|
441
472
|
"paint": {
|
|
442
473
|
"fill-color": [
|
|
@@ -467,13 +498,18 @@
|
|
|
467
498
|
}
|
|
468
499
|
},
|
|
469
500
|
{
|
|
470
|
-
"id": "
|
|
501
|
+
"id": "landuse_areas_developed_open_space_larger",
|
|
471
502
|
"type": "fill",
|
|
472
503
|
"source": "osm",
|
|
473
504
|
"source-layer": "landuse_areas",
|
|
474
|
-
"minzoom":
|
|
505
|
+
"minzoom": 6,
|
|
475
506
|
"maxzoom": 24,
|
|
476
507
|
"layout": {"visibility": "visible"},
|
|
508
|
+
"filter": [
|
|
509
|
+
"in",
|
|
510
|
+
["get", "type"],
|
|
511
|
+
["literal", ["village_green", "cemetary", "sports_centre", "stadium", "recreation_ground"]]
|
|
512
|
+
],
|
|
477
513
|
"paint": {
|
|
478
514
|
"fill-color": [
|
|
479
515
|
"interpolate",
|
|
@@ -514,12 +550,17 @@
|
|
|
514
550
|
}
|
|
515
551
|
},
|
|
516
552
|
{
|
|
517
|
-
"id": "
|
|
553
|
+
"id": "landuse_areas_developed_open_space_smaller",
|
|
518
554
|
"type": "fill",
|
|
519
555
|
"source": "osm",
|
|
520
556
|
"source-layer": "landuse_areas",
|
|
521
557
|
"minzoom": 12,
|
|
522
558
|
"maxzoom": 24,
|
|
559
|
+
"filter": [
|
|
560
|
+
"in",
|
|
561
|
+
["get", "type"],
|
|
562
|
+
["literal", ["grave_yard", "picnic_site", "camp_site", "playground", "paitch", "track", "bleachers"]]
|
|
563
|
+
],
|
|
523
564
|
"layout": {"visibility": "visible"},
|
|
524
565
|
"paint": {
|
|
525
566
|
"fill-color": [
|
|
@@ -575,13 +616,15 @@
|
|
|
575
616
|
}
|
|
576
617
|
},
|
|
577
618
|
{
|
|
578
|
-
"id": "
|
|
619
|
+
"id": "landuse_nature_reserve_outline",
|
|
579
620
|
"type": "line",
|
|
580
621
|
"source": "osm",
|
|
581
622
|
"source-layer": "landuse_areas",
|
|
582
623
|
"minzoom": 6,
|
|
583
624
|
"maxzoom": 24,
|
|
584
|
-
"filter": ["
|
|
625
|
+
"filter": ["all",
|
|
626
|
+
["==", ["get", "type"], "nature_reserve"],
|
|
627
|
+
[">=", ["get", "area"], 100000000]],
|
|
585
628
|
"layout": {"visibility": "visible"},
|
|
586
629
|
"paint": {
|
|
587
630
|
"line-width": ["interpolate", ["linear"], ["zoom"], 10, 2, 20, 3],
|
|
@@ -654,6 +697,58 @@
|
|
|
654
697
|
"layout": {"visibility": "visible"},
|
|
655
698
|
"paint": {"fill-color": "rgba(226, 214, 205, 1)"}
|
|
656
699
|
},
|
|
700
|
+
{
|
|
701
|
+
"id": "water_lines_canal-casing",
|
|
702
|
+
"type": "line",
|
|
703
|
+
"source": "osm",
|
|
704
|
+
"source-layer": "water_lines",
|
|
705
|
+
"minzoom": 12,
|
|
706
|
+
"maxzoom": 24,
|
|
707
|
+
"filter": ["==", ["get", "type"], "canal"],
|
|
708
|
+
"layout": {"visibility": "visible"},
|
|
709
|
+
"paint": {
|
|
710
|
+
"line-color": "rgba(111, 145, 160, 1)",
|
|
711
|
+
"line-width": [
|
|
712
|
+
"interpolate",
|
|
713
|
+
["linear"],
|
|
714
|
+
["zoom"],
|
|
715
|
+
13,
|
|
716
|
+
0.5,
|
|
717
|
+
14,
|
|
718
|
+
2,
|
|
719
|
+
20,
|
|
720
|
+
3
|
|
721
|
+
],
|
|
722
|
+
"line-gap-width": 4,
|
|
723
|
+
"line-dasharray": [1, 1]
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"id": "water_lines_canal",
|
|
728
|
+
"type": "line",
|
|
729
|
+
"source": "osm",
|
|
730
|
+
"source-layer": "water_lines",
|
|
731
|
+
"minzoom": 8,
|
|
732
|
+
"maxzoom": 24,
|
|
733
|
+
"filter": ["==", ["get", "type"], "canal"],
|
|
734
|
+
"layout": {"visibility": "visible"},
|
|
735
|
+
"paint": {
|
|
736
|
+
"line-color": "rgba(153, 201, 222, 1)",
|
|
737
|
+
"line-width": [
|
|
738
|
+
"interpolate",
|
|
739
|
+
["linear"],
|
|
740
|
+
["zoom"],
|
|
741
|
+
8,
|
|
742
|
+
1,
|
|
743
|
+
13,
|
|
744
|
+
2,
|
|
745
|
+
14,
|
|
746
|
+
3,
|
|
747
|
+
20,
|
|
748
|
+
4
|
|
749
|
+
]
|
|
750
|
+
}
|
|
751
|
+
},
|
|
657
752
|
{
|
|
658
753
|
"id": "water_areas",
|
|
659
754
|
"type": "fill",
|
|
@@ -675,7 +770,7 @@
|
|
|
675
770
|
}
|
|
676
771
|
},
|
|
677
772
|
{
|
|
678
|
-
"id": "
|
|
773
|
+
"id": "water_areas_ne",
|
|
679
774
|
"type": "fill",
|
|
680
775
|
"source": "ne",
|
|
681
776
|
"source-layer": "water_areas",
|
|
@@ -701,6 +796,11 @@
|
|
|
701
796
|
"source-layer": "landuse_areas",
|
|
702
797
|
"minzoom": 11,
|
|
703
798
|
"maxzoom": 24,
|
|
799
|
+
"filter": [
|
|
800
|
+
"in",
|
|
801
|
+
["get", "type"],
|
|
802
|
+
["literal", ["salt_pond", "glacier", "reservoir", "swimming_pool", "wetland"]]
|
|
803
|
+
],
|
|
704
804
|
"layout": {"visibility": "visible"},
|
|
705
805
|
"paint": {
|
|
706
806
|
"fill-color": [
|
|
@@ -727,7 +827,7 @@
|
|
|
727
827
|
}
|
|
728
828
|
},
|
|
729
829
|
{
|
|
730
|
-
"id": "
|
|
830
|
+
"id": "wetlands_z11_pattern",
|
|
731
831
|
"type": "fill",
|
|
732
832
|
"source": "osm",
|
|
733
833
|
"source-layer": "landuse_areas",
|
|
@@ -925,58 +1025,6 @@
|
|
|
925
1025
|
"line-width": ["interpolate", ["linear"], ["zoom"], 15, 0.2, 20, 1.5]
|
|
926
1026
|
}
|
|
927
1027
|
},
|
|
928
|
-
{
|
|
929
|
-
"id": "water_lines_canal-casing",
|
|
930
|
-
"type": "line",
|
|
931
|
-
"source": "osm",
|
|
932
|
-
"source-layer": "water_lines",
|
|
933
|
-
"minzoom": 12,
|
|
934
|
-
"maxzoom": 24,
|
|
935
|
-
"filter": ["==", ["get", "type"], "canal"],
|
|
936
|
-
"layout": {"visibility": "visible"},
|
|
937
|
-
"paint": {
|
|
938
|
-
"line-color": "rgba(111, 145, 160, 1)",
|
|
939
|
-
"line-width": [
|
|
940
|
-
"interpolate",
|
|
941
|
-
["linear"],
|
|
942
|
-
["zoom"],
|
|
943
|
-
13,
|
|
944
|
-
0.5,
|
|
945
|
-
14,
|
|
946
|
-
2,
|
|
947
|
-
20,
|
|
948
|
-
3
|
|
949
|
-
],
|
|
950
|
-
"line-gap-width": 4,
|
|
951
|
-
"line-dasharray": [1, 1]
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"id": "water_lines_canal",
|
|
956
|
-
"type": "line",
|
|
957
|
-
"source": "osm",
|
|
958
|
-
"source-layer": "water_lines",
|
|
959
|
-
"minzoom": 8,
|
|
960
|
-
"maxzoom": 24,
|
|
961
|
-
"filter": ["==", ["get", "type"], "canal"],
|
|
962
|
-
"layout": {"visibility": "visible"},
|
|
963
|
-
"paint": {
|
|
964
|
-
"line-color": "rgba(153, 201, 222, 1)",
|
|
965
|
-
"line-width": [
|
|
966
|
-
"interpolate",
|
|
967
|
-
["linear"],
|
|
968
|
-
["zoom"],
|
|
969
|
-
8,
|
|
970
|
-
1,
|
|
971
|
-
13,
|
|
972
|
-
2,
|
|
973
|
-
14,
|
|
974
|
-
3,
|
|
975
|
-
20,
|
|
976
|
-
4
|
|
977
|
-
]
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
1028
|
{
|
|
981
1029
|
"id": "water_lines_aqueduct",
|
|
982
1030
|
"type": "line",
|
|
@@ -5281,7 +5329,7 @@
|
|
|
5281
5329
|
}
|
|
5282
5330
|
},
|
|
5283
5331
|
{
|
|
5284
|
-
"id": "
|
|
5332
|
+
"id": "city_county_lines_admin_7-8",
|
|
5285
5333
|
"type": "line",
|
|
5286
5334
|
"source": "osm",
|
|
5287
5335
|
"source-layer": "land_ohm_lines",
|
|
@@ -5300,7 +5348,7 @@
|
|
|
5300
5348
|
}
|
|
5301
5349
|
},
|
|
5302
5350
|
{
|
|
5303
|
-
"id": "
|
|
5351
|
+
"id": "admin_admin_5-6",
|
|
5304
5352
|
"type": "line",
|
|
5305
5353
|
"source": "osm",
|
|
5306
5354
|
"source-layer": "land_ohm_lines",
|
|
@@ -5327,7 +5375,7 @@
|
|
|
5327
5375
|
}
|
|
5328
5376
|
},
|
|
5329
5377
|
{
|
|
5330
|
-
"id": "
|
|
5378
|
+
"id": "state_lines_admin_4-case",
|
|
5331
5379
|
"type": "line",
|
|
5332
5380
|
"source": "osm",
|
|
5333
5381
|
"source-layer": "land_ohm_lines",
|
|
@@ -5357,7 +5405,7 @@
|
|
|
5357
5405
|
}
|
|
5358
5406
|
},
|
|
5359
5407
|
{
|
|
5360
|
-
"id": "
|
|
5408
|
+
"id": "state_lines_admin_4",
|
|
5361
5409
|
"type": "line",
|
|
5362
5410
|
"source": "osm",
|
|
5363
5411
|
"source-layer": "land_ohm_lines",
|
|
@@ -5415,7 +5463,7 @@
|
|
|
5415
5463
|
}
|
|
5416
5464
|
},
|
|
5417
5465
|
{
|
|
5418
|
-
"id": "
|
|
5466
|
+
"id": "admin_country_lines_z10_case",
|
|
5419
5467
|
"type": "line",
|
|
5420
5468
|
"source": "osm",
|
|
5421
5469
|
"source-layer": "land_ohm_lines",
|
|
@@ -5443,7 +5491,7 @@
|
|
|
5443
5491
|
}
|
|
5444
5492
|
},
|
|
5445
5493
|
{
|
|
5446
|
-
"id": "
|
|
5494
|
+
"id": "admin_country_lines_z10",
|
|
5447
5495
|
"type": "line",
|
|
5448
5496
|
"source": "osm",
|
|
5449
5497
|
"source-layer": "land_ohm_lines",
|
|
@@ -5489,7 +5537,7 @@
|
|
|
5489
5537
|
}
|
|
5490
5538
|
},
|
|
5491
5539
|
{
|
|
5492
|
-
"id": "
|
|
5540
|
+
"id": "road_labels_z14",
|
|
5493
5541
|
"type": "symbol",
|
|
5494
5542
|
"source": "osm",
|
|
5495
5543
|
"source-layer": "transport_lines",
|
|
@@ -5514,7 +5562,7 @@
|
|
|
5514
5562
|
}
|
|
5515
5563
|
},
|
|
5516
5564
|
{
|
|
5517
|
-
"id": "
|
|
5565
|
+
"id": "road_labels_z11",
|
|
5518
5566
|
"type": "symbol",
|
|
5519
5567
|
"source": "osm",
|
|
5520
5568
|
"source-layer": "transport_lines",
|
|
@@ -5539,7 +5587,7 @@
|
|
|
5539
5587
|
}
|
|
5540
5588
|
},
|
|
5541
5589
|
{
|
|
5542
|
-
"id": "
|
|
5590
|
+
"id": "water_areas_labels_z15",
|
|
5543
5591
|
"type": "symbol",
|
|
5544
5592
|
"source": "osm",
|
|
5545
5593
|
"source-layer": "water_areas_centroids",
|
|
@@ -5560,7 +5608,7 @@
|
|
|
5560
5608
|
}
|
|
5561
5609
|
},
|
|
5562
5610
|
{
|
|
5563
|
-
"id": "
|
|
5611
|
+
"id": "water_areas_labels_z12",
|
|
5564
5612
|
"type": "symbol",
|
|
5565
5613
|
"source": "osm",
|
|
5566
5614
|
"source-layer": "water_areas_centroids",
|
|
@@ -5582,7 +5630,7 @@
|
|
|
5582
5630
|
}
|
|
5583
5631
|
},
|
|
5584
5632
|
{
|
|
5585
|
-
"id": "
|
|
5633
|
+
"id": "water_point_labels_ocean_sea",
|
|
5586
5634
|
"type": "symbol",
|
|
5587
5635
|
"source": "osm",
|
|
5588
5636
|
"source-layer": "place_points_centroids",
|
|
@@ -5614,7 +5662,7 @@
|
|
|
5614
5662
|
}
|
|
5615
5663
|
},
|
|
5616
5664
|
{
|
|
5617
|
-
"id": "
|
|
5665
|
+
"id": "water_areas_labels_z8",
|
|
5618
5666
|
"type": "symbol",
|
|
5619
5667
|
"source": "osm",
|
|
5620
5668
|
"source-layer": "water_areas_centroids",
|
|
@@ -5645,7 +5693,7 @@
|
|
|
5645
5693
|
}
|
|
5646
5694
|
},
|
|
5647
5695
|
{
|
|
5648
|
-
"id": "
|
|
5696
|
+
"id": "water_lines_labels_cliff",
|
|
5649
5697
|
"type": "symbol",
|
|
5650
5698
|
"source": "osm",
|
|
5651
5699
|
"source-layer": "water_lines",
|
|
@@ -5668,7 +5716,7 @@
|
|
|
5668
5716
|
}
|
|
5669
5717
|
},
|
|
5670
5718
|
{
|
|
5671
|
-
"id": "
|
|
5719
|
+
"id": "water_lines_labels_dam",
|
|
5672
5720
|
"type": "symbol",
|
|
5673
5721
|
"source": "osm",
|
|
5674
5722
|
"source-layer": "water_lines",
|
|
@@ -5691,7 +5739,7 @@
|
|
|
5691
5739
|
}
|
|
5692
5740
|
},
|
|
5693
5741
|
{
|
|
5694
|
-
"id": "
|
|
5742
|
+
"id": "water_lines_labels",
|
|
5695
5743
|
"type": "symbol",
|
|
5696
5744
|
"source": "osm",
|
|
5697
5745
|
"source-layer": "water_lines",
|
|
@@ -5717,11 +5765,27 @@
|
|
|
5717
5765
|
}
|
|
5718
5766
|
},
|
|
5719
5767
|
{
|
|
5720
|
-
"id": "
|
|
5768
|
+
"id": "points_from_landuse_areas",
|
|
5721
5769
|
"type": "symbol",
|
|
5722
5770
|
"source": "osm",
|
|
5723
5771
|
"source-layer": "landuse_points_centroids",
|
|
5724
|
-
"minzoom":
|
|
5772
|
+
"minzoom": 16,
|
|
5773
|
+
"filter": [
|
|
5774
|
+
"!",
|
|
5775
|
+
["in", ["get", "type"], ["literal", ["garden", "peak", "wetland"]]]
|
|
5776
|
+
],
|
|
5777
|
+
"layout": {
|
|
5778
|
+
"icon-image": "{type}-18",
|
|
5779
|
+
"text-font": ["OpenHistorical"],
|
|
5780
|
+
"visibility": "visible"
|
|
5781
|
+
}
|
|
5782
|
+
},
|
|
5783
|
+
{
|
|
5784
|
+
"id": "landuse_areas_labels_park_small",
|
|
5785
|
+
"type": "symbol",
|
|
5786
|
+
"source": "osm",
|
|
5787
|
+
"source-layer": "landuse_points_centroids",
|
|
5788
|
+
"minzoom": 16,
|
|
5725
5789
|
"maxzoom": 24,
|
|
5726
5790
|
"filter": [
|
|
5727
5791
|
"all",
|
|
@@ -5745,7 +5809,7 @@
|
|
|
5745
5809
|
]
|
|
5746
5810
|
]
|
|
5747
5811
|
],
|
|
5748
|
-
["
|
|
5812
|
+
["<", ["get", "area_m2"], 40000]
|
|
5749
5813
|
],
|
|
5750
5814
|
"layout": {
|
|
5751
5815
|
"text-field": ["get", "name"],
|
|
@@ -5764,7 +5828,94 @@
|
|
|
5764
5828
|
}
|
|
5765
5829
|
},
|
|
5766
5830
|
{
|
|
5767
|
-
"id": "
|
|
5831
|
+
"id": "landuse_areas_labels_park_medium",
|
|
5832
|
+
"type": "symbol",
|
|
5833
|
+
"source": "osm",
|
|
5834
|
+
"source-layer": "landuse_points_centroids",
|
|
5835
|
+
"minzoom": 15,
|
|
5836
|
+
"maxzoom": 20,
|
|
5837
|
+
"filter": [
|
|
5838
|
+
"all",
|
|
5839
|
+
[
|
|
5840
|
+
"in",
|
|
5841
|
+
["get", "type"],
|
|
5842
|
+
[
|
|
5843
|
+
"literal",
|
|
5844
|
+
[
|
|
5845
|
+
"park",
|
|
5846
|
+
"camp_site",
|
|
5847
|
+
"recreation_ground",
|
|
5848
|
+
"sports_centre",
|
|
5849
|
+
"stadium",
|
|
5850
|
+
"village_green"
|
|
5851
|
+
]
|
|
5852
|
+
]
|
|
5853
|
+
],
|
|
5854
|
+
[">=", ["get", "area_m2"], 40000],
|
|
5855
|
+
["<", ["get", "area_m2"], 3000000]
|
|
5856
|
+
],
|
|
5857
|
+
"layout": {
|
|
5858
|
+
"text-field": ["get", "name"],
|
|
5859
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 12, 12, 13, 14, 16, 16],
|
|
5860
|
+
"visibility": "visible",
|
|
5861
|
+
"icon-text-fit": "none",
|
|
5862
|
+
"text-allow-overlap": false,
|
|
5863
|
+
"text-ignore-placement": false,
|
|
5864
|
+
"text-font": ["OpenHistorical"]
|
|
5865
|
+
},
|
|
5866
|
+
"paint": {
|
|
5867
|
+
"text-color": "rgba(64, 64, 64, 1)",
|
|
5868
|
+
"text-halo-color": "rgba(228, 235, 209, 1)",
|
|
5869
|
+
"text-opacity": ["interpolate", ["linear"], ["zoom"], 14.99, 0, 15, 1, 17, 1, 19, 0.1],
|
|
5870
|
+
"text-halo-width": 2,
|
|
5871
|
+
"icon-translate-anchor": "map"
|
|
5872
|
+
}
|
|
5873
|
+
},
|
|
5874
|
+
{
|
|
5875
|
+
"id": "landuse_areas_labels_park_large",
|
|
5876
|
+
"type": "symbol",
|
|
5877
|
+
"source": "osm",
|
|
5878
|
+
"source-layer": "landuse_points_centroids",
|
|
5879
|
+
"minzoom": 12,
|
|
5880
|
+
"maxzoom": 16,
|
|
5881
|
+
"filter": [
|
|
5882
|
+
"all",
|
|
5883
|
+
[
|
|
5884
|
+
"in",
|
|
5885
|
+
["get", "type"],
|
|
5886
|
+
[
|
|
5887
|
+
"literal",
|
|
5888
|
+
[
|
|
5889
|
+
"park",
|
|
5890
|
+
"camp_site",
|
|
5891
|
+
"recreation_ground",
|
|
5892
|
+
"sports_centre",
|
|
5893
|
+
"stadium",
|
|
5894
|
+
"village_green"
|
|
5895
|
+
]
|
|
5896
|
+
]
|
|
5897
|
+
],
|
|
5898
|
+
[">=", ["get", "area_m2"], 3000000]
|
|
5899
|
+
],
|
|
5900
|
+
"layout": {
|
|
5901
|
+
"text-field": ["get", "name"],
|
|
5902
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 12, 12, 16, 24],
|
|
5903
|
+
"visibility": "visible",
|
|
5904
|
+
"icon-text-fit": "none",
|
|
5905
|
+
"text-allow-overlap": false,
|
|
5906
|
+
"text-ignore-placement": false,
|
|
5907
|
+
"text-font": ["OpenHistorical"]
|
|
5908
|
+
},
|
|
5909
|
+
"paint": {
|
|
5910
|
+
"text-color": "rgba(85, 104, 42, 1)",
|
|
5911
|
+
"text-halo-color": "rgba(228, 235, 209, 1)",
|
|
5912
|
+
"text-opacity": ["interpolate", ["linear"], ["zoom"], 15.5, 1, 15.99, 0],
|
|
5913
|
+
"text-halo-width": 2,
|
|
5914
|
+
"icon-translate-anchor": "map"
|
|
5915
|
+
}
|
|
5916
|
+
},
|
|
5917
|
+
{
|
|
5918
|
+
"id": "landuse_areas_labels_farming",
|
|
5768
5919
|
"type": "symbol",
|
|
5769
5920
|
"source": "osm",
|
|
5770
5921
|
"source-layer": "landuse_points_centroids",
|
|
@@ -5798,7 +5949,7 @@
|
|
|
5798
5949
|
}
|
|
5799
5950
|
},
|
|
5800
5951
|
{
|
|
5801
|
-
"id": "
|
|
5952
|
+
"id": "landuse_areas_labels_forest",
|
|
5802
5953
|
"type": "symbol",
|
|
5803
5954
|
"source": "osm",
|
|
5804
5955
|
"source-layer": "landuse_points_centroids",
|
|
@@ -5817,15 +5968,19 @@
|
|
|
5817
5968
|
}
|
|
5818
5969
|
},
|
|
5819
5970
|
{
|
|
5820
|
-
"id": "
|
|
5971
|
+
"id": "landuse_areas_labels_nature_reserve",
|
|
5821
5972
|
"type": "symbol",
|
|
5822
5973
|
"source": "osm",
|
|
5823
5974
|
"source-layer": "landuse_points_centroids",
|
|
5824
|
-
"minzoom":
|
|
5825
|
-
"maxzoom":
|
|
5826
|
-
"filter": [
|
|
5975
|
+
"minzoom": 12,
|
|
5976
|
+
"maxzoom": 16,
|
|
5977
|
+
"filter": [
|
|
5978
|
+
"all",
|
|
5979
|
+
["in", ["get", "type"], ["literal", ["nature_reserve"]]],
|
|
5980
|
+
["<", ["get", "area_m2"], 30000000]
|
|
5981
|
+
],
|
|
5827
5982
|
"layout": {
|
|
5828
|
-
"text-size":
|
|
5983
|
+
"text-size": 12,
|
|
5829
5984
|
"text-field": ["get", "name"],
|
|
5830
5985
|
"text-font": ["OpenHistorical"]
|
|
5831
5986
|
},
|
|
@@ -5836,15 +5991,72 @@
|
|
|
5836
5991
|
}
|
|
5837
5992
|
},
|
|
5838
5993
|
{
|
|
5839
|
-
"id": "
|
|
5994
|
+
"id": "landuse_areas_labels_nature_reserve_med_10-14",
|
|
5840
5995
|
"type": "symbol",
|
|
5841
5996
|
"source": "osm",
|
|
5842
5997
|
"source-layer": "landuse_points_centroids",
|
|
5843
|
-
"minzoom":
|
|
5844
|
-
"maxzoom":
|
|
5998
|
+
"minzoom": 10,
|
|
5999
|
+
"maxzoom": 14,
|
|
5845
6000
|
"filter": [
|
|
5846
|
-
"
|
|
5847
|
-
["get", "type"],
|
|
6001
|
+
"all",
|
|
6002
|
+
["in", ["get", "type"], ["literal", ["nature_reserve"]]],
|
|
6003
|
+
[">=", ["get", "area_m2"], 30000000],
|
|
6004
|
+
["<", ["get", "area_m2"], 100000000]
|
|
6005
|
+
],
|
|
6006
|
+
"layout": {
|
|
6007
|
+
"text-size": [
|
|
6008
|
+
"interpolate",
|
|
6009
|
+
["linear"],
|
|
6010
|
+
["zoom"],
|
|
6011
|
+
10,
|
|
6012
|
+
10,
|
|
6013
|
+
11,
|
|
6014
|
+
12,
|
|
6015
|
+
13,
|
|
6016
|
+
14
|
|
6017
|
+
],
|
|
6018
|
+
"text-field": ["get", "name"],
|
|
6019
|
+
"text-font": ["OpenHistorical"]
|
|
6020
|
+
},
|
|
6021
|
+
"paint": {
|
|
6022
|
+
"text-color": "rgba(95, 107, 71, 1)",
|
|
6023
|
+
"text-halo-color": "rgba(201, 213, 190, 1)",
|
|
6024
|
+
"text-halo-width": 1
|
|
6025
|
+
}
|
|
6026
|
+
},
|
|
6027
|
+
{
|
|
6028
|
+
"id": "landuse_areas_labels_nature_reserve_xl",
|
|
6029
|
+
"type": "symbol",
|
|
6030
|
+
"source": "osm",
|
|
6031
|
+
"source-layer": "landuse_points_centroids",
|
|
6032
|
+
"minzoom": 7,
|
|
6033
|
+
"maxzoom": 12,
|
|
6034
|
+
"filter": [
|
|
6035
|
+
"all",
|
|
6036
|
+
["in", ["get", "type"], ["literal", ["nature_reserve"]]],
|
|
6037
|
+
[">=", ["get", "area_m2"], 100000000]
|
|
6038
|
+
],
|
|
6039
|
+
"layout": {
|
|
6040
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 7, 12, 8, 16, 9, 24, 12, 14],
|
|
6041
|
+
"text-field": ["get", "name"],
|
|
6042
|
+
"text-font": ["OpenHistorical"]
|
|
6043
|
+
},
|
|
6044
|
+
"paint": {
|
|
6045
|
+
"text-color": "rgba(95, 107, 71, 1)",
|
|
6046
|
+
"text-halo-color": "rgba(201, 213, 190, 1)",
|
|
6047
|
+
"text-halo-width": 1
|
|
6048
|
+
}
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
"id": "landuse_areas_labels_school",
|
|
6052
|
+
"type": "symbol",
|
|
6053
|
+
"source": "osm",
|
|
6054
|
+
"source-layer": "landuse_points_centroids",
|
|
6055
|
+
"minzoom": 14,
|
|
6056
|
+
"maxzoom": 24,
|
|
6057
|
+
"filter": [
|
|
6058
|
+
"in",
|
|
6059
|
+
["get", "type"],
|
|
5848
6060
|
["literal", ["", "college", "education", "school", "university"]]
|
|
5849
6061
|
],
|
|
5850
6062
|
"layout": {
|
|
@@ -5859,7 +6071,7 @@
|
|
|
5859
6071
|
}
|
|
5860
6072
|
},
|
|
5861
6073
|
{
|
|
5862
|
-
"id": "
|
|
6074
|
+
"id": "other_areas_labels_military",
|
|
5863
6075
|
"type": "symbol",
|
|
5864
6076
|
"source": "osm",
|
|
5865
6077
|
"source-layer": "other_points_centroids",
|
|
@@ -5878,7 +6090,7 @@
|
|
|
5878
6090
|
}
|
|
5879
6091
|
},
|
|
5880
6092
|
{
|
|
5881
|
-
"id": "
|
|
6093
|
+
"id": "landuse_areas_labels_z8glacier",
|
|
5882
6094
|
"type": "symbol",
|
|
5883
6095
|
"source": "osm",
|
|
5884
6096
|
"source-layer": "landuse_points_centroids",
|
|
@@ -5936,7 +6148,7 @@
|
|
|
5936
6148
|
}
|
|
5937
6149
|
},
|
|
5938
6150
|
{
|
|
5939
|
-
"id": "
|
|
6151
|
+
"id": "points_of_interest_buildings",
|
|
5940
6152
|
"type": "symbol",
|
|
5941
6153
|
"source": "osm",
|
|
5942
6154
|
"source-layer": "buildings_points_centroids",
|
|
@@ -5946,7 +6158,7 @@
|
|
|
5946
6158
|
"icon-image": "{tourism}-18",
|
|
5947
6159
|
"visibility": "visible",
|
|
5948
6160
|
"text-field": ["get", "name"],
|
|
5949
|
-
"text-size": ["interpolate", ["linear"], ["zoom"], 16,
|
|
6161
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 16, 12, 17, 14, 20, 16],
|
|
5950
6162
|
"text-anchor": "center",
|
|
5951
6163
|
"text-offset": [0, 0],
|
|
5952
6164
|
"text-font": ["OpenHistorical"],
|
|
@@ -5961,7 +6173,7 @@
|
|
|
5961
6173
|
}
|
|
5962
6174
|
},
|
|
5963
6175
|
{
|
|
5964
|
-
"id": "
|
|
6176
|
+
"id": "points_of_interest_from_areas_z14_centroids",
|
|
5965
6177
|
"type": "symbol",
|
|
5966
6178
|
"source": "osm",
|
|
5967
6179
|
"source-layer": "amenity_points_centroids",
|
|
@@ -6005,7 +6217,7 @@
|
|
|
6005
6217
|
}
|
|
6006
6218
|
},
|
|
6007
6219
|
{
|
|
6008
|
-
"id": "
|
|
6220
|
+
"id": "points_of_interest_from_areas_z14",
|
|
6009
6221
|
"type": "symbol",
|
|
6010
6222
|
"source": "osm",
|
|
6011
6223
|
"source-layer": "amenity_points_centroids",
|
|
@@ -6049,7 +6261,7 @@
|
|
|
6049
6261
|
}
|
|
6050
6262
|
},
|
|
6051
6263
|
{
|
|
6052
|
-
"id": "
|
|
6264
|
+
"id": "points_of_interest_from_areas",
|
|
6053
6265
|
"type": "symbol",
|
|
6054
6266
|
"source": "osm",
|
|
6055
6267
|
"source-layer": "amenity_points_centroids",
|
|
@@ -6084,43 +6296,6 @@
|
|
|
6084
6296
|
"text-opacity": ["interpolate", ["linear"], ["zoom"], 16.99, 0, 17, 1]
|
|
6085
6297
|
}
|
|
6086
6298
|
},
|
|
6087
|
-
{
|
|
6088
|
-
"id": "points_of_interest_amenity-centroids",
|
|
6089
|
-
"type": "symbol",
|
|
6090
|
-
"source": "osm",
|
|
6091
|
-
"source-layer": "amenity_points_centroids",
|
|
6092
|
-
"minzoom": 15,
|
|
6093
|
-
"maxzoom": 24,
|
|
6094
|
-
"filter": ["all"],
|
|
6095
|
-
"layout": {
|
|
6096
|
-
"text-line-height": 1.2,
|
|
6097
|
-
"text-size": [
|
|
6098
|
-
"interpolate",
|
|
6099
|
-
["linear"],
|
|
6100
|
-
["zoom"],
|
|
6101
|
-
15.99,
|
|
6102
|
-
0,
|
|
6103
|
-
16,
|
|
6104
|
-
10,
|
|
6105
|
-
20,
|
|
6106
|
-
12
|
|
6107
|
-
],
|
|
6108
|
-
"icon-image": "{type}-18",
|
|
6109
|
-
"text-font": ["OpenHistorical"],
|
|
6110
|
-
"visibility": "visible",
|
|
6111
|
-
"text-offset": [0, 1],
|
|
6112
|
-
"icon-size": ["interpolate", ["linear"], ["zoom"], 15, 0.7, 20, 1.4],
|
|
6113
|
-
"text-anchor": "top",
|
|
6114
|
-
"text-field": ["get", "name"]
|
|
6115
|
-
},
|
|
6116
|
-
"paint": {
|
|
6117
|
-
"text-color": "rgba(80, 80, 80, 1)",
|
|
6118
|
-
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6119
|
-
"text-halo-width": 0.5,
|
|
6120
|
-
"text-halo-blur": 1,
|
|
6121
|
-
"text-opacity": ["interpolate", ["linear"], ["zoom"], 16.9, 0, 17, 1]
|
|
6122
|
-
}
|
|
6123
|
-
},
|
|
6124
6299
|
{
|
|
6125
6300
|
"id": "points_of_interest_other",
|
|
6126
6301
|
"type": "symbol",
|
|
@@ -6165,36 +6340,12 @@
|
|
|
6165
6340
|
"text-opacity": ["interpolate", ["linear"], ["zoom"], 16.99, 0, 17, 1]
|
|
6166
6341
|
}
|
|
6167
6342
|
},
|
|
6168
|
-
{
|
|
6169
|
-
"id": "points_of_interest_amenity_14",
|
|
6170
|
-
"type": "symbol",
|
|
6171
|
-
"source": "osm",
|
|
6172
|
-
"source-layer": "amenity_points_centroids",
|
|
6173
|
-
"minzoom": 14,
|
|
6174
|
-
"maxzoom": 16,
|
|
6175
|
-
"filter": ["all"],
|
|
6176
|
-
"layout": {
|
|
6177
|
-
"icon-image": "{type}-18",
|
|
6178
|
-
"visibility": "visible",
|
|
6179
|
-
"text-field": ["get", "name"],
|
|
6180
|
-
"text-size": 8,
|
|
6181
|
-
"text-anchor": "top",
|
|
6182
|
-
"text-offset": [0, 1],
|
|
6183
|
-
"text-font": ["OpenHistorical"]
|
|
6184
|
-
},
|
|
6185
|
-
"paint": {
|
|
6186
|
-
"text-color": "rgba(80, 80, 80, 1)",
|
|
6187
|
-
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6188
|
-
"text-halo-width": 0.5,
|
|
6189
|
-
"text-halo-blur": 1
|
|
6190
|
-
}
|
|
6191
|
-
},
|
|
6192
6343
|
{
|
|
6193
6344
|
"id": "points_of_interest_amenity",
|
|
6194
6345
|
"type": "symbol",
|
|
6195
6346
|
"source": "osm",
|
|
6196
6347
|
"source-layer": "amenity_points_centroids",
|
|
6197
|
-
"minzoom":
|
|
6348
|
+
"minzoom": 16,
|
|
6198
6349
|
"maxzoom": 24,
|
|
6199
6350
|
"layout": {
|
|
6200
6351
|
"text-line-height": 1.2,
|
|
@@ -6312,32 +6463,49 @@
|
|
|
6312
6463
|
}
|
|
6313
6464
|
},
|
|
6314
6465
|
{
|
|
6315
|
-
"id": "
|
|
6466
|
+
"id": "transport_points_labels",
|
|
6316
6467
|
"type": "symbol",
|
|
6317
6468
|
"source": "osm",
|
|
6318
6469
|
"source-layer": "transport_points_centroids",
|
|
6319
|
-
"minzoom":
|
|
6320
|
-
"maxzoom":
|
|
6321
|
-
"filter": ["
|
|
6322
|
-
"layout": {
|
|
6470
|
+
"minzoom": 12,
|
|
6471
|
+
"maxzoom": 24,
|
|
6472
|
+
"filter": ["!", ["in", ["get", "type"], ["literal", ["traffic_signals", "pedestrian", "raceway"]]]],
|
|
6473
|
+
"layout": {
|
|
6474
|
+
"icon-image": "{type}-18",
|
|
6475
|
+
"visibility": "visible",
|
|
6476
|
+
"text-field": ["get", "name"],
|
|
6477
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
|
|
6478
|
+
"text-anchor": "top",
|
|
6479
|
+
"text-offset": [0, 0.75],
|
|
6480
|
+
"text-font": ["OpenHistorical"],
|
|
6481
|
+
"icon-size": ["interpolate", ["linear"], ["zoom"], 10, 0.4, 20, 1.4]
|
|
6482
|
+
},
|
|
6483
|
+
"paint": {
|
|
6484
|
+
"icon-color": "#000000",
|
|
6485
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
6486
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6487
|
+
"text-halo-width": 0.5,
|
|
6488
|
+
"text-halo-blur": 1,
|
|
6489
|
+
"text-opacity": ["interpolate", ["linear"], ["zoom"], 12.99, 0, 13, 1]
|
|
6490
|
+
}
|
|
6323
6491
|
},
|
|
6324
6492
|
{
|
|
6325
|
-
"id": "
|
|
6493
|
+
"id": "transport_points_raceway",
|
|
6326
6494
|
"type": "symbol",
|
|
6327
6495
|
"source": "osm",
|
|
6328
6496
|
"source-layer": "transport_points_centroids",
|
|
6329
|
-
"minzoom":
|
|
6497
|
+
"minzoom": 15,
|
|
6330
6498
|
"maxzoom": 24,
|
|
6331
|
-
"filter": ["
|
|
6499
|
+
"filter": ["!", ["in", ["get", "type"], ["literal", ["traffic_signals", "pedestrian", "raceway"]]]],
|
|
6332
6500
|
"layout": {
|
|
6333
6501
|
"icon-image": "{type}-18",
|
|
6334
6502
|
"visibility": "visible",
|
|
6335
6503
|
"text-field": ["get", "name"],
|
|
6336
|
-
"text-size": ["interpolate", ["linear"], ["zoom"],
|
|
6504
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
|
|
6337
6505
|
"text-anchor": "top",
|
|
6338
6506
|
"text-offset": [0, 0.75],
|
|
6339
6507
|
"text-font": ["OpenHistorical"],
|
|
6340
|
-
"icon-size": ["interpolate", ["linear"], ["zoom"],
|
|
6508
|
+
"icon-size": ["interpolate", ["linear"], ["zoom"], 10, 0.4, 20, 1.4]
|
|
6341
6509
|
},
|
|
6342
6510
|
"paint": {
|
|
6343
6511
|
"icon-color": "#000000",
|
|
@@ -6345,11 +6513,122 @@
|
|
|
6345
6513
|
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6346
6514
|
"text-halo-width": 0.5,
|
|
6347
6515
|
"text-halo-blur": 1,
|
|
6348
|
-
"text-opacity": ["interpolate", ["linear"], ["zoom"],
|
|
6516
|
+
"text-opacity": ["interpolate", ["linear"], ["zoom"], 12.99, 0, 13, 1]
|
|
6349
6517
|
}
|
|
6350
6518
|
},
|
|
6351
6519
|
{
|
|
6352
|
-
"id": "
|
|
6520
|
+
"id": "transport_points_labels_traffic_signals",
|
|
6521
|
+
"type": "symbol",
|
|
6522
|
+
"source": "osm",
|
|
6523
|
+
"source-layer": "transport_points_centroids",
|
|
6524
|
+
"minzoom": 17,
|
|
6525
|
+
"maxzoom": 24,
|
|
6526
|
+
"filter": ["==", ["get", "type"], "traffic_signals"],
|
|
6527
|
+
"layout": {
|
|
6528
|
+
"icon-image": "{type}-18",
|
|
6529
|
+
"visibility": "visible",
|
|
6530
|
+
"text-field": ["get", "name"],
|
|
6531
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
|
|
6532
|
+
"text-anchor": "top",
|
|
6533
|
+
"text-offset": [0, 0.75],
|
|
6534
|
+
"text-font": ["OpenHistorical"]
|
|
6535
|
+
},
|
|
6536
|
+
"paint": {
|
|
6537
|
+
"icon-color": "#000000",
|
|
6538
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
6539
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6540
|
+
"text-halo-width": 0.5,
|
|
6541
|
+
"text-halo-blur": 1
|
|
6542
|
+
}
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"id": "transport_points_labels_pedestrian",
|
|
6546
|
+
"type": "symbol",
|
|
6547
|
+
"source": "osm",
|
|
6548
|
+
"source-layer": "transport_points_centroids",
|
|
6549
|
+
"minzoom": 17,
|
|
6550
|
+
"maxzoom": 24,
|
|
6551
|
+
"filter": ["==", ["get", "type"], "pedestrian"],
|
|
6552
|
+
"layout": {
|
|
6553
|
+
"icon-image": "{type}-18",
|
|
6554
|
+
"visibility": "visible",
|
|
6555
|
+
"text-field": ["get", "name"],
|
|
6556
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 10, 14, 18, 14],
|
|
6557
|
+
"text-anchor": "top",
|
|
6558
|
+
"text-offset": [0, 0.75],
|
|
6559
|
+
"text-font": ["OpenHistorical"]
|
|
6560
|
+
},
|
|
6561
|
+
"paint": {
|
|
6562
|
+
"icon-color": "#000000",
|
|
6563
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
6564
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6565
|
+
"text-halo-width": 0.5,
|
|
6566
|
+
"text-halo-blur": 1
|
|
6567
|
+
}
|
|
6568
|
+
},
|
|
6569
|
+
{
|
|
6570
|
+
"id": "transport_points_labels_airports",
|
|
6571
|
+
"type": "symbol",
|
|
6572
|
+
"source": "osm",
|
|
6573
|
+
"source-layer": "transport_points_centroids",
|
|
6574
|
+
"minzoom": 10,
|
|
6575
|
+
"maxzoom": 14,
|
|
6576
|
+
"filter": ["==", ["get", "type"], "aerodrome"],
|
|
6577
|
+
"layout": {
|
|
6578
|
+
"icon-image": "airport-18",
|
|
6579
|
+
"icon-size": ["interpolate", ["linear"], ["zoom"], 10, 1.2, 14, 1.5],
|
|
6580
|
+
"text-font": ["OpenHistorical"]}
|
|
6581
|
+
},
|
|
6582
|
+
{
|
|
6583
|
+
"id": "transport_points_labels_medium",
|
|
6584
|
+
"type": "symbol",
|
|
6585
|
+
"source": "osm",
|
|
6586
|
+
"source-layer": "transport_points_centroids",
|
|
6587
|
+
"minzoom": 13,
|
|
6588
|
+
"maxzoom": 16,
|
|
6589
|
+
"filter": [">", ["get", "area_m2"], 1000000],
|
|
6590
|
+
"layout": {
|
|
6591
|
+
"icon-image": "{type}-18",
|
|
6592
|
+
"visibility": "visible",
|
|
6593
|
+
"text-field": ["get", "name"],
|
|
6594
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 13, 20, 18, 14],
|
|
6595
|
+
"text-font": ["OpenHistorical"],
|
|
6596
|
+
"icon-size": ["interpolate", ["linear"], ["zoom"], 14, 0.75, 20, 1.4]
|
|
6597
|
+
},
|
|
6598
|
+
"paint": {
|
|
6599
|
+
"icon-color": "#000000",
|
|
6600
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
6601
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6602
|
+
"text-halo-width": 2,
|
|
6603
|
+
"text-halo-blur": 1
|
|
6604
|
+
}
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"id": "transport_area_labels_large",
|
|
6608
|
+
"type": "symbol",
|
|
6609
|
+
"source": "osm",
|
|
6610
|
+
"source-layer": "transport_points_centroids",
|
|
6611
|
+
"minzoom": 13,
|
|
6612
|
+
"maxzoom": 16,
|
|
6613
|
+
"filter": [">", ["get", "area_m2"], 10000000],
|
|
6614
|
+
"layout": {
|
|
6615
|
+
"icon-image": "{type}-18",
|
|
6616
|
+
"visibility": "visible",
|
|
6617
|
+
"text-field": ["get", "name"],
|
|
6618
|
+
"text-size": ["interpolate", ["linear"], ["zoom"], 12, 24, 18, 28],
|
|
6619
|
+
"text-font": ["OpenHistorical"],
|
|
6620
|
+
"icon-size": ["interpolate", ["linear"], ["zoom"], 14, 0.75, 20, 1.4]
|
|
6621
|
+
},
|
|
6622
|
+
"paint": {
|
|
6623
|
+
"icon-color": "#000000",
|
|
6624
|
+
"text-color": "rgba(80, 80, 80, 1)",
|
|
6625
|
+
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6626
|
+
"text-halo-width": 2,
|
|
6627
|
+
"text-halo-blur": 1
|
|
6628
|
+
}
|
|
6629
|
+
},
|
|
6630
|
+
{
|
|
6631
|
+
"id": "points_place_of_worship_other",
|
|
6353
6632
|
"type": "symbol",
|
|
6354
6633
|
"source": "osm",
|
|
6355
6634
|
"source-layer": "buildings_points_centroids",
|
|
@@ -6384,7 +6663,7 @@
|
|
|
6384
6663
|
}
|
|
6385
6664
|
},
|
|
6386
6665
|
{
|
|
6387
|
-
"id": "
|
|
6666
|
+
"id": "points_from_landuse_peaks",
|
|
6388
6667
|
"type": "symbol",
|
|
6389
6668
|
"source": "osm",
|
|
6390
6669
|
"source-layer": "landuse_points_centroids",
|
|
@@ -6405,54 +6684,6 @@
|
|
|
6405
6684
|
"text-opacity": 1
|
|
6406
6685
|
}
|
|
6407
6686
|
},
|
|
6408
|
-
{
|
|
6409
|
-
"id": "points_fromlanduse",
|
|
6410
|
-
"type": "symbol",
|
|
6411
|
-
"source": "osm",
|
|
6412
|
-
"source-layer": "landuse_points_centroids",
|
|
6413
|
-
"minzoom": 16,
|
|
6414
|
-
"layout": {
|
|
6415
|
-
"icon-image": "{type}-18",
|
|
6416
|
-
"text-font": ["OpenHistorical"],
|
|
6417
|
-
"text-field": ["get", "name"],
|
|
6418
|
-
"text-size": [
|
|
6419
|
-
"interpolate",
|
|
6420
|
-
["linear"],
|
|
6421
|
-
["zoom"],
|
|
6422
|
-
6,
|
|
6423
|
-
8,
|
|
6424
|
-
16,
|
|
6425
|
-
10,
|
|
6426
|
-
20,
|
|
6427
|
-
12
|
|
6428
|
-
],
|
|
6429
|
-
"text-anchor": "top",
|
|
6430
|
-
"text-offset": [0, 1],
|
|
6431
|
-
"visibility": "visible",
|
|
6432
|
-
"icon-size": ["interpolate", ["linear"], ["zoom"], 15, 0.7, 20, 1.4]
|
|
6433
|
-
},
|
|
6434
|
-
"paint": {
|
|
6435
|
-
"text-color": "rgba(80, 80, 80, 1)",
|
|
6436
|
-
"text-halo-color": "rgba(255, 255, 255, 1)",
|
|
6437
|
-
"text-halo-width": 0.5
|
|
6438
|
-
}
|
|
6439
|
-
},
|
|
6440
|
-
{
|
|
6441
|
-
"id": "points_fromlanduseareas",
|
|
6442
|
-
"type": "symbol",
|
|
6443
|
-
"source": "osm",
|
|
6444
|
-
"source-layer": "landuse_points_centroids",
|
|
6445
|
-
"minzoom": 16,
|
|
6446
|
-
"filter": [
|
|
6447
|
-
"!",
|
|
6448
|
-
["in", ["get", "type"], ["literal", ["garden", "peak", "wetland"]]]
|
|
6449
|
-
],
|
|
6450
|
-
"layout": {
|
|
6451
|
-
"icon-image": "{type}-18",
|
|
6452
|
-
"text-font": ["OpenHistorical"],
|
|
6453
|
-
"visibility": "visible"
|
|
6454
|
-
}
|
|
6455
|
-
},
|
|
6456
6687
|
{
|
|
6457
6688
|
"id": "points_of_interest_shop",
|
|
6458
6689
|
"type": "symbol",
|
|
@@ -6478,7 +6709,7 @@
|
|
|
6478
6709
|
}
|
|
6479
6710
|
},
|
|
6480
6711
|
{
|
|
6481
|
-
"id": "
|
|
6712
|
+
"id": "county_labels_z11_admin_7-8_centroids",
|
|
6482
6713
|
"type": "symbol",
|
|
6483
6714
|
"source": "osm",
|
|
6484
6715
|
"source-layer": "land_ohm_centroids",
|
|
@@ -6512,7 +6743,7 @@
|
|
|
6512
6743
|
}
|
|
6513
6744
|
},
|
|
6514
6745
|
{
|
|
6515
|
-
"id": "
|
|
6746
|
+
"id": "county_labels_z11_admin_6_centroids",
|
|
6516
6747
|
"type": "symbol",
|
|
6517
6748
|
"source": "osm",
|
|
6518
6749
|
"source-layer": "land_ohm_centroids",
|
|
@@ -6620,7 +6851,7 @@
|
|
|
6620
6851
|
"filter": [
|
|
6621
6852
|
"in",
|
|
6622
6853
|
["get", "type"],
|
|
6623
|
-
["literal", ["hamlet", "
|
|
6854
|
+
["literal", ["hamlet", "neighborhood", "suburb", "village"]]
|
|
6624
6855
|
],
|
|
6625
6856
|
"layout": {
|
|
6626
6857
|
"text-field": ["get", "name"],
|
|
@@ -6886,7 +7117,7 @@
|
|
|
6886
7117
|
}
|
|
6887
7118
|
},
|
|
6888
7119
|
{
|
|
6889
|
-
"id": "
|
|
7120
|
+
"id": "country_points_labels_cen",
|
|
6890
7121
|
"type": "symbol",
|
|
6891
7122
|
"source": "osm",
|
|
6892
7123
|
"source-layer": "land_ohm_centroids",
|