Is there a service that allows me to draw on an OpenLayers map, and see the resulting GeoJSON?
|
You could use something like jsfiddle or jsbin and manipulate the map using javascript, eg http://jsbin.com/exabev/1/edit. This will allow you to make live changes and see them on the map in the same window. |
|||
|
|
|
Your question is a bit ambiguous. Are you looking for an existing service, or want to create one? Or are you trying to set something up for your users to output GeoJSON? OpenLayers natively supports GeoJSON and can write to it as well. You should look at this example and see how they write out to different formats. It won't be difficult at all to extend and add GeoJSOn to the dropdown. |
|||||||
|
|
You can do this in |
|||
|
|
