mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor(图表): 优化在线地图自定义样式的文案 #16537
This commit is contained in:
@@ -1874,7 +1874,7 @@ export default {
|
||||
end_point: 'Ending point',
|
||||
line: 'Line',
|
||||
map_style: 'Map style',
|
||||
map_style_url: 'Map style URL',
|
||||
map_style_url: 'Map style URL/ID',
|
||||
map_pitch: 'Pitch',
|
||||
map_rotation: 'Rotation',
|
||||
map_style_normal: 'Standard',
|
||||
|
||||
@@ -1825,8 +1825,8 @@ export default {
|
||||
start_point: '起點經緯度',
|
||||
end_point: '終點經緯度',
|
||||
line: '線條',
|
||||
map_style: '地圖風格',
|
||||
map_style_url: '地圖風格URL',
|
||||
map_style: '地圖風格 URL',
|
||||
map_style_url: '地圖風格URL 或 ID',
|
||||
map_pitch: '傾角',
|
||||
map_rotation: '旋轉',
|
||||
map_style_normal: '標準',
|
||||
|
||||
@@ -1831,7 +1831,7 @@ export default {
|
||||
end_point: '终点经纬度',
|
||||
line: '线条',
|
||||
map_style: '地图风格',
|
||||
map_style_url: '地图风格 URL',
|
||||
map_style_url: '地图风格 URL 或 ID',
|
||||
map_pitch: '倾角',
|
||||
map_rotation: '旋转',
|
||||
map_style_normal: '标准',
|
||||
|
||||
Reference in New Issue
Block a user