Where can I get blank SVG maps of countries and states? [closed]
开发者_高级运维
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionWhere can I get SVG blank maps of countries along with their states?
I saw United States here, but I couldn't find other countries (Asia especially) http://commons.wikimedia.org/wiki/File:USA_Counties_with_FIPS_and_names.svg
amCharts has a lot of free svg maps of most countries of the world, also an API for making these maps interactive: http://www.amcharts.com/svg-maps/
Disclaimer: I am the author of amCharts.
d-maps.com offers free maps in many formats including svg, you might find what you're looking for there.
Try the Wikipedia blank maps. Some of them have regional boundaries (such as Thailand). The Wikipedia maps are auto-generated from tools like Inkscape so I recommend cleaning them up with Scour before you use them
https://github.com/djaiss/mapsicon has a good collection of svg and png shapes of every country.
I would recommend seeking out a utility that converts shapefiles (the GIS mapping standard) to SVG paths, etc. Here is one I found that looks alright, though I haven't tested it:
shp2svg
And you can find shapefiles on data.gov or other government websites.
A good shapefile set is the TIGER shapefile, a bunch of layers created by the U.S. Census
Here are some maps of countries in vector format: http://www.your-vector-maps.com/countries/ They are .eps though and some are not free :(
I'm also looking for svg maps but just the border in outline, for each country.
精彩评论