5

I was going to use the Polymaps.org library (combined with Protovis) to create a nice vector based world map. However, there example (http://polymaps.org/ex/world.html) uses a GeoJSON from Thematic Mapping, but the countries are coded by name instead of by their 2 digit country codes.

When I pair up my data, I have problems with things like "Russia" vs "Republic of Russia". Anybody know of a GeoJSON file for countries that uses the ISO 2 or 3 digit codes? It seems crazy to use the names.

Any other SVG type file would be useful too. I could create one, but I feel like it must exist out there and I just don't know how to find it.

pocketfullofcheese
  • 8,427
  • 9
  • 41
  • 57

2 Answers2

2

Its not exactly what you want since its not in geoJSON format:

http://vis.stanford.edu/protovis/ex/countries.js

b_dev
  • 2,568
  • 6
  • 34
  • 43
-3

May be this is what you want ? World Countries Information and ip geocoding RESTful Web services API

Happy coding:-)

nickmilon
  • 1,332
  • 1
  • 10
  • 9