Tagged Questions
2
votes
1answer
258 views
Spatial Data from Postgis to Java/REST with RestEasy + Jackson
I'm developing an application where I take a route from google maps, save it in postgresql/postgis. I'd like to take this route (LineString geometry) and send it back to Google Maps.
I already can ...
2
votes
2answers
136 views
How to Merge/Join GeoJSON and JSON?
I want OSM administrative boundaries from http://global.mapit.mysociety.org/area/14455.html.
I can get the geodata in different formats there, but the attribute data always is a separate JSON file. I ...
2
votes
2answers
621 views
Getting json feature id on OpenLayers
I'm projecting some features using json format on OpenLayers. I need to get the id from the feature (not the OpenLayers' id but the one in the json file). The file looks something like this.
...
1
vote
1answer
198 views
how to make openlayers example work in jsFiddle
Hy,
I'm working on a jsFiddle with a openlayers example in it. http://dev.openlayers.org/releases/OpenLayers-2.11/examples/snapping.html
At the moment it's not working because it's not getting a ...
7
votes
1answer
1k views
How to display geoJSON from an URL in a layer?
I am looking for some type of plugin or code which would allow me to add a geojson URL, define the areas to input the lat/long variables from the visible Qgis canvas map and call/render the results ...
8
votes
5answers
3k views
How to convert ArcGIS Server JSON to GeoJSON?
I'm creating a web map using Leaflet, and I want to be able to grab feature layers from our ArcServer. I have successfully been able to retrieve a feature class as JSON, but Esri's JSON objects don't ...
