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

Noli Sicad nsicad at gmail.com
Fri Aug 19 20:08:59 EDT 2011


Look what I found - OpenLayers with Fusion Tables using GeoJSON.

http://maps.peterrobins.co.uk/files/ol3a.html

http://groups.google.com/group/fusion-tables-users-group/browse_thread/thread/caef336c62ee8c0e/d55662e2aea37b99

Hope OL dev team can create example out of this.

Noli

On 8/20/11, Noli Sicad <nsicad at gmail.com> wrote:
> 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