Re: [visualization-api] geomap error

2020-04-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Utrack, The GeoMap chart is not going to be working any more because it depends on flash. See if you can use the GeoChart instead, or maybe switch to Google Maps. On Mon, Apr 13, 2020 at 9:22 AM Utrack Pragati < ramkigroupapikeys2020h...@gmail.com> wrote: > Dear team > > we are unable to loa

[visualization-api] geomap error

2020-04-13 Thread Utrack Pragati
Dear team we are unable to load geomap in visulazation chart api. Attached is the code. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visua

Re: [visualization-api] Geomap Congo Names?

2018-07-21 Thread Iain McLeod
I have the same problem as reported in 2009. Both 'CG' and 'CD' are recognised - but only one of the two countries can be populated on the map. Has any progress been made with this in the last 8 years! On Thursday, June 25, 2009 at 8:58:58 AM UTC+1, Bug Chart wrote: > > Hi, > > this is indeed a

[visualization-api] GeoMap not working after deploying to server

2016-07-22 Thread rajitha P
I have developed geoMap of Inda and it was working fine in development environment. After moving to servers for testing it starts showing "GeoMap failed to load data points". Can some body help me on this -- You received this message because you are subscribed to the Google Groups "Google V

[visualization-api] Geomap : State Label and Color By Region

2015-02-12 Thread Mansi Mansi
Hello : I have http://axereport.com/index.aspx after you drill down on USA , I''m looking for 1- Show State Abbreviation on each state on US Map (MI, IL , ...Etc) , Is there away to show HTML Code so I can control font size to be readable ? 2- How can I color states by region as showing i

[visualization-api] Geomap with Markers always showing value.

2014-08-08 Thread 'Mark Schenkel' via Google Visualization API
Is it possible to configure a geomap in Markers mode such that the markers always show their values. Example below: -- You received this message because you are subscribed

[visualization-api] Geomap Visualization with multiple markers

2014-07-01 Thread Tushar Narkhede
Hi, I want to have the two types of markers on the same geomap with different color density. Please help me to achieve this. Example:: Two types of Markers like 1. Population 2.Density on same geomap with different types of markers color. -- You received this message because you are subscr

Re: [visualization-api] Geomap not displaying for Kenya

2014-01-28 Thread Sergey Grabkovsky
Hi, there is no provinces map available for Kenya. The reason is that there currently don't exist any provinces with ISO 3166-2 codes in Kenya. From Wikipedia: "since March 2013, the 8 provinces are no longer legal and have been replaced by 47 counties

[visualization-api] Geomap not displaying for Kenya

