@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;
@@ -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,6 +284,7 @@ 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;
@@ -185,8 +298,10 @@ declare const _default: {
185
298
  showLayerPanel: string;
186
299
  moveToTop: string;
187
300
  selectBaseMapStyle: string;
301
+ removeBaseMapStyle: string;
188
302
  delete: string;
189
303
  timePlayback: string;
304
+ timeFilterSync: string;
190
305
  cloudStorage: string;
191
306
  '3DMap': string;
192
307
  animationByWindow: string;
@@ -195,6 +310,23 @@ declare const _default: {
195
310
  play: string;
196
311
  pause: string;
197
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;
198
330
  };
199
331
  toolbar: {
200
332
  en: string;
@@ -208,6 +340,7 @@ declare const _default: {
208
340
  exportImage: string;
209
341
  exportData: string;
210
342
  exportMap: string;
343
+ exportVideo: string;
211
344
  shareMapURL: string;
212
345
  saveMap: string;
213
346
  select: string;
@@ -218,7 +351,13 @@ declare const _default: {
218
351
  };
219
352
  editor: {
220
353
  filterLayer: string;
354
+ filterLayerDisabled: string;
221
355
  copyGeometry: string;
356
+ noLayersToFilter: string;
357
+ };
358
+ exportVideoModal: {
359
+ animation: string;
360
+ settings: string;
222
361
  };
223
362
  modal: {
224
363
  title: {
@@ -227,6 +366,7 @@ declare const _default: {
227
366
  exportImage: string;
228
367
  exportData: string;
229
368
  exportMap: string;
369
+ exportVideo: string;
230
370
  addCustomMapboxStyle: string;
231
371
  saveMap: string;
232
372
  shareURL: string;
@@ -253,6 +393,10 @@ declare const _default: {
253
393
  mapLegendTitle: string;
254
394
  mapLegendAdd: string;
255
395
  };
396
+ exportVideo: {
397
+ animation: string;
398
+ settings: string;
399
+ };
256
400
  exportData: {
257
401
  datasetTitle: string;
258
402
  datasetSubtitle: string;
@@ -265,6 +409,7 @@ declare const _default: {
265
409
  unfilteredData: string;
266
410
  fileCount: string;
267
411
  rowCount: string;
412
+ tiledDatasetWarning: string;
268
413
  };
269
414
  deleteData: {
270
415
  warning: string;
@@ -288,6 +433,7 @@ declare const _default: {
288
433
  namingTitle: string;
289
434
  };
290
435
  shareMap: {
436
+ title: string;
291
437
  shareUriTitle: string;
292
438
  shareUriSubtitle: string;
293
439
  cloudTitle: string;
@@ -312,6 +458,7 @@ declare const _default: {
312
458
  tokenSubtitle: string;
313
459
  tokenPlaceholder: string;
314
460
  tokenMisuseWarning: string;
461
+ tokenSecurityWarning: string;
315
462
  tokenDisclaimer: string;
316
463
  tokenUpdate: string;
317
464
  modeTitle: string;
@@ -333,14 +480,18 @@ declare const _default: {
333
480
  };
334
481
  loadData: {
335
482
  upload: string;
483
+ tileset: string;
336
484
  storage: string;
337
485
  };
338
486
  tripInfo: {
339
487
  title: string;
488
+ titleTable: string;
340
489
  description1: string;
490
+ descriptionTable1: string;
341
491
  code: string;
342
492
  description2: string;
343
493
  example: string;
494
+ exampleTable: string;
344
495
  };
345
496
  iconInfo: {
346
497
  title: string;
@@ -350,6 +501,12 @@ declare const _default: {
350
501
  example: string;
351
502
  icons: string;
352
503
  };
504
+ polygonInfo: {
505
+ title: string;
506
+ titleTable: string;
507
+ descriptionTable: string;
508
+ exampleTable: string;
509
+ };
353
510
  storageMapViewer: {
354
511
  lastModified: string;
355
512
  back: string;
@@ -363,11 +520,13 @@ declare const _default: {
363
520
  goToPage: string;
364
521
  storageMaps: string;
365
522
  noSavedMaps: string;
523
+ foursquareStorageMessage: string;
366
524
  };
367
525
  };
368
526
  header: {
369
527
  visibleLayers: string;
370
528
  layerLegend: string;
529
+ annotations: string;
371
530
  };
372
531
  interactions: {
373
532
  tooltip: string;
@@ -381,20 +540,39 @@ declare const _default: {
381
540
  normal: string;
382
541
  subtractive: string;
383
542
  };
543
+ overlayBlending: {
544
+ title: string;
545
+ description: string;
546
+ screen: string;
547
+ normal: string;
548
+ darken: string;
549
+ };
384
550
  columns: {
385
551
  title: string;
386
552
  lat: string;
387
553
  lng: string;
388
554
  altitude: string;
555
+ alt: string;
556
+ id: string;
557
+ timestamp: string;
389
558
  icon: string;
390
559
  geojson: string;
560
+ geoarrow: string;
561
+ geoarrow0: string;
562
+ geoarrow1: string;
391
563
  token: string;
564
+ sortBy: string;
565
+ neighbors: string;
392
566
  arc: {
393
567
  lat0: string;
394
568
  lng0: string;
395
569
  lat1: string;
396
570
  lng1: string;
397
571
  };
572
+ line: {
573
+ alt0: string;
574
+ alt1: string;
575
+ };
398
576
  grid: {
399
577
  worldUnitSize: string;
400
578
  };
@@ -402,17 +580,37 @@ declare const _default: {
402
580
  worldUnitSize: string;
403
581
  };
404
582
  hex_id: string;
583
+ flow: {
584
+ source: {
585
+ lat: string;
586
+ lng: string;
587
+ name: string;
588
+ h3: string;
589
+ };
590
+ target: {
591
+ lat: string;
592
+ lng: string;
593
+ name: string;
594
+ h3: string;
595
+ };
596
+ count: string;
597
+ };
405
598
  };
406
599
  color: {
407
600
  customPalette: string;
408
601
  steps: string;
409
602
  type: string;
603
+ colorBlindSafe: string;
410
604
  reversed: string;
605
+ disableStepReason: string;
606
+ preset: string;
607
+ picker: string;
411
608
  };
412
609
  scale: {
413
610
  colorScale: string;
414
611
  sizeScale: string;
415
612
  strokeScale: string;
613
+ strokeColorScale: string;
416
614
  scale: string;
417
615
  };
418
616
  fileUploader: {
@@ -425,6 +623,11 @@ declare const _default: {
425
623
  fileNotSupported: string;
426
624
  or: string;
427
625
  };
626
+ tilesetSetup: {
627
+ header: string;
628
+ rasterTileHeader: string;
629
+ addTilesetText: string;
630
+ };
428
631
  geocoder: {
429
632
  title: string;
430
633
  };
@@ -448,5 +651,42 @@ declare const _default: {
448
651
  'User Guide': string;
449
652
  Save: string;
450
653
  Share: string;
654
+ flow: {
655
+ tooltip: {
656
+ location: {
657
+ name: string;
658
+ incomingCount: string;
659
+ outgoingCount: string;
660
+ internalCount: string;
661
+ };
662
+ flow: {
663
+ sourceName: string;
664
+ targetName: string;
665
+ count: string;
666
+ };
667
+ };
668
+ };
669
+ mapLegend: {
670
+ layers: {
671
+ line: {
672
+ singleColor: {
673
+ sourceColor: string;
674
+ targetColor: string;
675
+ };
676
+ };
677
+ arc: {
678
+ singleColor: {
679
+ sourceColor: string;
680
+ targetColor: string;
681
+ };
682
+ };
683
+ default: {
684
+ singleColor: {
685
+ color: string;
686
+ strokeColor: string;
687
+ };
688
+ };
689
+ };
690
+ };
451
691
  };
452
692
  export default _default;