@openhistoricalmap/map-styles 0.9.14 → 0.9.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -847,7 +847,6 @@ ohmVectorStyles = {
847
847
  [
848
848
  "literal",
849
849
  [
850
- "grave_yard",
851
850
  "picnic_site",
852
851
  "camp_site",
853
852
  "playground",
@@ -876,8 +875,6 @@ ohmVectorStyles = {
876
875
  "get",
877
876
  "type"
878
877
  ],
879
- "grave_yard",
880
- "rgba(214, 222, 210, 1)",
881
878
  "picnic_site",
882
879
  "rgba(208, 220, 174, 1)",
883
880
  "camp_site",
@@ -917,6 +914,34 @@ ohmVectorStyles = {
917
914
  ]
918
915
  }
919
916
  },
917
+ {
918
+ "id": "landuse_areas_cemetery_pattern",
919
+ "type": "fill",
920
+ "source": "ohm",
921
+ "source-layer": "landuse_areas",
922
+ "minzoom": 11,
923
+ "maxzoom": 24,
924
+ "filter": [
925
+ "in",
926
+ [
927
+ "get",
928
+ "type"
929
+ ],
930
+ [
931
+ "literal",
932
+ [
933
+ "cemetery"
934
+ ]
935
+ ]
936
+ ],
937
+ "layout": {
938
+ "visibility": "visible"
939
+ },
940
+ "paint": {
941
+ "fill-pattern": "cross_space_18px",
942
+ "fill-opacity": 0.3
943
+ }
944
+ },
920
945
  {
921
946
  "id": "parking_lots",
922
947
  "type": "fill",
@@ -1097,7 +1122,8 @@ ohmVectorStyles = {
1097
1122
  "literal",
1098
1123
  [
1099
1124
  "school",
1100
- "university"
1125
+ "university",
1126
+ "grave_yard"
1101
1127
  ]
1102
1128
  ]
1103
1129
  ],
@@ -1105,7 +1131,39 @@ ohmVectorStyles = {
1105
1131
  "visibility": "visible"
1106
1132
  },
1107
1133
  "paint": {
1108
- "fill-color": "rgba(226, 214, 205, 1)"
1134
+ "fill-color": [
1135
+ "match",
1136
+ [
1137
+ "get",
1138
+ "type"
1139
+ ],
1140
+ "grave_yard",
1141
+ "rgba(214, 222, 210, 1)",
1142
+ "rgba(226, 214, 205, 1)"
1143
+ ]
1144
+ }
1145
+ },
1146
+ {
1147
+ "id": "amenity_areas_grave_yard_pattern",
1148
+ "type": "fill",
1149
+ "source": "ohm",
1150
+ "source-layer": "amenity_areas",
1151
+ "minzoom": 11,
1152
+ "maxzoom": 24,
1153
+ "filter": [
1154
+ "==",
1155
+ [
1156
+ "get",
1157
+ "type"
1158
+ ],
1159
+ "grave_yard"
1160
+ ],
1161
+ "layout": {
1162
+ "visibility": "visible"
1163
+ },
1164
+ "paint": {
1165
+ "fill-pattern": "grave_yard_space_18px",
1166
+ "fill-opacity": 0.3
1109
1167
  }
1110
1168
  },
