Closed cmomin closed 2 years ago
I will adopt your changes in the latest version, some bugs should already be fixed in the latest version. Unfortunately I can't easily merge your changes because I'm already a few commits ahead (and I've lost track ;-) )
@cmomin can you please test whether I have integrated all suggested changes
I confirm it. Thanks a lot!
Hi,
I have been trying the new (and cool!) routing feature and I encountered some bugs mostly related to the routing menu on a nokia 8000 4G .
In particular I did the following modifications to the code:
maximumAge
option inindex.js
. For some reason this option was making the display of the localization marker failing. Removing it fixed the stuff.format_s
inmodule.js
and updated the call to the display function inindex.js
. I also limited the display of the distance to 2 decimals (to avoid weird display that were taking the full text line induced by the floating point precision).status.windowOpen = "map"
in exportGeoJson is making the app freeze on my phone when the function is called from the routing menu. Changing it to the "finder" window instead of the "map" fixed the stuff.Hope it helps.