styled-map-package 1.0.0

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.
Files changed (60) hide show
  1. package/.github/workflows/node.yml +30 -0
  2. package/.github/workflows/release.yml +47 -0
  3. package/.husky/pre-commit +1 -0
  4. package/.nvmrc +1 -0
  5. package/LICENSE.md +7 -0
  6. package/README.md +28 -0
  7. package/bin/smp-download.js +83 -0
  8. package/bin/smp-view.js +52 -0
  9. package/bin/smp.js +11 -0
  10. package/eslint.config.js +17 -0
  11. package/lib/download.js +114 -0
  12. package/lib/index.js +6 -0
  13. package/lib/reader.js +150 -0
  14. package/lib/reporters.js +92 -0
  15. package/lib/server.js +64 -0
  16. package/lib/style-downloader.js +363 -0
  17. package/lib/tile-downloader.js +188 -0
  18. package/lib/types.ts +104 -0
  19. package/lib/utils/fetch.js +100 -0
  20. package/lib/utils/file-formats.js +85 -0
  21. package/lib/utils/geo.js +87 -0
  22. package/lib/utils/mapbox.js +155 -0
  23. package/lib/utils/misc.js +26 -0
  24. package/lib/utils/streams.js +162 -0
  25. package/lib/utils/style.js +174 -0
  26. package/lib/utils/templates.js +136 -0
  27. package/lib/writer.js +478 -0
  28. package/map-viewer/index.html +89 -0
  29. package/package.json +103 -0
  30. package/test/download-write-read.js +43 -0
  31. package/test/fixtures/invalid-styles/empty.json +1 -0
  32. package/test/fixtures/invalid-styles/missing-source.json +10 -0
  33. package/test/fixtures/invalid-styles/no-layers.json +4 -0
  34. package/test/fixtures/invalid-styles/no-sources.json +4 -0
  35. package/test/fixtures/invalid-styles/null.json +1 -0
  36. package/test/fixtures/invalid-styles/unsupported-version.json +5 -0
  37. package/test/fixtures/valid-styles/external-geojson.input.json +66 -0
  38. package/test/fixtures/valid-styles/external-geojson.output.json +93 -0
  39. package/test/fixtures/valid-styles/inline-geojson.input.json +421 -0
  40. package/test/fixtures/valid-styles/inline-geojson.output.json +1573 -0
  41. package/test/fixtures/valid-styles/maplibre-demotiles.input.json +831 -0
  42. package/test/fixtures/valid-styles/maplibre-unlabelled.input.json +496 -0
  43. package/test/fixtures/valid-styles/maplibre-unlabelled.output.json +1573 -0
  44. package/test/fixtures/valid-styles/minimal-labelled.input.json +37 -0
  45. package/test/fixtures/valid-styles/minimal-labelled.output.json +72 -0
  46. package/test/fixtures/valid-styles/minimal-sprites.input.json +37 -0
  47. package/test/fixtures/valid-styles/minimal-sprites.output.json +58 -0
  48. package/test/fixtures/valid-styles/minimal.input.json +54 -0
  49. package/test/fixtures/valid-styles/minimal.output.json +92 -0
  50. package/test/fixtures/valid-styles/multiple-sprites.input.json +46 -0
  51. package/test/fixtures/valid-styles/multiple-sprites.output.json +128 -0
  52. package/test/fixtures/valid-styles/raster-sources.input.json +33 -0
  53. package/test/fixtures/valid-styles/raster-sources.output.json +69 -0
  54. package/test/utils/assert-bbox-equal.js +19 -0
  55. package/test/utils/digest-stream.js +36 -0
  56. package/test/utils/image-streams.js +30 -0
  57. package/test/utils/reader-helper.js +72 -0
  58. package/test/write-read.js +620 -0
  59. package/tsconfig.json +18 -0
  60. package/types/buffer-peek-stream.d.ts +12 -0