1111
1169
  {
@@ -1569,7 +1627,7 @@ ohmVectorStyles = {
1569
1627
  "id": "water_lines_cliff_line",
1570
1628
  "type": "line",
1571
1629
  "source": "ohm",
1572
- "source-layer": "water_lines",
1630
+ "source-layer": "natural_lines",
1573
1631
  "minzoom": 15,
1574
1632
  "maxzoom": 24,
1575
1633
  "filter": [
@@ -1611,7 +1669,7 @@ ohmVectorStyles = {
1611
1669
  "id": "water_lines_cliff_line_triangles",
1612
1670
  "type": "line",
1613
1671
  "source": "ohm",
1614
- "source-layer": "water_lines",
1672
+ "source-layer": "natural_lines",
1615
1673
  "minzoom": 15,
1616
1674
  "maxzoom": 24,
1617
1675
  "filter": [
@@ -1655,7 +1713,7 @@ ohmVectorStyles = {
1655
1713
  "id": "water_lines_waterfall_triangle",
1656
1714
  "type": "line",
1657
1715
  "source": "ohm",
1658
- "source-layer": "water_lines",
1716
+ "source-layer": "natural_lines",
1659
1717
  "minzoom": 15,
1660
1718
  "maxzoom": 24,
1661
1719
  "filter": [
@@ -2585,7 +2643,7 @@ ohmVectorStyles = {
2585
2643
  "type": "line",
2586
2644
  "source": "ohm",
2587
2645
  "source-layer": "transport_lines",
2588
- "minzoom": 5,
2646
+ "minzoom": 6,
2589
2647
  "maxzoom": 20,
2590
2648
  "filter": [
2591
2649
  "all",
@@ -2822,7 +2880,7 @@ ohmVectorStyles = {
2822
2880
  "type": "line",
2823
2881
  "source": "ohm",
2824
2882
  "source-layer": "transport_lines",
2825
- "minzoom": 5,
2883
+ "minzoom": 6,
2826
2884
  "maxzoom": 20,
2827
2885
  "filter": [
2828
2886
  "all",
@@ -3348,12 +3406,16 @@ ohmVectorStyles = {
3348
3406
  "construction"
3349
3407
  ],
3350
3408
  [
3351
- "==",
3409
+ "!=",
3352
3410
  [
3353
- "get",
3354
- "bridge"
3411
+ "coalesce",
3412
+ [
3413
+ "get",
3414
+ "bridge"
3415
+ ],
3416
+ 0
3355
3417
  ],
3356
- 0
3418
+ 1
3357
3419
  ],
3358
3420
  [
3359
3421
  "==",
@@ -3405,12 +3467,16 @@ ohmVectorStyles = {
3405
3467
  "construction"
3406
3468
  ],
3407
3469
  [
3408
- "==",
3470
+ "!=",
3409
3471
  [
3410
- "get",
3411
- "bridge"
3472
+ "coalesce",
3473
+ [
3474
+ "get",
3475
+ "bridge"
3476
+ ],
3477
+ 0
3412
3478
  ],
3413
- 0
3479
+ 1
3414
3480
  ],
3415
3481
  [
3416
3482
  "in",
@@ -5610,7 +5676,7 @@ ohmVectorStyles = {
5610
5676
  "type": "line",
5611
5677
  "source": "ohm",
5612
5678
  "source-layer": "transport_lines",
5613
- "minzoom": 9,
5679
+ "minzoom": 6,
5614
5680
  "maxzoom": 20,
5615
5681
  "filter": [
5616
5682
  "all",
@@ -5815,7 +5881,7 @@ ohmVectorStyles = {
5815
5881
  "type": "line",
5816
5882
  "source": "ohm",
5817
5883
  "source-layer": "transport_lines",
5818
- "minzoom": 5,
5884
+ "minzoom": 6,
5819
5885
  "maxzoom": 20,
5820
5886
  "filter": [
5821
5887
  "all",
@@ -7489,7 +7555,19 @@ ohmVectorStyles = {
7489
7555
  "line-join": "round"
7490
7556
  },
7491
7557
  "paint": {
7492
- "line-color": "#ffffff",
7558
+ "line-color": [
7559
+ "interpolate",
7560
+ [
7561
+ "linear"
7562
+ ],
7563
+ [
7564
+ "zoom"
7565
+ ],
7566
+ 10,
7567
+ "rgba(240, 240, 240, 1)",
7568
+ 12,
7569
+ "#ffffff"
7570
+ ],
7493
7571
  "line-width": [
7494
7572
  "interpolate",
7495
7573
  [
@@ -7818,12 +7896,16 @@ ohmVectorStyles = {
7818
7896
  ]
7819
7897
  ],
7820
7898
  [
7821
- "==",
7899
+ "!=",
7822
7900
  [
7823
- "get",
7824
- "tunnel"
7901
+ "coalesce",
7902
+ [
7903
+ "get",
7904
+ "tunnel"
7905
+ ],
7906
+ 0
7825
7907
  ],
7826
- 0
7908
+ 1
7827
7909
  ]
7828
7910
  ],
7829
7911
  "layout": {
@@ -8064,12 +8146,16 @@ ohmVectorStyles = {
8064
8146
  ]
8065
8147
  ],
8066
8148
  [
8067
- "==",
8149
+ "!=",
8068
8150
  [
8069
- "get",
8070
- "tunnel"
8151
+ "coalesce",
8152
+ [
8153
+ "get",
8154
+ "tunnel"
8155
+ ],
8156
+ 0
8071
8157
  ],
8072
- 0
8158
+ 1
8073
8159
  ]
8074
8160
  ],
8075
8161
  "layout": {
@@ -8256,12 +8342,16 @@ ohmVectorStyles = {
8256
8342
  "main"
8257
8343
  ],
8258
8344
  [
8259
- "==",
8345
+ "!=",
8260
8346
  [
8261
- "get",
8262
- "tunnel"
8347
+ "coalesce",
8348
+ [
8349
+ "get",
8350
+ "tunnel"
8351
+ ],
8352
+ 0
8263
8353
  ],
8264
- 0
8354
+ 1
8265
8355
  ]
8266
8356
  ],
8267
8357
  "layout": {
@@ -8573,12 +8663,16 @@ ohmVectorStyles = {
8573
8663
  "main"
8574
8664
  ],
8575
8665
  [
8576
- "==",
8666
+ "!=",
8577
8667
  [
8578
- "get",
8579
- "tunnel"
8668
+ "coalesce",
8669
+ [
8670
+ "get",
8671
+ "tunnel"
8672
+ ],
8673
+ 0
8580
8674
  ],
8581
- 0
8675
+ 1
8582
8676
  ]
8583
8677
  ],
8584
8678
  "layout": {
@@ -8667,12 +8761,16 @@ ohmVectorStyles = {
8667
8761
  "main"
8668
8762
  ],
8669
8763
  [
8670
- "==",
8764
+ "!=",
8671
8765
  [
8672
- "get",
8673
- "tunnel"
8766
+ "coalesce",
8767
+ [
8768
+ "get",
8769
+ "tunnel"
8770
+ ],
8771
+ 0
8674
8772
  ],
8675
- 0
8773
+ 1
8676
8774
  ]
8677
8775
  ],
8678
8776
  "layout": {
@@ -8888,12 +8986,16 @@ ohmVectorStyles = {
8888
8986
  "main"
8889
8987
  ],
8890
8988
  [
8891
- "==",
8989
+ "!=",
8892
8990
  [
8893
- "get",
8894
- "tunnel"
8991
+ "coalesce",
8992
+ [
8993
+ "get",
8994
+ "tunnel"
8995
+ ],
8996
+ 0
8895
8997
  ],
8896
- 0
8998
+ 1
8897
8999
  ]
8898
9000
  ],
8899
9001
  "layout": {
@@ -10856,7 +10958,7 @@ ohmVectorStyles = {
10856
10958
  "id": "water_lines_labels_cliff",
10857
10959
  "type": "symbol",
10858
10960
  "source": "ohm",
10859
- "source-layer": "water_lines",
10961
+ "source-layer": "natural_lines",
10860
10962
  "filter": [
10861
10963
  "==",
10862
10964
  [
@@ -12652,7 +12754,18 @@ ohmVectorStyles = {
12652
12754
  ],
12653
12755
  "layout": {
12654
12756
  "icon-image": "airport-18",
12655
- "icon-size": [
12757
+ "icon-offset": [
12758
+ -1,
12759
+ 0
12760
+ ],
12761
+ "text-font": [
12762
+ "OpenHistorical"
12763
+ ],
12764
+ "text-field": [
12765
+ "get",
12766
+ "ref"
12767
+ ],
12768
+ "text-size": [
12656
12769
  "interpolate",
12657
12770
  [
12658
12771
  "linear"
@@ -12660,13 +12773,43 @@ ohmVectorStyles = {
12660
12773
  [
12661
12774
  "zoom"
12662
12775
  ],
12663
- 10,
12664
- 1.2,
12776
+ 11.99,
12777
+ 12,
12778
+ 13,
12665
12779
  14,
12666
- 1.5
12780
+ 14,
12781
+ 14,
12782
+ 14.01,
12783
+ 0
12667
12784
  ],
12668
- "text-font": [
12669
- "OpenHistorical"
12785
+ "text-anchor": "left",
12786
+ "text-offset": [
12787
+ 1,
12788
+ 0
12789
+ ],
12790
+ "visibility": "visible"
12791
+ },
12792
+ "paint": {
12793
+ "text-color": "rgba(80, 80, 80, 1)",
12794
+ "text-halo-color": "rgba(255, 255, 255, 1)",
12795
+ "text-halo-width": 0.5,
12796
+ "text-halo-blur": 1,
12797
+ "text-opacity": [
12798
+ "interpolate",
12799
+ [
12800
+ "linear"
12801
+ ],
12802
+ [
12803
+ "zoom"
12804
+ ],
12805
+ 11.99,
12806
+ 0,
12807
+ 12,
12808
+ 0.8,
12809
+ 14,
12810
+ 0.8,
12811
+ 14.01,
12812
+ 0
12670
12813
  ]
12671
12814
  }
12672
12815
  },
@@ -13150,7 +13293,7 @@ ohmVectorStyles = {
13150
13293
  "literal",
13151
13294
  [
13152
13295
  "hamlet",
13153
- "neighborhood",
13296
+ "neighbourhood",
13154
13297
  "suburb",
13155
13298
  "village"
13156
13299
  ]
@@ -15647,12 +15790,16 @@ ohmVectorStyles = {
15647
15790
  ]
15648
15791
  ],
15649
15792
  [
15650
- "==",
15793
+ "!=",
15651
15794
  [
15652
- "get",
15653
- "bridge"
15795
+ "coalesce",
15796
+ [
15797
+ "get",
15798
+ "bridge"
15799
+ ],
15800
+ 0
15654
15801
  ],
15655
- 0
15802
+ 1
15656
15803
  ]
15657
15804
  ],
15658
15805
  "layout": {
@@ -19090,7 +19237,7 @@ ohmVectorStyles = {
19090
19237
  "id": "water_lines_cliff_line",
19091
19238
  "type": "line",
19092
19239
  "source": "ohm",
19093
- "source-layer": "water_lines",
19240
+ "source-layer": "natural_lines",
19094
19241
  "minzoom": 15,
19095
19242
  "maxzoom": 24,
19096
19243
  "filter": [
@@ -19140,7 +19287,7 @@ ohmVectorStyles = {
19140
19287
  "id": "water_lines_cliff_line_triangles",
19141
19288
  "type": "line",
19142
19289
  "source": "ohm",
19143
- "source-layer": "water_lines",
19290
+ "source-layer": "natural_lines",
19144
19291
  "minzoom": 15,
19145
19292
  "maxzoom": 24,
19146
19293
  "filter": [
@@ -19192,7 +19339,7 @@ ohmVectorStyles = {
19192
19339
  "id": "water_lines_waterfall_triangle",
19193
19340
  "type": "line",
19194
19341
  "source": "ohm",
19195
- "source-layer": "water_lines",
19342
+ "source-layer": "natural_lines",
19196
19343
  "minzoom": 15,
19197
19344
  "maxzoom": 24,
19198
19345
  "filter": [
@@ -20068,7 +20215,7 @@ ohmVectorStyles = {
20068
20215
  "type": "line",
20069
20216
  "source": "ohm",
20070
20217
  "source-layer": "transport_lines",
20071
- "minzoom": 5,
20218
+ "minzoom": 6,
20072
20219
  "maxzoom": 20,
20073
20220
  "filter": [
20074
20221
  "all",
@@ -20310,7 +20457,7 @@ ohmVectorStyles = {
20310
20457
  "type": "line",
20311
20458
  "source": "ohm",
20312
20459
  "source-layer": "transport_lines",
20313
- "minzoom": 5,
20460
+ "minzoom": 6,
20314
20461
  "maxzoom": 20,
20315
20462
  "filter": [
20316
20463
  "all",
@@ -20881,12 +21028,16 @@ ohmVectorStyles = {
20881
21028
  ]
20882
21029
  ],
20883
21030
  [
20884
- "==",
21031
+ "!=",
20885
21032
  [
20886
- "get",
20887
- "bridge"
21033
+ "coalesce",
21034
+ [
21035
+ "get",
21036
+ "bridge"
21037
+ ],
21038
+ 0
20888
21039
  ],
20889
- 0
21040
+ 1
20890
21041
  ],
20891
21042
  [
20892
21043
  "in",
@@ -20948,12 +21099,16 @@ ohmVectorStyles = {
20948
21099
  ]
20949
21100
  ],
20950
21101
  [
20951
- "==",
21102
+ "!=",
20952
21103
  [
20953
- "get",
20954
- "bridge"
21104
+ "coalesce",
21105
+ [
21106
+ "get",
21107
+ "bridge"
21108
+ ],
21109
+ 0
20955
21110
  ],
20956
- 0
21111
+ 1
20957
21112
  ],
20958
21113
  [
20959
21114
  "in",
@@ -23472,7 +23627,7 @@ ohmVectorStyles = {
23472
23627
  "type": "line",
23473
23628
  "source": "ohm",
23474
23629
  "source-layer": "transport_lines",
23475
- "minzoom": 9,
23630
+ "minzoom": 6,
23476
23631
  "maxzoom": 20,
23477
23632
  "filter": [
23478
23633
  "all",
@@ -23725,7 +23880,7 @@ ohmVectorStyles = {
23725
23880
  "type": "line",
23726
23881
  "source": "ohm",
23727
23882
  "source-layer": "transport_lines",
23728
- "minzoom": 5,
23883
+ "minzoom": 6,
23729
23884
  "maxzoom": 20,
23730
23885
  "filter": [
23731
23886
  "all",
@@ -27191,12 +27346,16 @@ ohmVectorStyles = {
27191
27346
  ]
27192
27347
  ],
27193
27348
  [
27194
- "==",
27349
+ "!=",
27195
27350
  [
27196
- "get",
27197
- "tunnel"
27351
+ "coalesce",
27352
+ [
27353
+ "get",
27354
+ "tunnel"
27355
+ ],
27356
+ 0
27198
27357
  ],
27199
- 0
27358
+ 1
27200
27359
  ]
27201
27360
  ],
27202
27361
  "layout": {
@@ -27241,12 +27400,16 @@ ohmVectorStyles = {
27241
27400
  "main"
27242
27401
  ],
27243
27402
  [
27244
- "==",
27403
+ "!=",
27245
27404
  [
27246
- "get",
27247
- "tunnel"
27405
+ "coalesce",
27406
+ [
27407
+ "get",
27408
+ "tunnel"
27409
+ ],
27410
+ 0
27248
27411
  ],
27249
- 0
27412
+ 1
27250
27413
  ],
27251
27414
  [
27252
27415
  "in",
@@ -27579,12 +27742,16 @@ ohmVectorStyles = {
27579
27742
  "spur"
27580
27743
  ],
27581
27744
  [
27582
- "==",
27745
+ "!=",
27583
27746
  [
27584
- "get",
27585
- "tunnel"
27747
+ "coalesce",
27748
+ [
27749
+ "get",
27750
+ "tunnel"
27751
+ ],
27752
+ 0
27586
27753
  ],
27587
- 0
27754
+ 1
27588
27755
  ]
27589
27756
  ],
27590
27757
  "layout": {
@@ -27692,12 +27859,16 @@ ohmVectorStyles = {
27692
27859
  "tourism"
27693
27860
  ],
27694
27861
  [
27695
- "==",
27862
+ "!=",
27696
27863
  [
27697
- "get",
27698
- "tunnel"
27864
+ "coalesce",
27865
+ [
27866
+ "get",
27867
+ "tunnel"
27868
+ ],
27869
+ 0
27699
27870
  ],
27700
- 0
27871
+ 1
27701
27872
  ]
27702
27873
  ],
27703
27874
  "layout": {
@@ -27774,12 +27945,16 @@ ohmVectorStyles = {
27774
27945
  "tourism"
27775
27946
  ],
27776
27947
  [
27777
- "==",
27948
+ "!=",
27778
27949
  [
27779
- "get",
27780
- "tunnel"
27950
+ "coalesce",
27951
+ [
27952
+ "get",
27953
+ "tunnel"
27954
+ ],
27955
+ 0
27781
27956
  ],
27782
- 0
27957
+ 1
27783
27958
  ]
27784
27959
  ],
27785
27960
  "layout": {
@@ -27885,12 +28060,16 @@ ohmVectorStyles = {
27885
28060
  "military"
27886
28061
  ],
27887
28062
  [
27888
- "==",
28063
+ "!=",
27889
28064
  [
27890
- "get",
27891
- "tunnel"
28065
+ "coalesce",
28066
+ [
28067
+ "get",
28068
+ "tunnel"
28069
+ ],
28070
+ 0
27892
28071
  ],
27893
- 0
28072
+ 1
27894
28073
  ]
27895
28074
  ],
27896
28075
  "layout": {
@@ -27967,12 +28146,16 @@ ohmVectorStyles = {
27967
28146
  "military"
27968
28147
  ],
27969
28148
  [
27970
- "==",
28149
+ "!=",
27971
28150
  [
27972
- "get",
27973
- "tunnel"
28151
+ "coalesce",
28152
+ [
28153
+ "get",
28154
+ "tunnel"
28155
+ ],
28156
+ 0
27974
28157
  ],
27975
- 0
28158
+ 1
27976
28159
  ]
27977
28160
  ],
27978
28161
  "layout": {
@@ -28078,12 +28261,16 @@ ohmVectorStyles = {
28078
28261
  "branch"
28079
28262
  ],
28080
28263
  [
28081
- "==",
28264
+ "!=",
28082
28265
  [
28083
- "get",
28084
- "tunnel"
28266
+ "coalesce",
28267
+ [
28268
+ "get",
28269
+ "tunnel"
28270
+ ],
28271
+ 0
28085
28272
  ],
28086
- 0
28273
+ 1
28087
28274
  ]
28088
28275
  ],
28089
28276
  "layout": {
@@ -28160,12 +28347,16 @@ ohmVectorStyles = {
28160
28347
  "branch"
28161
28348
  ],
28162
28349
  [
28163
- "==",
28350
+ "!=",
28164
28351
  [
28165
- "get",
28166
- "tunnel"
28352
+ "coalesce",
28353
+ [
28354
+ "get",
28355
+ "tunnel"
28356
+ ],
28357
+ 0
28167
28358
  ],
28168
- 0
28359
+ 1
28169
28360
  ]
28170
28361
  ],
28171
28362
  "layout": {
@@ -28271,12 +28462,16 @@ ohmVectorStyles = {
28271
28462
  "industrial"
28272
28463
  ],
28273
28464
  [
28274
- "==",
28465
+ "!=",
28275
28466
  [
28276
- "get",
28277
- "tunnel"
28467
+ "coalesce",
28468
+ [
28469
+ "get",
28470
+ "tunnel"
28471
+ ],
28472
+ 0
28278
28473
  ],
28279
- 0
28474
+ 1
28280
28475
  ]
28281
28476
  ],
28282
28477
  "layout": {
@@ -28353,12 +28548,16 @@ ohmVectorStyles = {
28353
28548
  "industrial"
28354
28549
  ],
28355
28550
  [
28356
- "==",
28551
+ "!=",
28357
28552
  [
28358
- "get",
28359
- "tunnel"
28553
+ "coalesce",
28554
+ [
28555
+ "get",
28556
+ "tunnel"
28557
+ ],
28558
+ 0
28360
28559
  ],
28361
- 0
28560
+ 1
28362
28561
  ]
28363
28562
  ],
28364
28563
  "layout": {
@@ -29849,7 +30048,7 @@ ohmVectorStyles = {
29849
30048
  "id": "water_lineslabels-cliff",
29850
30049
  "type": "symbol",
29851
30050
  "source": "ohm",
29852
- "source-layer": "water_lines",
30051
+ "source-layer": "natural_lines",
29853
30052
  "filter": [
29854
30053
  "in",
29855
30054
  [
@@ -31481,7 +31680,7 @@ ohmVectorStyles = {
31481
31680
  "hamlet",
31482
31681
  "islet",
31483
31682
  "locality",
31484
- "neighborhood",
31683
+ "neighbourhood",
31485
31684
  "suburb",
31486
31685
  "village"
31487
31686
  ]
@@ -33864,12 +34063,16 @@ ohmVectorStyles = {
33864
34063
  ]
33865
34064
  ],
33866
34065
  [
33867
- "==",
34066
+ "!=",
33868
34067
  [
33869
- "get",
33870
- "bridge"
34068
+ "coalesce",
34069
+ [
34070
+ "get",
34071
+ "bridge"
34072
+ ],
34073
+ 0
33871
34074
  ],
33872
- 0
34075
+ 1
33873
34076
  ]
33874
34077
  ],
33875
34078
  "layout": {