我丢失了此页面,但找不到。它非常有用,但是我忘了给它加上书签。
#1 楼
看看有没有在线WKT编辑器?GeoJSON和WKT
OpenLayers矢量格式
GeoJSON
geojson.io
GeoJSONLint
GeoJSON查看器和其他
WKT
Wicket
OpenStreetMap WKT游乐场
#2 楼
我为同事创建了这个小工具,用于在Leaflet地图上绘制多个WKT或GeoJSON几何图形。您可以根据需要对其进行分叉和定制。http://jsfiddle.net/asnyder14/9dxbcr4f/embedded/result/
评论
很棒的工具,谢谢! (如果很棒,它可以一次接受多个WKT对象...;)
– jjmontes
2015年10月1日于22:52
存在一种知道点何时在多边形内的方法
– jose920405
17 Mar 10 '17 at 14:41
#3 楼
3D地球上的WKT可视化工具https://asapelkin.github.io/wkt_3d_viewer
(示例和自述文件的回购https://github.com/asapelkin/wkt_3d_viewer)
#4 楼
万一有人遇到这个问题并需要与Esri(ArcGIS)json,geoJson或WKT进行相互转换,我创建了一个名为geometry-inspector的小型应用程序。它很像已接受答案中列出的应用程序,但是有了改进,它支持Esri的json格式。希望对您有所帮助!
#5 楼
mapshaper可以很好地处理巨大的GeoJson文件,但不幸的是,它在白色背景而不是地图上绘制。#6 楼
wkt:https://arthur-e.github.io/Wicket/sandbox-gmaps3.htmlhttps://clydedacruz.github.io/openstreetmap-wkt-playground/geojson:http:// geojsonlint.com/
csv:https://www.becsv.com/csv-viewer.php
.shapefile / geojson / csv:https:// mapshaper。 org / https://www.sunearthtools.com/tools/gps-view.php
svg处理:https://github.com/substack/svg-linearizehttps://github.com/davidmcclure/svg-to-wkthttps://www.w3.org/TR/SVG/paths .htmlhttps://stackoverflow.com/questions/5736398/how-to-calculate-the-svg-path-for-an-arc-of-a-circle
geojson在传单上:添加GeoJSON传单上的图层?
转换器:
CSV到GeoJSON:http://csv.togeojson.com/
JSON至CSV:https://json-csv.com/
示例:
wkt:https://en.wikipedia.or g / wiki / Well-known_text#/ media / File:SFA_Polygon.svg
csv:https://github.com/naturalatlas/geocsv-info/blob/master/example.csv
geojson:https ://www.mapbox.com/mapbox-gl-js/example/geojson-polygon/
svg路径:https://jsbin.com/quhujowota/1/edit?html,js,output
svg路径:https://codepen.io/anon/pen/XogNoZ
#7 楼
对于bash,我使用自己的脚本:https://gist.github.com/rajanski/4d2595c1fd4e35c19b4e1a02b4ed579fPro:Geojson数据不会离开本地计算机,非常适合机密内容。
#8 楼
Github / Gists可以处理GeoJSON:https://help.github.com/en/articles/mapping-geojson-files-on-github
#9 楼
根据Wicket创建了WKT <-> GeoJSON转换器http://jhnotes.com/wkt/
评论
OpenLayers的第一个链接是我正在寻找的确切页面!非常感谢-我不确定为什么找不到它。
–JPhi
2014年10月2日,3:07
喜欢OSM游乐场!
–露营
19年1月7日在14:51