The geomap tag has no wiki summary.
9
votes
2answers
624 views
Google Visualization API - Geomap regions for Germany
After the release of new geomap package version I seem to have a
problem using geomap for German regions. Before the upgrade everything
seemed to work just fine. The problem is that if I try to show ...
2
votes
1answer
153 views
Google Chart API & GeoMaps
I'm stuck with an issue.
Hope someone already faced it and fixed it.
I would like to create a interactive geo maps like in Google Analytics. I mean a zoomable map from world to country to display geo ...
2
votes
1answer
200 views
google.load causes empty dom/screen
I'm trying to add a google visualization asynchronous, but I am running into problems. I've narrowed it down to the google.load causing the problem. When google.load part of the js runs, I get an ...
0
votes
1answer
122 views
Google Chart API loading
As you may know the Google GeoMap (flash version) loads pretty slow. I've created a statistics menu having like 3 or 4 tabs, in each of them I have some statistics (line chart and pie chart load ...
0
votes
1answer
292 views
Setting up Google Geomap visualization for Italy regions
I'm trying to set up a geomap visualization for Italy's regions, but if I use regions, instead of markers for my dataMode option it doesn't work. I'm obviously just beginning to learn how to use this ...
0
votes
1answer
462 views
How to display a Geomap in different colors from external click using JS
I'm trying to use a geomap using 2 color schemes. the user will click a link on the page and then, using js, i will change the color of the map and redraw it.
i would change
options['colors'] = ...
0
votes
2answers
590 views
GeoMap not working inside update panel
I am using geomap-linechart api in my application.. I want to view the map and the chart on a drop down selected index changed event.. It doesn't work if i put it inside update panel.. it becomes ...
0
votes
1answer
111 views
GeoMaps with web user control
I'm trying to use geomap to view the location.. I'm using this code
function OnLoad() {
$.ajax({
type: "POST",
**url: "CS.aspx/CreateWorldMap"**,
data: ...
0
votes
2answers
1k views
Google Visualization API Geomap: How to handle marker click events?
I initially have the Google Visualization API Geomap on a world view (options['dataMode'] = 'regions') and I capture the 'regionClick' event when a country is clicked like so:
...
0
votes
1answer
100 views
Can I inject google AJAX API autoload anywhere else than globally?
There is this issue I am struggling with. I know that the autoload for the google visualization geomap must be in the part of your document.
The thing is every time I reload some other pages in my ...
0
votes
4answers
313 views
Replacement for Google's GeoMap
Is there a decent non-flash replacement for Google's GeoMap? I'm trying to "push" redraws, but because it's flash it has to run back to Google, render a flash object, and then replace it.
0
votes
2answers
893 views
How to set region color on Google geomap?
is it possible to set color for geomap?
Also I would like to listen community opinion about alternatives in Geo Coding solutions.
Thanks.