@@ -0,0 +1,831 @@
1
+ {
2
+ "id": "43f36e14-e3f5-43c1-84c0-50a9c80dc5c7",
3
+ "name": "MapLibre",
4
+ "zoom": 0.8619833357855968,
5
+ "pitch": 0,
6
+ "center": [17.65431710431244, 32.954120326746775],
7
+ "glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf",
8
+ "layers": [
9
+ {
10
+ "id": "background",
11
+ "type": "background",
12
+ "paint": {
13
+ "background-color": "#D8F2FF"
14
+ },
15
+ "filter": ["all"],
16
+ "layout": {
17
+ "visibility": "visible"
18
+ },
19
+ "maxzoom": 24
20
+ },
21
+ {
22
+ "id": "coastline",
23
+ "type": "line",
24
+ "paint": {
25
+ "line-blur": 0.5,
26
+ "line-color": "#198EC8",
27
+ "line-width": {
28
+ "stops": [
29
+ [0, 2],
30
+ [6, 6],
31
+ [14, 9],
32
+ [22, 18]
33
+ ]
34
+ }
35
+ },
36
+ "filter": ["all"],
37
+ "layout": {
38
+ "line-cap": "round",
39
+ "line-join": "round",
40
+ "visibility": "visible"
41
+ },
42
+ "source": "maplibre",
43
+ "maxzoom": 24,
44
+ "minzoom": 0,
45
+ "source-layer": "countries"
46
+ },
47
+ {
48
+ "id": "countries-fill",
49
+ "type": "fill",
50
+ "paint": {
51
+ "fill-color": [
52
+ "match",
53
+ ["get", "ADM0_A3"],
54
+ [
55
+ "ARM",
56
+ "ATG",
57
+ "AUS",
58
+ "BTN",
59
+ "CAN",
60
+ "COG",
61
+ "CZE",
62
+ "GHA",
63
+ "GIN",
64
+ "HTI",
65
+ "ISL",
66
+ "JOR",
67
+ "KHM",
68
+ "KOR",
69
+ "LVA",
70
+ "MLT",
71
+ "MNE",
72
+ "MOZ",
73
+ "PER",
74
+ "SAH",
75
+ "SGP",
76
+ "SLV",
77
+ "SOM",
78
+ "TJK",
79
+ "TUV",
80
+ "UKR",
81
+ "WSM"
82
+ ],
83
+ "#D6C7FF",
84
+ [
85
+ "AZE",
86
+ "BGD",
87
+ "CHL",
88
+ "CMR",
89
+ "CSI",
90
+ "DEU",
91
+ "DJI",
92
+ "GUY",
93
+ "HUN",
94
+ "IOA",
95
+ "JAM",
96
+ "LBN",
97
+ "LBY",
98
+ "LSO",
99
+ "MDG",
100
+ "MKD",
101
+ "MNG",
102
+ "MRT",
103
+ "NIU",
104
+ "NZL",
105
+ "PCN",
106
+ "PYF",
107
+ "SAU",
108
+ "SHN",
109
+ "STP",
110
+ "TTO",
111
+ "UGA",
112
+ "UZB",
113
+ "ZMB"
114
+ ],
115
+ "#EBCA8A",
116
+ [
117
+ "AGO",
118
+ "ASM",
119
+ "ATF",
120
+ "BDI",
121
+ "BFA",
122
+ "BGR",
123
+ "BLZ",
124
+ "BRA",
125
+ "CHN",
126
+ "CRI",
127
+ "ESP",
128
+ "HKG",
129
+ "HRV",
130
+ "IDN",
131
+ "IRN",
132
+ "ISR",
133
+ "KNA",
134
+ "LBR",
135
+ "LCA",
136
+ "MAC",
137
+ "MUS",
138
+ "NOR",
139
+ "PLW",
140
+ "POL",
141
+ "PRI",
142
+ "SDN",
143
+ "TUN",
144
+ "UMI",
145
+ "USA",
146
+ "USG",
147
+ "VIR",
148
+ "VUT"
149
+ ],
150
+ "#C1E599",
151
+ [
152
+ "ARE",
153
+ "ARG",
154
+ "BHS",
155
+ "CIV",
156
+ "CLP",
157
+ "DMA",
158
+ "ETH",
159
+ "GAB",
160
+ "GRD",
161
+ "HMD",
162
+ "IND",
163
+ "IOT",
164
+ "IRL",
165
+ "IRQ",
166
+ "ITA",
167
+ "KOS",
168
+ "LUX",
169
+ "MEX",
170
+ "NAM",
171
+ "NER",
172
+ "PHL",
173
+ "PRT",
174
+ "RUS",
175
+ "SEN",
176
+ "SUR",
177
+ "TZA",
178
+ "VAT"
179
+ ],
180
+ "#E7E58F",
181
+ [
182
+ "AUT",
183
+ "BEL",
184
+ "BHR",
185
+ "BMU",
186
+ "BRB",
187
+ "CYN",
188
+ "DZA",
189
+ "EST",
190
+ "FLK",
191
+ "GMB",
192
+ "GUM",
193
+ "HND",
194
+ "JEY",
195
+ "KGZ",
196
+ "LIE",
197
+ "MAF",
198
+ "MDA",
199
+ "NGA",
200
+ "NRU",
201
+ "SLB",
202
+ "SOL",
203
+ "SRB",
204
+ "SWZ",
205
+ "THA",
206
+ "TUR",
207
+ "VEN",
208
+ "VGB"
209
+ ],
210
+ "#98DDA1",
211
+ [
212
+ "AIA",
213
+ "BIH",
214
+ "BLM",
215
+ "BRN",
216
+ "CAF",
217
+ "CHE",
218
+ "COM",
219
+ "CPV",
220
+ "CUB",
221
+ "ECU",
222
+ "ESB",
223
+ "FSM",
224
+ "GAZ",
225
+ "GBR",
226
+ "GEO",
227
+ "KEN",
228
+ "LTU",
229
+ "MAR",
230
+ "MCO",
231
+ "MDV",
232
+ "NFK",
233
+ "NPL",
234
+ "PNG",
235
+ "PRY",
236
+ "QAT",
237
+ "SLE",
238
+ "SPM",
239
+ "SYC",
240
+ "TCA",
241
+ "TKM",
242
+ "TLS",
243
+ "VNM",
244
+ "WEB",
245
+ "WSB",
246
+ "YEM",
247
+ "ZWE"
248
+ ],
249
+ "#83D5F4",
250
+ [
251
+ "ABW",
252
+ "ALB",
253
+ "AND",
254
+ "ATC",
255
+ "BOL",
256
+ "COD",
257
+ "CUW",
258
+ "CYM",
259
+ "CYP",
260
+ "EGY",
261
+ "FJI",
262
+ "GGY",
263
+ "IMN",
264
+ "KAB",
265
+ "KAZ",
266
+ "KWT",
267
+ "LAO",
268
+ "MLI",
269
+ "MNP",
270
+ "MSR",
271
+ "MYS",
272
+ "NIC",
273
+ "NLD",
274
+ "PAK",
275
+ "PAN",
276
+ "PRK",
277
+ "ROU",
278
+ "SGS",
279
+ "SVN",
280
+ "SWE",
281
+ "TGO",
282
+ "TWN",
283
+ "VCT",
284
+ "ZAF"
285
+ ],
286
+ "#B1BBF9",
287
+ ["ATA", "GRL"],
288
+ "#FFFFFF",
289
+ "#EAB38F"
290
+ ]
291
+ },
292
+ "filter": ["all"],
293
+ "layout": {
294
+ "visibility": "visible"
295
+ },
296
+ "source": "maplibre",
297
+ "maxzoom": 24,
298
+ "source-layer": "countries"
299
+ },
300
+ {
301
+ "id": "countries-boundary",
302
+ "type": "line",
303
+ "paint": {
304
+ "line-color": "rgba(255, 255, 255, 1)",
305
+ "line-width": {
306
+ "stops": [
307
+ [1, 1],
308
+ [6, 2],
309
+ [14, 6],
310
+ [22, 12]
311
+ ]
312
+ },
313
+ "line-opacity": {
314
+ "stops": [
315
+ [3, 0.5],
316
+ [6, 1]
317
+ ]
318
+ }
319
+ },
320
+ "layout": {
321
+ "line-cap": "round",
322
+ "line-join": "round",
323
+ "visibility": "visible"
324
+ },
325
+ "source": "maplibre",
326
+ "maxzoom": 24,
327
+ "source-layer": "countries"
328
+ },
329
+ {
330
+ "id": "geolines",
331
+ "type": "line",
332
+ "paint": {
333
+ "line-color": "#1077B0",
334
+ "line-opacity": 1,
335
+ "line-dasharray": [3, 3]
336
+ },
337
+ "filter": ["all", ["!=", "name", "International Date Line"]],
338
+ "layout": {
339
+ "visibility": "visible"
340
+ },
341
+ "source": "maplibre",
342
+ "maxzoom": 24,
343
+ "source-layer": "geolines"
344
+ },
345
+ {
346
+ "id": "geolines-label",
347
+ "type": "symbol",
348
+ "paint": {
349
+ "text-color": "#1077B0",
350
+ "text-halo-blur": 1,
351
+ "text-halo-color": "rgba(255, 255, 255, 1)",
352
+ "text-halo-width": 1
353
+ },
354
+ "filter": ["all", ["!=", "name", "International Date Line"]],
355
+ "layout": {
356
+ "text-font": ["Open Sans Semibold"],
357
+ "text-size": {
358
+ "stops": [
359
+ [2, 12],
360
+ [6, 16]
361
+ ]
362
+ },
363
+ "text-field": "{name}",
364
+ "visibility": "visible",
365
+ "symbol-placement": "line"
366
+ },
367
+ "source": "maplibre",
368
+ "maxzoom": 24,
369
+ "minzoom": 1,
370
+ "source-layer": "geolines"
371
+ },
372
+ {
373
+ "id": "countries-label",
374
+ "type": "symbol",
375
+ "paint": {
376
+ "text-color": "rgba(8, 37, 77, 1)",
377
+ "text-halo-blur": {
378
+ "stops": [
379
+ [2, 0.2],
380
+ [6, 0]
381
+ ]
382
+ },
383
+ "text-halo-color": "rgba(255, 255, 255, 1)",
384
+ "text-halo-width": {
385
+ "stops": [
386
+ [2, 1],
387
+ [6, 1.6]
388
+ ]
389
+ }
390
+ },
391
+ "filter": ["all"],
392
+ "layout": {
393
+ "text-font": ["Open Sans Semibold"],
394
+ "text-size": {
395
+ "stops": [
396
+ [2, 10],
397
+ [4, 12],
398
+ [6, 16]
399
+ ]
400
+ },
401
+ "text-field": {
402
+ "stops": [
403
+ [2, "{ABBREV}"],
404
+ [4, "{NAME}"]
405
+ ]
406
+ },
407
+ "visibility": "visible",
408
+ "text-max-width": 10,
409
+ "text-transform": {
410
+ "stops": [
411
+ [0, "uppercase"],
412
+ [2, "none"]
413
+ ]
414
+ }
415
+ },
416
+ "source": "maplibre",
417
+ "maxzoom": 24,
418
+ "minzoom": 2,
419
+ "source-layer": "centroids"
420
+ },
421
+ {
422
+ "id": "crimea-fill",
423
+ "type": "fill",
424
+ "source": "crimea",
425
+ "paint": {
426
+ "fill-color": "#D6C7FF"
427
+ }
428
+ }
429
+ ],
430
+ "bearing": 0,
431
+ "sources": {
432
+ "maplibre": {
433
+ "url": "https://demotiles.maplibre.org/tiles/tiles.json",
434
+ "type": "vector"
435
+ },
436
+ "crimea": {
437
+ "type": "geojson",
438
+ "data": {
439
+ "type": "Feature",
440
+ "geometry": {
441
+ "type": "Polygon",
442
+ "coordinates": [
443
+ [
444
+ [34.00905273547181, 46.55925987559425],
445
+ [33.64325260204026, 46.34533545368038],
446
+ [33.628682598560204, 46.12569762665683],
447
+ [33.64292861730951, 46.10476396128129],
448
+ [33.648473474905984, 46.09033047763651],
449
+ [33.63876482059936, 46.077976784785335],
450
+ [33.62782672238245, 46.06747935719011],
451
+ [33.62911357645072, 46.05708111413949],
452
+ [33.642686868727424, 46.02192963417187],
453
+ [33.6429723910654, 46.01521185644708],
454
+ [33.636224138774026, 46.006705833212465],
455
+ [33.63052626465907, 45.99692992186792],
456
+ [33.63193836679693, 45.988472992911284],
457
+ [33.64276684834442, 45.984575360297384],
458
+ [33.646928693041986, 45.97981936210982],
459
+ [33.638745893564305, 45.96829769147004],
460
+ [33.61958133326394, 45.951176418494185],
461
+ [33.63181380398527, 45.9445404758078],
462
+ [33.638921676216, 45.94737012930554],
463
+ [33.64561542516918, 45.95403251372139],
464
+ [33.65666403976448, 45.95687114427736],
465
+ [33.6825817382811, 45.95878100879199],
466
+ [33.738791807037614, 45.94836945227263],
467
+ [33.758180142697, 45.94072970008301],
468
+ [33.77735917288169, 45.92923970233858],
469
+ [33.75927796793485, 45.92241179584471],
470
+ [33.72529865009221, 45.91587363154565],
471
+ [33.70875012326826, 45.91008760988058],
472
+ [33.69378857293381, 45.91480850795665],
473
+ [33.69092650243843, 45.89657370898402],
474
+ [33.693592356906805, 45.87271465766318],
475
+ [33.69226765972388, 45.86041392418218],
476
+ [33.6704813511748, 45.8584273836251],
477
+ [33.65936345808916, 45.85944682601249],
478
+ [33.653870582376726, 45.86425922279372],
479
+ [33.65107345584843, 45.87089907254003],
480
+ [33.63067378180233, 45.88040685247182],
481
+ [33.61945300059696, 45.88147266102649],
482
+ [33.60987421595539, 45.88048951126686],
483
+ [33.59906957603934, 45.877610457390375],
484
+ [33.57828877687868, 45.86810261756233],
485
+ [33.55357394560386, 45.84700625141778],
486
+ [33.530220674480375, 45.84221983655459],
487
+ [33.5192297395441, 45.84121682367507],
488
+ [33.50832088442496, 45.84313067048083],
489
+ [33.48901101848409, 45.85268298292175],
490
+ [33.482152996405716, 45.854578171799005],
491
+ [33.46719955896293, 45.849912739405056],
492
+ [33.42447496599681, 45.83075886348303],
493
+ [33.40940172404095, 45.82691953557702],
494
+ [33.37918350072067, 45.802867525073566],
495
+ [33.37362145339398, 45.79619281922518],
496
+ [33.33805543634864, 45.78577808972071],
497
+ [33.26498872665803, 45.75410774187094],
498
+ [33.22887541283427, 45.75131270772724],
499
+ [33.19548267281132, 45.7644887297206],
500
+ [33.1789202379222, 45.78010311364778],
501
+ [33.1688456078636, 45.78470227904205],
502
+ [33.161012432811674, 45.77921593899549],
503
+ [33.15951585299757, 45.76864464913777],
504
+ [33.165962301438725, 45.762685940125465],
505
+ [33.1750888126426, 45.759218220695715],
506
+ [33.181464829753, 45.75490447884948],
507
+ [33.17613930782352, 45.7437961960276],
508
+ [33.16369168844906, 45.735912015025065],
509
+ [32.93692665480876, 45.662114646778264],
510
+ [32.86839112407645, 45.63044340698664],
511
+ [32.83803944575723, 45.60834075026611],
512
+ [32.82702772424804, 45.59576101516498],
513
+ [32.82433467080986, 45.58705137380335],
514
+ [32.82563941622885, 45.579605763895614],
515
+ [32.82993674258438, 45.56978311819469],
516
+ [32.82851940940563, 45.56227808675749],
517
+ [32.813310142795274, 45.55930933158257],
518
+ [32.80213583657516, 45.560145780074464],
519
+ [32.78258622159436, 45.565158335073846],
520
+ [32.77333922465823, 45.56689313356526],
521
+ [32.758306734735356, 45.565030173463356],
522
+ [32.750177256846115, 45.55943726334968],
523
+ [32.74340732630185, 45.55261895849793],
524
+ [32.73524549539499, 45.54598788110354],
525
+ [32.72031700779701, 45.53735927760957],
526
+ [32.70536040418847, 45.53169142131733],
527
+ [32.68589438933773, 45.52663379187257],
528
+ [32.66370583186284, 45.52563107058867],
529
+ [32.64312077736798, 45.52188979044979],
530
+ [32.525284074162556, 45.45838108691365],
531
+ [32.49490411219156, 45.43524910229854],
532
+ [32.48107654411925, 45.408986638827514],
533
+ [32.48514589713025, 45.39458067125969],
534
+ [32.51256939517424, 45.34060655033625],
535
+ [32.535915460470335, 45.33777248012882],
536
+ [32.57027153843481, 45.32510892683359],
537
+ [32.590830644991826, 45.32038723212662],
538
+ [32.66380378113439, 45.320421746458976],
539
+ [32.67760722618917, 45.32609231279554],
540
+ [32.71316246802607, 45.353283572618125],
541
+ [32.72817188836078, 45.36074681043402],
542
+ [32.750518060251466, 45.36371725645313],
543
+ [32.89973931692998, 45.35412322462227],
544
+ [32.941197846443885, 45.34245505845169],
545
+ [32.97701667405008, 45.32596743563991],
546
+ [33.04296090827762, 45.2853982930032],
547
+ [33.05274355585479, 45.28154273654923],
548
+ [33.06850284417635, 45.27703461892352],
549
+ [33.07825272648239, 45.272210805127315],
550
+ [33.089426322403455, 45.25656353201492],
551
+ [33.09897492343546, 45.247820101667884],
552
+ [33.12384611720435, 45.238235755071685],
553
+ [33.15767197859745, 45.20755227709648],
554
+ [33.172959979330074, 45.19681657531794],
555
+ [33.21837666514142, 45.187878368659824],
556
+ [33.24017433636709, 45.180191106261134],
557
+ [33.248571989896675, 45.16588271012458],
558
+ [33.259649216030766, 45.155918961282026],
559
+ [33.28309785485047, 45.16064860772312],
560
+ [33.31767999550894, 45.17535522412791],
561
+ [33.35458473323109, 45.18598673360148],
562
+ [33.39725661527919, 45.18973663076909],
563
+ [33.41344561756824, 45.18490731877088],
564
+ [33.468468576977216, 45.149132412229676],
565
+ [33.537128652906205, 45.11719769268973],
566
+ [33.56161328289443, 45.094099022711475],
567
+ [33.57837628774928, 45.053145935448015],
568
+ [33.58247744978442, 45.027377243150454],
569
+ [33.5851414316958, 45.01816461606674],
570
+ [33.6031021265521, 44.993103583251695],
571
+ [33.605922209331794, 44.986905272229734],
572
+ [33.60843524291815, 44.97039962759274],
573
+ [33.61943161357851, 44.93184946652454],
574
+ [33.619484500808824, 44.90819321920554],
575
+ [33.61549738593425, 44.88894092276257],
576
+ [33.608561183117274, 44.871288478948514],
577
+ [33.59889474705494, 44.859790298912856],
578
+ [33.55904244709464, 44.850057575124595],
579
+ [33.54667558363471, 44.83724531175508],
580
+ [33.53701832136994, 44.81871953508235],
581
+ [33.5303157846202, 44.798338017069625],
582
+ [33.5249116915937, 44.78918633101301],
583
+ [33.51669091675143, 44.784809980590666],
584
+ [33.524785531609865, 44.77183212449111],
585
+ [33.5302902535075, 44.75724515985675],
586
+ [33.53710734694323, 44.73034290771247],
587
+ [33.54650992495621, 44.70989226909535],
588
+ [33.5481286806762, 44.699106546699085],
589
+ [33.543995566510915, 44.68230506537358],
590
+ [33.53580273994743, 44.6726082589706],
591
+ [33.52337411931097, 44.661863083605255],
592
+ [33.515320778874354, 44.6491266698327],
593
+ [33.516377841582795, 44.63464990118433],
594
+ [33.52466971637648, 44.62863961572572],
595
+ [33.557474298027785, 44.62473000923737],
596
+ [33.5710648827386, 44.620853511273225],
597
+ [33.55105839203679, 44.61506440493406],
598
+ [33.499905706797676, 44.61452599304897],
599
+ [33.48451102966331, 44.60992438254493],
600
+ [33.47658499621011, 44.60714391514574],
601
+ [33.46705078205747, 44.60616254193252],
602
+ [33.44476599234898, 44.607062134677875],
603
+ [33.4353466482458, 44.60509936890821],
604
+ [33.413591053005575, 44.593500212748125],
605
+ [33.40543527945235, 44.59055535193136],
606
+ [33.37510958624222, 44.58564691897425],
607
+ [33.37074452434078, 44.58851022190515],
608
+ [33.372237834990756, 44.576810695127364],
609
+ [33.37913003799301, 44.56412673079859],
610
+ [33.48759131590526, 44.51024086451031],
611
+ [33.50011215135888, 44.50041002882833],
612
+ [33.517917009115365, 44.49074142372788],
613
+ [33.53836387802215, 44.49164280212756],
614
+ [33.56041892763031, 44.4966411022441],
615
+ [33.57822378538677, 44.497542389459795],
616
+ [33.59062975079095, 44.48975808594983],
617
+ [33.619577003408466, 44.46229988129974],
618
+ [33.62635433636015, 44.45336293328907],
619
+ [33.63175322871038, 44.434828756313124],
620
+ [33.645537634715026, 44.42498521035591],
621
+ [33.721007257593925, 44.39946630464436],
622
+ [33.74168386660085, 44.39560878121904],
623
+ [33.80727466517129, 44.39454176175843],
624
+ [33.81841706002561, 44.39552670349164],
625
+ [33.83909366903248, 44.40143600575672],
626
+ [33.85149963444792, 44.40143600575945],
627
+ [33.91467816197718, 44.38387049706651],
628
+ [33.938111652185, 44.38083293528811],
629
+ [33.957065210440874, 44.38272116790142],
630
+ [34.06614966692763, 44.42019923628979],
631
+ [34.088893936836286, 44.42200415824283],
632
+ [34.10279321289039, 44.42487551014821],
633
+ [34.135933345669, 44.44163597968952],
634
+ [34.14696087047267, 44.44959070749778],
635
+ [34.16058918507403, 44.466287285335795],
636
+ [34.170123399227776, 44.48186111741296],
637
+ [34.182759104731986, 44.49267838558103],
638
+ [34.22923417224524, 44.49949719774551],
639
+ [34.24301857824986, 44.50744404277697],
640
+ [34.263903954150294, 44.53186886058606],
641
+ [34.26631622520165, 44.53555362837611],
642
+ [34.26631622520165, 44.54153064468656],
643
+ [34.27033667695244, 44.545378535987936],
644
+ [34.2757355693048, 44.54644280144541],
645
+ [34.285384653508004, 44.54562413743594],
646
+ [34.299973149863405, 44.54554227040174],
647
+ [34.32260254971496, 44.543577427039224],
648
+ [34.3308731933177, 44.54546040325087],
649
+ [34.340292537420794, 44.55798473830754],
650
+ [34.38042135640006, 44.631830317636684],
651
+ [34.41495238900856, 44.673669777529994],
652
+ [34.424193090575585, 44.68239452736094],
653
+ [34.42959198292681, 44.68884644523774],
654
+ [34.469399167794535, 44.730194532749294],
655
+ [34.47376422969597, 44.73011292571252],
656
+ [34.47376422969597, 44.72635887754967],
657
+ [34.475142670296464, 44.723502373339585],
658
+ [34.499724861011515, 44.74292382044041],
659
+ [34.532800295801195, 44.752620844929055],
660
+ [34.61217550038418, 44.76534519537847],
661
+ [34.65065696715081, 44.777088262503725],
662
+ [34.72084256772871, 44.811080759265764],
663
+ [34.756796893391225, 44.82094054159748],
664
+ [34.82646979041766, 44.81208604604609],
665
+ [34.84289620758207, 44.816893835303176],
666
+ [34.856910353686715, 44.82373813182468],
667
+ [34.889648317948144, 44.817871641692506],
668
+ [34.90733830566026, 44.820886440346584],
669
+ [34.922960632465504, 44.83050015059965],
670
+ [34.92950822531711, 44.83652826953224],
671
+ [34.94179932067178, 44.84019370922482],
672
+ [34.95282684547897, 44.841415470643284],
673
+ [34.98567967978991, 44.840275160795755],
674
+ [35.0053224583441, 44.83538786296728],
675
+ [35.017958163849414, 44.82219008824552],
676
+ [35.02703289780189, 44.80890779582285],
677
+ [35.037933245998005, 44.79869792240089],
678
+ [35.08073333784134, 44.793525442788905],
679
+ [35.1080207326404, 44.824553365795765],
680
+ [35.130368105574235, 44.86879838545747],
681
+ [35.15485200090768, 44.90071251697748],
682
+ [35.17111229780758, 44.90746386008772],
683
+ [35.21522068940149, 44.91421441031795],
684
+ [35.233163085981715, 44.925728224907715],
685
+ [35.25636688416236, 44.95896657181197],
686
+ [35.27300098099195, 44.96690119386028],
687
+ [35.29748487632534, 44.95605693543271],
688
+ [35.30496087491386, 44.96121482614441],
689
+ [35.315240372954605, 44.965711070514175],
690
+ [35.31935217217088, 44.96941359539801],
691
+ [35.36757236298112, 44.94362319076086],
692
+ [35.36103086422793, 44.97364475976596],
693
+ [35.362152264014156, 44.98593980935419],
694
+ [35.374674561627444, 44.997835734117416],
695
+ [35.389439658813274, 45.00180049366759],
696
+ [35.42270785247763, 45.00087540764923],
697
+ [35.43504325012745, 45.00470780964241],
698
+ [35.43504325012745, 45.011446929213974],
699
+ [35.40631957913584, 45.02015821022701],
700
+ [35.40089948016896, 45.025046135473445],
701
+ [35.39790908073891, 45.03482073400548],
702
+ [35.40052568024015, 45.042216617888045],
703
+ [35.40631957913584, 45.051328088783805],
704
+ [35.40744097892215, 45.06294640963205],
705
+ [35.41734667704213, 45.0708666385693],
706
+ [35.469304867139925, 45.10068964922732],
707
+ [35.5070260597534, 45.113341616151644],
708
+ [35.54758335202416, 45.12019982412133],
709
+ [35.59019654390909, 45.11993606213795],
710
+ [35.63411803553862, 45.11439677872579],
711
+ [35.70669729572677, 45.09480210570922],
712
+ [35.771782422456766, 45.06572995732262],
713
+ [35.78430472007, 45.057941041321754],
714
+ [35.81250040352472, 45.031852200991295],
715
+ [35.81941570220667, 45.021152336906454],
716
+ [35.82763930064016, 44.99895365027004],
717
+ [35.848198296721705, 44.99208088455586],
718
+ [35.916977483614176, 45.00172895661731],
719
+ [35.99360646900681, 44.997896355361604],
720
+ [36.00893226608571, 45.00926125333629],
721
+ [36.02539976723364, 45.03288661039673],
722
+ [36.047827762958946, 45.048074065419456],
723
+ [36.078666257082034, 45.03883000769565],
724
+ [36.079137312377895, 45.046610970582435],
725
+ [36.135020401727616, 45.02125162210126],
726
+ [36.2241716847341, 45.00751061631556],
727
+ [36.24398308095806, 45.011474706353084],
728
+ [36.24828178013877, 45.01649549321965],
729
+ [36.25332807917695, 45.03247980324494],
730
+ [36.25743987839326, 45.03842324279259],
731
+ [36.267158676549116, 45.043573724415154],
732
+ [36.2783726744118, 45.04555455542638],
733
+ [36.36740852558336, 45.04833265291825],
734
+ [36.44029951169139, 45.06787222615526],
735
+ [36.45375630913995, 45.07631970334319],
736
+ [36.455251508854985, 45.09202341204062],
737
+ [36.44142091149291, 45.10709638287736],
738
+ [36.41432041665814, 45.12872568311289],
739
+ [36.40852651776157, 45.149160473330085],
740
+ [36.409997342308856, 45.171615955386955],
741
+ [36.418312796420764, 45.23001671705953],
742
+ [36.42672329481775, 45.25186253492981],
743
+ [36.43756477765089, 45.27227491599612],
744
+ [36.4497132753354, 45.28542626329343],
745
+ [36.45905827355429, 45.28753019598713],
746
+ [36.4814862692796, 45.28845064200263],
747
+ [36.4909554290368, 45.29213135137758],
748
+ [36.49637552800283, 45.300940007322055],
749
+ [36.49394582846682, 45.305015191082816],
750
+ [36.48871262946426, 45.30935296803605],
751
+ [36.48460083024801, 45.315924724862185],
752
+ [36.489647129296515, 45.336413860372005],
753
+ [36.502169426909745, 45.34731734941451],
754
+ [36.52104632331191, 45.35033842661815],
755
+ [36.544281237819945, 45.34731734942025],
756
+ [36.57455903204905, 45.33601971904315],
757
+ [36.585399229982954, 45.333917585593355],
758
+ [36.59810088537549, 45.334837278577254],
759
+ [36.630808379142394, 45.34048649352954],
760
+ [36.637536777859964, 45.3511265071989],
761
+ [36.63099527910589, 45.3741073632589],
762
+ [36.61359545390113, 45.40895280985421],
763
+ [36.59845655678569, 45.421547717459106],
764
+ [36.58331765967199, 45.42731944465129],
765
+ [36.566309762912795, 45.42548305000767],
766
+ [36.54836736633254, 45.41210180010589],
767
+ [36.53285466928139, 45.4090840212946],
768
+ [36.51565987255873, 45.41957994832251],
769
+ [36.49117597722616, 45.44279525429408],
770
+ [36.47043008117939, 45.4458112314303],
771
+ [36.411182792482634, 45.43610707766504],
772
+ [36.391371396258705, 45.43991025572652],
773
+ [36.35959840231365, 45.45407156049933],
774
+ [36.33960010612526, 45.45695583486963],
775
+ [36.33025510790637, 45.454464879327446],
776
+ [36.32053630976225, 45.44856480887407],
777
+ [36.31156511147125, 45.4438443081136],
778
+ [36.29885591389362, 45.442795254299995],
779
+ [36.3072664122906, 45.46115087970253],
780
+ [36.30016421364425, 45.47320989503609],
781
+ [36.283717016779036, 45.476355300848866],
782
+ [36.267082919949445, 45.46704963343626],
783
+ [36.25213092279836, 45.46115087970253],
784
+ [36.13681364478941, 45.46219959214511],
785
+ [36.11700224855986, 45.45721803432335],
786
+ [36.097003952371466, 45.441483909606006],
787
+ [36.06952965760803, 45.43046741078453],
788
+ [36.0655449627526, 45.42553028973455],
789
+ [36.05134056545904, 45.39535242162091],
790
+ [36.022557970944945, 45.368441166003805],
791
+ [35.986486277818386, 45.362926059418186],
792
+ [35.94723728529826, 45.372380198658874],
793
+ [35.87220216002379, 45.404075760536614],
794
+ [35.85388596351393, 45.413916621802144],
795
+ [35.84715756479628, 45.426379251448395],
796
+ [35.8524047739447, 45.44386497541683],
797
+ [35.85950697259193, 45.45933624762881],
798
+ [35.857824872912545, 45.469953901705],
799
+ [35.83278027768503, 45.47087138287168],
800
+ [35.8167068807486, 45.46392436820739],
801
+ [35.80362388324218, 45.44963442058864],
802
+ [35.79469305616038, 45.42980210462429],
803
+ [35.791889556694684, 45.41209230278156],
804
+ [35.772265060435046, 45.39214572935421],
805
+ [35.767405661361295, 45.38873311015669],
806
+ [35.75189296431793, 45.386632934388984],
807
+ [35.7481549650407, 45.379938103368545],
808
+ [35.746846665290036, 45.369960021421576],
809
+ [35.74423006578874, 45.36076812520648],
810
+ [35.71619507113218, 45.34040932557082],
811
+ [35.69451467527287, 45.32989869277279],
812
+ [35.51720627467216, 45.29506847418358],
813
+ [35.48038698168983, 45.2979608697527],
814
+ [35.33194061536096, 45.371562726652314],
815
+ [35.04491375777232, 45.669545248704424],
816
+ [35.00230056589345, 45.7290693869553],
817
+ [34.70631294999043, 46.024929846739866],
818
+ [34.35868883309806, 46.106725558140795],
819
+ [34.00905273547181, 46.55925987559425]
820
+ ]
821
+ ]
822
+ }
823
+ }
824
+ }
825
+ },
826
+ "version": 8,
827
+ "metadata": {
828
+ "maptiler:copyright": "This style was generated on MapTiler Cloud. Usage is governed by the license terms in https://github.com/maplibre/demotiles/blob/gh-pages/LICENSE",
829
+ "openmaptiles:version": "3.x"
830
+ }
831
+ }