My code is showing markers from GeoJSON, when I\'m haved zoomed into zoom-level 10,it load the GeoJSON-file, but how do I avoid to reput out the same markers?
This is my GeoJSON result. PasteBin But when I load it, the result I get infirebug is feature is null. Why\'s that, are there any errors in my result? The coords in the JSON is written in projection W
I am having a real pain of trying to draw multiple polygons from a geojson file. Below I have pasted a sample of the geojson file and the javascript used to access it. It seems the main problem I am r
I used to mak开发者_C百科e GML vector like this: layer = new OpenLayers.Layer.GML(\"based\", \"./parser2.php\",
I have a OpenLayers.Layer.GML layer build with GeoJSON data given by MapFish. When I select his features control points are displayed and they let me edit the shape of the features. Well I don\'t want
So I\'m trying out polymaps as a beginner, adapting the midnight commander example: var po = org.polymaps;
i need to change a Json stringinto Geojson format. right now i am using Json_encode() function to convert sql query result into json string (as given in this link JSON encode MySQL results).
I am building a web service that serves geographic boundary data in JSON format. The geographic data is stored in an SQL Server 2008 R2 database using the geography type in a table. I use [ColumnName
开发者_C百科How can i convert my lat and long value into geojson object. I work on php platform.If I understand well, you want to build a string like this:
Context: I\'m a just-hours-old newbie at OpenLayers, please be gentle. Fundamentally, I have a map with some drawn objects on it.If I understand things correctly, I have a number of OpenLayer.Feature