maxellimus
Newbie
- Registriert
- 9. Oktober 2018
- Beiträge
- 2
- Reaktionspunkte
- 1
- Punkte
- 23
Hallo,
Ich bin der Meinung dass ich IGO Primo Vers. 9.6.13.xxxxxx auf meinem Gerät habe.
Ist alles ein bischen undurchsichtig...IGO Primo... Bedienanleitung IGO 2.0 .....9.6.13.
Habe mich mit der Erstellung von Benutzerdefinierten POI beschäftigt.
Die Einzelnen Wegepunkte werden mit Icon angezeigt.
Routen werden auch schon angezeigt.
Frage 1.
Wieviele Pois kann das Gerät verarbeiten? Ich habe mehrere 1000 Stellplatzdaten.
Wirkt sich die Anzahl der Pois auf die Anzeigegeschwindigkeit des Gerätes aus.
Frage 2.
Wieviele Positionen darf eine Route enthalten?
Frage 3.
Auf dem Gerät waren vorinstallierte Benutzerdefinierte POIs installiert.
Am Anfang der Datei sind folgende XML Programmzeilen geschrieben, irgendwie werden da Farben zugewiesen.
Kann mir jemand erklären was das bedeutet, oder noch besser wäre, wenn man das irgendwo nachlesen könnte.
Muß ich das in jeder Datei einfügen, habe verschiedene Orner mit Stellplatzdaten.
__
Frage 4.
Muß ich diese Zeilen auch in Routen einfügen
Frage 5.
Wie kann ich prüfen wie sich diese Zeilen auswirken.
Ich bin der Meinung dass ich IGO Primo Vers. 9.6.13.xxxxxx auf meinem Gerät habe.
Ist alles ein bischen undurchsichtig...IGO Primo... Bedienanleitung IGO 2.0 .....9.6.13.
Habe mich mit der Erstellung von Benutzerdefinierten POI beschäftigt.
Die Einzelnen Wegepunkte werden mit Icon angezeigt.
Routen werden auch schon angezeigt.
Frage 1.
Wieviele Pois kann das Gerät verarbeiten? Ich habe mehrere 1000 Stellplatzdaten.
Wirkt sich die Anzahl der Pois auf die Anzeigegeschwindigkeit des Gerätes aus.
Frage 2.
Wieviele Positionen darf eine Route enthalten?
Frage 3.
Auf dem Gerät waren vorinstallierte Benutzerdefinierte POIs installiert.
Am Anfang der Datei sind folgende XML Programmzeilen geschrieben, irgendwie werden da Farben zugewiesen.
Kann mir jemand erklären was das bedeutet, oder noch besser wäre, wenn man das irgendwo nachlesen könnte.
Muß ich das in jeder Datei einfügen, habe verschiedene Orner mit Stellplatzdaten.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<kml xmlns="
<Document>
<open>true</open>
<Style id="routeStyle">
<LineStyle>
<color>7FFF0055</color>
<width>3.0</width>
</LineStyle>
</Style>
<Style id="trackStyle">
<LineStyle>
<color>FFFF00FF</color>
<width>3.0</width>
</LineStyle>
</Style>
<Style id="speedColor_0">
<LineStyle>
<color>FF00FFFF</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_1">
<LineStyle>
<color>FF008080</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_2">
<LineStyle>
<color>FF00FF00</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_3">
<LineStyle>
<color>FF008000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_4">
<LineStyle>
<color>FFFFFF00</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_5">
<LineStyle>
<color>FF808000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_6">
<LineStyle>
<color>FFFF0000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_7">
<LineStyle>
<color>FF800000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_8">
<LineStyle>
<color>FFFF00FF</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_9">
<LineStyle>
<color>FF800080</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_10">
<LineStyle>
<color>FF0000FF</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_11">
<LineStyle>
<color>FF000080</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_12">
<LineStyle>
<color>FF194C80</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_13">
<LineStyle>
<color>FF000000</color>
<width>5.0</width>
</LineStyle>
</Style>
<kml xmlns="
Sie müssen registriert sein, um Links zu sehen.
" xmlns:gx="
Sie müssen registriert sein, um Links zu sehen.
" xmlns:atom="
Sie müssen registriert sein, um Links zu sehen.
" xmlns:xal="urnasis:names:tc:ciq:xsdschema:xAL:2.0"><Document>
<open>true</open>
<Style id="routeStyle">
<LineStyle>
<color>7FFF0055</color>
<width>3.0</width>
</LineStyle>
</Style>
<Style id="trackStyle">
<LineStyle>
<color>FFFF00FF</color>
<width>3.0</width>
</LineStyle>
</Style>
<Style id="speedColor_0">
<LineStyle>
<color>FF00FFFF</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_1">
<LineStyle>
<color>FF008080</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_2">
<LineStyle>
<color>FF00FF00</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_3">
<LineStyle>
<color>FF008000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_4">
<LineStyle>
<color>FFFFFF00</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_5">
<LineStyle>
<color>FF808000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_6">
<LineStyle>
<color>FFFF0000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_7">
<LineStyle>
<color>FF800000</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_8">
<LineStyle>
<color>FFFF00FF</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_9">
<LineStyle>
<color>FF800080</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_10">
<LineStyle>
<color>FF0000FF</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_11">
<LineStyle>
<color>FF000080</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_12">
<LineStyle>
<color>FF194C80</color>
<width>5.0</width>
</LineStyle>
</Style>
<Style id="speedColor_13">
<LineStyle>
<color>FF000000</color>
<width>5.0</width>
</LineStyle>
</Style>
Frage 4.
Muß ich diese Zeilen auch in Routen einfügen
Frage 5.
Wie kann ich prüfen wie sich diese Zeilen auswirken.
Zuletzt bearbeitet von einem Moderator: