Created
July 13, 2012 13:27
-
-
Save jimmy-collazos/3104884 to your computer and use it in GitHub Desktop.
Ejemplode KML con links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Folder> | |
<name>Nombre de todos lo vehículos (si se puede)</name> | |
<description>Trayectos desde 01-01-2000 hasta 02-02-2000</description> | |
<NetworkLink> | |
<name>Recorrido desde 01-01-2000 05:03:00 hasta 01-01-2000 05:04:00</name> | |
<description>Identificador de Vehículo y/o conductor</description> | |
<refreshVisibility>0</refreshVisibility> | |
<flyToView>0</flyToView> | |
<Link> | |
<href>http://localhost/path-to-service/?id=000000000000000000000</href> | |
</Link> | |
</NetworkLink> | |
<NetworkLink> | |
<name>Recorrido desde 01-01-2000 05:03:00 hasta 01-01-2000 05:04:00</name> | |
<description>Identificador de Vehículo y/o conductor</description> | |
<refreshVisibility>0</refreshVisibility> | |
<flyToView>0</flyToView> | |
<Link> | |
<href>http://localhost/path-to-service/?id=000000000000000000000</href> | |
</Link> | |
</NetworkLink> | |
<NetworkLink> | |
<name>Recorrido desde 01-01-2000 05:03:00 hasta 01-01-2000 05:04:00</name> | |
<description>Identificador de Vehículo y/o conductor</description> | |
<refreshVisibility>0</refreshVisibility> | |
<flyToView>0</flyToView> | |
<Link> | |
<href>http://localhost/path-to-service/?id=000000000000000000000</href> | |
</Link> | |
</NetworkLink> | |
<NetworkLink> | |
<name>Recorrido desde 01-01-2000 05:03:00 hasta 01-01-2000 05:04:00</name> | |
<description>Identificador de Vehículo y/o conductor</description> | |
<refreshVisibility>0</refreshVisibility> | |
<flyToView>0</flyToView> | |
<Link> | |
<href>http://localhost/path-to-service/?id=000000000000000000000</href> | |
</Link> | |
</NetworkLink> | |
<NetworkLink> | |
<name>Recorrido desde 01-01-2000 05:03:00 hasta 01-01-2000 05:04:00</name> | |
<description>Identificador de Vehículo y/o conductor</description> | |
<refreshVisibility>0</refreshVisibility> | |
<flyToView>0</flyToView> | |
<Link> | |
<href>http://localhost/path-to-service/?id=000000000000000000000</href> | |
</Link> | |
</NetworkLink> | |
</Folder> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment