This is doc for GFT - Google Fusion Tables GDAL/OGR. This driver can connect to the Google Fusion Tables service. GDAL/OGR must be built with Curl support in order to the GFT driver to be compiled.
http://www.gdal.org/ogr/drv_gft.html I hope Openlayers will support Fusion Tables. Thanks. Noli On 8/19/11, Noli Sicad <[email protected]> wrote: > 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 [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-dev
