@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
55 lines (54 loc) • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mapbox_en = void 0;
exports.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'
}
};