@kepler.gl/localization 3.3.0-alpha.0 → 3.3.0-alpha.2

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.
@@ -22,6 +22,7 @@ declare const _default: {
22
22
  selectValue: string;
23
23
  enterValue: string;
24
24
  empty: string;
25
+ selectLayer: string;
25
26
  };
26
27
  misc: {
27
28
  by: string;
@@ -40,16 +41,21 @@ declare const _default: {
40
41
  water: string;
41
42
  land: string;
42
43
  '3dBuilding': string;
44
+ background: string;
43
45
  };
44
46
  panel: {
45
47
  text: {
46
48
  label: string;
47
49
  labelWithId: string;
48
50
  fontSize: string;
51
+ fontWeight: string;
49
52
  fontColor: string;
53
+ backgroundColor: string;
50
54
  textAnchor: string;
51
55
  alignment: string;
52
56
  addMoreLabel: string;
57
+ outlineWidth: string;
58
+ outlineColor: string;
53
59
  };
54
60
  };
55
61
  sidebar: {
@@ -58,10 +64,16 @@ declare const _default: {
58
64
  filter: string;
59
65
  interaction: string;
60
66
  basemap: string;
67
+ annotation: string;
68
+ };
69
+ panelViewToggle: {
70
+ list: string;
71
+ byDataset: string;
61
72
  };
62
73
  };
63
74
  layer: {
64
75
  required: string;
76
+ columnModesSeparator: string;
65
77
  radius: string;
66
78
  color: string;
67
79
  fillColor: string;
@@ -81,6 +93,10 @@ declare const _default: {
81
93
  aggregateBy: string;
82
94
  '3DModel': string;
83
95
  '3DModelOptions': string;
96
+ service: string;
97
+ layer: string;
98
+ appearance: string;
99
+ uniqueIdField: string;
84
100
  type: {
85
101
  point: string;
86
102
  arc: string;
@@ -97,7 +113,19 @@ declare const _default: {
97
113
  trip: string;
98
114
  s2: string;
99
115
  '3d': string;
116
+ flow: string;
117
+ vectortile: string;
118
+ rastertile: string;
119
+ wms: string;
120
+ tile3d: string;
121
+ };
122
+ wms: {
123
+ hover: string;
100
124
  };
125
+ layerUpdateError: string;
126
+ interaction: string;
127
+ heatmap: string;
128
+ aggregation: string;
101
129
  };
102
130
  layerVisConfigs: {
103
131
  angle: string;
@@ -109,7 +137,11 @@ declare const _default: {
109
137
  radiusRange: string;
110
138
  clusterRadius: string;
111
139
  radiusRangePixels: string;
140
+ billboard: string;
141
+ billboardDescription: string;
142
+ fadeTrail: string;
112
143
  opacity: string;
144
+ pointSize: string;
113
145
  coverage: string;
114
146
  outline: string;
115
147
  colorRange: string;
@@ -119,12 +151,14 @@ declare const _default: {
119
151
  targetColor: string;
120
152
  colorAggregation: string;
121
153
  heightAggregation: string;
154
+ weightAggregation: string;
122
155
  resolutionRange: string;
123
156
  sizeScale: string;
124
157
  worldUnitSize: string;
125
158
  elevationScale: string;
126
159
  enableElevationZoomFactor: string;
127
160
  enableElevationZoomFactorDescription: string;
161
+ enableHeightZoomFactor: string;
128
162
  heightScale: string;
129
163
  coverageRange: string;
130
164
  highPrecisionRendering: string;
@@ -135,25 +169,99 @@ declare const _default: {
135
169
  enablePolygonHeight: string;
136
170
  showWireframe: string;
137
171
  weightIntensity: string;
172
+ intensity: string;
173
+ threshold: string;
138
174
  zoomScale: string;
139
175
  heightRange: string;
176
+ heightMultiplier: string;
177
+ fixedHeight: string;
178
+ fixedHeightDescription: string;
179
+ allowHover: string;
180
+ allowHoverDescription: string;
181
+ flow: {
182
+ fade: string;
183
+ fadeEnabled: string;
184
+ fadeAmount: string;
185
+ display: string;
186
+ renderingMode: string;
187
+ renderingModes: {
188
+ straight: string;
189
+ curved: string;
190
+ 'animated-straight': string;
191
+ };
192
+ adaptiveScalesEnabled: string;
193
+ clusteringEnabled: string;
194
+ lineThicknessScale: string;
195
+ lineCurviness: string;
196
+ locationTotalsEnabled: string;
197
+ maxTopFlowsDisplayNum: string;
198
+ };
199
+ showNeighborOnHover: string;
200
+ showHighlightColor: string;
201
+ darkModeEnabled: string;
202
+ transparentBackground: string;
140
203
  };
141
204
  layerManager: {
142
205
  addData: string;
143
206
  addLayer: string;
144
207
  layerBlending: string;
208
+ overlayBlending: string;
145
209
  };
146
210
  mapManager: {
147
211
  mapStyle: string;
148
212
  addMapStyle: string;
149
213
  '3dBuildingColor': string;
214
+ backgroundColor: string;
215
+ };
216
+ effectManager: {
217
+ effects: string;
218
+ addEffect: string;
219
+ pickDateTime: string;
220
+ currentTime: string;
221
+ pickCurrrentTime: string;
222
+ date: string;
223
+ time: string;
224
+ timezone: string;
225
+ };
226
+ annotationManager: {
227
+ title: string;
228
+ addAnnotation: string;
229
+ type: string;
230
+ lineWidth: string;
231
+ color: string;
232
+ };
233
+ effectDescription: {
234
+ lightAndShadow: string;
235
+ ink: string;
236
+ brightnessContrast: string;
237
+ hueSaturation: string;
238
+ vibrance: string;
239
+ sepia: string;
240
+ dotScreen: string;
241
+ colorHalftone: string;
242
+ noise: string;
243
+ triangleBlur: string;
244
+ zoomBlur: string;
245
+ tiltShift: string;
246
+ edgeWork: string;
247
+ vignette: string;
248
+ magnify: string;
249
+ hexagonalPixelate: string;
250
+ distanceFog: string;
251
+ surfaceFog: string;
150
252
  };
151
253
  layerConfiguration: {
152
254
  defaultDescription: string;
153
255
  howTo: string;
256
+ showColorChart: string;
257
+ hideColorChart: string;
154
258
  };
155
259
  filterManager: {
156
260
  addFilter: string;
261
+ timeFilterSync: string;
262
+ timeLayerSync: string;
263
+ timeLayerUnsync: string;
264
+ column: string;
157
265
  };
158
266
  datasetTitle: {
159
267
  showDataTable: string;
@@ -161,6 +269,10 @@ declare const _default: {
161
269
  };
162
270
  datasetInfo: {
163
271
  rowCount: string;
272
+ vectorTile: string;
273
+ rasterTile: string;
274
+ wmsTile: string;
275
+ tile3d: string;
164
276
  };
165
277
  tooltip: {
166
278
  hideLayer: string;
@@ -172,9 +284,11 @@ declare const _default: {
172
284
  removeLayer: string;
173
285
  zoomToLayer: string;
174
286
  duplicateLayer: string;
287
+ resetAfterError: string;
175
288
  layerSettings: string;
176
289
  closePanel: string;
177
290
  switchToDualView: string;
291
+ selectSplitMode: string;
178
292
  showLegend: string;
179
293
  disable3DMap: string;
180
294
  DrawOnMap: string;
@@ -185,8 +299,10 @@ declare const _default: {
185
299
  showLayerPanel: string;
186
300
  moveToTop: string;
187
301
  selectBaseMapStyle: string;
302
+ removeBaseMapStyle: string;
188
303
  delete: string;
189
304
  timePlayback: string;
305
+ timeFilterSync: string;
190
306
  cloudStorage: string;
191
307
  '3DMap': string;
192
308
  animationByWindow: string;
@@ -195,6 +311,23 @@ declare const _default: {
195
311
  play: string;
196
312
  pause: string;
197
313
  reset: string;
314
+ export: string;
315
+ timeLayerSync: string;
316
+ timeLayerUnsync: string;
317
+ syncTimelineStart: string;
318
+ syncTimelineEnd: string;
319
+ showEffectPanel: string;
320
+ hideEffectPanel: string;
321
+ showAnnotationPanel: string;
322
+ hideAnnotationPanel: string;
323
+ removeAnnotation: string;
324
+ duplicateAnnotation: string;
325
+ hideAnnotation: string;
326
+ showAnnotation: string;
327
+ annotationSettings: string;
328
+ removeEffect: string;
329
+ disableEffect: string;
330
+ effectSettings: string;
198
331
  };
199
332
  toolbar: {
200
333
  en: string;
@@ -208,6 +341,7 @@ declare const _default: {
208
341
  exportImage: string;
209
342
  exportData: string;
210
343
  exportMap: string;
344
+ exportVideo: string;
211
345
  shareMapURL: string;
212
346
  saveMap: string;
213
347
  select: string;
@@ -218,7 +352,13 @@ declare const _default: {
218
352
  };
219
353
  editor: {
220
354
  filterLayer: string;
355
+ filterLayerDisabled: string;
221
356
  copyGeometry: string;
357
+ noLayersToFilter: string;
358
+ };
359
+ exportVideoModal: {
360
+ animation: string;
361
+ settings: string;
222
362
  };
223
363
  modal: {
224
364
  title: {
@@ -227,6 +367,7 @@ declare const _default: {
227
367
  exportImage: string;
228
368
  exportData: string;
229
369
  exportMap: string;
370
+ exportVideo: string;
230
371
  addCustomMapboxStyle: string;
231
372
  saveMap: string;
232
373
  shareURL: string;
@@ -253,6 +394,10 @@ declare const _default: {
253
394
  mapLegendTitle: string;
254
395
  mapLegendAdd: string;
255
396
  };
397
+ exportVideo: {
398
+ animation: string;
399
+ settings: string;
400
+ };
256
401
  exportData: {
257
402
  datasetTitle: string;
258
403
  datasetSubtitle: string;
@@ -265,6 +410,7 @@ declare const _default: {
265
410
  unfilteredData: string;
266
411
  fileCount: string;
267
412
  rowCount: string;
413
+ tiledDatasetWarning: string;
268
414
  };
269
415
  deleteData: {
270
416
  warning: string;
@@ -288,6 +434,7 @@ declare const _default: {
288
434
  namingTitle: string;
289
435
  };
290
436
  shareMap: {
437
+ title: string;
291
438
  shareUriTitle: string;
292
439
  shareUriSubtitle: string;
293
440
  cloudTitle: string;
@@ -312,6 +459,7 @@ declare const _default: {
312
459
  tokenSubtitle: string;
313
460
  tokenPlaceholder: string;
314
461
  tokenMisuseWarning: string;
462
+ tokenSecurityWarning: string;
315
463
  tokenDisclaimer: string;
316
464
  tokenUpdate: string;
317
465
  modeTitle: string;
@@ -333,14 +481,18 @@ declare const _default: {
333
481
  };
334
482
  loadData: {
335
483
  upload: string;
484
+ tileset: string;
336
485
  storage: string;
337
486
  };
338
487
  tripInfo: {
339
488
  title: string;
489
+ titleTable: string;
340
490
  description1: string;
491
+ descriptionTable1: string;
341
492
  code: string;
342
493
  description2: string;
343
494
  example: string;
495
+ exampleTable: string;
344
496
  };
345
497
  iconInfo: {
346
498
  title: string;
@@ -350,6 +502,12 @@ declare const _default: {
350
502
  example: string;
351
503
  icons: string;
352
504
  };
505
+ polygonInfo: {
506
+ title: string;
507
+ titleTable: string;
508
+ descriptionTable: string;
509
+ exampleTable: string;
510
+ };
353
511
  storageMapViewer: {
354
512
  lastModified: string;
355
513
  back: string;
@@ -363,11 +521,13 @@ declare const _default: {
363
521
  goToPage: string;
364
522
  storageMaps: string;
365
523
  noSavedMaps: string;
524
+ foursquareStorageMessage: string;
366
525
  };
367
526
  };
368
527
  header: {
369
528
  visibleLayers: string;
370
529
  layerLegend: string;
530
+ annotations: string;
371
531
  };
372
532
  interactions: {
373
533
  tooltip: string;
@@ -381,20 +541,39 @@ declare const _default: {
381
541
  normal: string;
382
542
  subtractive: string;
383
543
  };
544
+ overlayBlending: {
545
+ title: string;
546
+ description: string;
547
+ screen: string;
548
+ normal: string;
549
+ darken: string;
550
+ };
384
551
  columns: {
385
552
  title: string;
386
553
  lat: string;
387
554
  lng: string;
388
555
  altitude: string;
556
+ alt: string;
557
+ id: string;
558
+ timestamp: string;
389
559
  icon: string;
390
560
  geojson: string;
561
+ geoarrow: string;
562
+ geoarrow0: string;
563
+ geoarrow1: string;
391
564
  token: string;
565
+ sortBy: string;
566
+ neighbors: string;
392
567
  arc: {
393
568
  lat0: string;
394
569
  lng0: string;
395
570
  lat1: string;
396
571
  lng1: string;
397
572
  };
573
+ line: {
574
+ alt0: string;
575
+ alt1: string;
576
+ };
398
577
  grid: {
399
578
  worldUnitSize: string;
400
579
  };
@@ -402,17 +581,37 @@ declare const _default: {
402
581
  worldUnitSize: string;
403
582
  };
404
583
  hex_id: string;
584
+ flow: {
585
+ source: {
586
+ lat: string;
587
+ lng: string;
588
+ name: string;
589
+ h3: string;
590
+ };
591
+ target: {
592
+ lat: string;
593
+ lng: string;
594
+ name: string;
595
+ h3: string;
596
+ };
597
+ count: string;
598
+ };
405
599
  };
406
600
  color: {
407
601
  customPalette: string;
408
602
  steps: string;
409
603
  type: string;
604
+ colorBlindSafe: string;
410
605
  reversed: string;
606
+ disableStepReason: string;
607
+ preset: string;
608
+ picker: string;
411
609
  };
412
610
  scale: {
413
611
  colorScale: string;
414
612
  sizeScale: string;
415
613
  strokeScale: string;
614
+ strokeColorScale: string;
416
615
  scale: string;
417
616
  };
418
617
  fileUploader: {
@@ -425,6 +624,11 @@ declare const _default: {
425
624
  fileNotSupported: string;
426
625
  or: string;
427
626
  };
627
+ tilesetSetup: {
628
+ header: string;
629
+ rasterTileHeader: string;
630
+ addTilesetText: string;
631
+ };
428
632
  geocoder: {
429
633
  title: string;
430
634
  };
@@ -448,5 +652,42 @@ declare const _default: {
448
652
  'User Guide': string;
449
653
  Save: string;
450
654
  Share: string;
655
+ flow: {
656
+ tooltip: {
657
+ location: {
658
+ name: string;
659
+ incomingCount: string;
660
+ outgoingCount: string;
661
+ internalCount: string;
662
+ };
663
+ flow: {
664
+ sourceName: string;
665
+ targetName: string;
666
+ count: string;
667
+ };
668
+ };
669
+ };
670
+ mapLegend: {
671
+ layers: {
672
+ line: {
673
+ singleColor: {
674
+ sourceColor: string;
675
+ targetColor: string;
676
+ };
677
+ };
678
+ arc: {
679
+ singleColor: {
680
+ sourceColor: string;
681
+ targetColor: string;
682
+ };
683
+ };
684
+ default: {
685
+ singleColor: {
686
+ color: string;
687
+ strokeColor: string;
688
+ };
689
+ };
690
+ };
691
+ };
451
692
  };
452
693
  export default _default;