i want a list of all countries and states for free
interms of xml,html,word,doc,notepad, .sql format..
anybody have a list..?
i want a list of all countries and states for free
interms of xml,html,word,doc,notepad, .sql format..
anybody have a list..?
The replies already pointed to a few quick lists, but there’s a difference between a country list and a full global set of administrative subdivisions (states/provinces). found a JS-based list that’s handy for UIs, and pointed to a country lookup service — both useful for quick lookups but not ideal if the goal is a normalized, up-to-date machine-readable dataset you can import into a database or export as XML/SQL.
Best free sources to use (with different strengths):
countryInfo and admin1 (ready for import) (GeoNames export).Practical workflow notes:
LOAD DATA INFILE 'admin1.txt' INTO TABLE admin1 FIELDS TERMINATED BY '\t' (code,name); ogr2ogr -f "GeoJSON" admin1.json ne_10m_admin_1_states_provinces.shp Cautions and tips:
Jump to Post— pritaeas 2,276Download the GeoWorldMap
dude i already checked that out...
agree countries are fine but it only provides the
list of united states
can u help any more to find list of all the states of all countries..?
Download the GeoWorldMap
http://www.microcosmotalk.com/tech/s...tates_Function
got the site...select view source and download
it contains everything...go through the code and
do some mixing...and you got the whole list of countries and states..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.