UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

55 lines (54 loc) 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapbox_zh = void 0; exports.mapbox_zh = { drawMode: '绘制模式', mode: { cluster: '聚类', line: '路径', bubble: '气泡' }, control: { zoomPosition: '缩放按钮' }, position: { topLeft: '左上', topRight: '右上', bottomLeft: '左下', bottomRight: '右下', none: '无' }, longitude: '经度', latitude: '纬度', longitudeField: '经度字段', latitudeField: '纬度字段', displayFields: '提示框字段', shapeColor: { point: '气泡颜色', line: '线段颜色' }, shapeSize: { pointMin: '气泡最小直径', pointMax: '气泡最大直径', point: '气泡直径', line: '线段宽度' }, showPoint: '展示数据点', coordinatesError: '经度或纬度超出许可范围', config: { title: '高级', zoom: '缩放值', center: '中心点', mapmode: '地图模式' }, mapmode: { default: '默认', streets: '街道', outdoors: '户外' }, coordinateSystemTitle: '地理坐标系', coordinateSystem: { WGS84: '地球(WGS84)', GCJ02: '火星(GCJ02)' } };