-1

I'm trying to create an intensity map with Google Fusion Tables. Most of the country values display fine, but for some reason, the value for Russia does not appear in the 'World' view. When I switch the view to Region: 'Russian Federation' , it works fine (although the color is not correct).

I tried changing from Russia to Russian Federation, RU etc. but I keep having the same problem.

Thanks for your advice

j0k
  • 22,600
  • 28
  • 79
  • 90
val
  • 33
  • 2
  • 6
  • What kind of data are you using? Can you provide a link to your table? Otherwise it's quite difficult to tell what's wrong... – Odi Aug 23 '12 at 21:10
  • Hi Odi, here's the link to the data set: https://www.google.com/fusiontables/DataSource?docid=1OB-lilel2ZMNyU73V4MveYkjBdpN8QJZrO1OJNg – val Aug 24 '12 at 13:47
  • It's arms exports by country for 2011 – val Aug 24 '12 at 13:48
  • (and here's the link to the map: https://www.google.com/fusiontables/embedviz?viz=GVIZ&t=MAP&gco_region=world&gco_dataMode=regions&containerId=gviz_canvas&q=select+gvizcountry(col0)%2C+col1%2C+col0+from+1OB-lilel2ZMNyU73V4MveYkjBdpN8QJZrO1OJNg&qrs=+where+gvizcountry(col0)+%3E%3D+&qre=+and+gvizcountry(col0)+%3C%3D+&qe=+limit+43&width=500&height=300) – val Aug 24 '12 at 13:53

1 Answers1

0

As described in the documentation, you must use the two-digit country code for the intensity map to work.

I copied your table and replaced "Russia" with "RU" and then it works:

Odi
  • 6,916
  • 3
  • 34
  • 52