@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,453 @@
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
+ };
103
+ layerVisConfigs: {
104
+ angle: string;
105
+ strokeWidth: string;
106
+ strokeWidthRange: string;
107
+ radius: string;
108
+ fixedRadius: string;
109
+ fixedRadiusDescription: string;
110
+ radiusRange: string;
111
+ clusterRadius: string;
112
+ radiusRangePixels: string;
113
+ billboard: string;
114
+ billboardDescription: string;
115
+ fadeTrail: string;
116
+ opacity: string;
117
+ coverage: string;
118
+ outline: string;
119
+ colorRange: string;
120
+ stroke: string;
121
+ strokeColor: string;
122
+ strokeColorRange: string;
123
+ targetColor: string;
124
+ colorAggregation: string;
125
+ heightAggregation: string;
126
+ resolutionRange: string;
127
+ sizeScale: string;
128
+ worldUnitSize: string;
129
+ elevationScale: string;
130
+ enableElevationZoomFactor: string;
131
+ enableElevationZoomFactorDescription: string;
132
+ enableHeightZoomFactor: string;
133
+ heightScale: string;
134
+ coverageRange: string;
135
+ highPrecisionRendering: string;
136
+ highPrecisionRenderingDescription: string;
137
+ height: string;
138
+ heightDescription: string;
139
+ fill: string;
140
+ enablePolygonHeight: string;
141
+ showWireframe: string;
142
+ weightIntensity: string;
143
+ zoomScale: string;
144
+ heightRange: string;
145
+ heightMultiplier: string;
146
+ fixedHeight: string;
147
+ fixedHeightDescription: string;
148
+ };
149
+ layerManager: {
150
+ addData: string;
151
+ addLayer: string;
152
+ layerBlending: string;
153
+ };
154
+ mapManager: {
155
+ mapStyle: string;
156
+ addMapStyle: string;
157
+ '3dBuildingColor': string;
158
+ backgroundColor: string;
159
+ };
160
+ layerConfiguration: {
161
+ defaultDescription: string;
162
+ howTo: string;
163
+ };
164
+ filterManager: {
165
+ addFilter: string;
166
+ };
167
+ datasetTitle: {
168
+ showDataTable: string;
169
+ removeDataset: string;
170
+ };
171
+ datasetInfo: {
172
+ rowCount: string;
173
+ };
174
+ tooltip: {
175
+ hideLayer: string;
176
+ showLayer: string;
177
+ hideFeature: string;
178
+ showFeature: string;
179
+ hide: string;
180
+ show: string;
181
+ removeLayer: string;
182
+ duplicateLayer: string;
183
+ layerSettings: string;
184
+ closePanel: string;
185
+ switchToDualView: string;
186
+ showLegend: string;
187
+ disable3DMap: string;
188
+ DrawOnMap: string;
189
+ selectLocale: string;
190
+ hideLayerPanel: string;
191
+ showLayerPanel: string;
192
+ moveToTop: string;
193
+ selectBaseMapStyle: string;
194
+ delete: string;
195
+ timePlayback: string;
196
+ cloudStorage: string;
197
+ '3DMap': string;
198
+ animationByWindow: string;
199
+ animationByIncremental: string;
200
+ speed: string;
201
+ play: string;
202
+ pause: string;
203
+ reset: string;
204
+ };
205
+ toolbar: {
206
+ en: string;
207
+ fi: string;
208
+ pt: string;
209
+ es: string;
210
+ ca: string;
211
+ ja: string;
212
+ cn: string;
213
+ ru: string;
214
+ exportImage: string;
215
+ exportData: string;
216
+ exportMap: string;
217
+ shareMapURL: string;
218
+ saveMap: string;
219
+ select: string;
220
+ polygon: string;
221
+ rectangle: string;
222
+ hide: string;
223
+ show: string;
224
+ };
225
+ modal: {
226
+ title: {
227
+ deleteDataset: string;
228
+ addDataToMap: string;
229
+ exportImage: string;
230
+ exportData: string;
231
+ exportMap: string;
232
+ addCustomMapboxStyle: string;
233
+ saveMap: string;
234
+ shareURL: string;
235
+ };
236
+ button: {
237
+ delete: string;
238
+ download: string;
239
+ export: string;
240
+ addStyle: string;
241
+ save: string;
242
+ defaultCancel: string;
243
+ defaultConfirm: string;
244
+ };
245
+ exportImage: {
246
+ ratioTitle: string;
247
+ ratioDescription: string;
248
+ ratioOriginalScreen: string;
249
+ ratioCustom: string;
250
+ ratio4_3: string;
251
+ ratio16_9: string;
252
+ resolutionTitle: string;
253
+ resolutionDescription: string;
254
+ mapLegendTitle: string;
255
+ mapLegendAdd: string;
256
+ };
257
+ exportData: {
258
+ datasetTitle: string;
259
+ datasetSubtitle: string;
260
+ allDatasets: string;
261
+ dataTypeTitle: string;
262
+ dataTypeSubtitle: string;
263
+ filterDataTitle: string;
264
+ filterDataSubtitle: string;
265
+ filteredData: string;
266
+ unfilteredData: string;
267
+ fileCount: string;
268
+ rowCount: string;
269
+ };
270
+ deleteData: {
271
+ warning: string;
272
+ };
273
+ addStyle: {
274
+ publishTitle: string;
275
+ publishSubtitle1: string;
276
+ publishSubtitle2: string;
277
+ publishSubtitle3: string;
278
+ publishSubtitle4: string;
279
+ publishSubtitle5: string;
280
+ publishSubtitle6: string;
281
+ publishSubtitle7: string;
282
+ exampleToken: string;
283
+ pasteTitle: string;
284
+ pasteSubtitle0: string;
285
+ pasteSubtitle1: string;
286
+ pasteSubtitle2: string;
287
+ pasteSubtitle3: string;
288
+ pasteSubtitle4: string;
289
+ namingTitle: string;
290
+ };
291
+ shareMap: {
292
+ shareUriTitle: string;
293
+ shareUriSubtitle: string;
294
+ cloudTitle: string;
295
+ cloudSubtitle: string;
296
+ shareDisclaimer: string;
297
+ gotoPage: string;
298
+ };
299
+ statusPanel: {
300
+ mapUploading: string;
301
+ error: string;
302
+ };
303
+ saveMap: {
304
+ title: string;
305
+ subtitle: string;
306
+ };
307
+ exportMap: {
308
+ formatTitle: string;
309
+ formatSubtitle: string;
310
+ html: {
311
+ selection: string;
312
+ tokenTitle: string;
313
+ tokenSubtitle: string;
314
+ tokenPlaceholder: string;
315
+ tokenMisuseWarning: string;
316
+ tokenDisclaimer: string;
317
+ tokenUpdate: string;
318
+ modeTitle: string;
319
+ modeSubtitle1: string;
320
+ modeSubtitle2: string;
321
+ modeDescription: string;
322
+ read: string;
323
+ edit: string;
324
+ };
325
+ json: {
326
+ configTitle: string;
327
+ configDisclaimer: string;
328
+ selection: string;
329
+ disclaimer: string;
330
+ };
331
+ };
332
+ loadingDialog: {
333
+ loading: string;
334
+ };
335
+ loadData: {
336
+ upload: string;
337
+ storage: string;
338
+ };
339
+ tripInfo: {
340
+ title: string;
341
+ description1: string;
342
+ code: string;
343
+ description2: string;
344
+ example: string;
345
+ };
346
+ iconInfo: {
347
+ title: string;
348
+ description1: string;
349
+ code: string;
350
+ description2: string;
351
+ example: string;
352
+ icons: string;
353
+ };
354
+ storageMapViewer: {
355
+ lastModified: string;
356
+ back: string;
357
+ };
358
+ overwriteMap: {
359
+ title: string;
360
+ alreadyExists: string;
361
+ };
362
+ loadStorageMap: {
363
+ back: string;
364
+ goToPage: string;
365
+ storageMaps: string;
366
+ noSavedMaps: string;
367
+ };
368
+ };
369
+ header: {
370
+ visibleLayers: string;
371
+ layerLegend: string;
372
+ };
373
+ interactions: {
374
+ tooltip: string;
375
+ brush: string;
376
+ coordinate: string;
377
+ geocoder: string;
378
+ };
379
+ layerBlending: {
380
+ title: string;
381
+ additive: string;
382
+ normal: string;
383
+ subtractive: string;
384
+ };
385
+ columns: {
386
+ title: string;
387
+ lat: string;
388
+ lng: string;
389
+ altitude: string;
390
+ icon: string;
391
+ geojson: string;
392
+ token: string;
393
+ arc: {
394
+ lat0: string;
395
+ lng0: string;
396
+ lat1: string;
397
+ lng1: string;
398
+ };
399
+ grid: {
400
+ worldUnitSize: string;
401
+ };
402
+ hexagon: {
403
+ worldUnitSize: string;
404
+ };
405
+ hex_id: string;
406
+ };
407
+ color: {
408
+ customPalette: string;
409
+ steps: string;
410
+ type: string;
411
+ reversed: string;
412
+ };
413
+ scale: {
414
+ colorScale: string;
415
+ sizeScale: string;
416
+ strokeScale: string;
417
+ scale: string;
418
+ };
419
+ fileUploader: {
420
+ message: string;
421
+ chromeMessage: string;
422
+ disclaimer: string;
423
+ configUploadMessage: string;
424
+ browseFiles: string;
425
+ uploading: string;
426
+ fileNotSupported: string;
427
+ or: string;
428
+ };
429
+ geocoder: {
430
+ title: string;
431
+ };
432
+ fieldSelector: {
433
+ clearAll: string;
434
+ formatting: string;
435
+ };
436
+ compare: {
437
+ modeLabel: string;
438
+ typeLabel: string;
439
+ types: {
440
+ absolute: string;
441
+ relative: string;
442
+ };
443
+ };
444
+ mapPopover: {
445
+ primary: string;
446
+ };
447
+ density: string;
448
+ 'Bug Report': string;
449
+ 'User Guide': string;
450
+ Save: string;
451
+ Share: string;
452
+ };
453
+ export default _default;