Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 33

Hybrid View

  1. #1
    GPSPower Helper Garmin Content Toolkit v.4.0
    Garmin Content Toolkit v.4.0
    dasilvarsa's Avatar
    Join Date
    Feb 2011
    Location
    Global
    Posts
    1,028
    Rep Power
    375

    Default

    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 ?

  2.    Advertissements


  3. #2
    Junior Member
    Join Date
    Mar 2011
    Location
    Europe
    Age
    57
    Posts
    9
    Rep Power
    0

    Default

    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.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •