Hello,
I'm trying to use Geo Chart Map for Belgium to show the limits of
each region (when I say region, I'm not referring to "provinces") and
that means the regions from each province:
Antwerp -> ISO CODE : VAN
Brussels ->ISO CODE: BRU
East Flanders ->ISO CODE: VOV
Flemish Brabant ->ISO CODE:VBR
Hainaut ->ISO CODE:WHT
Liege ->ISO CODE:WLG
Limburg ->ISO CODE:VLI
Luxembourg ->ISO CODE:WLX
Namur ->ISO CODE:WNA
Wallon Brabant ->ISO CODE:WBR
West Flanders ->ISO CODE:VWV
If I use the next code:
var geomap = new google.visualization.GeoChart(
document.getElementById('visualization'));
geomap.draw(data, {width: 556, height: 347, region:'BE',
resolution:'provinces'});
I get only the limitations of the two provinces from Belgium: Flemish
Region and Wallonia, which is not correct (it should appear also
"Brussels Capital Region") and is not what i need.
Is it any possibility so that by using GeoChart to have the
limitations of the regions specified in the list?
Thank you!
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.