[OpenLayers-Dev] Re: Openlayers and Fusion table?

Noli Sicad nsicad at gmail.com
Fri Aug 19 19:58:19 EDT 2011


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 <nsicad at gmail.com> 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
>


More information about the Dev mailing list