2014-01-28 Thread Brian Towett
I can't for the life of me explain why I can't generate a visual for Kenya using this. It works for every other country except Kenya!!? google.load('visualization', '1', {'packages': ['geomap']}); google.setOnLoadCallback(drawMap); function drawMap() { var data = goog

[visualization-api] Geomap/chart missing the legend???

2013-11-20 Thread stkcht
Hi, I'm trying to create a simple geochart/map using google docs. I followed the instructions to create the chart within the spreadsheet but for some reason I'm not seeing a legend. I went into the advanced options and didn't see anything I could select. Anyone else having the same problem or w

[visualization-api] [GeoMap] the problem to display Taiwan

2013-04-26 Thread brian90191
Hello, https://groups.google.com/forum/?fromgroups=#!searchin/google-visualization-api/taiwan%7Csort:relevance/google-visualization-api/vuUnltxvL04/ttAX0Co2KqAJ I have the same problem like this link and the problem was not be solved. When I set China to be the region, it highlights Taiwan in y

[visualization-api] geomap marker event not firing

2012-11-21 Thread Theo Zizic
Hello, I would like some help with the following. Everything works fine, data are obtained from a query, then a map is created but when I click on the markers nothing happens, (ie the link is not loaded) Thanks for the Help PS I have already tried to execute the file from a server and not on

[visualization-api] Geomap issue

2012-07-05 Thread Patel Archana
Hi All, I'm using the below statement to load the geomap. google.load('visualization', '1', {'packages': ['geomap']}); I get the World map with countries on it which is way awesome. I love the display of this map. Now i need to get the country name to be displayed over the countries. I bet there is

Re: [visualization-api] Geomap Color axis

2012-05-30 Thread Jinji
GeoMap is the deprecated and unsupported version of GeoChart. You're highly recommended to use GeoChart. On Tue, May 29, 2012 at 5:47 PM, Pravin wrote: > Hi > > In Geomap there is only option to set colors using colorarray as shown > below > > > var options = {}; > options['region']

[visualization-api] Geomap Color axis

2012-05-29 Thread Pravin
Hi In Geomap there is only option to set colors using colorarray as shown below var options = {}; options['region'] = 'US'; options['colors'] = [0xFF8747, 0xFFB581, 0xc06000]; //orange colors options['dataMode'] = 'markers'; How do I set colorAxis.minValue and colorAxis.m

[visualization-api] GeoMap -> GeoChart

2012-05-10 Thread Marc Lucchini
Hi, I have found the frontiers between countries much more smooth with GeoMap than they are with GeoChart. Country frontiers in GeoMap take the colors of the countries around while with GeoChart it seems like all countries are separated by moats. Is this rendering style wanted? Is there an option t

[visualization-api] GeoMap not working

2012-04-04 Thread Lautje
GeoMap appears to be not working at all anymore. Has it been replaced by GeoChart or something? -- 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 unsubs

Re: [visualization-api] Google Visualization API Geomap: How to handle marker click events?

2012-03-21 Thread gilmore roberts
;> 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. >> >> I then draw the map zoomed into the country in markers mode >&g

Re: [visualization-api] GeoMap region codes

2012-02-19 Thread ChartMan
Example please ... On Feb 19, 2012 7:30 PM, "cavady" wrote: > Hello fellows. > > I've encountered a problem while working with Geomap. > > Is there a possibility to display a province of country instead of > "whole" country and mark cities there? > > > > -- > You received this message because you

[visualization-api] GeoMap region codes

2012-02-19 Thread cavady
Hello fellows. I've encountered a problem while working with Geomap. Is there a possibility to display a province of country instead of "whole" country and mark cities there? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To pos

[visualization-api] GeoMap Timeline

2012-02-03 Thread Bluestreak2k5
I've been trying to find how to create a GeoMap timeline such as found on Google Insights http://www.google.com/insights/search/#geo=&q=Gas+price&cmpt=q But I can't find any documentation on it. Is this something in Alpha/ Beta and can I get access to it? Thanks -- You received this message be

Re: [visualization-api] GeoMap to display Taiwan / China region confused

2012-01-08 Thread Matt Nuttall
Ah, ChartAlot -- I had a typo in one of my database files: Central Asia is in great shape and I apologize! Matt -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/ms

Re: [visualization-api] GeoMap to display Taiwan / China region confused

2012-01-06 Thread Matt Nuttall
Hi ChartALot; Have you guys fixed this one yet? I've just noticed that TJ (Tajikistan) is displaying as Taiwan in Central Asia. Yikes! Thanks -- Matt -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web

Re: [visualization-api] GeoMap is not a constructor Error

2011-12-12 Thread EZChart
This can explain the change, because until the December 7th release the geochart package also included GeoMap. We fixed this, and now in order to use GeoMap one must load the geomap package. On Mon, Dec 12, 2011 at 10:05 AM, Roni Biran wrote: > I saw that you're loading the geochart package and

Re: [visualization-api] GeoMap is not a constructor Error

2011-12-12 Thread Roni Biran
I saw that you're loading the geochart package and drawing the GeoMap. The GeoMap uses the geomap package. Can it be that simple? On Sun, Dec 11, 2011 at 7:53 PM, Bluestreak2k5 wrote: > Hi, > > I am getting a "google.visualization.GeoMap is not a constructor" in > Firefox, but yet this project

[visualization-api] GeoMap is not a constructor Error

2011-12-11 Thread Bluestreak2k5
Hi, I am getting a "google.visualization.GeoMap is not a constructor" in Firefox, but yet this project was working weeks ago, with no change to this javascript. http://chrisdblumberg.com/unemployment/index.html I have checked the GeoMap docs, and all the pages work, and even my old version works

Re: [visualization-api] Geomap Questions

2011-11-19 Thread Roni Biran
Ok, Here what you did wrong 1. you cannot use "google.setOnLoadCallback(drawMap);" more than once you have nothing to do with it. nor the "google.load" function. write the following to call both functions: google.load('visualization', '1', {'packages': ['geomap']}); google.setOnLoadCallb

[visualization-api] Geomap Questions

2011-11-19 Thread JennieB
Hi there, I'm a student and I am exploring the use of Geomaps for a project I am currently doing. But with not a huge amount of coding knowledge I have reached a dead end and I am hoping someone might be able to help me. Firstly, on my web page I wish to show two Geomaps, one above the other. I

[visualization-api] Geomap markers

2011-09-27 Thread DenisFR
Hi, I would like to ask you guys, how can I make the markers on the Geomap the same size and not dependent on the value, because I have like 100 different values that I want display when the user sets the mouse pointer over a marker but I need all the markers to be the same size. Thanks for any s

[visualization-api] Geomap state map

2011-09-07 Thread Patrick
Hi All, I am new to google chart, i am using Geomap to display national wide map, but how can I display the US state map, for example Maryland? Thanks, Patrick -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group,

Re: [visualization-api] Geomap us_metro config

2011-08-15 Thread Yinnon Haviv
You are welcome. As for accessing the formatted value of a cell, that is done using DataTable.getFormattedValue(row, col) method. The documentation of the selection event mentions it. Please try to use version 1.1 wh

Re: [visualization-api] Geomap us_metro config

2011-08-10 Thread hjt
Thanks a lot Yinnon, it works. One more question. How do I get the 'New York' in getSelection()? Thank you :) JT -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/

