Processing KMZ - Vehicle Loader and Vehicle Updater

224
0
06-08-2022 04:23 PM
MeleKoneya
Occasional Contributor III

I have a KMZ file from a vendor.

When I look inside the file,  I see there is a KML File that has values of  Vehicle Loader and Vehicle Updater.

How can I process this with Geoevent server?    

<?xml version="1.0" encoding="utf-8"?>
<Document xmlns="http://www.opengis.net/kml/2.2">
<name>Ambulance</name>
<open>true</open>
<description><![CDATA[Tech Support: <a href="mailto:support@atlaslabs.io"></a>]]></description>
<NetworkLink>
<name>Vehicle Loader</name>
<open>true</open>
<Link>
<href>https://vendor.com/c/kml/SharedVehicles/Load?access_token=xxxxxxxxxxxx</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>600</refreshInterval>
</Link>
</NetworkLink>
<NetworkLink>
<name>Vehicle Updater</name>
<description>Disabling or deleting this link will prevent vehicles from updating!</description>
<Link>
<href>https://vendor.com/c/kml/SharedVehicles/Update?access_token=xxxxxxxxxxxx</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>5</refreshInterval>
</Link>
</NetworkLink>
</Document>

Thanks,

Mele

 

0 Kudos
0 Replies