GeoJSON is an open format, based on JSON, for encoding geographic data.
I am importing the following text file to geojson: {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{type":"LineString","coordinates":[[-122.029517,37.976152]]},"properties":{"…
json mongodb parsing geojson mongoimportI have a json : { "itemTypes": {"food":22,"electrical":2}, "itemCounts":{"NA":211} } Here the itemTypes and itemCounts will be common but not the …
json schema geojson jsonschema json-schema-validatorContext: I'm a just-hours-old newbie at OpenLayers, please be gentle. Fundamentally, I have a map with some drawn objects on …
json persistence geospatial openlayers geojsonBelow I have what I'd expect is a way to create a GeoJSON MultiPolygon object with one polygon in it …
polygon geojsonCurrently, I have over 25000 points for my map. When I load all the points the map is extremely slow. Therefore, …
leaflet geojson geoserver bounding-boxHaving the Leaflet Choropleth tutorial i have to emulate a click event on a specific map area. For example: i …
javascript leaflet geojsonI have a leaflet.js map that has points and linestrings on it that come from an external JSON file. …
javascript geojsonI am trying to get the uk's regions map, http://en.wikipedia.org/wiki/Regions_of_England, on GeoJSON format …
svg geojsonI'm loading geojson from a Postgis-database and want to display it on my map. After drawing a polygon, I want …
google-maps-api-3 geojson