Top "Geojson" questions

GeoJSON is an open format, based on JSON, for encoding geographic data.

Center a map in d3 given a geoJSON object

Currently in d3 if you have a geoJSON object that you are going to draw you have to scale it …

d3.js geojson topojson
How/Where do I get geoJSON data for states, provinces, and administrative regions of non-US countries?

I need geoJSON formatted paths for states, provinces, and regions within multiple countries. Most readily available geoJSON data is for …

d3.js shapefile geojson
Difference between GeoJSON and TopoJSON

What is the difference between GeoJSON and TopoJSON and when would I use one over the other? The description of …

d3.js gis geojson topojson
How to get features from vector layer in Openlayers 3

I am trying to get the features from my vector layer. The vector layer is composed from a GeoJSON document …

vector openlayers-3 geojson
How to trigger events on Leaflet map polygons?

I'm trying to figure out how to manually trigger events for Leaflet polygons (loaded via GeoJSON). In a nutshell, I …

events map geojson leaflet
Loading a geoJSON object directly into google maps v3

I'm trying to create a map, using floor plans that I've stored in mongodb. If I put the JSON into …

json google-maps google-maps-api-3 geojson
GeoJson World Database

I am working on a project where it is necessary to display maps of countries and cities using d3.js. …

svg d3.js geojson
How to interact with leaflet marker layer from outside the map?

I have a leaflet map showing points for public art pieces, rendered from GeoJSON. Next to the map, I created …

javascript jquery leaflet geojson
How can I parse GeoJSON with Python

I have have geojson data from a query which I now want to parse and print on screen. My current …

python parsing geojson
Creating a GeoJson in php from MySql to use with MapBox javascript API

What I'm trying to do is very simple; get marker's data from a Mysql table with my PHP code, convert …

php javascript mysql geojson mapbox