@redus/georedus-ui 0.8.8 → 0.9.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 (44) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/index.d.ts +2 -0
  3. package/dist/main.js +6400 -3896
  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/overture_places_poc.d.ts +32 -0
  12. package/dist/viewSpecs/presets/cem_censo/2010_2022/buildings/index.d.ts +65 -0
  13. package/dist/viewSpecs/presets/cem_censo/2010_2022/chartUtil.d.ts +26 -0
  14. package/dist/viewSpecs/presets/cem_censo/2010_2022/confSchema.d.ts +87 -0
  15. package/dist/viewSpecs/presets/cem_censo/2010_2022/customGeoJSON/index.d.ts +93 -0
  16. package/dist/viewSpecs/presets/cem_censo/2010_2022/dataUtil.d.ts +13 -0
  17. package/dist/viewSpecs/presets/cem_censo/2010_2022/download.d.ts +11 -0
  18. package/dist/viewSpecs/presets/{cem_censo_2010_2022 → cem_censo/2010_2022}/index.d.ts +5 -117
  19. package/dist/viewSpecs/presets/cem_censo/2010_2022/metadata.d.ts +67 -0
  20. package/dist/viewSpecs/presets/cem_censo/2010_2022/parseSchema.d.ts +13 -0
  21. package/dist/viewSpecs/presets/cem_censo/2010_2022/setor_censitario/index.d.ts +71 -0
  22. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/constants.d.ts +2 -0
  23. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/index.d.ts +31 -0
  24. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrabr/index.d.ts +35 -0
  25. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrabr/metadata.d.ts +12 -0
  26. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrabr/municipio.d.ts +34 -0
  27. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/buildings.d.ts +51 -0
  28. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/customGeoJson.d.ts +104 -0
  29. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/index.d.ts +205 -0
  30. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/metadata/defaultMetadata.d.ts +11 -0
  31. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/metadata/index.d.ts +10 -0
  32. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/metadata/util.d.ts +1 -0
  33. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intramun/setor_censitario.d.ts +112 -0
  34. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrauf/index.d.ts +36 -0
  35. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrauf/metadata.d.ts +12 -0
  36. package/dist/viewSpecs/presets/cem_censo/2022/choropleth/intrauf/municipio.d.ts +35 -0
  37. package/dist/viewSpecs/presets/cem_censo/2022/index.d.ts +130 -0
  38. package/dist/viewSpecs/presets/index.d.ts +2 -1
  39. package/dist/viewSpecs/resolveView/resolveView.d.ts +4 -4
  40. package/dist/viewSpecs/resolveView/tmp_resolveView.future.d.ts +1 -1
  41. package/dist/viewSpecs/zIndexes.d.ts +4 -0
  42. package/package.json +18 -13
  43. package/dist/DevControls/importViewSpecsFromCsv/index.d.ts +0 -6
  44. /package/dist/GeoReDUS/{useMapStyle.d.ts → _useMapStyle.d.ts} +0 -0
