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

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;
@@ -47,10 +48,14 @@ declare const _default: {
47
48
  label: string;
48
49
  labelWithId: string;
49
50
  fontSize: string;
51
+ fontWeight: string;
50
52
  fontColor: string;
53
+ backgroundColor: string;
51
54
  textAnchor: string;
52
55
  alignment: string;
53
56
  addMoreLabel: string;
57
+ outlineWidth: string;
58
+ outlineColor: string;
54
59
  };
55
60
  };
56
61
  sidebar: {
@@ -59,10 +64,16 @@ declare const _default: {
59
64
  filter: string;
60
65
  interaction: string;
61
66
  basemap: string;
67
+ annotation: string;
68
+ };
69
+ panelViewToggle: {
70
+ list: string;
71
+ byDataset: string;
62
72
  };
63
73
  };
64
74
  layer: {
65
75
  required: string;
76
+ columnModesSeparator: string;
66
77
  radius: string;
67
78
  color: string;
68
79
  fillColor: string;
@@ -82,6 +93,10 @@ declare const _default: {
82
93
  aggregateBy: string;
83
94
  '3DModel': string;
84
95
  '3DModelOptions': string;
96
+ service: string;
97
+ layer: string;
98
+ appearance: string;
99
+ uniqueIdField: string;
85
100
  type: {
86
101
  point: string;
87
102
  arc: string;
@@ -98,8 +113,19 @@ declare const _default: {
98
113
  trip: string;
99
114
  s2: string;
100
115
  '3d': string;
116
+ flow: string;
117
+ vectortile: string;
118
+ rastertile: string;
119
+ wms: string;
120
+ tile3d: string;
121
+ };
122
+ wms: {
123
+ hover: string;
101
124
  };
102
125
  layerUpdateError: string;
126
+ interaction: string;
127
+ heatmap: string;
128
+ aggregation: string;
103
129
  };
104
130
  layerVisConfigs: {
105
131
  angle: string;
@@ -115,6 +141,7 @@ declare const _default: {
115
141
  billboardDescription: string;
116
142
  fadeTrail: string;
117
143
  opacity: string;
144
+ pointSize: string;
118
145
  coverage: string;
119
146
  outline: string;
120
147
  colorRange: string;
@@ -124,6 +151,7 @@ declare const _default: {
124
151
  targetColor: string;
125
152
  colorAggregation: string;
126
153
  heightAggregation: string;
154
+ weightAggregation: string;
127
155
  resolutionRange: string;
128
156
  sizeScale: string;
129
157
  worldUnitSize: string;
@@ -141,16 +169,43 @@ declare const _default: {
141
169
  enablePolygonHeight: string;
142
170
  showWireframe: string;
143
171
  weightIntensity: string;
172
+ intensity: string;
173
+ threshold: string;
144
174
  zoomScale: string;
145
175
  heightRange: string;
146
176
  heightMultiplier: string;
147
177
  fixedHeight: string;
148
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;
149
203
  };
150
204
  layerManager: {
151
205
  addData: string;
152
206
  addLayer: string;
153
207
  layerBlending: string;
208
+ overlayBlending: string;
154
209
  };
155
210
  mapManager: {
156
211
  mapStyle: string;
@@ -158,12 +213,55 @@ declare const _default: {
158
213
  '3dBuildingColor': string;
159
214
  backgroundColor: string;
160
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;
252
+ };
161
253
  layerConfiguration: {
162
254
  defaultDescription: string;
163
255
  howTo: string;
256
+ showColorChart: string;
257
+ hideColorChart: string;
164
258
  };
165
259
  filterManager: {
166
260
  addFilter: string;
261
+ timeFilterSync: string;
262
+ timeLayerSync: string;
263
+ timeLayerUnsync: string;
264
+ column: string;
167
265
  };
168
266
  datasetTitle: {
169
267
  showDataTable: string;
@@ -171,6 +269,10 @@ declare const _default: {
171
269
  };
172
270
  datasetInfo: {
173
271
  rowCount: string;
272
+ vectorTile: string;
273
+ rasterTile: string;
274
+ wmsTile: string;
275
+ tile3d: string;
174
276
  };
175
277
  tooltip: {
176
278
  hideLayer: string;
@@ -180,6 +282,8 @@ declare const _default: {
180
282
  hide: string;
181
283
  show: string;
182
284
  removeLayer: string;
285
+ duplicateLayer: string;
286
+ zoomToLayer: string;
183
287
  resetAfterError: string;
184
288
  layerSettings: string;
185
289
  closePanel: string;
@@ -194,8 +298,10 @@ declare const _default: {
194
298
  showLayerPanel: string;
195
299
  moveToTop: string;
196
300
  selectBaseMapStyle: string;
301
+ removeBaseMapStyle: string;
197
302
  delete: string;
198
303
  timePlayback: string;
304
+ timeFilterSync: string;
199
305
  cloudStorage: string;
200
306
  '3DMap': string;
201
307
  animationByWindow: string;
@@ -204,6 +310,23 @@ declare const _default: {
204
310
  play: string;
205
311
  pause: string;
206
312
  reset: string;
313
+ export: string;
314
+ timeLayerSync: string;
315
+ timeLayerUnsync: string;
316
+ syncTimelineStart: string;
317
+ syncTimelineEnd: string;
318
+ showEffectPanel: string;
319
+ hideEffectPanel: string;
320
+ showAnnotationPanel: string;
321
+ hideAnnotationPanel: string;
322
+ removeAnnotation: string;
323
+ duplicateAnnotation: string;
324
+ hideAnnotation: string;
325
+ showAnnotation: string;
326
+ annotationSettings: string;
327
+ removeEffect: string;
328
+ disableEffect: string;
329
+ effectSettings: string;
207
330
  };
208
331
  toolbar: {
209
332
  en: string;
@@ -217,6 +340,7 @@ declare const _default: {
217
340
  exportImage: string;
218
341
  exportData: string;
219
342
  exportMap: string;
343
+ exportVideo: string;
220
344
  shareMapURL: string;
221
345
  saveMap: string;
222
346
  select: string;
@@ -225,6 +349,16 @@ declare const _default: {
225
349
  hide: string;
226
350
  show: string;
227
351
  };
352
+ editor: {
353
+ filterLayer: string;
354
+ filterLayerDisabled: string;
355
+ copyGeometry: string;
356
+ noLayersToFilter: string;
357
+ };
358
+ exportVideoModal: {
359
+ animation: string;
360
+ settings: string;
361
+ };
228
362
  modal: {
229
363
  title: {
230
364
  deleteDataset: string;
@@ -235,6 +369,7 @@ declare const _default: {
235
369
  addCustomMapboxStyle: string;
236
370
  saveMap: string;
237
371
  shareURL: string;
372
+ exportVideo: string;
238
373
  };
239
374
  button: {
240
375
  delete: string;
@@ -258,6 +393,10 @@ declare const _default: {
258
393
  mapLegendTitle: string;
259
394
  mapLegendAdd: string;
260
395
  };
396
+ exportVideo: {
397
+ animation: string;
398
+ settings: string;
399
+ };
261
400
  exportData: {
262
401
  datasetTitle: string;
263
402
  datasetSubtitle: string;
@@ -270,6 +409,7 @@ declare const _default: {
270
409
  unfilteredData: string;
271
410
  fileCount: string;
272
411
  rowCount: string;
412
+ tiledDatasetWarning: string;
273
413
  };
274
414
  deleteData: {
275
415
  warning: string;
@@ -285,11 +425,15 @@ declare const _default: {
285
425
  publishSubtitle7: string;
286
426
  exampleToken: string;
287
427
  pasteTitle: string;
428
+ pasteSubtitle0: string;
288
429
  pasteSubtitle1: string;
289
430
  pasteSubtitle2: string;
431
+ pasteSubtitle3: string;
432
+ pasteSubtitle4: string;
290
433
  namingTitle: string;
291
434
  };
292
435
  shareMap: {
436
+ title: string;
293
437
  shareUriTitle: string;
294
438
  shareUriSubtitle: string;
295
439
  cloudTitle: string;
@@ -314,6 +458,7 @@ declare const _default: {
314
458
  tokenSubtitle: string;
315
459
  tokenPlaceholder: string;
316
460
  tokenMisuseWarning: string;
461
+ tokenSecurityWarning: string;
317
462
  tokenDisclaimer: string;
318
463
  tokenUpdate: string;
319
464
  modeTitle: string;
@@ -335,6 +480,7 @@ declare const _default: {
335
480
  };
336
481
  loadData: {
337
482
  upload: string;
483
+ tileset: string;
338
484
  storage: string;
339
485
  };
340
486
  tripInfo: {
@@ -343,6 +489,8 @@ declare const _default: {
343
489
  code: string;
344
490
  description2: string;
345
491
  example: string;
492
+ titleTable: string;
493
+ descriptionTable1: string;
346
494
  };
347
495
  iconInfo: {
348
496
  title: string;
@@ -352,6 +500,12 @@ declare const _default: {
352
500
  example: string;
353
501
  icons: string;
354
502
  };
503
+ polygonInfo: {
504
+ title: string;
505
+ titleTable: string;
506
+ descriptionTable: string;
507
+ exampleTable: string;
508
+ };
355
509
  storageMapViewer: {
356
510
  lastModified: string;
357
511
  back: string;
@@ -365,11 +519,13 @@ declare const _default: {
365
519
  goToPage: string;
366
520
  storageMaps: string;
367
521
  noSavedMaps: string;
522
+ foursquareStorageMessage: string;
368
523
  };
369
524
  };
370
525
  header: {
371
526
  visibleLayers: string;
372
527
  layerLegend: string;
528
+ annotations: string;
373
529
  };
374
530
  interactions: {
375
531
  tooltip: string;
@@ -383,13 +539,29 @@ declare const _default: {
383
539
  normal: string;
384
540
  subtractive: string;
385
541
  };
542
+ overlayBlending: {
543
+ title: string;
544
+ description: string;
545
+ screen: string;
546
+ normal: string;
547
+ darken: string;
548
+ };
386
549
  columns: {
387
550
  title: string;
388
551
  lat: string;
389
552
  lng: string;
390
553
  altitude: string;
554
+ alt: string;
555
+ id: string;
556
+ timestamp: string;
391
557
  icon: string;
392
558
  geojson: string;
559
+ geoarrow: string;
560
+ geoarrow0: string;
561
+ geoarrow1: string;
562
+ token: string;
563
+ sortBy: string;
564
+ neighbors: string;
393
565
  arc: {
394
566
  lat0: string;
395
567
  lng0: string;
@@ -407,17 +579,37 @@ declare const _default: {
407
579
  worldUnitSize: string;
408
580
  };
409
581
  hex_id: string;
582
+ flow: {
583
+ source: {
584
+ lat: string;
585
+ lng: string;
586
+ name: string;
587
+ h3: string;
588
+ };
589
+ target: {
590
+ lat: string;
591
+ lng: string;
592
+ name: string;
593
+ h3: string;
594
+ };
595
+ count: string;
596
+ };
410
597
  };
411
598
  color: {
412
599
  customPalette: string;
413
600
  steps: string;
414
601
  type: string;
602
+ colorBlindSafe: string;
415
603
  reversed: string;
604
+ disableStepReason: string;
605
+ preset: string;
606
+ picker: string;
416
607
  };
417
608
  scale: {
418
609
  colorScale: string;
419
610
  sizeScale: string;
420
611
  strokeScale: string;
612
+ strokeColorScale: string;
421
613
  scale: string;
422
614
  };
423
615
  fileUploader: {
@@ -430,6 +622,11 @@ declare const _default: {
430
622
  fileNotSupported: string;
431
623
  or: string;
432
624
  };
625
+ tilesetSetup: {
626
+ header: string;
627
+ rasterTileHeader: string;
628
+ addTilesetText: string;
629
+ };
433
630
  geocoder: {
434
631
  title: string;
435
632
  };
@@ -453,5 +650,42 @@ declare const _default: {
453
650
  'User Guide': string;
454
651
  Save: string;
455
652
  Share: string;
653
+ flow: {
654
+ tooltip: {
655
+ location: {
656
+ name: string;
657
+ incomingCount: string;
658
+ outgoingCount: string;
659
+ internalCount: string;
660
+ };
661
+ flow: {
662
+ sourceName: string;
663
+ targetName: string;
664
+ count: string;
665
+ };
666
+ };
667
+ };
668
+ mapLegend: {
669
+ layers: {
670
+ line: {
671
+ singleColor: {
672
+ sourceColor: string;
673
+ targetColor: string;
674
+ };
675
+ };
676
+ arc: {
677
+ singleColor: {
678
+ sourceColor: string;
679
+ targetColor: string;
680
+ };
681
+ };
682
+ default: {
683
+ singleColor: {
684
+ color: string;
685
+ strokeColor: string;
686
+ };
687
+ };
688
+ };
689
+ };
456
690
  };
457
691
  export default _default;