Hi Vizboy,

It seems that if you look to the ISO 3166 codes of Belgium (http://
en.wikipedia.org/wiki/ISO_3166-2:BE)
that there is a small bug. If you use the regions codes the Walloon
region need to be coded like WAL instead
of WBR. WBR is the Walloon Brabant province.

I know that Belgium is a strange country with a lot of different
administrative levels, but for many applications
the division in these regions is not sufficient enough. I would
suggest to use a division of the country in primary
subdivisions which is mentioned on this website (http://
www.statoids.com/ube.html). Is there a way that
this subdivision will be implemented in the future? Or is there method
that I could implemente it by myself
in GeoMap gadget?

Thx Regards

Luc Tan

On Mar 14, 12:16 pm, VizBoy <viz...@google.com> wrote:
> 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