@kepler.gl/localization 3.1.0-alpha.1 → 3.1.0-alpha.3

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.
@@ -0,0 +1,454 @@
1
+ declare const _default: {
2
+ property: {
3
+ weight: string;
4
+ label: string;
5
+ fillColor: string;
6
+ color: string;
7
+ coverage: string;
8
+ strokeColor: string;
9
+ radius: string;
10
+ outline: string;
11
+ stroke: string;
12
+ density: string;
13
+ height: string;
14
+ sum: string;
15
+ pointCount: string;
16
+ };
17
+ placeholder: {
18
+ search: string;
19
+ selectField: string;
20
+ yAxis: string;
21
+ selectType: string;
22
+ selectValue: string;
23
+ enterValue: string;
24
+ empty: string;
25
+ };
26
+ misc: {
27
+ by: string;
28
+ valuesIn: string;
29
+ valueEquals: string;
30
+ dataSource: string;
31
+ brushRadius: string;
32
+ empty: string;
33
+ };
34
+ mapLayers: {
35
+ title: string;
36
+ label: string;
37
+ road: string;
38
+ border: string;
39
+ building: string;
40
+ water: string;
41
+ land: string;
42
+ '3dBuilding': string;
43
+ background: string;
44
+ };
45
+ panel: {
46
+ text: {
47
+ label: string;
48
+ labelWithId: string;
49
+ fontSize: string;
50
+ fontColor: string;
51
+ textAnchor: string;
52
+ alignment: string;
53
+ addMoreLabel: string;
54
+ };
55
+ };
56
+ sidebar: {
57
+ panels: {
58
+ layer: string;
59
+ filter: string;
60
+ interaction: string;
61
+ basemap: string;
62
+ };
63
+ };
64
+ layer: {
65
+ required: string;
66
+ radius: string;
67
+ color: string;
68
+ fillColor: string;
69
+ outline: string;
70
+ weight: string;
71
+ propertyBasedOn: string;
72
+ coverage: string;
73
+ stroke: string;
74
+ strokeWidth: string;
75
+ strokeColor: string;
76
+ basic: string;
77
+ trailLength: string;
78
+ trailLengthDescription: string;
79
+ newLayer: string;
80
+ elevationByDescription: string;
81
+ colorByDescription: string;
82
+ aggregateBy: string;
83
+ '3DModel': string;
84
+ '3DModelOptions': string;
85
+ type: {
86
+ point: string;
87
+ arc: string;
88
+ line: string;
89
+ grid: string;
90
+ hexbin: string;
91
+ polygon: string;
92
+ geojson: string;
93
+ cluster: string;
94
+ icon: string;
95
+ heatmap: string;
96
+ hexagon: string;
97
+ hexagonid: string;
98
+ trip: string;
99
+ s2: string;
100
+ '3d': string;
101
+ };
102
+ layerUpdateError: string;
103
+ };
104
+ layerVisConfigs: {
105
+ angle: string;
106
+ strokeWidth: string;
107
+ strokeWidthRange: string;
108
+ radius: string;
109
+ fixedRadius: string;
110
+ fixedRadiusDescription: string;
111
+ radiusRange: string;
112
+ clusterRadius: string;
113
+ radiusRangePixels: string;
114
+ billboard: string;
115
+ billboardDescription: string;
116
+ fadeTrail: string;
117
+ opacity: string;
118
+ coverage: string;
119
+ outline: string;
120
+ colorRange: string;
121
+ stroke: string;
122
+ strokeColor: string;
123
+ strokeColorRange: string;
124
+ targetColor: string;
125
+ colorAggregation: string;
126
+ heightAggregation: string;
127
+ resolutionRange: string;
128
+ sizeScale: string;
129
+ worldUnitSize: string;
130
+ elevationScale: string;
131
+ enableElevationZoomFactor: string;
132
+ enableElevationZoomFactorDescription: string;
133
+ enableHeightZoomFactor: string;
134
+ heightScale: string;
135
+ coverageRange: string;
136
+ highPrecisionRendering: string;
137
+ highPrecisionRenderingDescription: string;
138
+ height: string;
139
+ heightDescription: string;
140
+ fill: string;
141
+ enablePolygonHeight: string;
142
+ showWireframe: string;
143
+ weightIntensity: string;
144
+ zoomScale: string;
145
+ heightRange: string;
146
+ heightMultiplier: string;
147
+ fixedHeight: string;
148
+ fixedHeightDescription: string;
149
+ };
150
+ layerManager: {
151
+ addData: string;
152
+ addLayer: string;
153
+ layerBlending: string;
154
+ };
155
+ mapManager: {
156
+ mapStyle: string;
157
+ addMapStyle: string;
158
+ '3dBuildingColor': string;
159
+ backgroundColor: string;
160
+ };
161
+ layerConfiguration: {
162
+ defaultDescription: string;
163
+ howTo: string;
164
+ };
165
+ filterManager: {
166
+ addFilter: string;
167
+ };
168
+ datasetTitle: {
169
+ showDataTable: string;
170
+ removeDataset: string;
171
+ };
172
+ datasetInfo: {
173
+ rowCount: string;
174
+ };
175
+ tooltip: {
176
+ hideLayer: string;
177
+ showLayer: string;
178
+ hideFeature: string;
179
+ showFeature: string;
180
+ hide: string;
181
+ show: string;
182
+ removeLayer: string;
183
+ resetAfterError: string;
184
+ layerSettings: string;
185
+ closePanel: string;
186
+ switchToDualView: string;
187
+ showLegend: string;
188
+ disable3DMap: string;
189
+ DrawOnMap: string;
190
+ selectLocale: string;
191
+ hideLayerPanel: string;
192
+ showLayerPanel: string;
193
+ moveToTop: string;
194
+ selectBaseMapStyle: string;
195
+ delete: string;
196
+ timePlayback: string;
197
+ cloudStorage: string;
198
+ '3DMap': string;
199
+ animationByWindow: string;
200
+ animationByIncremental: string;
201
+ speed: string;
202
+ play: string;
203
+ pause: string;
204
+ reset: string;
205
+ };
206
+ toolbar: {
207
+ en: string;
208
+ fi: string;
209
+ pt: string;
210
+ es: string;
211
+ ca: string;
212
+ ja: string;
213
+ cn: string;
214
+ ru: string;
215
+ exportImage: string;
216
+ exportData: string;
217
+ exportMap: string;
218
+ shareMapURL: string;
219
+ saveMap: string;
220
+ select: string;
221
+ polygon: string;
222
+ rectangle: string;
223
+ hide: string;
224
+ show: string;
225
+ };
226
+ modal: {
227
+ title: {
228
+ deleteDataset: string;
229
+ addDataToMap: string;
230
+ exportImage: string;
231
+ exportData: string;
232
+ exportMap: string;
233
+ addCustomMapboxStyle: string;
234
+ saveMap: string;
235
+ shareURL: string;
236
+ };
237
+ button: {
238
+ delete: string;
239
+ download: string;
240
+ export: string;
241
+ addStyle: string;
242
+ save: string;
243
+ defaultCancel: string;
244
+ defaultConfirm: string;
245
+ };
246
+ exportImage: {
247
+ ratioTitle: string;
248
+ ratioDescription: string;
249
+ ratioOriginalScreen: string;
250
+ ratioCustom: string;
251
+ ratio4_3: string;
252
+ ratio16_9: string;
253
+ resolutionTitle: string;
254
+ resolutionDescription: string;
255
+ mapLegendTitle: string;
256
+ mapLegendAdd: string;
257
+ };
258
+ exportData: {
259
+ datasetTitle: string;
260
+ datasetSubtitle: string;
261
+ allDatasets: string;
262
+ dataTypeTitle: string;
263
+ dataTypeSubtitle: string;
264
+ filterDataTitle: string;
265
+ filterDataSubtitle: string;
266
+ filteredData: string;
267
+ unfilteredData: string;
268
+ fileCount: string;
269
+ rowCount: string;
270
+ };
271
+ deleteData: {
272
+ warning: string;
273
+ };
274
+ addStyle: {
275
+ publishTitle: string;
276
+ publishSubtitle1: string;
277
+ publishSubtitle2: string;
278
+ publishSubtitle3: string;
279
+ publishSubtitle4: string;
280
+ publishSubtitle5: string;
281
+ publishSubtitle6: string;
282
+ publishSubtitle7: string;
283
+ exampleToken: string;
284
+ pasteTitle: string;
285
+ pasteSubtitle1: string;
286
+ pasteSubtitle2: string;
287
+ namingTitle: string;
288
+ };
289
+ shareMap: {
290
+ shareUriTitle: string;
291
+ shareUriSubtitle: string;
292
+ cloudTitle: string;
293
+ cloudSubtitle: string;
294
+ shareDisclaimer: string;
295
+ gotoPage: string;
296
+ };
297
+ statusPanel: {
298
+ mapUploading: string;
299
+ error: string;
300
+ };
301
+ saveMap: {
302
+ title: string;
303
+ subtitle: string;
304
+ };
305
+ exportMap: {
306
+ formatTitle: string;
307
+ formatSubtitle: string;
308
+ html: {
309
+ selection: string;
310
+ tokenTitle: string;
311
+ tokenSubtitle: string;
312
+ tokenPlaceholder: string;
313
+ tokenMisuseWarning: string;
314
+ tokenDisclaimer: string;
315
+ tokenUpdate: string;
316
+ modeTitle: string;
317
+ modeSubtitle1: string;
318
+ modeSubtitle2: string;
319
+ modeDescription: string;
320
+ read: string;
321
+ edit: string;
322
+ };
323
+ json: {
324
+ configTitle: string;
325
+ configDisclaimer: string;
326
+ selection: string;
327
+ disclaimer: string;
328
+ };
329
+ };
330
+ loadingDialog: {
331
+ loading: string;
332
+ };
333
+ loadData: {
334
+ upload: string;
335
+ storage: string;
336
+ };
337
+ tripInfo: {
338
+ title: string;
339
+ description1: string;
340
+ code: string;
341
+ description2: string;
342
+ example: string;
343
+ };
344
+ iconInfo: {
345
+ title: string;
346
+ description1: string;
347
+ code: string;
348
+ description2: string;
349
+ example: string;
350
+ icons: string;
351
+ };
352
+ storageMapViewer: {
353
+ lastModified: string;
354
+ back: string;
355
+ };
356
+ overwriteMap: {
357
+ title: string;
358
+ alreadyExists: string;
359
+ };
360
+ loadStorageMap: {
361
+ back: string;
362
+ goToPage: string;
363
+ storageMaps: string;
364
+ noSavedMaps: string;
365
+ };
366
+ };
367
+ header: {
368
+ visibleLayers: string;
369
+ layerLegend: string;
370
+ };
371
+ interactions: {
372
+ tooltip: string;
373
+ brush: string;
374
+ coordinate: string;
375
+ geocoder: string;
376
+ };
377
+ layerBlending: {
378
+ title: string;
379
+ additive: string;
380
+ normal: string;
381
+ subtractive: string;
382
+ };
383
+ columns: {
384
+ title: string;
385
+ lat: string;
386
+ lng: string;
387
+ altitude: string;
388
+ icon: string;
389
+ geojson: string;
390
+ arc: {
391
+ lat0: string;
392
+ lng0: string;
393
+ lat1: string;
394
+ lng1: string;
395
+ };
396
+ line: {
397
+ alt0: string;
398
+ alt1: string;
399
+ };
400
+ grid: {
401
+ worldUnitSize: string;
402
+ };
403
+ hexagon: {
404
+ worldUnitSize: string;
405
+ };
406
+ hex_id: string;
407
+ };
408
+ color: {
409
+ customPalette: string;
410
+ steps: string;
411
+ type: string;
412
+ reversed: string;
413
+ };
414
+ scale: {
415
+ colorScale: string;
416
+ sizeScale: string;
417
+ strokeScale: string;
418
+ scale: string;
419
+ };
420
+ fileUploader: {
421
+ message: string;
422
+ chromeMessage: string;
423
+ disclaimer: string;
424
+ configUploadMessage: string;
425
+ browseFiles: string;
426
+ uploading: string;
427
+ fileNotSupported: string;
428
+ or: string;
429
+ };
430
+ geocoder: {
431
+ title: string;
432
+ };
433
+ fieldSelector: {
434
+ clearAll: string;
435
+ formatting: string;
436
+ };
437
+ compare: {
438
+ modeLabel: string;
439
+ typeLabel: string;
440
+ types: {
441
+ absolute: string;
442
+ relative: string;
443
+ };
444
+ };
445
+ mapPopover: {
446
+ primary: string;
447
+ };
448
+ density: string;
449
+ 'Bug Report': string;
450
+ 'User Guide': string;
451
+ Save: string;
452
+ Share: string;
453
+ };
454
+ export default _default;