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].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to