venkatmanchikalapudi Report post Posted October 19, 2009 Hi, We have been using Fusion Charts Maps in our product and have received a complaint from a client of ours about the Map for Netherlands being incorrect. Following is the list of issues: - Zeeland has an island to the north that belongs to Zuid-Holland. - The "Dutch Islands" are part of Friesland, not a seperate province. - The southen "Dutch Island" belongs to Noord-Holland. - The two northen "Dutch Islands" belong to Groningen. - Change abbreviation of Noord-Braban to NB. - Change abbreviation of Zuid-Holland to ZH. And the client has provided us with the proper Map of Netherlands. Attachment has the XML and the SWF files we are using and the the Netherlands map provided by the client. Any support provided will be appreciated. Thanks ! Share this post Link to post Share on other sites
FusionCharts Support Report post Posted October 20, 2009 Hi, We find that you are using v3.0.4 version of the map. Could you please update to the latest version 3.1? Please find the attached image that you would find in 3.1. OTHER ISSUES: - Change abbreviation of Noord-Braban to NB. - Change abbreviation of Zuid-Holland to ZH. To do these you can use custom entity definitions. <map > <entityDef> <entity internalId='007' newId='07' sName='NB' /> <entity internalId='012' newId='12' sName='ZH' /> </entityDef> <data> <entity id='001' color='ff0000' /> <entity id='002' color='00ff00' /> <entity id='003' color='0000ff' /> <entity id='004' color='888800' /> <entity id='005' color='008888' /> <entity id='006' color='ff8800' /> <entity id='07' color='8800ff' /> <entity id='008' color='0088ff' /> <entity id='009' color='ff0088' /> <entity id='010' color='00ffff' /> <entity id='011' color='ffff00' /> <entity id='12' color='ff00ff' /> </data> </map> And your map will be this: Share this post Link to post Share on other sites