BaseToolbox
搜索工具和博客...
⌘K
Blog
Current theme: System (Light)
简体中文
首页
/
GeoJSON 地球查看
GeoJSON 地球查看
粘贴或上传 GeoJSON,在 3D 地球上预览点、线和面轮廓。解析和渲染都在浏览器本地完成。
GeoJSON 输入
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "New York" }, "geometry": { "type": "Point", "coordinates": [ -74.006, 40.7128 ] } }, { "type": "Feature", "properties": { "name": "London" }, "geometry": { "type": "Point", "coordinates": [ -0.1278, 51.5074 ] } }, { "type": "Feature", "properties": { "name": "NYC to London" }, "geometry": { "type": "LineString", "coordinates": [ [ -74.006, 40.7128 ], [ -0.1278, 51.5074 ] ] } } ] }
预 览
上传 JSON
加载示例
清空
图层信息
要素
3
坐标
4
点
2
线
1
面环
0
边界
40.71, -74.01 -> 51.51, -0.13
自动旋转
预览 GeoJSON 图层时让地球保持缓慢旋转。
导出 PNG
本地 GeoJSON 预览
GeoJSON 会在浏览器中解析,BaseToolbox 不会把文件或粘贴的地图数据上传到服务器。
想先看简洁地球?打开 3D 地球。