sivarajankumar / datawiki

Automatically exported from code.google.com/p/datawiki
0 stars 0 forks source link

Map Gadget #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Provide a URL that produces an embeddable map gadget for the dataset.

Original issue reported on code.google.com by craignm@google.com on 2 Jul 2010 at 12:30

GoogleCodeExporter commented 8 years ago
The maps are made with:

  http://code.google.com/apis/charttools/index.html

So there's a servlet that provides a JSON object with the data for the map, and 
a client-side callout is done to send the data to the chart server for the map. 
 The question is whether there's a small embeddable snippet for this.

Seems like it should be fine.

Original comment by p...@google.com on 27 Jan 2011 at 2:46

GoogleCodeExporter commented 8 years ago
Here's a better link:

  http://code.google.com/apis/visualization/documentation/gallery/map.html

Original comment by p...@google.com on 27 Jan 2011 at 2:53