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

Hybrid View

  1. #1
    Master
    Join Date
    Mar 2017
    Location
    Germany
    Posts
    946
    Rep Power
    649

    Default

    insert in data_folder = iGO_xxx\content\userdata\Route\*.kml
    ** insert in KML only the Placemark from WayPoint and/or Destination
    Spoiler: template

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:xal="urn:oasis:namesciq:xsdschema:xAL:2.0">
    <Document>
    <name>DE-LU-FR-Route</name>
    <Folder>
    <name>Wayponts</name>
    <Placemark>
    <name>1 In den Moselauen 3, 54294 Trier, Deutschland</name>
    <Point>
    <coordinates>6.6222104,49.7390439</coordinates>
    </Point>
    </Placemark>
    <Placemark>
    <name>Rue Reiteschkopp, 3481 Düdelingen, Luxemburg</name>
    <Point>
    <coordinates>6.0782607,49.4715756</coordinates>
    </Point>
    </Placemark>
    <Placemark>
    <name>16 Bois de Coulange, 57360 Amnéville, Frankreich</name>
    <Point>
    <coordinates>6.1378616,49.2476864</coordinates>
    </Point>
    </Placemark>
    <Placemark>
    <name>Allée de Metz Plage, 57000 Metz, Frankreich</name>
    <Point>
    <coordinates>6.1686169,49.1233796</coordinates>
    </Point>
    </Placemark>
    <Placemark>
    <name>5 43-45 Avenue de la Moselle, 54670 Millery, Frankreich</name>
    <Point>
    <coordinates>6.1273348,48.8152289</coordinates>
    </Point>
    </Placemark>
    <Placemark>
    <name>Rue des Suédois, 57470 Hombourg-Haut, Frankreich</name>
    <Point>
    <coordinates>6.7789691,49.1242533</coordinates>
    </Point>
    </Placemark>
    <Placemark>
    <name>Rathausstraße 52, 66333 Völklingen, Deutschland</name>
    <Point>
    <coordinates>6.8454188,49.246948</coordinates>
    </Point>
    </Placemark>
    <Placemark>
    <name>St.Nazairer Allee 1, 66740 Saarlouis, Deutschland</name>
    <Point>
    <coordinates>6.7425283,49.3212149</coordinates>
    </Point>
    </Placemark>
    </Folder>
    </Document>
    </kml>

    a *.gpx-File (tracking-Route) open with RouteConverter (Windows) and save as iGO-Route (kml)
    Last edited by rondoan; 11th October 2020 at 05:59 PM.
    ---
    ex calipoint say: my Knowledge of today is what I read yesterday 🧐😉

  2.    Advertissements


 

 

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
  •