在线WKT和GeoJSON查看器


32

我曾经找到一个很棒但简单的网页,其中包含一些基于文本的GIS格式(例如GeoJSON和WKT)以及用于复制/粘贴数据的文本框的下拉列表。然后在世界地图上绘制要素。您可以继续在同一地图上添加形状。

我丢失了此页面,但找不到。它非常有用,但是我忘了给它加上书签。

那么,是否有人知道该页面,或者我可以粘贴WKT和GeoJSON以便在地图上看到它们的任何页面?

Answers:





0

万一有人遇到这个问题并需要与Esri(ArcGIS)json,geoJson或WKT进行相互转换,我创建了一个名为geometry-inspector的小型应用程序。它很像已接受的答案中列出的应用程序,但是有了改进,它支持Esri的json格式。

希望它能对某人有所帮助!


0

mapshaper适用于巨大的GeoJson文件,但不幸的是,它在白色背景上绘制,而不是在地图上绘制。


0

wkt:
https //arthur-e.github.io/Wicket/sandbox-gmaps3.html
https://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

svgviewer:https ://www.w3schools.com/graphics/tryit.asp ? filename = trysvg_path

svg处理:
https : //github.com/substack/svg-linearize
https://github.com/davidmcclure/svg-to-wkt
https://www.w3.org/TR/SVG/paths.html
https: //stackoverflow.com/questions/5736398/如何计算圆弧的圆弧路径

在传单上添加 geojson:在传单上
添加GeoJSON图层?

转换器:
CSV到GeoJSON:http : //csv.togeojson.com/ CSV到GeoJSON:http
: //www.convertcsv.com/csv-to-geojson.htm
JSON到CSV:https : //json-csv.com /
JSON到CSV:http//www.convertcsv.com/geojson-to-csv.htm

范例:
wkt:https://en.wikipedia.org/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,输出svg路径:https://codepen.io/anon/pen/XogNoZ


0

对于bash,我使用自己的脚本: https ://gist.github.com/rajanski/4d2595c1fd4e35c19b4e1a02b4ed579f专业版:Geojson数据不会离开本地计算机,非常适合机密内容。


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.