No, a FusionTableLayer, is linked to table within Fusion Tables :)

FT, is a Google run service that hosts the data
https://support.google.com/fusiontables/answer/2571232?hl=en

You could copy your data into FT, and then display it using FusionTableLayer

To keep it in sync, would probably use the Fusion Tables API
https://developers.google.com/fusiontables/


To display your own data, its probably easist to create your own
lightweight API. It would just connect to the database, and output XML (or
even KML!) or even GeoJSON.

The Maps API page, would then just render said content.

There is actully some articles that cover the details:
https://developers.google.com/maps/articles/

eg
https://developers.google.com/maps/articles/phpsqlajax_v3

https://developers.google.com/maps/documentation/javascript/datalayer



On 28 October 2014 19:58, pec76 <[email protected]> wrote:

> Hello
>
> I do not completely understand the FusionTablesLayer concept.
>
> My main question is : My data are stored into my mysql database and are
> subject to be changed often (new records, modifications, ...). Then my
> question is can be the FusionTablesLayer linked to my own database?
>
> Actually I load my data server side and generate a xml file that is used
> to populate the map.
>
> Thanks.
>
> Cédric
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.

Reply via email to