I know this is an OLD Thread with not much interest.
Has anybody managed to make directional speed POI with GPI Creator ?
Anybody have some example working XML files for sharing ?
I know this is an OLD Thread with not much interest.
Has anybody managed to make directional speed POI with GPI Creator ?
Anybody have some example working XML files for sharing ?
Yes , by using circle list:
<POI>
<!-- Display name of the POI. -->
<Name>
<LString lang="EN">Name of poi</LString>
</Name>
<!-- The geographic coordinates of the POI. -->
<Geo>
<Lat>Latitude of the poi</Lat>
<Lon>Longitude of the poi</Lon>
</Geo>
<!-- Link the POI to a category from the category list. -->
<CategoryID>Speed 60</CategoryID>
<!-- Custom alert for this POI. -->
<Alert>
<!-- Type of this alert. -->
<Type>Along Road</Type>
<!-- Distance from point to trigger the alert. -->
<Proximity unit="meters">350</Proximity>
<!-- Minimum speed to trigger the alert. -->
<MinSpeed unit="kph">60</MinSpeed>
<!-- Enable the alert. -->
<Enabled>true</Enabled>
<AlertCircleList>
<Circle>
<Radius>161</Radius>
<Geo>
<Lat>Latitude of the circle nr 1/Lat>
<Lon>Longitude of the circle nr 1</Lon>
</Geo>
</Circle>
<Circle>
<Radius>161</Radius>
<Geo>
<Lat>Latitude of the circle nr 2/Lat>
<Lon>Longitude of the crcle nr 2</Lon>
</Geo>
</Circle>
</AlertCircleList>
<!-- Use the custom audio entry for this alert. -->
<CustomAudio>CustWAV60</CustomAudio>
<!-- A list of bearing ranges for this alert -->
</Alert>
</POI>
Last edited by Vestenfjell; 2nd September 2012 at 11:49 PM.
Bookmarks