Hi,

>From the Maps API v3 developer guide, Fusion Tables queries must be of the
following form:

"SELECT *locationColumn* FROM *fusionTableID* WHERE *constraintClause"*
*
*
SELECT * queries are not supported, as tables can have multiple geographic
columns, in which case SELECT * queries would be ambiguous. Note that all
features in a row are returned on feature click, regardless.

Regards,
James

On Tue, Oct 19, 2010 at 8:01 AM, Benne Otten <[email protected]> wrote:

> Hello,
>
> I am trying to get a fusion tables query to work, but nothing I do
> seem to yield any results. Either all the markers appear on the map or
> none.
>
> The following code shows all markers
>
>                        layer = new google.maps.FusionTablesLayer(278718, {
>                                suppressInfoWindows: true,
>                                query: "SELECT * FROM 278718 WHERE date >
> 4/25/2010"
>                        });
>                        layer.setMap(map);
>
> The following code shows no markers at all... :(
>
>                        layer = new google.maps.FusionTablesLayer(278718, {
>                                suppressInfoWindows: true,
>                                query: "SELECT * FROM 278718 WHERE date >
> '4/25/2010'"
>                        });
>                        layer.setMap(map);
>
> What am I doing wrong?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to