Hi,

Region names for BE are:

BE-VLG
BE-BRU
BE-WBR


To find codes for regions, add this event handler (clicking on a region will
show its code)
      google.visualization.events.addListener(
           globalGeomap, 'regionClick', function(e) {
        alert (e['region']);
      });

- VizBoy.


On Fri, Mar 6, 2009 at 10:30 AM, Luc <papa.lu...@gmail.com> wrote:

>
> I was playing around with this gadget and it is working fine. I have
> got two feature request and one question, it would be nice to have
> also a region Europe instead of North/South/West Europe.
>
> The other thing is that if you choose a country as region the country
> is split up in different states. For example in the Netherlands these
> are split up in provinces. The dutch province name is used to address
> a value to a province. The problem is that in this gadget Belgium is
> divided in the 3 regions Flemish, Brussels and Walloon region. For me
> it is unclear with which name I have to address these regions (in
> Dutch, French or English). Is there a method to know how to address
> the different regions.
>
> For my application I don't need the separation of the regions in
> Belgium but in provinces (just as the Netherlands). Is there a
> solution to fix that. I need something like this map:
>
> http://gsak.net/stats/newmaps/custommap.php?map=Belgium
>
> Best Regards
>
> Luc
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to google-visualization-api@googlegroups.com
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to