Shekhar
Shekhar

Reputation: 11788

How to generate geoJson data?

I want to generate geoJson data for an country and its all the states. In all the examples I have seen, all the data is for USA.

I would like to know where and how can I get geoJson data for other countries and its corresponding all the states? Is it even possible?

Upvotes: 5

Views: 15207

Answers (2)

Alison R.
Alison R.

Reputation: 4294

Includes all countries, in addition to the US and all US states.

https://github.com/johan/world.geo.json

Upvotes: 5

albert
albert

Reputation: 8153

geojson data for individual countries and the world: http://download.geonames.org/export/dump/

Upvotes: 4

Related Questions