@redus/georedus-ui 0.8.9 → 0.10.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 (53) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/index.d.ts +2 -0
  3. package/dist/main.js +8428 -4856
  4. package/dist/viewSpecs/basemaps/dataviz/index.d.ts +53 -0
  5. package/dist/viewSpecs/basemaps/index.d.ts +2 -0
  6. package/dist/viewSpecs/basemaps/satellite/index.d.ts +53 -0
  7. package/dist/viewSpecs/basemaps/util/br_municipios/index.d.ts +39 -0
  8. package/dist/viewSpecs/basemaps/util/maptiler/index.d.ts +20 -0
  9. package/dist/viewSpecs/basemaps/util/maptiler/maptiler-dataviz-map-style.d.ts +2044 -0
  10. package/dist/viewSpecs/basemaps/util/maptiler/maptiler-satellite-map-style.d.ts +588 -0
  11. package/dist/viewSpecs/development/ana_br_bacias_hidrograficas.d.ts +24 -0
  12. package/dist/viewSpecs/development/br_divisao_territorial.d.ts +65 -0
  13. package/dist/viewSpecs/development/curvatura.d.ts +41 -0
  14. package/dist/viewSpecs/development/declividade.d.ts +67 -0
  15. package/dist/viewSpecs/development/hand.d.ts +83 -0
  16. package/dist/viewSpecs/development/index.d.ts +8 -0
  17. package/dist/viewSpecs/development/overture_places_poc.d.ts +32 -0
  18. package/dist/viewSpecs/development/redus_mutirao_cop_2025.d.ts +94 -0
  19. package/dist/viewSpecs/development/temperatura_superficie.d.ts +86 -0
  20. package/dist/viewSpecs/index.d.ts +1 -0
  21. package/dist/viewSpecs/presets/cem_censo/2010_2022/buildings/index.d.ts +65 -0
  22. package/dist/viewSpecs/presets/cem_censo/2010_2022/chartUtil.d.ts +26 -0
  23. package/dist/viewSpecs/presets/cem_censo/2010_2022/confSchema.d.ts +87 -0
  24. package/dist/viewSpecs/presets/cem_censo/2010_2022/customGeoJSON/index.d.ts +93 -0
  25. package/dist/viewSpecs/presets/cem_censo/2010_2022/dataUtil.d.ts +13 -0
  26. package/dist/viewSpecs/presets/cem_censo/2010_2022/download.d.ts +11 -0
  27. package/dist/viewSpecs/presets/{cem_censo_2010_2022 → cem_censo/2010_2022}/index.d.ts +5 -117
  28. package/dist/viewSpecs/presets/cem_censo/2010_2022/metadata.d.ts +67 -0
  29. package/dist/viewSpecs/presets/cem_censo/2010_2022/parseSchema.d.ts +13 -0
  30. package/dist/viewSpecs/presets/cem_censo/2010_2022/setor_censitario/index.d.ts +71 -0
  31. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/constants.d.ts +2 -0
  32. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/index.d.ts +31 -0
  33. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrabr/index.d.ts +35 -0
  34. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrabr/metadata.d.ts +12 -0
  35. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrabr/municipio.d.ts +34 -0
  36. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/buildings.d.ts +51 -0
  37. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/customGeoJson.d.ts +104 -0
  38. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/index.d.ts +205 -0
  39. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/metadata/defaultMetadata.d.ts +11 -0
  40. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/metadata/index.d.ts +10 -0
  41. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/metadata/util.d.ts +1 -0
  42. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/setor_censitario.d.ts +112 -0
  43. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrauf/index.d.ts +36 -0
  44. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrauf/metadata.d.ts +12 -0
  45. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrauf/municipio.d.ts +35 -0
  46. package/dist/viewSpecs/presets/cem_censo/2022/index.d.ts +130 -0
  47. package/dist/viewSpecs/presets/index.d.ts +2 -1
  48. package/dist/viewSpecs/resolveView/resolveView.d.ts +4 -4
  49. package/dist/viewSpecs/resolveView/tmp_resolveView.future.d.ts +1 -1
  50. package/dist/viewSpecs/zIndexes.d.ts +4 -0
  51. package/package.json +17 -12
  52. package/dist/DevControls/importViewSpecsFromCsv/index.d.ts +0 -6
  53. /package/dist/GeoReDUS/{useMapStyle.d.ts → _useMapStyle.d.ts} +0 -0
