I was successful to put Strava Heatmap Cycling as a map on RouteConverter Online edition, by adding these following lines on {user}/.routeconverter/tileservers/default.xml:
22.05.2017, 03:00 (This post was last modified: 22.05.2017, 04:04 by pcenachi.
Edit Reason: Attach file
)
(21.05.2017, 09:04)routeconverter Wrote: you'd need to program to achieve this. Add your overlay to routeconverter.html like I did it for the OSM Hike and Hike Symbols maps.
Dear Christian,
Thank you for the reply. I'm not a programmer, but I found the file slash\navigation\mapview\browser\routeconverter.html inside RouteConverterWindows.exe (or RouteConverterPreReleaseWindows.jar) using 7-zip, and understood the 'overlays' of Hillshading and Lonvia's hiking routes you created using vars and calling them depending on the Map Id.
I made the modifications on this file, but when I update it inside RouteConverterWindows.exe using 7-zip (or RouteConverterPreReleaseWindows.jar using JDK's "jar uf" command) and run to test if works, I get a blank map screen as attached and the following line on RouteConverter.log:
SEVERE: Cannot load web page: java.lang.SecurityException: SHA-256 digest error for slash/navigation/mapview/browser/routeconverter.html
Read something about re-sign the jar to correct this error. Can you please help me to update the .exe or the .jar file with the new routeconverter.html file?
By the way, this is by far the best map/route program I could find, thank you for the excellent work.
(22.05.2017, 03:00)pcenachi Wrote: I get a blank map screen as attached and the following line on RouteConverter.log:
SEVERE: Cannot load web page: java.lang.SecurityException: SHA-256 digest error for slash/navigation/mapview/browser/routeconverter.html
RouteConverter is signed to help find unwanted modifications.
(22.05.2017, 03:00)pcenachi Wrote: Read something about re-sign the jar to correct this error. Can you please help me to update the .exe or the .jar file with the new routeconverter.html file?
I need your changes and could provide a new JAR/EXE. But it's better you do the changes, test them und send me a pull request on github.
(22.05.2017, 03:00)pcenachi Wrote: By the way, this is by far the best map/route program I could find, thank you for the excellent work.
23.05.2017, 01:44 (This post was last modified: 23.05.2017, 02:01 by pcenachi.)
(22.05.2017, 16:52)routeconverter Wrote: I need your changes and could provide a new JAR/EXE. But it's better you do the changes, test them und send me a pull request on github.
Since google's "Map" and "Satellite" maps are not listed on tileservers/default.xml, I used OSM Cycle as background map to the new overlays (I haven't found a way to use the first ones).