... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Downloads und Checksummen
#1
Moin,

ich habe gerade eine neue Vorabversion der Online-Version von RouteConverter hochgeladen, die hinter den Kulissen ein anderes Verfahren benutzt, um die Höheninformationen abzurufen:
  • Bis 2.11 wurde mit einer Heuristik geraten, wie die URL für die SRTM3 .hgt.zip-Dateien lauten müßte, und nach $HOME/.hgt heruntergeladen
  • Seit der 2.12 diente dazu ein in RouteConverter selbst hinterlegter Katalog, der für SRTM1/3, Ferranti1/3 für alle relevanten URLs auch Checksummen, Dateidatum und -länge enthält; sie werden nach $HOME/.routeconverter/<dienstname>/*.hgt heruntergeladen
  • Der Katalog blähte RouteConverter um mehrere Megabyte auf und kann nur durch ein neues Release aktualisiert werden
  • Es gibt unter Extras/Optionen... die Möglichkeit, den Ablageort zu steuern - wenn man dies denn möchte
  • In den versteckten Optionen unterhalb von [HKEY_CURRENT_USER\Software\JavaSoft\Prefs\slash\navigation\hgt] kann man auch die URLs für die Dienste umkonfigurieren und sowie unterhalb von [HKEY_CURRENT_USER\Software\JavaSoft\Prefs\slash\common\io] die Pfade zu temporären Dateien und $HOME/.routeconverter - ich würde raten: Finger weg
Die gerade hochgeladene Vorabversion
  • greift auf die auf dem RouteConverter-Server unter http://www.routeconverter.com/datasource...stname.xml hinterlegten Kataloge zurück und kopiert diese nach $HOME/datasources/<dienstname>
  • die eigentlichen Höhendaten werden weiterhin unter $HOME/.routeconverter/<dienstname>/*.hgt gesucht und ggfs. dorthin heruntergeladen
Das ganze hatte eine Reihe von neuen Codestücken auf Client- und Serverseite zur Folge, von denen ich erwarte, das es Probleme geben könnte. In solch einem Fall
  • benutzt bitte Hilfe/Sende Fehlerbericht...
  • schickt %TEMP%\routeconverter\download-queue.xml mit
  • berichtet, was in %USER_PROFILE%\.routeconverter liegt
--
Christian
Reply
#2
(15.08.2014, 15:49)routeconverter Wrote: ich habe gerade eine neue Vorabversion der Online-Version von RouteConverter hochgeladen

Hallo Christian,

In der
RouteConverter Online Edition 2.14 Snapshot-413 vom 15.August 2014
funktioniert das Vervollständigen der Höhendaten (ferranti3) bei mir jetzt einwandfrei (ohne eine Angabe in "Pfad zu Höhendaten" gemacht zu haben).

In %USER_PROFILE%\.routeconverter liegen im Ordner ferranti3 runtergeladene hgt-Dateien mit Datum vom 11.07.2012 09:49

In $HOME/datasources/<dienstname> liegt u.a. eine 3.31 MiB ferranti3.xml mit Datum 27.07.2014 17:52

Vielen Dank!!
Arkemander

Code:
Aug 15, 2014 5:41:08 PM slash.navigation.gui.SimpleDialog dispose
INFORMATION: Storing dialog send-error-report location as java.awt.Point[x=462,y=106]
Aug 15, 2014 5:41:16 PM slash.navigation.converter.gui.mapview.BaseMapView dispose
INFORMATION: PositionUpdater stopped after 0 ms
Aug 15, 2014 5:41:16 PM slash.navigation.converter.gui.mapview.BaseMapView dispose
INFORMATION: RouteUpdater stopped after 0 ms
Aug 15, 2014 5:41:16 PM slash.navigation.converter.gui.mapview.BaseMapView dispose
INFORMATION: CallbackListenerSocket stopped after 0 ms
Aug 15, 2014 5:41:16 PM slash.navigation.converter.gui.mapview.BaseMapView dispose
INFORMATION: CallbackListener stopped after 0 ms
Aug 15, 2014 5:41:16 PM slash.navigation.converter.gui.mapview.BaseMapView dispose
INFORMATION: Executors stopped after 0 ms
Aug 15, 2014 5:41:16 PM slash.navigation.converter.gui.helpers.LengthCalculator dispose
INFORMATION: LengthCalculator stopped after 0 ms
Aug 15, 2014 5:41:16 PM slash.navigation.gui.SingleFrameApplication closeFrame
INFORMATION: Storing frame location as java.awt.Point[x=-9,y=-9]
Aug 15, 2014 5:41:16 PM slash.navigation.gui.SingleFrameApplication closeFrame
INFORMATION: Storing frame size as java.awt.Dimension[width=1938,height=1098]
Aug 15, 2014 5:41:16 PM slash.navigation.gui.SingleFrameApplication closeFrame
INFORMATION: Storing frame state as 6
Aug 15, 2014 5:41:16 PM slash.navigation.gui.SingleFrameApplication closeFrame
INFORMATION: Storing graphics device as \Display0
Aug 15, 2014 5:41:16 PM slash.navigation.gui.SimpleDialog dispose
INFORMATION: Storing dialog options location as java.awt.Point[x=425,y=112]
Aug 15, 2014 5:41:16 PM slash.navigation.gui.SimpleDialog dispose
INFORMATION: Storing dialog send-error-report location as java.awt.Point[x=462,y=106]
Aug 15, 2014 5:41:16 PM slash.navigation.converter.gui.RouteConverter shutdown
INFORMATION: Shutdown RouteConverter Online Edition 2.14-SNAPSHOT-413 vom 15. August 2014 for Windows (32-bit) with locale de_DE on Oracle Corporation Java 1.7.0_65 (32-bit) and Windows 8.1 6.3 x86 with 506 MByte heap
Aug 15, 2014 5:41:46 PM slash.navigation.converter.gui.RouteConverter initializeLogging
INFORMATION: Started RouteConverter Online Edition 2.14-SNAPSHOT-413 vom 15. August 2014 for Windows (32-bit) with locale de_DE on Oracle Corporation Java 1.7.0_65 (32-bit) and Windows 8.1 6.3 x86 with 506 MByte heap
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication createFrame
INFORMATION: Graphics device is \Display0
Aug 15, 2014 5:41:46 PM slash.navigation.converter.gui.panels.ConvertPanel logFormatUsage
INFORMATION: Format usage:
Columbus V900 Professional (*.csv), reads: 65, writes: 0
Garmin POI Database (*.xcsv), reads: 3, writes: 0
Google Earth 3 (*.kml), reads: 1, writes: 0
Google Earth 5 (*.kml), reads: 1, writes: 0
Google Maps URL (*.url), reads: 3, writes: 0
GPS Exchange Format 1.1 (*.gpx), reads: 79, writes: 8
Navigon Mobile Navigator URL (*.txt), reads: 2, writes: 0
OziExplorer Route (*.rte), reads: 6, writes: 4
Aug 15, 2014 5:41:46 PM slash.navigation.download.DownloadManager loadQueue
INFORMATION: Loading download queue from 'C:\Users\1MAINU~1\AppData\Local\Temp\routeconverter\download-queue.xml'
Aug 15, 2014 5:41:46 PM slash.navigation.converter.gui.RouteConverter parseInitialArgs
INFORMATION: Processing initial arguments: []
Aug 15, 2014 5:41:46 PM slash.navigation.feedback.domain.RouteFeedback checkForUpdate
FEIN: Checking for update for version 2.14-SNAPSHOT-413
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication openFrame
INFORMATION: Screen size is java.awt.Rectangle[x=0,y=0,width=1920,height=1080], insets are java.awt.Insets[top=0,left=0,bottom=0,right=0]
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication crop
FEIN: Cropping value 1938 for preferenceWidth to [0;2147483647] gives 1938
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication crop
FEIN: Cropping value 1938 for width to [0;1920] gives 1920
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication crop
FEIN: Cropping value 1098 for preferencesHeight to [0;2147483647] gives 1098
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication crop
FEIN: Cropping value 1098 for height to [0;1080] gives 1080
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication openFrame
INFORMATION: Frame size is java.awt.Dimension[width=1920,height=1080]
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication crop
FEIN: Cropping value -9 for x to [0;0] gives 0
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication crop
FEIN: Cropping value -9 for y to [0;0] gives 0
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication openFrame
INFORMATION: Frame location is java.awt.Point[x=0,y=0]
Aug 15, 2014 5:41:46 PM slash.navigation.gui.SingleFrameApplication openFrame
INFORMATION: Frame state is 6
Aug 15, 2014 5:41:46 PM slash.navigation.datasources.DataSourceManager initializeEdition
INFORMATION: Downloading edition 'http://www.routeconverter.com/datasources/edition/online.xml'
Aug 15, 2014 5:41:46 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/edition/online.xml changed to Running
Aug 15, 2014 5:41:46 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/edition/online.xml changed to Downloading
Aug 15, 2014 5:41:46 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Downloading 1023 bytes from http://www.routeconverter.com/datasources/edition/online.xml with ETag "d9b122199d7f3f7-1407428625-1407853437"
Aug 15, 2014 5:41:46 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView initializeBrowser
INFORMATION: Using Eclipse SWT Browser to create map view
Aug 15, 2014 5:41:46 PM slash.common.io.Externalization extractFile
INFORMATION: Extracting slash/navigation/converter/gui/mapview/routeconverter.html to C:\Users\1MAINU~1\AppData\Local\Temp\routeconverter\routeconverter_de.html
Aug 15, 2014 5:41:46 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView loadWebPage
FEIN: 1408117306984 loadWebPage thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:46 PM slash.navigation.converter.gui.RouteConverter$5 run
FEIN: Initialized map divider to 1474
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.RouteConverter$6 run
FEIN: Initialized profile divider to 960
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Download from http://www.routeconverter.com/datasources/edition/online.xml returned with status code 304
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/edition/online.xml changed to NotModified
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1492
Aug 15, 2014 5:41:47 PM slash.navigation.datasources.DataSourceManager initializeDataSources
INFORMATION: Downloading data source 'http://www.routeconverter.com/datasources/datasource/ferranti1.xml'
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/ferranti1.xml changed to Running
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/ferranti1.xml changed to Downloading
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Downloading 108152 bytes from http://www.routeconverter.com/datasources/datasource/ferranti1.xml with ETag "0e6aa800ab46240-1401077297-1404981207"
Aug 15, 2014 5:41:47 PM slash.navigation.datasources.DataSourceManager initializeDataSources
INFORMATION: Downloading data source 'http://www.routeconverter.com/datasources/datasource/ferranti3.xml'
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/ferranti3.xml changed to Running
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/ferranti3.xml changed to Downloading
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Downloading 3477034 bytes from http://www.routeconverter.com/datasources/datasource/ferranti3.xml with ETag "d7100a671f53018-1406476328-1405957504"
Aug 15, 2014 5:41:47 PM slash.navigation.datasources.DataSourceManager initializeDataSources
INFORMATION: Downloading data source 'http://www.routeconverter.com/datasources/datasource/srtm1.xml'
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/srtm1.xml changed to Running
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/srtm1.xml changed to Downloading
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Downloading 390293 bytes from http://www.routeconverter.com/datasources/datasource/srtm1.xml with ETag "6afb6d70fb806f6-1142312400-1407428625"
Aug 15, 2014 5:41:47 PM slash.navigation.datasources.DataSourceManager initializeDataSources
INFORMATION: Downloading data source 'http://www.routeconverter.com/datasources/datasource/srtm3.xml'
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/srtm3.xml changed to Running
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/srtm3.xml changed to Downloading
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Downloading 4872617 bytes from http://www.routeconverter.com/datasources/datasource/srtm3.xml with ETag "92a26f3ef06266a-1252702163-1407427663"
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Download from http://www.routeconverter.com/datasources/datasource/ferranti1.xml returned with status code 304
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/ferranti1.xml changed to NotModified
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$2 run
FEIN: 1408117307484 navigate true
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Download from http://www.routeconverter.com/datasources/datasource/ferranti3.xml returned with status code 304
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/ferranti3.xml changed to NotModified
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Download from http://www.routeconverter.com/datasources/datasource/srtm3.xml returned with status code 304
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/srtm3.xml changed to NotModified
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor download
INFORMATION: Download from http://www.routeconverter.com/datasources/datasource/srtm1.xml returned with status code 304
Aug 15, 2014 5:41:47 PM slash.navigation.download.DownloadExecutor updateState
FEIN: State for download from http://www.routeconverter.com/datasources/datasource/srtm1.xml changed to NotModified
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 locationChanging
FEIN: WebBrowser locationChanging file:///C:/Users/1MainUser/AppData/Local/Temp/routeconverter/routeconverter_de.html thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 loadingProgressChanged
FEIN: WebBrowser loadingProgressChanged 0 thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Auf file:///C:/Users/1MainUser/AppData/Local/Temp/routeconverter/routeconverter_de.html wird gewartet... thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged  thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 titleChanged
FEIN: WebBrowser titleChanged routeconverter_de.html thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 titleChanged
FEIN: WebBrowser titleChanged RouteConverter MapView thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Fertig thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 loadingProgressChanged
FEIN: WebBrowser loadingProgressChanged 100 thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 locationChanged
FEIN: WebBrowser locationChanged file:///C:/Users/1MainUser/AppData/Local/Temp/routeconverter/routeconverter_de.html thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'return isInitialized();'
with result 'true'
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView tryToInitialize
FEIN: Initialized map: true
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView runBrowserInteractionCallbacksAndTests
FEIN: Starting browser interaction, callbacks and tests after 94 ms
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1491,957);'
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView createCallbackListenerServerSocket
INFORMATION: Map listens on port 60931 for callbacks
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'setCallbackListenerPort(60931)'
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView checkLocalhostResolution
INFORMATION: localhost is resolved to: localhost/127.0.0.1
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView checkLocalhostResolution
INFORMATION: IP of localhost is: 127.0.0.1
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView checkLocalhostResolution
INFORMATION: 127.0.0.1 is resolved to: /127.0.0.1
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView checkLocalhostResolution
INFORMATION: Name of 127.0.0.1 is: localhost
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'checkCallbackListenerPort();'
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView runBrowserInteractionCallbacksAndTests
FEIN: Browser interaction is running after 110 ms
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'setDegreeFormat('Degrees_Minutes');'
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'setShowCoordinates(false);'
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView processStream
FEIN: processing callback:
  GET /1/callback-port/60931 HTTP/1.1
  Accept: */*
  Accept-Language: de-DE
  Accept-Encoding: gzip, deflate
  User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
  Host: 127.0.0.1:60931
  Connection: Keep-Alive

Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView processLines
FEIN: processed GET callback callback-port/60931 with number: 1
Aug 15, 2014 5:41:47 PM slash.navigation.converter.gui.mapview.BaseMapView$13 run
INFORMATION: Received callback from browser after 62 milliseconds
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
FEIN: Woke up to update selected positions: replace route haveToRepaintSelection: true haveToRepaintSelectionImmediately: false haveToRecenterMap: false
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
INFORMATION: Selected positions updated for 0 positions, recentering: false to: null
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
FEIN: Woke up to update route: replace route haveToUpdateRoute:true haveToReplaceRoute:true haveToRepaintRouteImmediately:false
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'setZoom(10);
setCenter(53.39281,9.99988);
'
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
INFORMATION: Position list updated for 0 positions of type Waypoints, recentering: true
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeOverlays();'
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeDirections();'
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView processStream
FEIN: processing callback:
  GET /2/zoom-changed/10 HTTP/1.1
  Accept: */*
  Accept-Language: de-DE
  Accept-Encoding: gzip, deflate
  User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
  Host: 127.0.0.1:60931
  Connection: Keep-Alive

Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView processLines
FEIN: processed GET callback zoom-changed/10 with number: 2
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
FEIN: Woke up to update route: replace route haveToUpdateRoute:false haveToReplaceRoute:false haveToRepaintRouteImmediately:true
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
FEIN: Woke up to update selected positions: zoomed from -1 to 10 haveToRepaintSelection: false haveToRepaintSelectionImmediately: true haveToRecenterMap: true
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
INFORMATION: Position list updated for 0 positions of type Waypoints, recentering: false
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeOverlays();'
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
INFORMATION: Selected positions updated for 0 positions, recentering: true to: null
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeDirections();'
Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView processStream
FEIN: processing callback:
  GET /3/center-changed/53.39281/9.99988 HTTP/1.1
  Accept: */*
  Accept-Language: de-DE
  Accept-Encoding: gzip, deflate
  User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
  Host: 127.0.0.1:60931
  Connection: Keep-Alive