@@ -0,0 +1,2044 @@
1
+ export namespace MAP_TILER_DATAVIZ_MAP_STYLE {
2
+ let version: number;
3
+ let id: string;
4
+ let name: string;
5
+ namespace sources {
6
+ namespace maptiler_attribution {
7
+ let attribution: string;
8
+ let type: string;
9
+ }
10
+ namespace maptiler_planet {
11
+ export let url: string;
12
+ let type_1: string;
13
+ export { type_1 as type };
14
+ }
15
+ }
16
+ let layers: ({
17
+ id: string;
18
+ type: string;
19
+ layout: {
20
+ visibility: string;
21
+ 'line-cap'?: undefined;
22
+ 'line-join'?: undefined;
23
+ "symbol-placement"?: undefined;
24
+ 'text-allow-overlap'?: undefined;
25
+ "text-field"?: undefined;
26
+ "text-font"?: undefined;
27
+ 'text-ignore-placement'?: undefined;
28
+ "text-letter-spacing"?: undefined;
29
+ 'text-line-height'?: undefined;
30
+ "text-max-width"?: undefined;
31
+ 'text-padding'?: undefined;
32
+ "text-pitch-alignment"?: undefined;
33
+ "text-rotation-alignment"?: undefined;
34
+ "text-size"?: undefined;
35
+ "text-transform"?: undefined;
36
+ "symbol-spacing"?: undefined;
37
+ "symbol-avoid-edges"?: undefined;
38
+ "text-justify"?: undefined;
39
+ "symbol-sort-key"?: undefined;
40
+ "text-anchor"?: undefined;
41
+ "text-keep-upright"?: undefined;
42
+ "text-offset"?: undefined;
43
+ };
44
+ paint: {
45
+ 'background-color': string;
46
+ 'background-opacity': number;
47
+ "fill-antialias"?: undefined;
48
+ "fill-color"?: undefined;
49
+ "fill-opacity"?: undefined;
50
+ 'fill-outline-color'?: undefined;
51
+ "line-color"?: undefined;
52
+ "line-width"?: undefined;
53
+ "fill-translate"?: undefined;
54
+ "fill-translate-anchor"?: undefined;
55
+ "line-opacity"?: undefined;
56
+ "line-dasharray"?: undefined;
57
+ 'line-blur'?: undefined;
58
+ "text-color"?: undefined;
59
+ "text-opacity"?: undefined;
60
+ "text-halo-blur"?: undefined;
61
+ "text-halo-color"?: undefined;
62
+ "text-halo-width"?: undefined;
63
+ 'icon-opacity'?: undefined;
64
+ };
65
+ source?: undefined;
66
+ 'source-layer'?: undefined;
67
+ minzoom?: undefined;
68
+ maxzoom?: undefined;
69
+ filter?: undefined;
70
+ metadata?: undefined;
71
+ } | {
72
+ id: string;
73
+ type: string;
74
+ source: string;
75
+ 'source-layer': string;
76
+ minzoom: number;
77
+ maxzoom: number;
78
+ layout: {
79
+ visibility: string;
80
+ 'line-cap'?: undefined;
81
+ 'line-join'?: undefined;
82
+ "symbol-placement"?: undefined;
83
+ 'text-allow-overlap'?: undefined;
84
+ "text-field"?: undefined;
85
+ "text-font"?: undefined;
86
+ 'text-ignore-placement'?: undefined;
87
+ "text-letter-spacing"?: undefined;
88
+ 'text-line-height'?: undefined;
89
+ "text-max-width"?: undefined;
90
+ 'text-padding'?: undefined;
91
+ "text-pitch-alignment"?: undefined;
92
+ "text-rotation-alignment"?: undefined;
93
+ "text-size"?: undefined;
94
+ "text-transform"?: undefined;
95
+ "symbol-spacing"?: undefined;
96
+ "symbol-avoid-edges"?: undefined;
97
+ "text-justify"?: undefined;
98
+ "symbol-sort-key"?: undefined;
99
+ "text-anchor"?: undefined;
100
+ "text-keep-upright"?: undefined;
101
+ "text-offset"?: undefined;
102
+ };
103
+ paint: {
104
+ 'fill-antialias': boolean;
105
+ 'fill-color': {
106
+ stops: (string | number)[][];
107
+ };
108
+ 'fill-opacity': number;
109
+ 'background-color'?: undefined;
110
+ 'background-opacity'?: undefined;
111
+ 'fill-outline-color'?: undefined;
112
+ "line-color"?: undefined;
113
+ "line-width"?: undefined;
114
+ "fill-translate"?: undefined;
115
+ "fill-translate-anchor"?: undefined;
116
+ "line-opacity"?: undefined;
117
+ "line-dasharray"?: undefined;
118
+ 'line-blur'?: undefined;
119
+ "text-color"?: undefined;
120
+ "text-opacity"?: undefined;
121
+ "text-halo-blur"?: undefined;
122
+ "text-halo-color"?: undefined;
123
+ "text-halo-width"?: undefined;
124
+ 'icon-opacity'?: undefined;
125
+ };
126
+ filter: string[];
127
+ metadata?: undefined;
128
+ } | {
129
+ id: string;
130
+ type: string;
131
+ source: string;
132
+ 'source-layer': string;
133
+ layout: {
134
+ visibility: string;
135
+ 'line-cap'?: undefined;
136
+ 'line-join'?: undefined;
137
+ "symbol-placement"?: undefined;
138
+ 'text-allow-overlap'?: undefined;
139
+ "text-field"?: undefined;
140
+ "text-font"?: undefined;
141
+ 'text-ignore-placement'?: undefined;
142
+ "text-letter-spacing"?: undefined;
143
+ 'text-line-height'?: undefined;
144
+ "text-max-width"?: undefined;
145
+ 'text-padding'?: undefined;
146
+ "text-pitch-alignment"?: undefined;
147
+ "text-rotation-alignment"?: undefined;
148
+ "text-size"?: undefined;
149
+ "text-transform"?: undefined;
150
+ "symbol-spacing"?: undefined;
151
+ "symbol-avoid-edges"?: undefined;
152
+ "text-justify"?: undefined;
153
+ "symbol-sort-key"?: undefined;
154
+ "text-anchor"?: undefined;
155
+ "text-keep-upright"?: undefined;
156
+ "text-offset"?: undefined;
157
+ };
158
+ paint: {
159
+ 'fill-antialias': boolean;
160
+ 'fill-color': string;
161
+ 'fill-opacity': {
162
+ stops: number[][];
163
+ base?: undefined;
164
+ };
165
+ 'background-color'?: undefined;
166
+ 'background-opacity'?: undefined;
167
+ 'fill-outline-color'?: undefined;
168
+ "line-color"?: undefined;
169
+ "line-width"?: undefined;
170
+ "fill-translate"?: undefined;
171
+ "fill-translate-anchor"?: undefined;
172
+ "line-opacity"?: undefined;
173
+ "line-dasharray"?: undefined;
174
+ 'line-blur'?: undefined;
175
+ "text-color"?: undefined;
176
+ "text-opacity"?: undefined;
177
+ "text-halo-blur"?: undefined;
178
+ "text-halo-color"?: undefined;
179
+ "text-halo-width"?: undefined;
180
+ 'icon-opacity'?: undefined;
181
+ };
182
+ filter: string[];
183
+ minzoom?: undefined;
184
+ maxzoom?: undefined;
185
+ metadata?: undefined;
186
+ } | {
187
+ id: string;
188
+ type: string;
189
+ source: string;
190
+ 'source-layer': string;
191
+ maxzoom: number;
192
+ layout: {
193
+ visibility: string;
194
+ 'line-cap'?: undefined;
195
+ 'line-join'?: undefined;
196
+ "symbol-placement"?: undefined;
197
+ 'text-allow-overlap'?: undefined;
198
+ "text-field"?: undefined;
199
+ "text-font"?: undefined;
200
+ 'text-ignore-placement'?: undefined;
201
+ "text-letter-spacing"?: undefined;
202
+ 'text-line-height'?: undefined;
203
+ "text-max-width"?: undefined;
204
+ 'text-padding'?: undefined;
205
+ "text-pitch-alignment"?: undefined;
206
+ "text-rotation-alignment"?: undefined;
207
+ "text-size"?: undefined;
208
+ "text-transform"?: undefined;
209
+ "symbol-spacing"?: undefined;
210
+ "symbol-avoid-edges"?: undefined;
211
+ "text-justify"?: undefined;
212
+ "symbol-sort-key"?: undefined;
213
+ "text-anchor"?: undefined;
214
+ "text-keep-upright"?: undefined;
215
+ "text-offset"?: undefined;
216
+ };
217
+ paint: {
218
+ 'fill-color': string;
219
+ 'background-color'?: undefined;
220
+ 'background-opacity'?: undefined;
221
+ "fill-antialias"?: undefined;
222
+ "fill-opacity"?: undefined;
223
+ 'fill-outline-color'?: undefined;
224
+ "line-color"?: undefined;
225
+ "line-width"?: undefined;
226
+ "fill-translate"?: undefined;
227
+ "fill-translate-anchor"?: undefined;
228
+ "line-opacity"?: undefined;
229
+ "line-dasharray"?: undefined;
230
+ 'line-blur'?: undefined;
231
+ "text-color"?: undefined;
232
+ "text-opacity"?: undefined;
233
+ "text-halo-blur"?: undefined;
234
+ "text-halo-color"?: undefined;
235
+ "text-halo-width"?: undefined;
236
+ 'icon-opacity'?: undefined;
237
+ };
238
+ filter: string[];
239
+ minzoom?: undefined;
240
+ metadata?: undefined;
241
+ } | {
242
+ id: string;
243
+ type: string;
244
+ source: string;
245
+ 'source-layer': string;
246
+ minzoom: number;
247
+ layout: {
248
+ visibility: string;
249
+ 'line-cap'?: undefined;
250
+ 'line-join'?: undefined;
251
+ "symbol-placement"?: undefined;
252
+ 'text-allow-overlap'?: undefined;
253
+ "text-field"?: undefined;
254
+ "text-font"?: undefined;
255
+ 'text-ignore-placement'?: undefined;
256
+ "text-letter-spacing"?: undefined;
257
+ 'text-line-height'?: undefined;
258
+ "text-max-width"?: undefined;
259
+ 'text-padding'?: undefined;
260
+ "text-pitch-alignment"?: undefined;
261
+ "text-rotation-alignment"?: undefined;
262
+ "text-size"?: undefined;
263
+ "text-transform"?: undefined;
264
+ "symbol-spacing"?: undefined;
265
+ "symbol-avoid-edges"?: undefined;
266
+ "text-justify"?: undefined;
267
+ "symbol-sort-key"?: undefined;
268
+ "text-anchor"?: undefined;
269
+ "text-keep-upright"?: undefined;
270
+ "text-offset"?: undefined;
271
+ };
272
+ paint: {
273
+ 'fill-antialias': boolean;
274
+ 'fill-color': string;
275
+ 'fill-opacity': {
276
+ stops: number[][];
277
+ base?: undefined;
278
+ };
279
+ 'fill-outline-color': string;
280
+ 'background-color'?: undefined;
281
+ 'background-opacity'?: undefined;
282
+ "line-color"?: undefined;
283
+ "line-width"?: undefined;
284
+ "fill-translate"?: undefined;
285
+ "fill-translate-anchor"?: undefined;
286
+ "line-opacity"?: undefined;
287
+ "line-dasharray"?: undefined;
288
+ 'line-blur'?: undefined;
289
+ "text-color"?: undefined;
290
+ "text-opacity"?: undefined;
291
+ "text-halo-blur"?: undefined;
292
+ "text-halo-color"?: undefined;
293
+ "text-halo-width"?: undefined;
294
+ 'icon-opacity'?: undefined;
295
+ };
296
+ filter: string[];
297
+ maxzoom?: undefined;
298
+ metadata?: undefined;
299
+ } | {
300
+ id: string;
301
+ type: string;
302
+ source: string;
303
+ 'source-layer': string;
304
+ minzoom: number;
305
+ layout: {
306
+ visibility: string;
307
+ 'line-cap'?: undefined;
308
+ 'line-join'?: undefined;
309
+ "symbol-placement"?: undefined;
310
+ 'text-allow-overlap'?: undefined;
311
+ "text-field"?: undefined;
312
+ "text-font"?: undefined;
313
+ 'text-ignore-placement'?: undefined;
314
+ "text-letter-spacing"?: undefined;
315
+ 'text-line-height'?: undefined;
316
+ "text-max-width"?: undefined;
317
+ 'text-padding'?: undefined;
318
+ "text-pitch-alignment"?: undefined;
319
+ "text-rotation-alignment"?: undefined;
320
+ "text-size"?: undefined;
321
+ "text-transform"?: undefined;
322
+ "symbol-spacing"?: undefined;
323
+ "symbol-avoid-edges"?: undefined;
324
+ "text-justify"?: undefined;
325
+ "symbol-sort-key"?: undefined;
326
+ "text-anchor"?: undefined;
327
+ "text-keep-upright"?: undefined;
328
+ "text-offset"?: undefined;
329
+ };
330
+ paint: {
331
+ 'fill-antialias': boolean;
332
+ 'fill-color': string;
333
+ 'fill-opacity': number;
334
+ 'background-color'?: undefined;
335
+ 'background-opacity'?: undefined;
336
+ 'fill-outline-color'?: undefined;
337
+ "line-color"?: undefined;
338
+ "line-width"?: undefined;
339
+ "fill-translate"?: undefined;
340
+ "fill-translate-anchor"?: undefined;
341
+ "line-opacity"?: undefined;
342
+ "line-dasharray"?: undefined;
343
+ 'line-blur'?: undefined;
344
+ "text-color"?: undefined;
345
+ "text-opacity"?: undefined;
346
+ "text-halo-blur"?: undefined;
347
+ "text-halo-color"?: undefined;
348
+ "text-halo-width"?: undefined;
349
+ 'icon-opacity'?: undefined;
350
+ };
351
+ filter: string[];
352
+ maxzoom?: undefined;
353
+ metadata?: undefined;
354
+ } | {
355
+ id: string;
356
+ type: string;
357
+ source: string;
358
+ 'source-layer': string;
359
+ layout: {
360
+ visibility: string;
361
+ 'line-cap'?: undefined;
362
+ 'line-join'?: undefined;
363
+ "symbol-placement"?: undefined;
364
+ 'text-allow-overlap'?: undefined;
365
+ "text-field"?: undefined;
366
+ "text-font"?: undefined;
367
+ 'text-ignore-placement'?: undefined;
368
+ "text-letter-spacing"?: undefined;
369
+ 'text-line-height'?: undefined;
370
+ "text-max-width"?: undefined;
371
+ 'text-padding'?: undefined;
372
+ "text-pitch-alignment"?: undefined;
373
+ "text-rotation-alignment"?: undefined;
374
+ "text-size"?: undefined;
375
+ "text-transform"?: undefined;
376
+ "symbol-spacing"?: undefined;
377
+ "symbol-avoid-edges"?: undefined;
378
+ "text-justify"?: undefined;
379
+ "symbol-sort-key"?: undefined;
380
+ "text-anchor"?: undefined;
381
+ "text-keep-upright"?: undefined;
382
+ "text-offset"?: undefined;
383
+ };
384
+ paint: {
385
+ 'line-color': string;
386
+ 'line-width': (string | number | string[])[];
387
+ 'background-color'?: undefined;
388
+ 'background-opacity'?: undefined;
389
+ "fill-antialias"?: undefined;
390
+ "fill-color"?: undefined;
391
+ "fill-opacity"?: undefined;
392
+ 'fill-outline-color'?: undefined;
393
+ "fill-translate"?: undefined;
394
+ "fill-translate-anchor"?: undefined;
395
+ "line-opacity"?: undefined;
396
+ "line-dasharray"?: undefined;
397
+ 'line-blur'?: undefined;
398
+ "text-color"?: undefined;
399
+ "text-opacity"?: undefined;
400
+ "text-halo-blur"?: undefined;
401
+ "text-halo-color"?: undefined;
402
+ "text-halo-width"?: undefined;
403
+ 'icon-opacity'?: undefined;
404
+ };
405
+ minzoom?: undefined;
406
+ maxzoom?: undefined;
407
+ filter?: undefined;
408
+ metadata?: undefined;
409
+ } | {
410
+ id: string;
411
+ type: string;
412
+ source: string;
413
+ 'source-layer': string;
414
+ layout: {
415
+ visibility: string;
416
+ 'line-cap'?: undefined;
417
+ 'line-join'?: undefined;
418
+ "symbol-placement"?: undefined;
419
+ 'text-allow-overlap'?: undefined;
420
+ "text-field"?: undefined;
421
+ "text-font"?: undefined;
422
+ 'text-ignore-placement'?: undefined;
423
+ "text-letter-spacing"?: undefined;
424
+ 'text-line-height'?: undefined;
425
+ "text-max-width"?: undefined;
426
+ 'text-padding'?: undefined;
427
+ "text-pitch-alignment"?: undefined;
428
+ "text-rotation-alignment"?: undefined;
429
+ "text-size"?: undefined;
430
+ "text-transform"?: undefined;
431
+ "symbol-spacing"?: undefined;
432
+ "symbol-avoid-edges"?: undefined;
433
+ "text-justify"?: undefined;
434
+ "symbol-sort-key"?: undefined;
435
+ "text-anchor"?: undefined;
436
+ "text-keep-upright"?: undefined;
437
+ "text-offset"?: undefined;
438
+ };
439
+ paint: {
440
+ 'fill-antialias': boolean;
441
+ 'fill-color': string;
442
+ 'fill-opacity': number;
443
+ 'background-color'?: undefined;
444
+ 'background-opacity'?: undefined;
445
+ 'fill-outline-color'?: undefined;
446
+ "line-color"?: undefined;
447
+ "line-width"?: undefined;
448
+ "fill-translate"?: undefined;
449
+ "fill-translate-anchor"?: undefined;
450
+ "line-opacity"?: undefined;
451
+ "line-dasharray"?: undefined;
452
+ 'line-blur'?: undefined;
453
+ "text-color"?: undefined;
454
+ "text-opacity"?: undefined;
455
+ "text-halo-blur"?: undefined;
456
+ "text-halo-color"?: undefined;
457
+ "text-halo-width"?: undefined;
458
+ 'icon-opacity'?: undefined;
459
+ };
460
+ filter: (string | string[])[];
461
+ minzoom?: undefined;
462
+ maxzoom?: undefined;
463
+ metadata?: undefined;
464
+ } | {
465
+ id: string;
466
+ type: string;
467
+ source: string;
468
+ 'source-layer': string;
469
+ layout: {
470
+ visibility: string;
471
+ 'line-cap'?: undefined;
472
+ 'line-join'?: undefined;
473
+ "symbol-placement"?: undefined;
474
+ 'text-allow-overlap'?: undefined;
475
+ "text-field"?: undefined;
476
+ "text-font"?: undefined;
477
+ 'text-ignore-placement'?: undefined;
478
+ "text-letter-spacing"?: undefined;
479
+ 'text-line-height'?: undefined;
480
+ "text-max-width"?: undefined;
481
+ 'text-padding'?: undefined;
482
+ "text-pitch-alignment"?: undefined;
483
+ "text-rotation-alignment"?: undefined;
484
+ "text-size"?: undefined;
485
+ "text-transform"?: undefined;
486
+ "symbol-spacing"?: undefined;
487
+ "symbol-avoid-edges"?: undefined;
488
+ "text-justify"?: undefined;
489
+ "symbol-sort-key"?: undefined;
490
+ "text-anchor"?: undefined;
491
+ "text-keep-upright"?: undefined;
492
+ "text-offset"?: undefined;
493
+ };
494
+ paint: {
495
+ 'fill-antialias': boolean;
496
+ 'fill-color': string;
497
+ 'fill-opacity': number;
498
+ 'fill-translate': {
499
+ stops: (number | number[])[][];
500
+ base?: undefined;
501
+ };
502
+ 'fill-translate-anchor': string;
503
+ 'background-color'?: undefined;
504
+ 'background-opacity'?: undefined;
505
+ 'fill-outline-color'?: undefined;
506
+ "line-color"?: undefined;
507
+ "line-width"?: undefined;
508
+ "line-opacity"?: undefined;
509
+ "line-dasharray"?: undefined;
510
+ 'line-blur'?: undefined;
511
+ "text-color"?: undefined;
512
+ "text-opacity"?: undefined;
513
+ "text-halo-blur"?: undefined;
514
+ "text-halo-color"?: undefined;
515
+ "text-halo-width"?: undefined;
516
+ 'icon-opacity'?: undefined;
517
+ };
518
+ filter: (string | string[])[];
519
+ minzoom?: undefined;
520
+ maxzoom?: undefined;
521
+ metadata?: undefined;
522
+ } | {
523
+ id: string;
524
+ type: string;
525
+ source: string;
526
+ 'source-layer': string;
527
+ minzoom: number;
528
+ layout: {
529
+ 'line-cap': string;
530
+ 'line-join': string;
531
+ visibility: string;
532
+ "symbol-placement"?: undefined;
533
+ 'text-allow-overlap'?: undefined;
534
+ "text-field"?: undefined;
535
+ "text-font"?: undefined;
536
+ 'text-ignore-placement'?: undefined;
537
+ "text-letter-spacing"?: undefined;
538
+ 'text-line-height'?: undefined;
539
+ "text-max-width"?: undefined;
540
+ 'text-padding'?: undefined;
541
+ "text-pitch-alignment"?: undefined;
542
+ "text-rotation-alignment"?: undefined;
543
+ "text-size"?: undefined;
544
+ "text-transform"?: undefined;
545
+ "symbol-spacing"?: undefined;
546
+ "symbol-avoid-edges"?: undefined;
547
+ "text-justify"?: undefined;
548
+ "symbol-sort-key"?: undefined;
549
+ "text-anchor"?: undefined;
550
+ "text-keep-upright"?: undefined;
551
+ "text-offset"?: undefined;
552
+ };
553
+ paint: {
554
+ 'line-color': (string | number | string[])[];
555
+ 'line-width': (string | number | (string | number | (string | number | string[])[])[])[];
556
+ 'background-color'?: undefined;
557
+ 'background-opacity'?: undefined;
558
+ "fill-antialias"?: undefined;
559
+ "fill-color"?: undefined;
560
+ "fill-opacity"?: undefined;
561
+ 'fill-outline-color'?: undefined;
562
+ "fill-translate"?: undefined;
563
+ "fill-translate-anchor"?: undefined;
564
+ "line-opacity"?: undefined;
565
+ "line-dasharray"?: undefined;
566
+ 'line-blur'?: undefined;
567
+ "text-color"?: undefined;
568
+ "text-opacity"?: undefined;
569
+ "text-halo-blur"?: undefined;
570
+ "text-halo-color"?: undefined;
571
+ "text-halo-width"?: undefined;
572
+ 'icon-opacity'?: undefined;
573
+ };
574
+ filter: (string | string[])[];
575
+ maxzoom?: undefined;
576
+ metadata?: undefined;
577
+ } | {
578
+ id: string;
579
+ type: string;
580
+ source: string;
581
+ 'source-layer': string;
582
+ minzoom: number;
583
+ layout: {
584
+ 'line-cap': string;
585
+ 'line-join': string;
586
+ visibility: string;
587
+ "symbol-placement"?: undefined;
588
+ 'text-allow-overlap'?: undefined;
589
+ "text-field"?: undefined;
590
+ "text-font"?: undefined;
591
+ 'text-ignore-placement'?: undefined;
592
+ "text-letter-spacing"?: undefined;
593
+ 'text-line-height'?: undefined;
594
+ "text-max-width"?: undefined;
595
+ 'text-padding'?: undefined;
596
+ "text-pitch-alignment"?: undefined;
597
+ "text-rotation-alignment"?: undefined;
598
+ "text-size"?: undefined;
599
+ "text-transform"?: undefined;
600
+ "symbol-spacing"?: undefined;
601
+ "symbol-avoid-edges"?: undefined;
602
+ "text-justify"?: undefined;
603
+ "symbol-sort-key"?: undefined;
604
+ "text-anchor"?: undefined;
605
+ "text-keep-upright"?: undefined;
606
+ "text-offset"?: undefined;
607
+ };
608
+ paint: {
609
+ 'line-color': string;
610
+ 'line-width': (string | number | (string | number | (string | number | string[])[])[])[];
611
+ 'background-color'?: undefined;
612
+ 'background-opacity'?: undefined;
613
+ "fill-antialias"?: undefined;
614
+ "fill-color"?: undefined;
615
+ "fill-opacity"?: undefined;
616
+ 'fill-outline-color'?: undefined;
617
+ "fill-translate"?: undefined;
618
+ "fill-translate-anchor"?: undefined;
619
+ "line-opacity"?: undefined;
620
+ "line-dasharray"?: undefined;
621
+ 'line-blur'?: undefined;
622
+ "text-color"?: undefined;
623
+ "text-opacity"?: undefined;
624
+ "text-halo-blur"?: undefined;
625
+ "text-halo-color"?: undefined;
626
+ "text-halo-width"?: undefined;
627
+ 'icon-opacity'?: undefined;
628
+ };
629
+ filter: (string | (string | string[])[])[];
630
+ maxzoom?: undefined;
631
+ metadata?: undefined;
632
+ } | {
633
+ id: string;
634
+ type: string;
635
+ source: string;
636
+ 'source-layer': string;
637
+ minzoom: number;
638
+ layout: {
639
+ 'line-join': string;
640
+ visibility: string;
641
+ 'line-cap'?: undefined;
642
+ "symbol-placement"?: undefined;
643
+ 'text-allow-overlap'?: undefined;
644
+ "text-field"?: undefined;
645
+ "text-font"?: undefined;
646
+ 'text-ignore-placement'?: undefined;
647
+ "text-letter-spacing"?: undefined;
648
+ 'text-line-height'?: undefined;
649
+ "text-max-width"?: undefined;
650
+ 'text-padding'?: undefined;
651
+ "text-pitch-alignment"?: undefined;
652
+ "text-rotation-alignment"?: undefined;
653
+ "text-size"?: undefined;
654
+ "text-transform"?: undefined;
655
+ "symbol-spacing"?: undefined;
656
+ "symbol-avoid-edges"?: undefined;
657
+ "text-justify"?: undefined;
658
+ "symbol-sort-key"?: undefined;
659
+ "text-anchor"?: undefined;
660
+ "text-keep-upright"?: undefined;
661
+ "text-offset"?: undefined;
662
+ };
663
+ paint: {
664
+ 'line-color': string;
665
+ 'line-opacity': number;
666
+ 'line-width': {
667
+ base: number;
668
+ stops: number[][];
669
+ };
670
+ 'background-color'?: undefined;
671
+ 'background-opacity'?: undefined;
672
+ "fill-antialias"?: undefined;
673
+ "fill-color"?: undefined;
674
+ "fill-opacity"?: undefined;
675
+ 'fill-outline-color'?: undefined;
676
+ "fill-translate"?: undefined;
677
+ "fill-translate-anchor"?: undefined;
678
+ "line-dasharray"?: undefined;
679
+ 'line-blur'?: undefined;
680
+ "text-color"?: undefined;
681
+ "text-opacity"?: undefined;
682
+ "text-halo-blur"?: undefined;
683
+ "text-halo-color"?: undefined;
684
+ "text-halo-width"?: undefined;
685
+ 'icon-opacity'?: undefined;
686
+ };
687
+ filter: (string | string[])[];
688
+ maxzoom?: undefined;
689
+ metadata?: undefined;
690
+ } | {
691
+ id: string;
692
+ type: string;
693
+ source: string;
694
+ 'source-layer': string;
695
+ minzoom: number;
696
+ layout: {
697
+ 'line-join': string;
698
+ visibility: string;
699
+ 'line-cap'?: undefined;
700
+ "symbol-placement"?: undefined;
701
+ 'text-allow-overlap'?: undefined;
702
+ "text-field"?: undefined;
703
+ "text-font"?: undefined;
704
+ 'text-ignore-placement'?: undefined;
705
+ "text-letter-spacing"?: undefined;
706
+ 'text-line-height'?: undefined;
707
+ "text-max-width"?: undefined;
708
+ 'text-padding'?: undefined;
709
+ "text-pitch-alignment"?: undefined;
710
+ "text-rotation-alignment"?: undefined;
711
+ "text-size"?: undefined;
712
+ "text-transform"?: undefined;
713
+ "symbol-spacing"?: undefined;
714
+ "symbol-avoid-edges"?: undefined;
715
+ "text-justify"?: undefined;
716
+ "symbol-sort-key"?: undefined;
717
+ "text-anchor"?: undefined;
718
+ "text-keep-upright"?: undefined;
719
+ "text-offset"?: undefined;
720
+ };
721
+ paint: {
722
+ 'line-color': string;
723
+ 'line-dasharray': number[];
724
+ 'line-width': {
725
+ base: number;
726
+ stops: number[][];
727
+ };
728
+ 'background-color'?: undefined;
729
+ 'background-opacity'?: undefined;
730
+ "fill-antialias"?: undefined;
731
+ "fill-color"?: undefined;
732
+ "fill-opacity"?: undefined;
733
+ 'fill-outline-color'?: undefined;
734
+ "fill-translate"?: undefined;
735
+ "fill-translate-anchor"?: undefined;
736
+ "line-opacity"?: undefined;
737
+ 'line-blur'?: undefined;
738
+ "text-color"?: undefined;
739
+ "text-opacity"?: undefined;
740
+ "text-halo-blur"?: undefined;
741
+ "text-halo-color"?: undefined;
742
+ "text-halo-width"?: undefined;
743
+ 'icon-opacity'?: undefined;
744
+ };
745
+ filter: (string | string[])[];
746
+ maxzoom?: undefined;
747
+ metadata?: undefined;
748
+ } | {
749
+ id: string;
750
+ type: string;
751
+ source: string;
752
+ 'source-layer': string;
753
+ layout: {
754
+ visibility: string;
755
+ 'line-cap'?: undefined;
756
+ 'line-join'?: undefined;
757
+ "symbol-placement"?: undefined;
758
+ 'text-allow-overlap'?: undefined;
759
+ "text-field"?: undefined;
760
+ "text-font"?: undefined;
761
+ 'text-ignore-placement'?: undefined;
762
+ "text-letter-spacing"?: undefined;
763
+ 'text-line-height'?: undefined;
764
+ "text-max-width"?: undefined;
765
+ 'text-padding'?: undefined;
766
+ "text-pitch-alignment"?: undefined;
767
+ "text-rotation-alignment"?: undefined;
768
+ "text-size"?: undefined;
769
+ "text-transform"?: undefined;
770
+ "symbol-spacing"?: undefined;
771
+ "symbol-avoid-edges"?: undefined;
772
+ "text-justify"?: undefined;
773
+ "symbol-sort-key"?: undefined;
774
+ "text-anchor"?: undefined;
775
+ "text-keep-upright"?: undefined;
776
+ "text-offset"?: undefined;
777
+ };
778
+ paint: {
779
+ 'fill-antialias': boolean;
780
+ 'fill-color': string;
781
+ 'background-color'?: undefined;
782
+ 'background-opacity'?: undefined;
783
+ "fill-opacity"?: undefined;
784
+ 'fill-outline-color'?: undefined;
785
+ "line-color"?: undefined;
786
+ "line-width"?: undefined;
787
+ "fill-translate"?: undefined;
788
+ "fill-translate-anchor"?: undefined;
789
+ "line-opacity"?: undefined;
790
+ "line-dasharray"?: undefined;
791
+ 'line-blur'?: undefined;
792
+ "text-color"?: undefined;
793
+ "text-opacity"?: undefined;
794
+ "text-halo-blur"?: undefined;
795
+ "text-halo-color"?: undefined;
796
+ "text-halo-width"?: undefined;
797
+ 'icon-opacity'?: undefined;
798
+ };
799
+ metadata: {};
800
+ filter: (string | string[])[];
801
+ minzoom?: undefined;
802
+ maxzoom?: undefined;
803
+ } | {
804
+ id: string;
805
+ type: string;
806
+ source: string;
807
+ 'source-layer': string;
808
+ layout: {
809
+ 'line-cap': string;
810
+ 'line-join': string;
811
+ visibility: string;
812
+ "symbol-placement"?: undefined;
813
+ 'text-allow-overlap'?: undefined;
814
+ "text-field"?: undefined;
815
+ "text-font"?: undefined;
816
+ 'text-ignore-placement'?: undefined;
817
+ "text-letter-spacing"?: undefined;
818
+ 'text-line-height'?: undefined;
819
+ "text-max-width"?: undefined;
820
+ 'text-padding'?: undefined;
821
+ "text-pitch-alignment"?: undefined;
822
+ "text-rotation-alignment"?: undefined;
823
+ "text-size"?: undefined;
824
+ "text-transform"?: undefined;
825
+ "symbol-spacing"?: undefined;
826
+ "symbol-avoid-edges"?: undefined;
827
+ "text-justify"?: undefined;
828
+ "symbol-sort-key"?: undefined;
829
+ "text-anchor"?: undefined;
830
+ "text-keep-upright"?: undefined;
831
+ "text-offset"?: undefined;
832
+ };
833
+ paint: {
834
+ 'line-color': string;
835
+ 'line-width': {
836
+ base: number;
837
+ stops: number[][];
838
+ };
839
+ 'background-color'?: undefined;
840
+ 'background-opacity'?: undefined;
841
+ "fill-antialias"?: undefined;
842
+ "fill-color"?: undefined;
843
+ "fill-opacity"?: undefined;
844
+ 'fill-outline-color'?: undefined;
845
+ "fill-translate"?: undefined;
846
+ "fill-translate-anchor"?: undefined;
847
+ "line-opacity"?: undefined;
848
+ "line-dasharray"?: undefined;
849
+ 'line-blur'?: undefined;
850
+ "text-color"?: undefined;
851
+ "text-opacity"?: undefined;
852
+ "text-halo-blur"?: undefined;
853
+ "text-halo-color"?: undefined;
854
+ "text-halo-width"?: undefined;
855
+ 'icon-opacity'?: undefined;
856
+ };
857
+ metadata: {};
858
+ filter: (string | string[])[];
859
+ minzoom?: undefined;
860
+ maxzoom?: undefined;
861
+ } | {
862
+ id: string;
863
+ type: string;
864
+ source: string;
865
+ 'source-layer': string;
866
+ layout: {
867
+ visibility: string;
868
+ 'line-cap'?: undefined;
869
+ 'line-join'?: undefined;
870
+ "symbol-placement"?: undefined;
871
+ 'text-allow-overlap'?: undefined;
872
+ "text-field"?: undefined;
873
+ "text-font"?: undefined;
874
+ 'text-ignore-placement'?: undefined;
875
+ "text-letter-spacing"?: undefined;
876
+ 'text-line-height'?: undefined;
877
+ "text-max-width"?: undefined;
878
+ 'text-padding'?: undefined;
879
+ "text-pitch-alignment"?: undefined;
880
+ "text-rotation-alignment"?: undefined;
881
+ "text-size"?: undefined;
882
+ "text-transform"?: undefined;
883
+ "symbol-spacing"?: undefined;
884
+ "symbol-avoid-edges"?: undefined;
885
+ "text-justify"?: undefined;
886
+ "symbol-sort-key"?: undefined;
887
+ "text-anchor"?: undefined;
888
+ "text-keep-upright"?: undefined;
889
+ "text-offset"?: undefined;
890
+ };
891
+ paint: {
892
+ 'fill-antialias': boolean;
893
+ 'fill-color': string;
894
+ 'fill-opacity': number;
895
+ 'background-color'?: undefined;
896
+ 'background-opacity'?: undefined;
897
+ 'fill-outline-color'?: undefined;
898
+ "line-color"?: undefined;
899
+ "line-width"?: undefined;
900
+ "fill-translate"?: undefined;
901
+ "fill-translate-anchor"?: undefined;
902
+ "line-opacity"?: undefined;
903
+ "line-dasharray"?: undefined;
904
+ 'line-blur'?: undefined;
905
+ "text-color"?: undefined;
906
+ "text-opacity"?: undefined;
907
+ "text-halo-blur"?: undefined;
908
+ "text-halo-color"?: undefined;
909
+ "text-halo-width"?: undefined;
910
+ 'icon-opacity'?: undefined;
911
+ };
912
+ metadata: {};
913
+ filter: (string | string[])[];
914
+ minzoom?: undefined;
915
+ maxzoom?: undefined;
916
+ } | {
917
+ id: string;
918
+ type: string;
919
+ source: string;
920
+ 'source-layer': string;
921
+ minzoom: number;
922
+ layout: {
923
+ 'line-cap': string;
924
+ 'line-join': string;
925
+ visibility: string;
926
+ "symbol-placement"?: undefined;
927
+ 'text-allow-overlap'?: undefined;
928
+ "text-field"?: undefined;
929
+ "text-font"?: undefined;
930
+ 'text-ignore-placement'?: undefined;
931
+ "text-letter-spacing"?: undefined;
932
+ 'text-line-height'?: undefined;
933
+ "text-max-width"?: undefined;
934
+ 'text-padding'?: undefined;
935
+ "text-pitch-alignment"?: undefined;
936
+ "text-rotation-alignment"?: undefined;
937
+ "text-size"?: undefined;
938
+ "text-transform"?: undefined;
939
+ "symbol-spacing"?: undefined;
940
+ "symbol-avoid-edges"?: undefined;
941
+ "text-justify"?: undefined;
942
+ "symbol-sort-key"?: undefined;
943
+ "text-anchor"?: undefined;
944
+ "text-keep-upright"?: undefined;
945
+ "text-offset"?: undefined;
946
+ };
947
+ paint: {
948
+ 'line-color': string;
949
+ 'line-opacity': number;
950
+ 'line-width': (string | number | (string | number | (string | number | string[])[])[])[];
951
+ 'background-color'?: undefined;
952
+ 'background-opacity'?: undefined;
953
+ "fill-antialias"?: undefined;
954
+ "fill-color"?: undefined;
955
+ "fill-opacity"?: undefined;
956
+ 'fill-outline-color'?: undefined;
957
+ "fill-translate"?: undefined;
958
+ "fill-translate-anchor"?: undefined;
959
+ "line-dasharray"?: undefined;
960
+ 'line-blur'?: undefined;
961
+ "text-color"?: undefined;
962
+ "text-opacity"?: undefined;
963
+ "text-halo-blur"?: undefined;
964
+ "text-halo-color"?: undefined;
965
+ "text-halo-width"?: undefined;
966
+ 'icon-opacity'?: undefined;
967
+ };
968
+ metadata: {};
969
+ filter: (string | string[])[];
970
+ maxzoom?: undefined;
971
+ } | {
972
+ id: string;
973
+ type: string;
974
+ source: string;
975
+ 'source-layer': string;
976
+ minzoom: number;
977
+ layout: {
978
+ 'line-cap': string;
979
+ 'line-join': string;
980
+ visibility: string;
981
+ "symbol-placement"?: undefined;
982
+ 'text-allow-overlap'?: undefined;
983
+ "text-field"?: undefined;
984
+ "text-font"?: undefined;
985
+ 'text-ignore-placement'?: undefined;
986
+ "text-letter-spacing"?: undefined;
987
+ 'text-line-height'?: undefined;
988
+ "text-max-width"?: undefined;
989
+ 'text-padding'?: undefined;
990
+ "text-pitch-alignment"?: undefined;
991
+ "text-rotation-alignment"?: undefined;
992
+ "text-size"?: undefined;
993
+ "text-transform"?: undefined;
994
+ "symbol-spacing"?: undefined;
995
+ "symbol-avoid-edges"?: undefined;
996
+ "text-justify"?: undefined;
997
+ "symbol-sort-key"?: undefined;
998
+ "text-anchor"?: undefined;
999
+ "text-keep-upright"?: undefined;
1000
+ "text-offset"?: undefined;
1001
+ };
1002
+ paint: {
1003
+ 'line-color': string;
1004
+ 'line-width': (string | number | (string | number | (string | number | string[])[])[])[];
1005
+ 'background-color'?: undefined;
1006
+ 'background-opacity'?: undefined;
1007
+ "fill-antialias"?: undefined;
1008
+ "fill-color"?: undefined;
1009
+ "fill-opacity"?: undefined;
1010
+ 'fill-outline-color'?: undefined;
1011
+ "fill-translate"?: undefined;
1012
+ "fill-translate-anchor"?: undefined;
1013
+ "line-opacity"?: undefined;
1014
+ "line-dasharray"?: undefined;
1015
+ 'line-blur'?: undefined;
1016
+ "text-color"?: undefined;
1017
+ "text-opacity"?: undefined;
1018
+ "text-halo-blur"?: undefined;
1019
+ "text-halo-color"?: undefined;
1020
+ "text-halo-width"?: undefined;
1021
+ 'icon-opacity'?: undefined;
1022
+ };
1023
+ metadata: {};
1024
+ filter: (string | string[])[];
1025
+ maxzoom?: undefined;
1026
+ } | {
1027
+ id: string;
1028
+ type: string;
1029
+ source: string;
1030
+ 'source-layer': string;
1031
+ minzoom: number;
1032
+ layout: {
1033
+ 'line-cap': string;
1034
+ 'line-join': string;
1035
+ visibility: string;
1036
+ "symbol-placement"?: undefined;
1037
+ 'text-allow-overlap'?: undefined;
1038
+ "text-field"?: undefined;
1039
+ "text-font"?: undefined;
1040
+ 'text-ignore-placement'?: undefined;
1041
+ "text-letter-spacing"?: undefined;
1042
+ 'text-line-height'?: undefined;
1043
+ "text-max-width"?: undefined;
1044
+ 'text-padding'?: undefined;
1045
+ "text-pitch-alignment"?: undefined;
1046
+ "text-rotation-alignment"?: undefined;
1047
+ "text-size"?: undefined;
1048
+ "text-transform"?: undefined;
1049
+ "symbol-spacing"?: undefined;
1050
+ "symbol-avoid-edges"?: undefined;
1051
+ "text-justify"?: undefined;
1052
+ "symbol-sort-key"?: undefined;
1053
+ "text-anchor"?: undefined;
1054
+ "text-keep-upright"?: undefined;
1055
+ "text-offset"?: undefined;
1056
+ };
1057
+ paint: {
1058
+ 'line-blur': {
1059
+ stops: number[][];
1060
+ };
1061
+ 'line-color': string;
1062
+ 'line-opacity': {
1063
+ stops: number[][];
1064
+ };
1065
+ 'line-width': (string | number | string[])[];
1066
+ 'background-color'?: undefined;
1067
+ 'background-opacity'?: undefined;
1068
+ "fill-antialias"?: undefined;
1069
+ "fill-color"?: undefined;
1070
+ "fill-opacity"?: undefined;
1071
+ 'fill-outline-color'?: undefined;
1072
+ "fill-translate"?: undefined;
1073
+ "fill-translate-anchor"?: undefined;
1074
+ "line-dasharray"?: undefined;
1075
+ "text-color"?: undefined;
1076
+ "text-opacity"?: undefined;
1077
+ "text-halo-blur"?: undefined;
1078
+ "text-halo-color"?: undefined;
1079
+ "text-halo-width"?: undefined;
1080
+ 'icon-opacity'?: undefined;
1081
+ };
1082
+ filter: (string | string[])[];
1083
+ maxzoom?: undefined;
1084
+ metadata?: undefined;
1085
+ } | {
1086
+ id: string;
1087
+ type: string;
1088
+ source: string;
1089
+ 'source-layer': string;
1090
+ minzoom: number;
1091
+ layout: {
1092
+ 'line-join': string;
1093
+ visibility: string;
1094
+ 'line-cap'?: undefined;
1095
+ "symbol-placement"?: undefined;
1096
+ 'text-allow-overlap'?: undefined;
1097
+ "text-field"?: undefined;
1098
+ "text-font"?: undefined;
1099
+ 'text-ignore-placement'?: undefined;
1100
+ "text-letter-spacing"?: undefined;
1101
+ 'text-line-height'?: undefined;
1102
+ "text-max-width"?: undefined;
1103
+ 'text-padding'?: undefined;
1104
+ "text-pitch-alignment"?: undefined;
1105
+ "text-rotation-alignment"?: undefined;
1106
+ "text-size"?: undefined;
1107
+ "text-transform"?: undefined;
1108
+ "symbol-spacing"?: undefined;
1109
+ "symbol-avoid-edges"?: undefined;
1110
+ "text-justify"?: undefined;
1111
+ "symbol-sort-key"?: undefined;
1112
+ "text-anchor"?: undefined;
1113
+ "text-keep-upright"?: undefined;
1114
+ "text-offset"?: undefined;
1115
+ };
1116
+ paint: {
1117
+ 'line-color': string;
1118
+ 'line-width': {
1119
+ base: number;
1120
+ stops: number[][];
1121
+ };
1122
+ 'background-color'?: undefined;
1123
+ 'background-opacity'?: undefined;
1124
+ "fill-antialias"?: undefined;
1125
+ "fill-color"?: undefined;
1126
+ "fill-opacity"?: undefined;
1127
+ 'fill-outline-color'?: undefined;
1128
+ "fill-translate"?: undefined;
1129
+ "fill-translate-anchor"?: undefined;
1130
+ "line-opacity"?: undefined;
1131
+ "line-dasharray"?: undefined;
1132
+ 'line-blur'?: undefined;
1133
+ "text-color"?: undefined;
1134
+ "text-opacity"?: undefined;
1135
+ "text-halo-blur"?: undefined;
1136
+ "text-halo-color"?: undefined;
1137
+ "text-halo-width"?: undefined;
1138
+ 'icon-opacity'?: undefined;
1139
+ };
1140
+ filter: (string | string[])[];
1141
+ maxzoom?: undefined;
1142
+ metadata?: undefined;
1143
+ } | {
1144
+ id: string;
1145
+ type: string;
1146
+ source: string;
1147
+ 'source-layer': string;
1148
+ layout: {
1149
+ visibility: string;
1150
+ 'line-cap'?: undefined;
1151
+ 'line-join'?: undefined;
1152
+ "symbol-placement"?: undefined;
1153
+ 'text-allow-overlap'?: undefined;
1154
+ "text-field"?: undefined;
1155
+ "text-font"?: undefined;
1156
+ 'text-ignore-placement'?: undefined;
1157
+ "text-letter-spacing"?: undefined;
1158
+ 'text-line-height'?: undefined;
1159
+ "text-max-width"?: undefined;
1160
+ 'text-padding'?: undefined;
1161
+ "text-pitch-alignment"?: undefined;
1162
+ "text-rotation-alignment"?: undefined;
1163
+ "text-size"?: undefined;
1164
+ "text-transform"?: undefined;
1165
+ "symbol-spacing"?: undefined;
1166
+ "symbol-avoid-edges"?: undefined;
1167
+ "text-justify"?: undefined;
1168
+ "symbol-sort-key"?: undefined;
1169
+ "text-anchor"?: undefined;
1170
+ "text-keep-upright"?: undefined;
1171
+ "text-offset"?: undefined;
1172
+ };
1173
+ paint: {
1174
+ 'fill-antialias': boolean;
1175
+ 'fill-color': {
1176
+ stops: (string | number)[][];
1177
+ };
1178
+ 'background-color'?: undefined;
1179
+ 'background-opacity'?: undefined;
1180
+ "fill-opacity"?: undefined;
1181
+ 'fill-outline-color'?: undefined;
1182
+ "line-color"?: undefined;
1183
+ "line-width"?: undefined;
1184
+ "fill-translate"?: undefined;
1185
+ "fill-translate-anchor"?: undefined;
1186
+ "line-opacity"?: undefined;
1187
+ "line-dasharray"?: undefined;
1188
+ 'line-blur'?: undefined;
1189
+ "text-color"?: undefined;
1190
+ "text-opacity"?: undefined;
1191
+ "text-halo-blur"?: undefined;
1192
+ "text-halo-color"?: undefined;
1193
+ "text-halo-width"?: undefined;
1194
+ 'icon-opacity'?: undefined;
1195
+ };
1196
+ minzoom?: undefined;
1197
+ maxzoom?: undefined;
1198
+ filter?: undefined;
1199
+ metadata?: undefined;
1200
+ } | {
1201
+ id: string;
1202
+ type: string;
1203
+ source: string;
1204
+ 'source-layer': string;
1205
+ layout: {
1206
+ visibility: string;
1207
+ 'line-cap'?: undefined;
1208
+ 'line-join'?: undefined;
1209
+ "symbol-placement"?: undefined;
1210
+ 'text-allow-overlap'?: undefined;
1211
+ "text-field"?: undefined;
1212
+ "text-font"?: undefined;
1213
+ 'text-ignore-placement'?: undefined;
1214
+ "text-letter-spacing"?: undefined;
1215
+ 'text-line-height'?: undefined;
1216
+ "text-max-width"?: undefined;
1217
+ 'text-padding'?: undefined;
1218
+ "text-pitch-alignment"?: undefined;
1219
+ "text-rotation-alignment"?: undefined;
1220
+ "text-size"?: undefined;
1221
+ "text-transform"?: undefined;
1222
+ "symbol-spacing"?: undefined;
1223
+ "symbol-avoid-edges"?: undefined;
1224
+ "text-justify"?: undefined;
1225
+ "symbol-sort-key"?: undefined;
1226
+ "text-anchor"?: undefined;
1227
+ "text-keep-upright"?: undefined;
1228
+ "text-offset"?: undefined;
1229
+ };
1230
+ paint: {
1231
+ 'fill-color': string;
1232
+ 'fill-opacity': {
1233
+ base: number;
1234
+ stops: number[][];
1235
+ };
1236
+ 'fill-outline-color': {
1237
+ stops: (string | number)[][];
1238
+ };
1239
+ 'fill-translate': {
1240
+ base: number;
1241
+ stops: (number | number[])[][];
1242
+ };
1243
+ 'background-color'?: undefined;
1244
+ 'background-opacity'?: undefined;
1245
+ "fill-antialias"?: undefined;
1246
+ "line-color"?: undefined;
1247
+ "line-width"?: undefined;
1248
+ "fill-translate-anchor"?: undefined;
1249
+ "line-opacity"?: undefined;
1250
+ "line-dasharray"?: undefined;
1251
+ 'line-blur'?: undefined;
1252
+ "text-color"?: undefined;
1253
+ "text-opacity"?: undefined;
1254
+ "text-halo-blur"?: undefined;
1255
+ "text-halo-color"?: undefined;
1256
+ "text-halo-width"?: undefined;
1257
+ 'icon-opacity'?: undefined;
1258
+ };
1259
+ minzoom?: undefined;
1260
+ maxzoom?: undefined;
1261
+ filter?: undefined;
1262
+ metadata?: undefined;
1263
+ } | {
1264
+ id: string;
1265
+ type: string;
1266
+ source: string;
1267
+ 'source-layer': string;
1268
+ minzoom: number;
1269
+ maxzoom: number;
1270
+ layout: {
1271
+ visibility: string;
1272
+ 'line-cap'?: undefined;
1273
+ 'line-join'?: undefined;
1274
+ "symbol-placement"?: undefined;
1275
+ 'text-allow-overlap'?: undefined;
1276
+ "text-field"?: undefined;
1277
+ "text-font"?: undefined;
1278
+ 'text-ignore-placement'?: undefined;
1279
+ "text-letter-spacing"?: undefined;
1280
+ 'text-line-height'?: undefined;
1281
+ "text-max-width"?: undefined;
1282
+ 'text-padding'?: undefined;
1283
+ "text-pitch-alignment"?: undefined;
1284
+ "text-rotation-alignment"?: undefined;
1285
+ "text-size"?: undefined;
1286
+ "text-transform"?: undefined;
1287
+ "symbol-spacing"?: undefined;
1288
+ "symbol-avoid-edges"?: undefined;
1289
+ "text-justify"?: undefined;
1290
+ "symbol-sort-key"?: undefined;
1291
+ "text-anchor"?: undefined;
1292
+ "text-keep-upright"?: undefined;
1293
+ "text-offset"?: undefined;
1294
+ };
1295
+ paint: {
1296
+ 'line-color': string;
1297
+ 'line-opacity': number;
1298
+ 'line-width': (string | number | (string | number | (string | number | string[])[])[])[];
1299
+ 'background-color'?: undefined;
1300
+ 'background-opacity'?: undefined;
1301
+ "fill-antialias"?: undefined;
1302
+ "fill-color"?: undefined;
1303
+ "fill-opacity"?: undefined;
1304
+ 'fill-outline-color'?: undefined;
1305
+ "fill-translate"?: undefined;
1306
+ "fill-translate-anchor"?: undefined;
1307
+ "line-dasharray"?: undefined;
1308
+ 'line-blur'?: undefined;
1309
+ "text-color"?: undefined;
1310
+ "text-opacity"?: undefined;
1311
+ "text-halo-blur"?: undefined;
1312
+ "text-halo-color"?: undefined;
1313
+ "text-halo-width"?: undefined;
1314
+ 'icon-opacity'?: undefined;
1315
+ };
1316
+ filter: (string | (string | number)[])[];
1317
+ metadata?: undefined;
1318
+ } | {
1319
+ id: string;
1320
+ type: string;
1321
+ source: string;
1322
+ 'source-layer': string;
1323
+ minzoom: number;
1324
+ layout: {
1325
+ visibility: string;
1326
+ 'line-cap'?: undefined;
1327
+ 'line-join'?: undefined;
1328
+ "symbol-placement"?: undefined;
1329
+ 'text-allow-overlap'?: undefined;
1330
+ "text-field"?: undefined;
1331
+ "text-font"?: undefined;
1332
+ 'text-ignore-placement'?: undefined;
1333
+ "text-letter-spacing"?: undefined;
1334
+ 'text-line-height'?: undefined;
1335
+ "text-max-width"?: undefined;
1336
+ 'text-padding'?: undefined;
1337
+ "text-pitch-alignment"?: undefined;
1338
+ "text-rotation-alignment"?: undefined;
1339
+ "text-size"?: undefined;
1340
+ "text-transform"?: undefined;
1341
+ "symbol-spacing"?: undefined;
1342
+ "symbol-avoid-edges"?: undefined;
1343
+ "text-justify"?: undefined;
1344
+ "symbol-sort-key"?: undefined;
1345
+ "text-anchor"?: undefined;
1346
+ "text-keep-upright"?: undefined;
1347
+ "text-offset"?: undefined;
1348
+ };
1349
+ paint: {
1350
+ 'line-color': string;
1351
+ 'line-dasharray': {
1352
+ stops: (number | number[])[][];
1353
+ };
1354
+ 'line-opacity': number;
1355
+ 'line-width': (string | number | (string | number | (string | number | string[])[])[])[];
1356
+ 'background-color'?: undefined;
1357
+ 'background-opacity'?: undefined;
1358
+ "fill-antialias"?: undefined;
1359
+ "fill-color"?: undefined;
1360
+ "fill-opacity"?: undefined;
1361
+ 'fill-outline-color'?: undefined;
1362
+ "fill-translate"?: undefined;
1363
+ "fill-translate-anchor"?: undefined;
1364
+ 'line-blur'?: undefined;
1365
+ "text-color"?: undefined;
1366
+ "text-opacity"?: undefined;
1367
+ "text-halo-blur"?: undefined;
1368
+ "text-halo-color"?: undefined;
1369
+ "text-halo-width"?: undefined;
1370
+ 'icon-opacity'?: undefined;
1371
+ };
1372
+ filter: (string | (string | number)[])[];
1373
+ maxzoom?: undefined;
1374
+ metadata?: undefined;
1375
+ } | {
1376
+ id: string;
1377
+ type: string;
1378
+ source: string;
1379
+ 'source-layer': string;
1380
+ minzoom: number;
1381
+ layout: {
1382
+ 'line-cap': string;
1383
+ 'line-join': string;
1384
+ visibility: string;
1385
+ "symbol-placement"?: undefined;
1386
+ 'text-allow-overlap'?: undefined;
1387
+ "text-field"?: undefined;
1388
+ "text-font"?: undefined;
1389
+ 'text-ignore-placement'?: undefined;
1390
+ "text-letter-spacing"?: undefined;
1391
+ 'text-line-height'?: undefined;
1392
+ "text-max-width"?: undefined;
1393
+ 'text-padding'?: undefined;
1394
+ "text-pitch-alignment"?: undefined;
1395
+ "text-rotation-alignment"?: undefined;
1396
+ "text-size"?: undefined;
1397
+ "text-transform"?: undefined;
1398
+ "symbol-spacing"?: undefined;
1399
+ "symbol-avoid-edges"?: undefined;
1400
+ "text-justify"?: undefined;
1401
+ "symbol-sort-key"?: undefined;
1402
+ "text-anchor"?: undefined;
1403
+ "text-keep-upright"?: undefined;
1404
+ "text-offset"?: undefined;
1405
+ };
1406
+ paint: {
1407
+ 'line-color': string;
1408
+ 'line-dasharray': number[];
1409
+ 'line-opacity': number;
1410
+ 'line-width': (string | number | string[])[];
1411
+ 'background-color'?: undefined;
1412
+ 'background-opacity'?: undefined;
1413
+ "fill-antialias"?: undefined;
1414
+ "fill-color"?: undefined;
1415
+ "fill-opacity"?: undefined;
1416
+ 'fill-outline-color'?: undefined;
1417
+ "fill-translate"?: undefined;
1418
+ "fill-translate-anchor"?: undefined;
1419
+ 'line-blur'?: undefined;
1420
+ "text-color"?: undefined;
1421
+ "text-opacity"?: undefined;
1422
+ "text-halo-blur"?: undefined;
1423
+ "text-halo-color"?: undefined;
1424
+ "text-halo-width"?: undefined;
1425
+ 'icon-opacity'?: undefined;
1426
+ };
1427
+ filter: (string | (string | number)[])[];
1428
+ maxzoom?: undefined;
1429
+ metadata?: undefined;
1430
+ } | {
1431
+ id: string;
1432
+ type: string;
1433
+ source: string;
1434
+ 'source-layer': string;
1435
+ minzoom: number;
1436
+ layout: {
1437
+ 'line-cap': string;
1438
+ 'line-join': string;
1439
+ visibility: string;
1440
+ "symbol-placement"?: undefined;
1441
+ 'text-allow-overlap'?: undefined;
1442
+ "text-field"?: undefined;
1443
+ "text-font"?: undefined;
1444
+ 'text-ignore-placement'?: undefined;
1445
+ "text-letter-spacing"?: undefined;
1446
+ 'text-line-height'?: undefined;
1447
+ "text-max-width"?: undefined;
1448
+ 'text-padding'?: undefined;
1449
+ "text-pitch-alignment"?: undefined;
1450
+ "text-rotation-alignment"?: undefined;
1451
+ "text-size"?: undefined;
1452
+ "text-transform"?: undefined;
1453
+ "symbol-spacing"?: undefined;
1454
+ "symbol-avoid-edges"?: undefined;
1455
+ "text-justify"?: undefined;
1456
+ "symbol-sort-key"?: undefined;
1457
+ "text-anchor"?: undefined;
1458
+ "text-keep-upright"?: undefined;
1459
+ "text-offset"?: undefined;
1460
+ };
1461
+ paint: {
1462
+ 'line-color': (string | number | string[])[];
1463
+ 'line-opacity': number;
1464
+ 'line-width': (string | number | string[])[];
1465
+ 'background-color'?: undefined;
1466
+ 'background-opacity'?: undefined;
1467
+ "fill-antialias"?: undefined;
1468
+ "fill-color"?: undefined;
1469
+ "fill-opacity"?: undefined;
1470
+ 'fill-outline-color'?: undefined;
1471
+ "fill-translate"?: undefined;
1472
+ "fill-translate-anchor"?: undefined;
1473
+ "line-dasharray"?: undefined;
1474
+ 'line-blur'?: undefined;
1475
+ "text-color"?: undefined;
1476
+ "text-opacity"?: undefined;
1477
+ "text-halo-blur"?: undefined;
1478
+ "text-halo-color"?: undefined;
1479
+ "text-halo-width"?: undefined;
1480
+ 'icon-opacity'?: undefined;
1481
+ };
1482
+ filter: (string | (string | number)[])[];
1483
+ maxzoom?: undefined;
1484
+ metadata?: undefined;
1485
+ } | {
1486
+ id: string;
1487
+ type: string;
1488
+ source: string;
1489
+ 'source-layer': string;
1490
+ minzoom: number;
1491
+ maxzoom: number;
1492
+ layout: {
1493
+ 'symbol-placement': string;
1494
+ 'text-allow-overlap': boolean;
1495
+ 'text-field': string[];
1496
+ 'text-font': string[];
1497
+ 'text-ignore-placement': boolean;
1498
+ 'text-letter-spacing': number;
1499
+ 'text-line-height': number;
1500
+ 'text-max-width': number;
1501
+ 'text-padding': number;
1502
+ 'text-pitch-alignment': string;
1503
+ 'text-rotation-alignment': string;
1504
+ 'text-size': (string | number | (string | number)[])[];
1505
+ 'text-transform': string;
1506
+ visibility: string;
1507
+ 'line-cap'?: undefined;
1508
+ 'line-join'?: undefined;
1509
+ "symbol-spacing"?: undefined;
1510
+ "symbol-avoid-edges"?: undefined;
1511
+ "text-justify"?: undefined;
1512
+ "symbol-sort-key"?: undefined;
1513
+ "text-anchor"?: undefined;
1514
+ "text-keep-upright"?: undefined;
1515
+ "text-offset"?: undefined;
1516
+ };
1517
+ paint: {
1518
+ 'text-color': string;
1519
+ 'text-opacity': (string | number | (string | number | string[])[])[];
1520
+ 'background-color'?: undefined;
1521
+ 'background-opacity'?: undefined;
1522
+ "fill-antialias"?: undefined;
1523
+ "fill-color"?: undefined;
1524
+ "fill-opacity"?: undefined;
1525
+ 'fill-outline-color'?: undefined;
1526
+ "line-color"?: undefined;
1527
+ "line-width"?: undefined;
1528
+ "fill-translate"?: undefined;
1529
+ "fill-translate-anchor"?: undefined;
1530
+ "line-opacity"?: undefined;
1531
+ "line-dasharray"?: undefined;
1532
+ 'line-blur'?: undefined;
1533
+ "text-halo-blur"?: undefined;
1534
+ "text-halo-color"?: undefined;
1535
+ "text-halo-width"?: undefined;
1536
+ 'icon-opacity'?: undefined;
1537
+ };
1538
+ filter: (string | string[])[];
1539
+ metadata?: undefined;
1540
+ } | {
1541
+ id: string;
1542
+ type: string;
1543
+ source: string;
1544
+ 'source-layer': string;
1545
+ minzoom: number;
1546
+ layout: {
1547
+ 'symbol-placement': string;
1548
+ 'text-allow-overlap': boolean;
1549
+ 'text-field': string[];
1550
+ 'text-font': string[];
1551
+ 'text-ignore-placement': boolean;
1552
+ 'text-letter-spacing': number;
1553
+ 'text-line-height': number;
1554
+ 'text-max-width': number;
1555
+ 'text-padding': number;
1556
+ 'text-pitch-alignment': string;
1557
+ 'text-rotation-alignment': string;
1558
+ 'text-size': (string | number | (string | number)[])[];
1559
+ 'text-transform': string;
1560
+ visibility: string;
1561
+ 'line-cap'?: undefined;
1562
+ 'line-join'?: undefined;
1563
+ "symbol-spacing"?: undefined;
1564
+ "symbol-avoid-edges"?: undefined;
1565
+ "text-justify"?: undefined;
1566
+ "symbol-sort-key"?: undefined;
1567
+ "text-anchor"?: undefined;
1568
+ "text-keep-upright"?: undefined;
1569
+ "text-offset"?: undefined;
1570
+ };
1571
+ paint: {
1572
+ 'text-color': string;
1573
+ 'text-opacity': number;
1574
+ 'background-color'?: undefined;
1575
+ 'background-opacity'?: undefined;
1576
+ "fill-antialias"?: undefined;
1577
+ "fill-color"?: undefined;
1578
+ "fill-opacity"?: undefined;
1579
+ 'fill-outline-color'?: undefined;
1580
+ "line-color"?: undefined;
1581
+ "line-width"?: undefined;
1582
+ "fill-translate"?: undefined;
1583
+ "fill-translate-anchor"?: undefined;
1584
+ "line-opacity"?: undefined;
1585
+ "line-dasharray"?: undefined;
1586
+ 'line-blur'?: undefined;
1587
+ "text-halo-blur"?: undefined;
1588
+ "text-halo-color"?: undefined;
1589
+ "text-halo-width"?: undefined;
1590
+ 'icon-opacity'?: undefined;
1591
+ };
1592
+ filter: (string | string[])[];
1593
+ maxzoom?: undefined;
1594
+ metadata?: undefined;
1595
+ } | {
1596
+ id: string;
1597
+ type: string;
1598
+ source: string;
1599
+ 'source-layer': string;
1600
+ layout: {
1601
+ 'symbol-placement': string;
1602
+ 'symbol-spacing': number;
1603
+ 'text-field': string[];
1604
+ 'text-font': string[];
1605
+ 'text-line-height': number;
1606
+ 'text-pitch-alignment': string;
1607
+ 'text-rotation-alignment': string;
1608
+ 'text-size': (string | number | string[])[];
1609
+ visibility: string;
1610
+ 'line-cap'?: undefined;
1611
+ 'line-join'?: undefined;
1612
+ 'text-allow-overlap'?: undefined;
1613
+ 'text-ignore-placement'?: undefined;
1614
+ "text-letter-spacing"?: undefined;
1615
+ "text-max-width"?: undefined;
1616
+ 'text-padding'?: undefined;
1617
+ "text-transform"?: undefined;
1618
+ "symbol-avoid-edges"?: undefined;
1619
+ "text-justify"?: undefined;
1620
+ "symbol-sort-key"?: undefined;
1621
+ "text-anchor"?: undefined;
1622
+ "text-keep-upright"?: undefined;
1623
+ "text-offset"?: undefined;
1624
+ };
1625
+ paint: {
1626
+ 'text-color': string;
1627
+ 'background-color'?: undefined;
1628
+ 'background-opacity'?: undefined;
1629
+ "fill-antialias"?: undefined;
1630
+ "fill-color"?: undefined;
1631
+ "fill-opacity"?: undefined;
1632
+ 'fill-outline-color'?: undefined;
1633
+ "line-color"?: undefined;
1634
+ "line-width"?: undefined;
1635
+ "fill-translate"?: undefined;
1636
+ "fill-translate-anchor"?: undefined;
1637
+ "line-opacity"?: undefined;
1638
+ "line-dasharray"?: undefined;
1639
+ 'line-blur'?: undefined;
1640
+ "text-opacity"?: undefined;
1641
+ "text-halo-blur"?: undefined;
1642
+ "text-halo-color"?: undefined;
1643
+ "text-halo-width"?: undefined;
1644
+ 'icon-opacity'?: undefined;
1645
+ };
1646
+ filter: string[];
1647
+ minzoom?: undefined;
1648
+ maxzoom?: undefined;
1649
+ metadata?: undefined;
1650
+ } | {
1651
+ id: string;
1652
+ type: string;
1653
+ source: string;
1654
+ 'source-layer': string;
1655
+ minzoom: number;
1656
+ layout: {
1657
+ 'symbol-avoid-edges': boolean;
1658
+ 'symbol-placement': string;
1659
+ 'symbol-spacing': {
1660
+ stops: number[][];
1661
+ };
1662
+ 'text-field': string[];
1663
+ 'text-font': string[];
1664
+ 'text-justify': string;
1665
+ 'text-letter-spacing': (string | number | (string | number | string[])[])[];
1666
+ 'text-pitch-alignment': string;
1667
+ 'text-rotation-alignment': string;
1668
+ 'text-size': (string | number | (string | number | string[])[])[];
1669
+ visibility: string;
1670
+ 'line-cap'?: undefined;
1671
+ 'line-join'?: undefined;
1672
+ 'text-allow-overlap'?: undefined;
1673
+ 'text-ignore-placement'?: undefined;
1674
+ 'text-line-height'?: undefined;
1675
+ "text-max-width"?: undefined;
1676
+ 'text-padding'?: undefined;
1677
+ "text-transform"?: undefined;
1678
+ "symbol-sort-key"?: undefined;
1679
+ "text-anchor"?: undefined;
1680
+ "text-keep-upright"?: undefined;
1681
+ "text-offset"?: undefined;
1682
+ };
1683
+ paint: {
1684
+ 'text-color': string;
1685
+ 'text-halo-blur': number;
1686
+ 'text-halo-color': string;
1687
+ 'text-halo-width': number;
1688
+ 'text-opacity': (string | number | (string | number | string[])[])[];
1689
+ 'background-color'?: undefined;
1690
+ 'background-opacity'?: undefined;
1691
+ "fill-antialias"?: undefined;
1692
+ "fill-color"?: undefined;
1693
+ "fill-opacity"?: undefined;
1694
+ 'fill-outline-color'?: undefined;
1695
+ "line-color"?: undefined;
1696
+ "line-width"?: undefined;
1697
+ "fill-translate"?: undefined;
1698
+ "fill-translate-anchor"?: undefined;
1699
+ "line-opacity"?: undefined;
1700
+ "line-dasharray"?: undefined;
1701
+ 'line-blur'?: undefined;
1702
+ 'icon-opacity'?: undefined;
1703
+ };
1704
+ filter: string[];
1705
+ maxzoom?: undefined;
1706
+ metadata?: undefined;
1707
+ } | {
1708
+ id: string;
1709
+ type: string;
1710
+ source: string;
1711
+ 'source-layer': string;
1712
+ minzoom: number;
1713
+ layout: {
1714
+ 'symbol-sort-key': (string | string[])[];
1715
+ 'text-anchor': string;
1716
+ 'text-field': string[];
1717
+ 'text-font': string[];
1718
+ 'text-keep-upright': boolean;
1719
+ 'text-max-width': number;
1720
+ 'text-offset': number[];
1721
+ 'text-size': (string | number | (string | number | string[])[])[];
1722
+ 'text-transform': string;
1723
+ visibility: string;
1724
+ 'line-cap'?: undefined;
1725
+ 'line-join'?: undefined;
1726
+ "symbol-placement"?: undefined;
1727
+ 'text-allow-overlap'?: undefined;
1728
+ 'text-ignore-placement'?: undefined;
1729
+ "text-letter-spacing"?: undefined;
1730
+ 'text-line-height'?: undefined;
1731
+ 'text-padding'?: undefined;
1732
+ "text-pitch-alignment"?: undefined;
1733
+ "text-rotation-alignment"?: undefined;
1734
+ "symbol-spacing"?: undefined;
1735
+ "symbol-avoid-edges"?: undefined;
1736
+ "text-justify"?: undefined;
1737
+ };
1738
+ paint: {
1739
+ 'text-color': string;
1740
+ 'text-halo-blur': number;
1741
+ 'text-halo-color': string;
1742
+ 'text-halo-width': number;
1743
+ 'text-opacity': (string | number | (string | number | string[])[])[];
1744
+ 'background-color'?: undefined;
1745
+ 'background-opacity'?: undefined;
1746
+ "fill-antialias"?: undefined;
1747
+ "fill-color"?: undefined;
1748
+ "fill-opacity"?: undefined;
1749
+ 'fill-outline-color'?: undefined;
1750
+ "line-color"?: undefined;
1751
+ "line-width"?: undefined;
1752
+ "fill-translate"?: undefined;
1753
+ "fill-translate-anchor"?: undefined;
1754
+ "line-opacity"?: undefined;
1755
+ "line-dasharray"?: undefined;
1756
+ 'line-blur'?: undefined;
1757
+ 'icon-opacity'?: undefined;
1758
+ };
1759
+ filter: string[];
1760
+ maxzoom?: undefined;
1761
+ metadata?: undefined;
1762
+ } | {
1763
+ id: string;
1764
+ type: string;
1765
+ source: string;
1766
+ 'source-layer': string;
1767
+ minzoom: number;
1768
+ layout: {
1769
+ 'symbol-sort-key': (string | string[])[];
1770
+ 'text-anchor': string;
1771
+ 'text-field': string[];
1772
+ 'text-font': string[];
1773
+ 'text-keep-upright': boolean;
1774
+ 'text-max-width': number;
1775
+ 'text-offset': number[];
1776
+ 'text-size': (string | number | (string | number)[])[];
1777
+ 'text-transform': string;
1778
+ visibility: string;
1779
+ 'line-cap'?: undefined;
1780
+ 'line-join'?: undefined;
1781
+ "symbol-placement"?: undefined;
1782
+ 'text-allow-overlap'?: undefined;
1783
+ 'text-ignore-placement'?: undefined;
1784
+ "text-letter-spacing"?: undefined;
1785
+ 'text-line-height'?: undefined;
1786
+ 'text-padding'?: undefined;
1787
+ "text-pitch-alignment"?: undefined;
1788
+ "text-rotation-alignment"?: undefined;
1789
+ "symbol-spacing"?: undefined;
1790
+ "symbol-avoid-edges"?: undefined;
1791
+ "text-justify"?: undefined;
1792
+ };
1793
+ paint: {
1794
+ 'text-color': string;
1795
+ 'text-halo-blur': number;
1796
+ 'text-halo-color': string;
1797
+ 'text-halo-width': number;
1798
+ 'text-opacity': number;
1799
+ 'background-color'?: undefined;
1800
+ 'background-opacity'?: undefined;
1801
+ "fill-antialias"?: undefined;
1802
+ "fill-color"?: undefined;
1803
+ "fill-opacity"?: undefined;
1804
+ 'fill-outline-color'?: undefined;
1805
+ "line-color"?: undefined;
1806
+ "line-width"?: undefined;
1807
+ "fill-translate"?: undefined;
1808
+ "fill-translate-anchor"?: undefined;
1809
+ "line-opacity"?: undefined;
1810
+ "line-dasharray"?: undefined;
1811
+ 'line-blur'?: undefined;
1812
+ 'icon-opacity'?: undefined;
1813
+ };
1814
+ filter: string[];
1815
+ maxzoom?: undefined;
1816
+ metadata?: undefined;
1817
+ } | {
1818
+ id: string;
1819
+ type: string;
1820
+ source: string;
1821
+ 'source-layer': string;
1822
+ minzoom: number;
1823
+ maxzoom: number;
1824
+ layout: {
1825
+ 'symbol-sort-key': (string | string[])[];
1826
+ 'text-allow-overlap': boolean;
1827
+ 'text-field': string[];
1828
+ 'text-font': string[];
1829
+ 'text-max-width': number;
1830
+ 'text-size': (string | number | (string | number | string[])[])[];
1831
+ 'text-transform': string;
1832
+ visibility: string;
1833
+ 'line-cap'?: undefined;
1834
+ 'line-join'?: undefined;
1835
+ "symbol-placement"?: undefined;
1836
+ 'text-ignore-placement'?: undefined;
1837
+ "text-letter-spacing"?: undefined;
1838
+ 'text-line-height'?: undefined;
1839
+ 'text-padding'?: undefined;
1840
+ "text-pitch-alignment"?: undefined;
1841
+ "text-rotation-alignment"?: undefined;
1842
+ "symbol-spacing"?: undefined;
1843
+ "symbol-avoid-edges"?: undefined;
1844
+ "text-justify"?: undefined;
1845
+ "text-anchor"?: undefined;
1846
+ "text-keep-upright"?: undefined;
1847
+ "text-offset"?: undefined;
1848
+ };
1849
+ paint: {
1850
+ 'icon-opacity': number;
1851
+ 'text-color': string;
1852
+ 'text-halo-blur': number;
1853
+ 'text-halo-color': string;
1854
+ 'text-halo-width': number;
1855
+ 'text-opacity': number;
1856
+ 'background-color'?: undefined;
1857
+ 'background-opacity'?: undefined;
1858
+ "fill-antialias"?: undefined;
1859
+ "fill-color"?: undefined;
1860
+ "fill-opacity"?: undefined;
1861
+ 'fill-outline-color'?: undefined;
1862
+ "line-color"?: undefined;
1863
+ "line-width"?: undefined;
1864
+ "fill-translate"?: undefined;
1865
+ "fill-translate-anchor"?: undefined;
1866
+ "line-opacity"?: undefined;
1867
+ "line-dasharray"?: undefined;
1868
+ 'line-blur'?: undefined;
1869
+ };
1870
+ filter: (string | (string | number)[])[];
1871
+ metadata?: undefined;
1872
+ } | {
1873
+ id: string;
1874
+ type: string;
1875
+ source: string;
1876
+ 'source-layer': string;
1877
+ minzoom: number;
1878
+ maxzoom: number;
1879
+ layout: {
1880
+ 'symbol-sort-key': (string | string[])[];
1881
+ 'text-anchor': string;
1882
+ 'text-field': string[];
1883
+ 'text-font': string[];
1884
+ 'text-keep-upright': boolean;
1885
+ 'text-max-width': number;
1886
+ 'text-offset': number[];
1887
+ 'text-size': (string | number | (string | number | (string | number | string[])[])[])[];
1888
+ 'text-transform': string;
1889
+ visibility: string;
1890
+ 'line-cap'?: undefined;
1891
+ 'line-join'?: undefined;
1892
+ "symbol-placement"?: undefined;
1893
+ 'text-allow-overlap'?: undefined;
1894
+ 'text-ignore-placement'?: undefined;
1895
+ "text-letter-spacing"?: undefined;
1896
+ 'text-line-height'?: undefined;
1897
+ 'text-padding'?: undefined;
1898
+ "text-pitch-alignment"?: undefined;
1899
+ "text-rotation-alignment"?: undefined;
1900
+ "symbol-spacing"?: undefined;
1901
+ "symbol-avoid-edges"?: undefined;
1902
+ "text-justify"?: undefined;
1903
+ };
1904
+ paint: {
1905
+ 'text-color': string;
1906
+ 'text-halo-blur': number;
1907
+ 'text-halo-color': string;
1908
+ 'text-halo-width': number;
1909
+ 'background-color'?: undefined;
1910
+ 'background-opacity'?: undefined;
1911
+ "fill-antialias"?: undefined;
1912
+ "fill-color"?: undefined;
1913
+ "fill-opacity"?: undefined;
1914
+ 'fill-outline-color'?: undefined;
1915
+ "line-color"?: undefined;
1916
+ "line-width"?: undefined;
1917
+ "fill-translate"?: undefined;
1918
+ "fill-translate-anchor"?: undefined;
1919
+ "line-opacity"?: undefined;
1920
+ "line-dasharray"?: undefined;
1921
+ 'line-blur'?: undefined;
1922
+ "text-opacity"?: undefined;
1923
+ 'icon-opacity'?: undefined;
1924
+ };
1925
+ filter: (string | string[])[];
1926
+ metadata?: undefined;
1927
+ } | {
1928
+ id: string;
1929
+ type: string;
1930
+ source: string;
1931
+ 'source-layer': string;
1932
+ minzoom: number;
1933
+ maxzoom: number;
1934
+ layout: {
1935
+ 'symbol-sort-key': (string | string[])[];
1936
+ 'text-field': string[];
1937
+ 'text-font': string[];
1938
+ 'text-size': (string | number | (string | number | (string | number | string[])[])[])[];
1939
+ 'text-transform': string;
1940
+ visibility: string;
1941
+ 'line-cap'?: undefined;
1942
+ 'line-join'?: undefined;
1943
+ "symbol-placement"?: undefined;
1944
+ 'text-allow-overlap'?: undefined;
1945
+ 'text-ignore-placement'?: undefined;
1946
+ "text-letter-spacing"?: undefined;
1947
+ 'text-line-height'?: undefined;
1948
+ "text-max-width"?: undefined;
1949
+ 'text-padding'?: undefined;
1950
+ "text-pitch-alignment"?: undefined;
1951
+ "text-rotation-alignment"?: undefined;
1952
+ "symbol-spacing"?: undefined;
1953
+ "symbol-avoid-edges"?: undefined;
1954
+ "text-justify"?: undefined;
1955
+ "text-anchor"?: undefined;
1956
+ "text-keep-upright"?: undefined;
1957
+ "text-offset"?: undefined;
1958
+ };
1959
+ paint: {
1960
+ 'text-color': string;
1961
+ 'text-halo-blur': number;
1962
+ 'text-halo-color': string;
1963
+ 'text-halo-width': number;
1964
+ 'text-opacity': (string | number | (string | number | (string | number | string[])[])[])[];
1965
+ 'background-color'?: undefined;
1966
+ 'background-opacity'?: undefined;
1967
+ "fill-antialias"?: undefined;
1968
+ "fill-color"?: undefined;
1969
+ "fill-opacity"?: undefined;
1970
+ 'fill-outline-color'?: undefined;
1971
+ "line-color"?: undefined;
1972
+ "line-width"?: undefined;
1973
+ "fill-translate"?: undefined;
1974
+ "fill-translate-anchor"?: undefined;
1975
+ "line-opacity"?: undefined;
1976
+ "line-dasharray"?: undefined;
1977
+ 'line-blur'?: undefined;
1978
+ 'icon-opacity'?: undefined;
1979
+ };
1980
+ filter: (string | string[])[];
1981
+ metadata?: undefined;
1982
+ } | {
1983
+ id: string;
1984
+ type: string;
1985
+ source: string;
1986
+ 'source-layer': string;
1987
+ minzoom: number;
1988
+ maxzoom: number;
1989
+ layout: {
1990
+ 'text-field': string[];
1991
+ 'text-font': string[];
1992
+ 'text-justify': string;
1993
+ 'text-keep-upright': boolean;
1994
+ 'text-letter-spacing': number;
1995
+ 'text-max-width': number;
1996
+ 'text-size': number;
1997
+ 'text-transform': string;
1998
+ visibility: string;
1999
+ 'line-cap'?: undefined;
2000
+ 'line-join'?: undefined;
2001
+ "symbol-placement"?: undefined;
2002
+ 'text-allow-overlap'?: undefined;
2003
+ 'text-ignore-placement'?: undefined;
2004
+ 'text-line-height'?: undefined;
2005
+ 'text-padding'?: undefined;
2006
+ "text-pitch-alignment"?: undefined;
2007
+ "text-rotation-alignment"?: undefined;
2008
+ "symbol-spacing"?: undefined;
2009
+ "symbol-avoid-edges"?: undefined;
2010
+ "symbol-sort-key"?: undefined;
2011
+ "text-anchor"?: undefined;
2012
+ "text-offset"?: undefined;
2013
+ };
2014
+ paint: {
2015
+ 'text-color': string;
2016
+ 'text-halo-blur': number;
2017
+ 'text-halo-color': string;
2018
+ 'text-halo-width': number;
2019
+ 'background-color'?: undefined;
2020
+ 'background-opacity'?: undefined;
2021
+ "fill-antialias"?: undefined;
2022
+ "fill-color"?: undefined;
2023
+ "fill-opacity"?: undefined;
2024
+ 'fill-outline-color'?: undefined;
2025
+ "line-color"?: undefined;
2026
+ "line-width"?: undefined;
2027
+ "fill-translate"?: undefined;
2028
+ "fill-translate-anchor"?: undefined;
2029
+ "line-opacity"?: undefined;
2030
+ "line-dasharray"?: undefined;
2031
+ 'line-blur'?: undefined;
2032
+ "text-opacity"?: undefined;
2033
+ 'icon-opacity'?: undefined;
2034
+ };
2035
+ filter: string[];
2036
+ metadata?: undefined;
2037
+ })[];
2038
+ let glyphs: string;
2039
+ let sprite: string;
2040
+ let bearing: number;
2041
+ let pitch: number;
2042
+ let center: number[];
2043
+ let zoom: number;
2044
+ }