Hi Benne,

Looks like you're using FusionTablesLayer correctly, however for questions
about Fusion Tables queries, I'd ask on the Fusion Tables user group:

http://groups.google.com/group/fusion-tables-users-group

Cheers
Chris

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