[OpenLayers-Dev] Openlayers and Fusion table?
Noli Sicad
nsicad at gmail.com
Thu Aug 18 20:45:25 EDT 2011
Hi,
It seems that fusion table with SQL queries is nice feature in Google Maps.
For example:
layer = new google.maps.FusionTablesLayer(tableid);
layer.setQuery("SELECT 'geometry' FROM " + tableid);
layer.setMap(map);
layer2 = new google.maps.FusionTablesLayer(tableid2);
layer2.setQuery("SELECT 'geometry' FROM " + tableid2 + " WHERE California");
layer2.setMap(map);
http://www.advocacy.ucla.edu/Maps/Assembly_map.html
Could we use fusion tables in Openlayers? Any example / demo how to
use fusion tables with Openlayers?
Anything plan similar (i.e. Fusion table) in Openlayers in the area?
Noli
More information about the Dev
mailing list