Re: [visualization-api] Geomap us_metro config

2011-08-10 Thread ChartALot
Hi, this feature is not available in the GeoMap. However, it is available in our GeoChart, by setting the formatted value of the cell which contains the region id. For example: function drawVisualization() { var data = ne

[visualization-api] Geomap us_metro config

2011-08-08 Thread hjt
Hi, I am using geomap to display us metros. Wondering if it is possible to display the metro's name as the heading of the hover on, instead of the metro code? For example: New York, NY m-om: 1,000 or 501 New York, NY: 1,000 Thanks. JT -- You received this message beca

Re: [visualization-api] geomap has a problem to locate McAllen, TX

2011-06-25 Thread ChartALot
Hi, I'm not able to reproduce your issue. Hereis an example of US map, with a marker at McAllen, TX, which seems to be located correctly. Can you provide an example page I can reach? (you can use the playground

[visualization-api] geomap has a problem to locate McAllen, TX

2011-06-24 Thread juan.os...@tecnika.com.mx
Hi Everyone I using geomap to locate in which cities on US where have our clients. But i have problem with McAllen,TX, because geomap show it near to Dallas. And thats not true, its on south close to frontier. If anyone can me help to solve this, im appreciative soo much. Thanks, regards. L.I. J

Re: [visualization-api] Geomap info

2011-05-06 Thread ChartALot
Hi, When you say "That small box on left bottom corner", do you mean the legend? Simply use: options['showLegend'] = false; Instead of: options['showLegend'] = 'false'; As for the "Hover text" (That box which shows up whenever you hover a region), we don't have an option for disablin

[visualization-api] Geomap info

2011-05-05 Thread berseck
Hello, I'm trying to do some geomaps work, what I need is the region to be clicked and link to one part of my site... This I have done all correct. But there is one thing that I wanna know how to remove from my geomap It's the population number or whatever that displays That small box on left bo

Re: [visualization-api] GeoMap to display Taiwan / China region confused

2011-03-23 Thread ChartALot
Thank you for reporting, we will look into the issue. On Wed, Mar 23, 2011 at 1:20 PM, Aisling wrote: > I would like to point out some strange behaviour around displaying > Taiwan and China on the geomap visualisation. > If you set China to be the region (region: 'CN'), it highlights > Taiwan, a

[visualization-api] GeoMap to display Taiwan / China region confused

2011-03-23 Thread Aisling
I would like to point out some strange behaviour around displaying Taiwan and China on the geomap visualisation. If you set China to be the region (region: 'CN'), it highlights Taiwan, and doesn't highlight China - instead dividing it into regions. Also, when you select Taiwan to be the region to c

[visualization-api] Re: Google Visualization API Geomap: How to handle marker click events?

2011-02-16 Thread matt7
I'd also like to vote for this feature. Matt -- 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-visua

[visualization-api] Re: Google Visualization API Geomap: How to handle marker click events?

2011-02-03 Thread Parasound
los da Costa wrote: > > > > > > > > > Hello > > > 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. > > > I t

[visualization-api] Re: Google Visualization API Geomap: How to handle marker click events?

2011-02-02 Thread andrew
If there is a bug/enhancement we could star to vote for this feature, could you let us know? Thanks -- 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 u

[visualization-api] Re: Google Visualization API Geomap: How to handle marker click events?

2011-02-02 Thread Carlos da Costa
> > > > > > Hello > > > 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. > > > I then draw t

Re: [visualization-api] Google Visualization API Geomap: How to handle marker click events?

2011-02-02 Thread MC Get Vizzy
Sorry, this is not currently supported. On Tue, Feb 1, 2011 at 11:56 PM, Carlos da Costa wrote: > Hello > > I initially have the Google Visualization API Geomap on a world view > (options['dataMode'] = 'regions') and I capture the 'regionClick' > eve

[visualization-api] Google Visualization API Geomap: How to handle marker click events?

2011-02-01 Thread Carlos da Costa
Hello 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. I then draw the map zoomed into the country in markers mode (options['dataMode'

Re: [visualization-api] Geomap Romania

2010-12-20 Thread ChartMan
The regions for some countries in the world are not active for the geomap visualization. Thanks for reporting. ChartMan On Sun, Dec 19, 2010 at 5:08 PM, ChartMan wrote: > So it works for markers mode: see this example > > function drawVisualization() { > var data = new google.visualization.Da

Re: [visualization-api] Geomap Romania

2010-12-19 Thread ChartMan
So it works for markers mode: see this example function drawVisualization() { var data = new google.visualization.DataTable(); data.addRows(2); data.addColumn('string', 'Country'); data.addColumn('number', 'Popularity'); data.setValue(0, 0, 'arad'); data.setValue(0, 1, 200); data.set

Re: [visualization-api] Geomap Romania

2010-12-18 Thread d d
hello 2010/12/15, Manu Ignuta : > Hello ! > Please tell me if the application can display geomap regions of > Romania. > > Thank you, > Manu Ignuta > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send e

[visualization-api] Geomap Romania

2010-12-15 Thread Manu Ignuta
Hello ! Please tell me if the application can display geomap regions of Romania. Thank you, Manu Ignuta -- 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-...@googlegroups.com.

[visualization-api] Geomap markers idea

2010-12-03 Thread Hannes Rydén
Hi, Thanks for your great work on the geomap gadget! I'll be using it for my non-commercial web site on international statistics, which focuses on visualizing statistics. After reading through your documentation, I came to think of a very valuable extension to the geomap's markers mode. How about

Re: [visualization-api] GeoMap Legend

2010-11-14 Thread ChartMan
This is not supported for the time being. ChartMan On Thu, Nov 11, 2010 at 7:18 PM, dimzi wrote: > Hi, > > I'm trying to change the position of the legend in a GeoMap (flash) > chart..is it possible? > Any ETA for a new configuration option? > > Thanks, > > dimi > > -- > You received this messa

[visualization-api] GEOMAP : ISO3166-2 not supported for french departments

2010-11-12 Thread Lionel
When i use ISO3166-2 codes for french administrative regions (exemple FR-E) then it's ok but when i use ISO3166-2 codes for french department (exemple FR-44 or FR-35), they don't work. Documentation say about data format : An uppercase ISO-3166-2 region code name or its English text equivalent (fo

[visualization-api] GeoMap Legend

2010-11-11 Thread dimzi
Hi, I'm trying to change the position of the legend in a GeoMap (flash) chart..is it possible? Any ETA for a new configuration option? Thanks, dimi -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email

Re: [visualization-api] Geomap time to load

2010-10-27 Thread Badtnik
The Geomap visualization needs to load map files that may potentially hold many vertices and thus take some time to load. Unfortunately there is no optimization to cut that latency shorter. Badtnik On Wed, Oct 27, 2010 at 3:38 PM, tiago wrote: > I'm using geomap and is taking too much to load

[visualization-api] Geomap time to load

2010-10-27 Thread tiago
I'm using geomap and is taking too much to load. Can i do something to improve this ? My code is below. --- google.load('visualization', '1', {'packages': ['geomap']}); google.setOnLoadCallback(dr

[visualization-api] Geomap not including Hong Kong?

2010-10-13 Thread Matthew
Hi - I can't seem to get Hong Kong to display using "Hong Kong" or "HK". It seems like Hong Kong is valid as a country according to the ISO list. Is it just me or is Hong Kong not working? Thanks -- You received this message because you are subscribed to the Google Groups "Google Visualizatio

Re: [visualization-api] Geomap Region view

2010-10-11 Thread Oded Badt
Hey Et There is indeed a bug currently with the US view not showing Alaska, We will probably solve this bug in the future but can not currently say when Regards Badtnik On Thu, Oct 7, 2010 at 12:53 PM, Et wrote: > Hi, > > I know that if you go into a region view for geomap then it shows the

Re: [visualization-api] Geomap Region view

2010-10-10 Thread Badtnik
Hello Et I think I don't fully understand the problem yyou are descruvubg, can you send a screenshot and/or a piece of code? Thanks Badtnik On Thu, Oct 7, 2010 at 12:53 PM, Et wrote: > Hi, > > I know that if you go into a region view for geomap then it shows the > current country. As Alaska

[visualization-api] Geomap Region view

2010-10-07 Thread Et
Hi, I know that if you go into a region view for geomap then it shows the current country. As Alaska is part of the USA it only shows the US part on detailed view and not the Alaska view? Is this a bug or is there a fix for that? Regards and thank you again for a brilliant API Et -- You recei

[visualization-api] GeoMap language

2010-09-21 Thread Xavier
Hello, using com.google.gwt.visualization.client.visualizations.GeoMap; when a show Geomap, how do I change the language in which it displays the names of countries? Thanks in advanced, Xavier -- You received this message because you are subscribed to the Google Groups "Google Visualization

Re: [visualization-api] GeoMap Continent Level?

2010-08-23 Thread Viz Kid
Hi. Unfortunately we do not support such option in our visualizations. However, when a user clicks on any country, you can identify which continent was clicked and possibly show a smaller portion of the map containing the selected country. Best, Viz Kid On Thu, Aug 19, 2010 at 12:45 AM, Joel T

[visualization-api] GeoMap Continent Level?

2010-08-18 Thread Joel Taylor
Hi, I haven't seen this so I assume it's not possible, but can I use GeoMap to draw a world map that has clickable continents (not countries) ? We'd like users to be able to drill down to their country, but would like a continent step first. Any thoughts on this? Is this even possible with Google

Re: [visualization-api] Geomap taking too long to draw.

2010-08-12 Thread ChartMan
Hi If you are using 'markers' with the geomap each point needs to be geocoded. There is a limit for the speed in which points can be geocoded. HTH ChartMan On Thu, Aug 12, 2010 at 3:11 AM, Rômulo Vitoi wrote: > There is any tip to increase drawing performance of Geomap? I'm trying > to draw th

[visualization-api] Geomap taking too long to draw.

2010-08-11 Thread Rômulo Vitoi
There is any tip to increase drawing performance of Geomap? I'm trying to draw this map but it takes too long: google.load('visualization', '1', {'packages': ['geomap']}); google.setOnLoadCallback(drawMap); function drawMap() { var data = new google.visual

[visualization-api] GeoMap alternative?

2010-07-14 Thread Akshay Kumar
Hi, I am planning to use GeoMap as a widget to select regions in my GWT based application. However, I realized that GeoMap is a flash based widget. I want my web-app to be completely free of plugins. Which was one of the reasons to choose GWT. So, any pure HTML (or Javascript) alternative to GeoMa

Re: [visualization-api] Geomap Additional Features

2010-07-04 Thread ChartMan
thanks for the tip. We will add it to our feature list. On Fri, Jul 2, 2010 at 10:10 AM, Et wrote: > Hi, > > Well done on an awesome visualization! This is really a great API to > use as a developer. I thought about something this morning and how > great it will work for this Geomap Viz. > > H

[visualization-api] Geomap Additional Features

2010-07-02 Thread Et
Hi, Well done on an awesome visualization! This is really a great API to use as a developer. I thought about something this morning and how great it will work for this Geomap Viz. How about on the countries, add the country flag as a little image next to the name on the hovertext? This would bett

[visualization-api] geomap visualization

2010-06-30 Thread Matt
i'm just curious if there is any way to specify regions at a finer grain than countries. i know in the documentation it says that you can either enter "world" or the name of a country, but i would like to get this map to show street level markers... any hints? is there another visualization that

Re: [visualization-api] Geomap Markers stopped working

2010-06-21 Thread Viz Kid
Hi. Thank you for the email. We are aware of the problem (which is relevant only to a small subset of the regions) and are working to solve it. You can keep track of it in the issue tracker: http://code.google.com/p/google-visualization-api-issues/issues/detail?id=318

[visualization-api] Geomap Markers stopped working

2010-06-20 Thread pdt256
The Geomap markers are not working anymore?!? A broken example is on the live documentation for Geomap here: http://code.google.com/apis/visualization/documentation/gallery/geomap.html#markersexample Can this be fixed? -- You received this message because you are subscribed to the Google Groups

[visualization-api] Geomap / code for europe

2010-05-23 Thread Olli
Is there region code just for Europe? -- 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-...@googlegroups.com. To unsubscribe from this group, send email to google-visualization

[visualization-api] GeoMap Hong Kong

2010-04-06 Thread Kees
Hi there, I can't find HK back in my GeoMap. Is there a list of supported countries? Thanks, kees -- 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-...@googlegroups.com. To u

Re: [visualization-api] GeoMap

2010-04-05 Thread Viz Kid
Hi. Currently the supported regions are those specified in the documentation. If you want other areas, please open a feature request (or check if such a request already exists). Best, Viz Kid On Thu, Apr 1, 2010 at 3:49 PM, Patrick wrote: > Hi, > > Where it is possible to specify sub-contine

[visualization-api] GeoMap

2010-04-01 Thread Patrick
Hi, Where it is possible to specify sub-continents as option for the "region" configuration, I didn't find the possibility to pass data for sub-continents. This would allow us to show a world map with clickable coloured sub- continents, for drilling down to the corresponding sub-continent map. And

Re: [visualization-api] geomap API - US-DC?

2010-03-25 Thread Viz Kid
Hi. The US-DC is too small indeed and therefore it is not visible on the map. Currently there is no solution to this problem. Best, Viz Kid On Sun, Mar 14, 2010 at 4:33 AM, Adam Huttler < adam.hutt...@fracturedatlas.org> wrote: > Hi, > > I'm trying to use the GeoMap API to display shaded US s

Re: [visualization-api] GeoMap: Region Code to display US States & Canadian Provinces

2010-03-25 Thread MC Get Vizzy
On Wed, Mar 24, 2010 at 11:58 PM, hemm wrote: > Using the geomap visualization, I can set the region to 'US' and see a > map of the US broken out by States. Using 'CA', I can do the same for > Canada and it's provinces. > > Anyone know if there is a region that will center around both the US > and

[visualization-api] GeoMap: Region Code to display US States & Canadian Provinces

2010-03-24 Thread hemm
Using the geomap visualization, I can set the region to 'US' and see a map of the US broken out by States. Using 'CA', I can do the same for Canada and it's provinces. Anyone know if there is a region that will center around both the US and Canada and have it broken down by the States & Provinces?

Re: [visualization-api] [GEOMAP]

2010-03-19 Thread Viz Kid
Hi. Unfortunately these are the only maps we supply at the moment. Best, Viz Kid On Tue, Mar 16, 2010 at 4:05 PM, Marcel Overdijk wrote: > When I'm displaying Netherlands (NL) in geomap part of the > visualization is also it's neighbouring countries like Belgium and > Germany. > In the case

[visualization-api] [GEOMAP]

2010-03-16 Thread Marcel Overdijk
When I'm displaying Netherlands (NL) in geomap part of the visualization is also it's neighbouring countries like Belgium and Germany. In the case of the Netherlands Germany is quite a big part of the image. Would it be possible to leave out the neigbouring countries? In only want to display the N

[visualization-api] geomap API - US-DC?

2010-03-13 Thread Adam Huttler
Hi, I'm trying to use the GeoMap API to display shaded US states. Everything's working perfectly, except the API doesn't seem to recognize the region code "US-DC". It recognizes every state in this format, e.g. "US-NY", but not the District of Columbia. In fact, the map doesn't even seem to have a

Re: [visualization-api] Geomap gadget problem

2010-02-28 Thread Viz Kid
Thank you for your email. It seems that indeed there was some problem with the geocoding of the geomap. The problem is supposed to be fixed by now. Please let us know in case you are still having problems using the visualization. Best, Viz Kid On Tue, Feb 23, 2010 at 12:06 AM, Tzvika wrote:

[visualization-api] Geomap gadget problem

2010-02-22 Thread Tzvika
Hello, I'm having weird issue with the geomap gadget. My data source URL contains US states related data. I'm setting the gadget for "United states" region with "Markers" data display. ALL the gadget is displaying is "Geocoding...". Here is the data source JSON: google.visualization.Query.setResp

Re: [visualization-api] Geomap for all Europe with custom tooltip

2010-02-16 Thread MC Get Vizzy
On Tue, Feb 16, 2010 at 1:17 AM, Scoutix wrote: > Hy, > > How can I have a Geomap centered on All of Europe instead of Eastern, > Northern or South ? Basically, I would like to have from Finland to > Spain and from Portugal to the begin of Russia. > > VizBoy told us more than 6 month ago that it

[visualization-api] Geomap for all Europe with custom tooltip

2010-02-15 Thread Scoutix
Hy, How can I have a Geomap centered on All of Europe instead of Eastern, Northern or South ? Basically, I would like to have from Finland to Spain and from Portugal to the begin of Russia. VizBoy told us more than 6 month ago that it was a futur feature, but when will it be proposed ? And can w

[visualization-api] GeoMap: The columns type does not match the supported data format. See documentation for supported formats.

2010-01-28 Thread Charles
I am looking to add information on hover for each country in GeoMap and in tinkering with the code samples I get the error: The columns type does not match the supported data format. See documentation for supported formats. Is it not possible to add your own labels (columns/rows) to the map region

Re: [visualization-api] Geomap select event in markers mode

2009-12-26 Thread ChartMan
Did you try the map visualization http://code.google.com/apis/visualization/documentation/gallery/map.html On Thu, Dec 17, 2009 at 6:46 AM, Brad wrote: > Hi Guys, > > I need to get something like the select event in a geomap which is in > markers mode. I know the docs say the select event only

[visualization-api] Geomap select event in markers mode

2009-12-16 Thread Brad
Hi Guys, I need to get something like the select event in a geomap which is in markers mode. I know the docs say the select event only works in regions mode, so does anyone know of a way to fudge it or of another visualisation that can do the same thing? Thanks, B -- You received this message

Re: [visualization-api] Geomap Visulisation Hyperlink

2009-12-06 Thread VizGuy
You should listed to the select event, and then redraw the chart with the wanted country. However, notice that there is only a limited set of zoomed maps (see http://code.google.com/apis/visualization/documentation/gallery/geomap.html#Configuration_Options ) Regards, Vizguy On Mon, Nov 30, 2009

[visualization-api] Geomap Visulisation Hyperlink

2009-11-30 Thread Jez
I have a geomap that indicates different sponsored run events around the world and how many miles each country has run. I would like to be able to click on one of the markers and it take me to that countries url. Is this possible? thanks -- You received this message because you are subscribed to

[visualization-api] geomap - regions, dataMode

2009-10-27 Thread peted
Hello, I am getting the following error everytime I try and render and non-US country markers based geoMap. "Could not load region coder." --Here is my JSON-- {"c": [{"v":"Hyderabad"},{"v":1},{"v":"Hyderabad"},{"v":""}]}, {"c": [{"v":"Srikakulam"},{"v":1},{"v":"Srikakulam"},{"v":""}]} --Here i

[visualization-api] Geomap add Oceania in region

2009-10-13 Thread chartsbin
Hi all, Thanks for a great Geomap visualization package! Is there any region code for Oceania, because i can see fiji from regiion code 'world'. Regards -Chartsbin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "G

[visualization-api] Geomap Issues

2009-10-12 Thread hzilla
Hello first of all thank you for a very useful suite of visualisations. I would like to draw your attention to a couple of issues that i feel should be addressed in the Geomap visualisation. 1. Markers really should have a click event handler. I don't see a reason why not. 2. It should be possib

[visualization-api] GeoMap continents and subContinents

2009-10-06 Thread Matthew Reed
Hello, I noticed that GeoMap can display data aggregated as continent or sub- continent region. I was wondering if this feature has been made public in the APIs too and if this should be as simple as assigning data like 'Europe', 'Americas' and so on. As far as I saw this is not the right way. Tha

[visualization-api] GeoMap legend min and max values

2009-09-19 Thread PT
Is it possible to set the minimum and maximum values for the legend in a GeoMap? It appears these values are set based on the minimum and maximum values of the data set. I'm developing a web application to visualize and compare various global data and it would be great to be able to set these valu

[visualization-api] Geomap - all values are the same collor

2009-09-18 Thread zupca
I have a geomap with 225 rows. This is the sample: data.setValue(0, 0, 'AF'); data.setValue(0, 1, 17.4); data.setValue(0, 2, 'Afghanistan | Year: 1966'); data.setValue(1, 0, 'AL'); data.setValue(1, 1, 67.3); data.setValue(1, 2, 'Albania | Year: 1966'); data.setValue(2, 0, 'DZ'); data.setValue(2, 1

[visualization-api] geoMap JSON example

2009-09-10 Thread peted
Hello, I am having issues with using JSON for a geoMap visualization. Can anyone provide an example of JSON for populating a geoMap? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. T

[visualization-api] Geomap and sharepoint services 3.0

2009-08-20 Thread chanley
I placed a geomap into a content editor web part on our sharepoint site with the following code: (pretty much straight from the examples) google.load('visualization', '1', {'packages': ['geomap']}); google.setOnLoadCallback(drawMap); function drawMap() { var data = new

[visualization-api] Geomap: Border colours and classified maps

2009-08-18 Thread Bjorn
Hi! 1. Is it possible to change the colour of region/country borders? 2. Do you plan to add support for classified maps (equal intervals, quantile breaks, natural breaks etc)? Cheers, Bjørn --~--~-~--~~~---~--~~ You received this message because you are subscribe

[visualization-api] GeoMap Bug: apostrophes not displayed properly..?

2009-08-16 Thread Dieter Krachtus
A Chartle.net user just complained that she couldn't put apostrophes in GeoMap labels. Gerald's Place would then just be rendered as Gerald s Place, missing the apostrophes. I tried to reproduce the problem without using the Chartle.net client. The code is below. Cheers, Dieter

  1   2   >