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 _______________________________________________ Dev mailing list d...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/openlayers-dev