Aug 15, 2014 5:41:48 PM slash.navigation.converter.gui.mapview.BaseMapView processLines
FEIN: processed GET callback center-changed/53.39281/9.99988 with number: 3
Aug 15, 2014 5:41:49 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged (2 verbleibende Elemente) Daten werden heruntergeladen http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1sfile%3A%2F%2F%2FC%3A%2FUsers%2F1MainUser%2FAppData%2FLocal%2FTemp%2Frouteconverter%2Frouteconverter_de.html&5e1&callback=_xdc_._1t174m&token=129234... thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:49 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged (1 verbleibende Elemente)  thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:49 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged (1 verbleibende Elemente) Daten werden heruntergeladen http://maps.googleapis.com/maps/api/js/ViewportInfoService.GetViewportInfo?1m6&1m2&1d52.19572808318493&2d6.896732839820288&2m2&1d54.625258969939786&2d13.088118002840701&2u10&4sde&5e3&6sm%40271000000&7b0&8e0&9b0&callback=_xdc_._beetg2&token=117727... thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:49 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Fertig thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:54 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Daten werden heruntergeladen http://maps.googleapis.com/maps/api/js/QuotaService.RecordEvent?1sfile%3A%2F%2F%2FC%3A%2FUsers%2F1MainUser%2FAppData%2FLocal%2FTemp%2Frouteconverter%2Frouteconverter_de.html&4e1&5e0&6u1&7svoox9q&callback=_xdc_._pl5gs&token=89943... thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:41:54 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Fertig thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
FEIN: Woke up to update selected positions: replace route haveToRepaintSelection: true haveToRepaintSelectionImmediately: false haveToRecenterMap: false
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
FEIN: Woke up to update route: replace route haveToUpdateRoute:true haveToReplaceRoute:true haveToRepaintRouteImmediately:false
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
INFORMATION: Selected positions updated for 0 positions, recentering: false to: null
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
INFORMATION: Position list updated for 0 positions of type Waypoints, recentering: true
Aug 15, 2014 5:42:02 PM slash.navigation.base.NavigationFormatParser read
INFORMATION: Reading 'file:/D:/Tracks%20als%20gpx%20gespeichert/testAmeling1.gpx' with a buffer of 269042 bytes
Aug 15, 2014 5:42:02 PM slash.navigation.base.NavigationFormatParser read
FEIN: Reading 'java.io.BufferedInputStream@cafd69' with a buffer of 269042 bytes by 104 formats
Aug 15, 2014 5:42:02 PM slash.navigation.base.NavigationFormatParser internalRead
FEIN: Trying to read with slash.navigation.gpx.Gpx11Format@6014c03e
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeOverlays();'
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeDirections();'
Aug 15, 2014 5:42:02 PM slash.navigation.base.NavigationFormatParser createResult
INFORMATION: Detected 'GPS Exchange Format 1.1 (*.gpx)' with 1 route(s) and [581] positions
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.panels.ConvertPanel$20 run
INFORMATION: Opened: D:\Tracks als gpx gespeichert\testAmeling1.gpx
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
FEIN: Woke up to update route: replace route haveToUpdateRoute:true haveToReplaceRoute:true haveToRepaintRouteImmediately:false
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'fitBounds(53.123646,9.768678,53.660285,10.231088);
'
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView processStream
FEIN: processing callback:
  GET /4/zoom-changed/10 HTTP/1.1
  Accept: */*
  Accept-Language: de-DE
  Accept-Encoding: gzip, deflate
  User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
  Host: 127.0.0.1:60931
  Connection: Keep-Alive

Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView processLines
FEIN: processed GET callback zoom-changed/10 with number: 4
Aug 15, 2014 5:42:02 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'return getZoom();'
with result '10.0'
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.PositionReducer filterSignificantPositions
INFORMATION: Zoom 10 smaller than 18: for threshold 225,000000 use 39 significant positions
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.PositionReducer filterSignificantPositions
INFORMATION: Filtered significant positions to reduce 581 positions to 39 in 15 milliseconds
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.BaseMapView$7 run
INFORMATION: Position list updated for 39 positions of type Track, recentering: true
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'addPolyline([new google.maps.LatLng(53.646701,9.787598),new google.maps.LatLng(53.649035,9.782223),new google.maps.LatLng(53.652723,9.791258),new google.maps.LatLng(53.660285,9.789711),new google.maps.LatLng(53.657321,9.791271),new google.maps.LatLng(53.660275,9.789609),new google.maps.LatLng(53.658113,9.77412),new google.maps.LatLng(53.649105,9.768726),new google.maps.LatLng(53.620183,9.783933),new google.maps.LatLng(53.600309,9.838659),new google.maps.LatLng(53.596246,9.867135),new google.maps.LatLng(53.574104,9.891539),new google.maps.LatLng(53.558784,9.887391),new google.maps.LatLng(53.557266,9.895253),new google.maps.LatLng(53.534051,9.932401),new google.maps.LatLng(53.527363,9.932145),new google.maps.LatLng(53.507351,9.911976),new google.maps.LatLng(53.478313,9.91509),new google.maps.LatLng(53.461578,9.928406),new google.maps.LatLng(53.449051,9.919411),new google.maps.LatLng(53.441471,9.91996),new google.maps.LatLng(53.434508,9.929681),new google.maps.LatLng(53.420138,9.971888),new google.maps.LatLng(53.379688,10.00708),new google.maps.LatLng(53.366765,10.033453),new google.maps.LatLng(53.334545,10.040856),new google.maps.LatLng(53.310041,10.070421),new google.maps.LatLng(53.257446,10.08834),new google.maps.LatLng(53.225556,10.075886),new google.maps.LatLng(53.185405,10.083193),new google.maps.LatLng(53.168944,10.072926),new google.maps.LatLng(53.163676,10.06251),new google.maps.LatLng(53.151595,10.067098),new google.maps.LatLng(53.15243,10.085825),new google.maps.LatLng(53.146908,10.098908),new google.maps.LatLng(53.144515,10.140636)], "#0033FF",2);'
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'addPolyline([new google.maps.LatLng(53.144515,10.140636),new google.maps.LatLng(53.131201,10.16419),new google.maps.LatLng(53.124901,10.193993),new google.maps.LatLng(53.125603,10.230929)], "#0033FF",2);'
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeOverlays();'
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'removeDirections();'
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
FEIN: Woke up to update selected positions: replace route haveToRepaintSelection: true haveToRepaintSelectionImmediately: false haveToRecenterMap: false
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.PositionReducer filterSelectedPositions
INFORMATION: Filtered selected positions to reduce 0 positions to 0 in 0 milliseconds
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
INFORMATION: Selected positions updated for 0 positions, recentering: false to: null
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Daten werden heruntergeladen http://maps.googleapis.com/maps/api/js/ViewportInfoService.GetViewportInfo?1m6&1m2&1d52.195726556006996&2d6.896732638030926&2m2&1d54.625257371676994&2d13.088117619899662&2u10&4sde&5e3&6sm%40271000000&7b0&8e0&9b0&callback=_xdc_._v06fg&token=100999... thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Fertig thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged (2 verbleibende Elemente) Daten werden heruntergeladen http://mt1.googleapis.com/mapslt/ft?hl=de&lyrs=m%40271367831%7Csalt%3A1992197053&las=vututvwttw,vututvwtuv,vututvwtuw,vututvwtvu,vututvwtvw,vututvwtwt,vututvwtwu,vututvwtwv,vututvwtww,vututvwutv,vututvwutw,vututvwuvt,vututvwuvu,vututvwuvv,vututvwuvw,vututvwvtu,vututvwvtw,vututvwvut,vututvwvuu,vututvwvuv,vututvwvuw,vututvwvvu,vututvwvvw,vututvwvwt,vututvwvwu&z=10&src=apiv3&xc=1&style=50%2C37%7Csmartmaps&callback=_xdc_._b92u6o&token=36353... thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged (2 verbleibende Elemente) Daten werden heruntergeladen http://mt1.googleapis.com/mapslt/ft?hl=de&lyrs=m%40271367831%7Csalt%3A1992197053&las=vututvwvwv,vututvwvww,vututvwwtt,vututvwwtu,vututvwwtv,vututvwwtw,vututvwwvt,vututvwwvu,vututvwwvv,vututvwwvw&z=10&src=apiv3&xc=1&style=50%2C37%7Csmartmaps&callback=_xdc_._1u61qn&token=130847... thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:42:03 PM slash.navigation.converter.gui.mapview.EclipseSWTMapView$3 statusChanged
FEIN: WebBrowser statusChanged Fertig thread Thread[AWT-EventQueue-0,6,main]
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1490
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1465
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1489,957);'
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1449
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1464,957);'
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1433
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1448,957);'
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1413
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1432,957);'
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1412,957);'
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1412
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1401
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1411,957);'
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
FEIN: Changed map divider to 1397
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1400,957);'
Aug 15, 2014 5:42:16 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'resize(1396,957);'
Aug 15, 2014 5:42:26 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
FEIN: Woke up to update selected positions: selected 1 positions; replacing selection: true haveToRepaintSelection: true haveToRepaintSelectionImmediately: false haveToRecenterMap: true
Aug 15, 2014 5:42:26 PM slash.navigation.converter.gui.mapview.PositionReducer filterSelectedPositions
INFORMATION: Filtered selected positions to reduce 1 positions to 1 in 0 milliseconds
Aug 15, 2014 5:42:26 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
INFORMATION: Selected positions updated for 1 positions, recentering: true to: SimpleNavigationPosition[longitude=10.22465, latitude=53.124583]
Aug 15, 2014 5:42:26 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'selectPosition(53.124583,10.22465,"Position 565",0);
panTo(53.124583,10.22465);
removeSelectedPositions();'
Aug 15, 2014 5:42:28 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
FEIN: Woke up to update selected positions: selected 17 positions; replacing selection: true haveToRepaintSelection: true haveToRepaintSelectionImmediately: false haveToRecenterMap: true
Aug 15, 2014 5:42:28 PM slash.navigation.converter.gui.mapview.PositionReducer filterSelectedPositions
INFORMATION: Filtered selected positions to reduce 17 positions to 17 in 0 milliseconds
Aug 15, 2014 5:42:28 PM slash.navigation.converter.gui.mapview.BaseMapView$8 run
INFORMATION: Selected positions updated for 17 positions, recentering: true to: SimpleNavigationPosition[longitude=10.227869, latitude=53.124624499999996]
Aug 15, 2014 5:42:28 PM slash.navigation.converter.gui.mapview.BaseMapView logJavaScript
INFORMATION: script 'selectPosition(53.124583,10.22465,"Position 565",0);
selectPosition(53.124429,10.225125,"Position 566",1);
selectPosition(53.124184,10.226223,"Position 567",2);
selectPosition(53.124053,10.226604,"Position 568",3);
selectPosition(53.123905,10.227315,"Position 569",4);
selectPosition(53.123701,10.227925,"Position 570",5);
selectPosition(53.12366,10.228174,"Position 571",6);
selectPosition(53.123646,10.228538,"Position 572",7);
selectPosition(53.123709,10.229043,"Position 573",8);
selectPosition(53.123679,10.22917,"Position 574",9);
selectPosition(53.123676,10.229653,"Position 575",10);
selectPosition(53.123768,10.230123,"Position 576",11);
selectPosition(53.124124,10.2303,"Position 577",12);
selectPosition(53.124431,10.230289,"Position 578",13);
selectPosition(53.124546,10.230333,"Position 579",14);
selectPosition(53.125201,10.231088,"Position 580",15);
selectPosition(53.125603,10.230929,"Position 581",16);
panTo(53.124624499999996,10.227869);
removeSelectedPositions();'
Reply
#3
Hallo Christian,
bin zufällig auf deine Vector Version vom Routeconverter gestoßen.
Mobac nutzt die auch inzwischen, tolle Lösung.

Mir sind 2 Dinge aufgefallen:
1.
Das OAM Theme landet unter:
$HOME\.routeconverter\themes\openandromaps\oruxmaps\OAM
dass von Tobias direkt unter:
$HOME\top\.routeconverter\themes\openandromaps\oruxmaps
übersichtlicher wäre:
$HOME\.routeconverter\themes\openandromaps\oruxmaps\ELV

2. Das Umschalten zwischen den OAM/ELV Themes klappt nicht so richtig.
Es wird z.B nie das Radwegenetz angezeigt. (Blaue Linien)
siehe Attachment. RC vs Mobac

Beste Grüße,
Thomas

[EDIT]
oops falscher Thread, solte eigentlich in diesen:
"Noch ein neue RouteConverter-Version mit mapsforge-Unterstützung"


Attached Files Thumbnail(s)
       
Reply
#4
Hallo Thomas,

danke für den Hinweis. Ich arbeite gerade an einer neuen experimentellen Offline-Version und werde dann auch die Themes aktualisieren - dann sind hoffentlich die Radwege auch dabei wie bei Mobac.
--
Christian
Reply
#5
Danke Christian für die Antwort.

Beste Grüße,
Thomas

(01.09.2014, 18:12)routeconverter Wrote: Hallo Thomas,

danke für den Hinweis. Ich arbeite gerade an einer neuen experimentellen Offline-Version und werde dann auch die Themes aktualisieren - dann sind hoffentlich die Radwege auch dabei wie bei Mobac.
Reply
#6
Ist es nun besser?
--
Christian
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)