Hi,
I suspect this is because you have two location columns. Where a table
has two location columns, you should tell Fusion Tables which one to
display using a SELECT query e.g.
layer = new google.maps.FusionTablesLayer(562449, {
query: "SELECT column_name FROM 562449"});
Regards,
James
On Sat, Mar 26, 2011 at 6:50 AM, FranceImage <[email protected]> wrote:
> Thanks for your answer
>
> I have set up this demo page
> http://www.franceimage.com/blog/wp-content/uploads/test/fusion-tables.html
>
> Hopefully, you'll be able to tell me where I went 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.
>
>
--
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.