geojson

There are 1 entries for the tag geojson
GeoJSON for Virtual Earth

For my new project I decided to make use of GeoJSON, a standard for representing geo data in JSON format, rather than returning KML, georss to the client, or some custom format. From a quick look online there wasn't much in the way of using Virtual Earth with GeoJSON, I found one blog post that was the inspiration behind doing VEGeoJSON. The VEGeoJSON library provides two functions (not much of a library) addGeoJSON(data, onLayerCreated, onShapeCreated) getGeoJSON(onGeometryCreated) As a quick example of its usagevar v = new VEGeoJson(map); var geoJson = v.getGeoJSON(); VEGeoJSON supports all the GeoJSON shapes; Point, MultiPoint,...

posted @ Tuesday, September 09, 2008 8:09 PM | Feedback (0)