PDA

View Full Version : Accesing kmz files from a network link


sobralm
05-30-2008, 01:52 PM
Hi, I have a question. I have a kmz file, wich contains a kml and a dae model file.
The models are 3d cars.
The user will download thath kmz file.
The kml inside the kmz file contains networklinks to kml files in a web server, those "external" kml files will place the car models around the world, and the cars will move every time the network link refreshes the "external" kml.

So my question is, how can I load the model, wich fisically is located inside a kmz, inside a network link.

A walkaround, would be including the model in every "external" kml, but if I have 20 cars, the user will download 20 times the same data.

Solution,Suggestions, and Ideas are really welcome.