View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#52
Originally Posted by kureyon View Post
Unfortunately the version of find on stock N900 is even more cut down than the usual busybox one and doesn't support the -exec option. Here's what works:

Code:
find /opt/modrana -type d | xargs chmod o+x
OK, looks like its time for 0.12-9.

Originally Posted by zvogt View Post
Also, the image that's being used for the desktop shortcut looks like it's much larger than the button size, and it's getting trimmed rather than scaled.
For some reason, the icon in the "scalable" folder was 390x390 instead of 64x64. I added the right size, that hopefully fixes the issue.

Originally Posted by Wikiwide View Post
Tried to upload route to OSM; OSM said:
Found no good GPX points in the input data.
The log is fine, I can see it in modrana program. But something is wrong with its format.
http://wiki.openstreetmap.org/wiki/G...ad_properly.3F

First, it has a lot of 'ns0' inside it. Second, it doesn't have <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>. Third, it misses timestamps in points.

It was an old version of modrana (when the options weren't saved at all). Later I will try to install the newest version.
ModRana is using the upoints module for inmport and export of GPX. Upoints uses the standard Python ElementTree module for, which is what adds all the 'ns0', which should be harmless but looks ugly. I haven't yet got to testing the files created by modRana in other programs, so I'll look into it now. Considering timestamps, that is planed together with elevation, point name and description.


Originally Posted by Wikiwide View Post
Request feature: when logging is on, show new log in green colour as it is recorded so that it is easier to see that it is recorded.
OK, ticket added.
Originally Posted by Wikiwide View Post
And allow zooming out and seeing the whole world on one screen. It seems it cannot have zoom lower than eight now?
Yep, its like this to simplify the drawing algorithm. I think it could be extended, but IMO viewing the whole world on the screen is not a very often used feature. I added a lower priority ticket for this.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 2 Users Say Thank You to MartinK For This Useful Post: