xland

Members
  • Content count

    3
  • Joined

  • Last visited

About xland

  • Rank
    Forum Newbie
  1. Internal IDs vs FIPS

    I would suggest ISO 3166-2 for USA & Canada and FIPS for international regions... so far it seems like there are only few exceptions that don't follow this in v3 (at least what we have found) and it would be great if we could avoid doing unnecessary conversions. Any idea when the v4 will be released?
  2. Internal IDs vs FIPS

    That would make our code one hell of mess... we need to generate the XML for the maps on the fly, and not to polute our system with extra exceptions for specific countries. It would help to know which countries are affected (don't match the fips spec) to at least minimize the number of necessary exceptions.
  3. Hi, we are currently trying to implement FusionMaps into our application and we just found, that in some countries the Internal Ids don't match the FIPS 10-4 Subcountry codes and therefor we can't correctly display the data we get from GeoIP. So far we have noticed the differences in map of Spain and Russia. The list of codes as provided by GeoIP is available here http://www.maxmind.com/app/fips10_4 - if you compare for example http://www.fusioncharts.com/maps/docs/Contents/MapSS/Russia.html you will immediatelly see the differences. Any ideas on how to solve this problem?