UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

52 lines (51 loc) 1.25 kB
export var mapbox_en = { drawMode: 'Draw Mode', mode: { cluster: 'Cluster', line: 'Line', bubble: 'Bubble' }, control: { zoomPosition: 'Zoom Button' }, position: { topLeft: 'Top Left', topRight: 'Top Right', bottomLeft: 'Bottom Left', bottomRight: 'Bottom Right', none: 'No' }, longitude: 'Longitude', latitude: 'Latitude', longitudeField: 'Longitude Field', latitudeField: 'Latitude Field', displayFields: 'Display Fields', shapeColor: { point: 'Bubble Color', line: 'Line Color' }, shapeSize: { pointMin: 'Min Diameter', pointMax: 'Max Diameter', point: 'Bubble Diameter', line: 'Line Width' }, showPoint: 'Show Data Poiint', coordinatesError: 'The value of longitude or latitude is out of range', config: { title: 'Others', zoom: 'Zoom', center: 'Center', mapmode: 'Map Mode' }, mapmode: { default: 'Default', streets: 'Streets', outdoors: 'Outdoors' }, coordinateSystemTitle: 'Coordinate System', coordinateSystem: { WGS84: 'WGS84', GCJ02: 'GCJ02' } };