Sign in to follow this  
FusionCharts Support

Fusion Charts Map for NetherLands incorrect

Recommended Posts

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

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.

f4718c00-1b76-4995-8fb2-7fe2.jpg

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:

3770c47a-f338-4ee1-bed3-6a5b.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this