@@ -0,0 +1,588 @@
1
+ export namespace MAP_TILER_SATELLITE_MAP_STYLE {
2
+ let version: number;
3
+ let id: string;
4
+ let name: string;
5
+ namespace sources {
6
+ namespace maptiler_planet {
7
+ let url: string;
8
+ let type: string;
9
+ }
10
+ namespace satellite {
11
+ let url_1: string;
12
+ export { url_1 as url };
13
+ let type_1: string;
14
+ export { type_1 as type };
15
+ }
16
+ }
17
+ let layers: ({
18
+ id: string;
19
+ type: string;
20
+ source: string;
21
+ minzoom: number;
22
+ layout: {
23
+ visibility: string;
24
+ 'line-cap'?: undefined;
25
+ 'line-join'?: undefined;
26
+ "symbol-placement"?: undefined;
27
+ "symbol-spacing"?: undefined;
28
+ "text-field"?: undefined;
29
+ "text-font"?: undefined;
30
+ "text-letter-spacing"?: undefined;
31
+ "text-rotation-alignment"?: undefined;
32
+ "text-size"?: undefined;
33
+ "text-transform"?: undefined;
34
+ "symbol-sort-key"?: undefined;
35
+ "text-max-width"?: undefined;
36
+ "text-anchor"?: undefined;
37
+ "text-offset"?: undefined;
38
+ "text-justify"?: undefined;
39
+ };
40
+ paint: {
41
+ 'raster-opacity': number;
42
+ "line-color"?: undefined;
43
+ "line-width"?: undefined;
44
+ "line-opacity"?: undefined;
45
+ "line-dasharray"?: undefined;
46
+ 'line-offset'?: undefined;
47
+ "text-color"?: undefined;
48
+ "text-halo-color"?: undefined;
49
+ "text-halo-width"?: undefined;
50
+ "text-halo-blur"?: undefined;
51
+ "text-opacity"?: undefined;
52
+ };
53
+ filter: string[];
54
+ 'source-layer'?: undefined;
55
+ maxzoom?: undefined;
56
+ metadata?: undefined;
57
+ } | {
58
+ id: string;
59
+ type: string;
60
+ source: string;
61
+ 'source-layer': string;
62
+ minzoom: number;
63
+ layout: {
64
+ 'line-cap': string;
65
+ 'line-join': string;
66
+ visibility: string;
67
+ "symbol-placement"?: undefined;
68
+ "symbol-spacing"?: undefined;
69
+ "text-field"?: undefined;
70
+ "text-font"?: undefined;
71
+ "text-letter-spacing"?: undefined;
72
+ "text-rotation-alignment"?: undefined;
73
+ "text-size"?: undefined;
74
+ "text-transform"?: undefined;
75
+ "symbol-sort-key"?: undefined;
76
+ "text-max-width"?: undefined;
77
+ "text-anchor"?: undefined;
78
+ "text-offset"?: undefined;
79
+ "text-justify"?: undefined;
80
+ };
81
+ paint: {
82
+ 'line-color': {
83
+ stops: (string | number)[][];
84
+ };
85
+ 'line-width': (string | number | (string | number | string[])[])[];
86
+ 'raster-opacity'?: undefined;
87
+ "line-opacity"?: undefined;
88
+ "line-dasharray"?: undefined;
89
+ 'line-offset'?: undefined;
90
+ "text-color"?: undefined;
91
+ "text-halo-color"?: undefined;
92
+ "text-halo-width"?: undefined;
93
+ "text-halo-blur"?: undefined;
94
+ "text-opacity"?: undefined;
95
+ };
96
+ filter: (string | string[])[];
97
+ maxzoom?: undefined;
98
+ metadata?: undefined;
99
+ } | {
100
+ id: string;
101
+ type: string;
102
+ source: string;
103
+ 'source-layer': string;
104
+ minzoom: number;
105
+ layout: {
106
+ visibility: string;
107
+ 'line-cap'?: undefined;
108
+ 'line-join'?: undefined;
109
+ "symbol-placement"?: undefined;
110
+ "symbol-spacing"?: undefined;
111
+ "text-field"?: undefined;
112
+ "text-font"?: undefined;
113
+ "text-letter-spacing"?: undefined;
114
+ "text-rotation-alignment"?: undefined;
115
+ "text-size"?: undefined;
116
+ "text-transform"?: undefined;
117
+ "symbol-sort-key"?: undefined;
118
+ "text-max-width"?: undefined;
119
+ "text-anchor"?: undefined;
120
+ "text-offset"?: undefined;
121
+ "text-justify"?: undefined;
122
+ };
123
+ paint: {
124
+ 'line-color': string;
125
+ 'line-opacity': (string | number | string[])[];
126
+ 'raster-opacity'?: undefined;
127
+ "line-width"?: undefined;
128
+ "line-dasharray"?: undefined;
129
+ 'line-offset'?: undefined;
130
+ "text-color"?: undefined;
131
+ "text-halo-color"?: undefined;
132
+ "text-halo-width"?: undefined;
133
+ "text-halo-blur"?: undefined;
134
+ "text-opacity"?: undefined;
135
+ };
136
+ filter: string[];
137
+ maxzoom?: undefined;
138
+ metadata?: undefined;
139
+ } | {
140
+ id: string;
141
+ type: string;
142
+ source: string;
143
+ 'source-layer': string;
144
+ minzoom: number;
145
+ layout: {
146
+ visibility: string;
147
+ 'line-cap'?: undefined;
148
+ 'line-join'?: undefined;
149
+ "symbol-placement"?: undefined;
150
+ "symbol-spacing"?: undefined;
151
+ "text-field"?: undefined;
152
+ "text-font"?: undefined;
153
+ "text-letter-spacing"?: undefined;
154
+ "text-rotation-alignment"?: undefined;
155
+ "text-size"?: undefined;
156
+ "text-transform"?: undefined;
157
+ "symbol-sort-key"?: undefined;
158
+ "text-max-width"?: undefined;
159
+ "text-anchor"?: undefined;
160
+ "text-offset"?: undefined;
161
+ "text-justify"?: undefined;
162
+ };
163
+ paint: {
164
+ 'line-color': string;
165
+ 'line-dasharray': number[];
166
+ 'raster-opacity'?: undefined;
167
+ "line-width"?: undefined;
168
+ "line-opacity"?: undefined;
169
+ 'line-offset'?: undefined;
170
+ "text-color"?: undefined;
171
+ "text-halo-color"?: undefined;
172
+ "text-halo-width"?: undefined;
173
+ "text-halo-blur"?: undefined;
174
+ "text-opacity"?: undefined;
175
+ };
176
+ filter: (string | (string | number)[])[];
177
+ maxzoom?: undefined;
178
+ metadata?: undefined;
179
+ } | {
180
+ id: string;
181
+ type: string;
182
+ source: string;
183
+ 'source-layer': string;
184
+ layout: {
185
+ 'line-cap': string;
186
+ 'line-join': string;
187
+ visibility: string;
188
+ "symbol-placement"?: undefined;
189
+ "symbol-spacing"?: undefined;
190
+ "text-field"?: undefined;
191
+ "text-font"?: undefined;
192
+ "text-letter-spacing"?: undefined;
193
+ "text-rotation-alignment"?: undefined;
194
+ "text-size"?: undefined;
195
+ "text-transform"?: undefined;
196
+ "symbol-sort-key"?: undefined;
197
+ "text-max-width"?: undefined;
198
+ "text-anchor"?: undefined;
199
+ "text-offset"?: undefined;
200
+ "text-justify"?: undefined;
201
+ };
202
+ paint: {
203
+ 'line-color': string;
204
+ 'line-offset': number;
205
+ 'line-width': (string | number | (string | number)[])[];
206
+ 'raster-opacity'?: undefined;
207
+ "line-opacity"?: undefined;
208
+ "line-dasharray"?: undefined;
209
+ "text-color"?: undefined;
210
+ "text-halo-color"?: undefined;
211
+ "text-halo-width"?: undefined;
212
+ "text-halo-blur"?: undefined;
213
+ "text-opacity"?: undefined;
214
+ };
215
+ filter: (string | (string | number)[])[];
216
+ minzoom?: undefined;
217
+ maxzoom?: undefined;
218
+ metadata?: undefined;
219
+ } | {
220
+ id: string;
221
+ type: string;
222
+ source: string;
223
+ 'source-layer': string;
224
+ layout: {
225
+ 'line-cap': string;
226
+ 'line-join': string;
227
+ visibility: string;
228
+ "symbol-placement"?: undefined;
229
+ "symbol-spacing"?: undefined;
230
+ "text-field"?: undefined;
231
+ "text-font"?: undefined;
232
+ "text-letter-spacing"?: undefined;
233
+ "text-rotation-alignment"?: undefined;
234
+ "text-size"?: undefined;
235
+ "text-transform"?: undefined;
236
+ "symbol-sort-key"?: undefined;
237
+ "text-max-width"?: undefined;
238
+ "text-anchor"?: undefined;
239
+ "text-offset"?: undefined;
240
+ "text-justify"?: undefined;
241
+ };
242
+ paint: {
243
+ 'line-color': string;
244
+ 'line-dasharray': number[];
245
+ 'line-width': (string | number | (string | number)[])[];
246
+ 'raster-opacity'?: undefined;
247
+ "line-opacity"?: undefined;
248
+ 'line-offset'?: undefined;
249
+ "text-color"?: undefined;
250
+ "text-halo-color"?: undefined;
251
+ "text-halo-width"?: undefined;
252
+ "text-halo-blur"?: undefined;
253
+ "text-opacity"?: undefined;
254
+ };
255
+ filter: (string | (string | number)[])[];
256
+ minzoom?: undefined;
257
+ maxzoom?: undefined;
258
+ metadata?: undefined;
259
+ } | {
260
+ id: string;
261
+ type: string;
262
+ source: string;
263
+ 'source-layer': string;
264
+ layout: {
265
+ 'line-cap': string;
266
+ 'line-join': string;
267
+ visibility: string;
268
+ "symbol-placement"?: undefined;
269
+ "symbol-spacing"?: undefined;
270
+ "text-field"?: undefined;
271
+ "text-font"?: undefined;
272
+ "text-letter-spacing"?: undefined;
273
+ "text-rotation-alignment"?: undefined;
274
+ "text-size"?: undefined;
275
+ "text-transform"?: undefined;
276
+ "symbol-sort-key"?: undefined;
277
+ "text-max-width"?: undefined;
278
+ "text-anchor"?: undefined;
279
+ "text-offset"?: undefined;
280
+ "text-justify"?: undefined;
281
+ };
282
+ paint: {
283
+ 'line-color': string;
284
+ 'line-width': (string | number | (string | number)[])[];
285
+ 'raster-opacity'?: undefined;
286
+ "line-opacity"?: undefined;
287
+ "line-dasharray"?: undefined;
288
+ 'line-offset'?: undefined;
289
+ "text-color"?: undefined;
290
+ "text-halo-color"?: undefined;
291
+ "text-halo-width"?: undefined;
292
+ "text-halo-blur"?: undefined;
293
+ "text-opacity"?: undefined;
294
+ };
295
+ filter: (string | (string | number)[])[];
296
+ minzoom?: undefined;
297
+ maxzoom?: undefined;
298
+ metadata?: undefined;
299
+ } | {
300
+ id: string;
301
+ type: string;
302
+ source: string;
303
+ 'source-layer': string;
304
+ layout: {
305
+ 'symbol-placement': string;
306
+ 'symbol-spacing': (string | number | string[])[];
307
+ 'text-field': (string | string[])[];
308
+ 'text-font': string[];
309
+ 'text-letter-spacing': number;
310
+ 'text-rotation-alignment': string;
311
+ 'text-size': (string | number | (string | number)[])[];
312
+ 'text-transform': string;
313
+ visibility: string;
314
+ 'line-cap'?: undefined;
315
+ 'line-join'?: undefined;
316
+ "symbol-sort-key"?: undefined;
317
+ "text-max-width"?: undefined;
318
+ "text-anchor"?: undefined;
319
+ "text-offset"?: undefined;
320
+ "text-justify"?: undefined;
321
+ };
322
+ paint: {
323
+ 'text-color': string;
324
+ 'text-halo-color': string;
325
+ 'text-halo-width': number;
326
+ 'raster-opacity'?: undefined;
327
+ "line-color"?: undefined;
328
+ "line-width"?: undefined;
329
+ "line-opacity"?: undefined;
330
+ "line-dasharray"?: undefined;
331
+ 'line-offset'?: undefined;
332
+ "text-halo-blur"?: undefined;
333
+ "text-opacity"?: undefined;
334
+ };
335
+ filter: (string | string[])[];
336
+ minzoom?: undefined;
337
+ maxzoom?: undefined;
338
+ metadata?: undefined;
339
+ } | {
340
+ id: string;
341
+ type: string;
342
+ source: string;
343
+ 'source-layer': string;
344
+ minzoom: number;
345
+ maxzoom: number;
346
+ layout: {
347
+ 'symbol-sort-key': (string | string[])[];
348
+ 'text-field': (string | string[])[];
349
+ 'text-font': string[];
350
+ 'text-max-width': number;
351
+ 'text-size': (string | number | (string | number)[])[];
352
+ visibility: string;
353
+ 'line-cap'?: undefined;
354
+ 'line-join'?: undefined;
355
+ "symbol-placement"?: undefined;
356
+ "symbol-spacing"?: undefined;
357
+ "text-letter-spacing"?: undefined;
358
+ "text-rotation-alignment"?: undefined;
359
+ "text-transform"?: undefined;
360
+ "text-anchor"?: undefined;
361
+ "text-offset"?: undefined;
362
+ "text-justify"?: undefined;
363
+ };
364
+ paint: {
365
+ 'text-color': string;
366
+ 'text-halo-blur': number;
367
+ 'text-halo-color': string;
368
+ 'text-halo-width': number;
369
+ 'raster-opacity'?: undefined;
370
+ "line-color"?: undefined;
371
+ "line-width"?: undefined;
372
+ "line-opacity"?: undefined;
373
+ "line-dasharray"?: undefined;
374
+ 'line-offset'?: undefined;
375
+ "text-opacity"?: undefined;
376
+ };
377
+ filter: (string | string[])[];
378
+ metadata?: undefined;
379
+ } | {
380
+ id: string;
381
+ type: string;
382
+ source: string;
383
+ 'source-layer': string;
384
+ minzoom: number;
385
+ maxzoom: number;
386
+ layout: {
387
+ 'symbol-sort-key': (string | string[])[];
388
+ 'text-field': string;
389
+ 'text-font': string[];
390
+ 'text-max-width': number;
391
+ 'text-size': (string | number | (string | number)[])[];
392
+ visibility: string;
393
+ 'line-cap'?: undefined;
394
+ 'line-join'?: undefined;
395
+ "symbol-placement"?: undefined;
396
+ "symbol-spacing"?: undefined;
397
+ "text-letter-spacing"?: undefined;
398
+ "text-rotation-alignment"?: undefined;
399
+ "text-transform"?: undefined;
400
+ "text-anchor"?: undefined;
401
+ "text-offset"?: undefined;
402
+ "text-justify"?: undefined;
403
+ };
404
+ paint: {
405
+ 'text-color': string;
406
+ 'text-halo-blur': number;
407
+ 'text-halo-color': string;
408
+ 'text-halo-width': number;
409
+ 'raster-opacity'?: undefined;
410
+ "line-color"?: undefined;
411
+ "line-width"?: undefined;
412
+ "line-opacity"?: undefined;
413
+ "line-dasharray"?: undefined;
414
+ 'line-offset'?: undefined;
415
+ "text-opacity"?: undefined;
416
+ };
417
+ filter: (string | (string | number)[])[];
418
+ metadata?: undefined;
419
+ } | {
420
+ id: string;
421
+ type: string;
422
+ source: string;
423
+ 'source-layer': string;
424
+ minzoom: number;
425
+ maxzoom: number;
426
+ layout: {
427
+ 'symbol-sort-key': (string | string[])[];
428
+ 'text-field': (string | string[])[];
429
+ 'text-font': string[];
430
+ 'text-letter-spacing': number;
431
+ 'text-max-width': number;
432
+ 'text-size': (string | number | (string | number | string[])[])[];
433
+ 'text-transform': string;
434
+ visibility: string;
435
+ 'line-cap'?: undefined;
436
+ 'line-join'?: undefined;
437
+ "symbol-placement"?: undefined;
438
+ "symbol-spacing"?: undefined;
439
+ "text-rotation-alignment"?: undefined;
440
+ "text-anchor"?: undefined;
441
+ "text-offset"?: undefined;
442
+ "text-justify"?: undefined;
443
+ };
444
+ paint: {
445
+ 'text-color': string;
446
+ 'text-halo-blur': number;
447
+ 'text-halo-color': string;
448
+ 'text-halo-width': number;
449
+ 'text-opacity': (string | number | (string | number | (string | number | string[])[])[])[];
450
+ 'raster-opacity'?: undefined;
451
+ "line-color"?: undefined;
452
+ "line-width"?: undefined;
453
+ "line-opacity"?: undefined;
454
+ "line-dasharray"?: undefined;
455
+ 'line-offset'?: undefined;
456
+ };
457
+ filter: (string | (string | number)[])[];
458
+ metadata?: undefined;
459
+ } | {
460
+ id: string;
461
+ type: string;
462
+ source: string;
463
+ 'source-layer': string;
464
+ minzoom: number;
465
+ maxzoom: number;
466
+ layout: {
467
+ 'symbol-sort-key': (string | string[])[];
468
+ 'text-anchor': string;
469
+ 'text-field': string;
470
+ 'text-font': string[];
471
+ 'text-max-width': number;
472
+ 'text-offset': number[];
473
+ 'text-size': (string | number | string[])[];
474
+ visibility: string;
475
+ 'line-cap'?: undefined;
476
+ 'line-join'?: undefined;
477
+ "symbol-placement"?: undefined;
478
+ "symbol-spacing"?: undefined;
479
+ "text-letter-spacing"?: undefined;
480
+ "text-rotation-alignment"?: undefined;
481
+ "text-transform"?: undefined;
482
+ "text-justify"?: undefined;
483
+ };
484
+ paint: {
485
+ 'text-color': string;
486
+ 'text-halo-blur': number;
487
+ 'text-halo-color': string;
488
+ 'text-halo-width': number;
489
+ 'raster-opacity'?: undefined;
490
+ "line-color"?: undefined;
491
+ "line-width"?: undefined;
492
+ "line-opacity"?: undefined;
493
+ "line-dasharray"?: undefined;
494
+ 'line-offset'?: undefined;
495
+ "text-opacity"?: undefined;
496
+ };
497
+ filter: (string | (string | number)[])[];
498
+ metadata?: undefined;
499
+ } | {
500
+ id: string;
501
+ type: string;
502
+ source: string;
503
+ 'source-layer': string;
504
+ minzoom: number;
505
+ maxzoom: number;
506
+ layout: {
507
+ 'symbol-sort-key': (string | string[])[];
508
+ 'text-field': string;
509
+ 'text-font': string[];
510
+ 'text-max-width': number;
511
+ 'text-size': (string | number | (string | number | string[])[])[];
512
+ visibility: string;
513
+ 'line-cap'?: undefined;
514
+ 'line-join'?: undefined;
515
+ "symbol-placement"?: undefined;
516
+ "symbol-spacing"?: undefined;
517
+ "text-letter-spacing"?: undefined;
518
+ "text-rotation-alignment"?: undefined;
519
+ "text-transform"?: undefined;
520
+ "text-anchor"?: undefined;
521
+ "text-offset"?: undefined;
522
+ "text-justify"?: undefined;
523
+ };
524
+ paint: {
525
+ 'text-color': string;
526
+ 'text-halo-blur': number;
527
+ 'text-halo-color': string;
528
+ 'text-halo-width': number;
529
+ 'raster-opacity'?: undefined;
530
+ "line-color"?: undefined;
531
+ "line-width"?: undefined;
532
+ "line-opacity"?: undefined;
533
+ "line-dasharray"?: undefined;
534
+ 'line-offset'?: undefined;
535
+ "text-opacity"?: undefined;
536
+ };
537
+ filter: (string | string[])[];
538
+ metadata?: undefined;
539
+ } | {
540
+ id: string;
541
+ type: string;
542
+ source: string;
543
+ 'source-layer': string;
544
+ minzoom: number;
545
+ maxzoom: number;
546
+ layout: {
547
+ 'text-field': string;
548
+ 'text-font': string[];
549
+ 'text-justify': string;
550
+ 'text-size': {
551
+ stops: number[][];
552
+ };
553
+ 'text-transform': string;
554
+ visibility: string;
555
+ 'line-cap'?: undefined;
556
+ 'line-join'?: undefined;
557
+ "symbol-placement"?: undefined;
558
+ "symbol-spacing"?: undefined;
559
+ "text-letter-spacing"?: undefined;
560
+ "text-rotation-alignment"?: undefined;
561
+ "symbol-sort-key"?: undefined;
562
+ "text-max-width"?: undefined;
563
+ "text-anchor"?: undefined;
564
+ "text-offset"?: undefined;
565
+ };
566
+ paint: {
567
+ 'text-color': string;
568
+ 'text-halo-blur': number;
569
+ 'text-halo-color': string;
570
+ 'text-halo-width': number;
571
+ 'raster-opacity'?: undefined;
572
+ "line-color"?: undefined;
573
+ "line-width"?: undefined;
574
+ "line-opacity"?: undefined;
575
+ "line-dasharray"?: undefined;
576
+ 'line-offset'?: undefined;
577
+ "text-opacity"?: undefined;
578
+ };
579
+ metadata: {};
580
+ filter: (string | string[])[];
581
+ })[];
582
+ let glyphs: string;
583
+ let sprite: string;
584
+ let bearing: number;
585
+ let pitch: number;
586
+ let center: number[];
587
+ let zoom: number;
588
+ }
@@ -0,0 +1,32 @@
1
+ export function overture_places_poc({ VECTOR_TILE_SERVER_ENDPOINT }: {
2
+ VECTOR_TILE_SERVER_ENDPOINT: any;
3
+ }): {
4
+ collection_id: string;
5
+ indicator_id: string;
6
+ id: string;
7
+ label: string;
8
+ sourceLabel: string;
9
+ path: string;
10
+ metadata: {};
11
+ sources: {
12
+ atividade_comercial: {
13
+ type: string;
14
+ tiles: string[];
15
+ minzoom: number;
16
+ maxzoom: number;
17
+ };
18
+ };
19
+ layers: {
20
+ atividade_comercial: {
21
+ source: string;
22
+ 'source-layer': string;
23
+ filter: (string | string[])[];
24
+ type: string;
25
+ paint: {
26
+ 'circle-radius': number;
27
+ 'circle-color': string;
28
+ 'circle-opacity': (string | number | string[])[];
29
+ };
30
+ };
31
+ };
32
+ };
@@ -0,0 +1,65 @@
1
+ export function buildings(viewSpec: any, allViewSpecs: any, context: any, { CHART_UTIL, DATA_UTIL, PARSED_SCHEMA }: {
2
+ CHART_UTIL: any;
3
+ DATA_UTIL: any;
4
+ PARSED_SCHEMA: any;
5
+ }): {
6
+ sources: {
7
+ [x: string]: {
8
+ type: string;
9
+ attribution: any;
10
+ minzoom: number;
11
+ maxzoom: number;
12
+ bounds: {
13
+ [x: string]: any;
14
+ $$resolver: symbol;
15
+ $$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
16
+ dependencies: any;
17
+ value: (...args: any[]) => any;
18
+ defaultValue?: any;
19
+ context?: any;
20
+ };
21
+ tiles: {
22
+ [x: string]: any;
23
+ $$resolver: symbol;
24
+ $$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
25
+ dependencies: any;
26
+ value: (...args: any[]) => any;
27
+ defaultValue?: any;
28
+ context?: any;
29
+ }[];
30
+ };
31
+ };
32
+ layers: {
33
+ [x: string]: {
34
+ hidden: (string | (string | string[])[])[];
35
+ interactive: boolean;
36
+ source: string;
37
+ 'source-layer': string;
38
+ type: string;
39
+ minzoom: number;
40
+ paint: {
41
+ 'fill-color': (string | (string | (string | number | (string | string[])[])[])[][])[] | (string | (string | (string | string[])[])[] | (string | (string | (string | number | (string | string[])[])[])[][])[])[];
42
+ 'fill-opacity': number;
43
+ 'fill-extrusion-color'?: undefined;
44
+ 'fill-extrusion-opacity'?: undefined;
45
+ 'fill-extrusion-height'?: undefined;
46
+ };
47
+ } | {
48
+ hidden: (string | (string | string[])[])[];
49
+ interactive: boolean;
50
+ source: string;
51
+ 'source-layer': string;
52
+ type: string;
53
+ minzoom: number;
54
+ paint: {
55
+ 'fill-extrusion-color': (string | (string | (string | number | (string | string[])[])[])[][])[] | (string | (string | (string | string[])[])[] | (string | (string | (string | number | (string | string[])[])[])[][])[])[];
56
+ 'fill-extrusion-opacity': number;
57
+ 'fill-extrusion-height': (string | number | (string | number | string[])[])[];
58
+ "fill-color"?: undefined;
59
+ "fill-opacity"?: undefined;
60
+ };
61
+ };
62
+ };
63
+ };
64
+ export const BUILDINGS_MIN_ZOOM: 14;
65
+ export const BUILDINGS_3D_MIN_ZOOM: 16;