The Following User Says Thank You to robthebold For This Useful Post: | ||
|
2017-03-14
, 22:13
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1932
|
Any word on the 'black screen of no maps' on oneplus x? I'm seeing the issue and woukd br happy to help with testing.
Thanks! Other than not seeing maps in latest version I love this program! (I know, 'other than that how was the play mrs lincoln?')
The Following 6 Users Say Thank You to MartinK For This Useful Post: | ||
|
2017-03-14
, 22:18
|
|
Community Council |
Posts: 1,669 |
Thanked: 10,225 times |
Joined on Nov 2014
@ Lower Rhine
|
#1933
|
could someone with Sailfish OS running on a phone with 1080p screen verify if current modRana runs fine or if it has similar issues ?
The Following 6 Users Say Thank You to mosen For This Useful Post: | ||
|
2017-03-19
, 16:15
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1934
|
- Fix map layer switching - Fix layer opacity setting - Sort POI search results by distance - Notification popups should now rotate correctly on Sailfish OS - Clear on-map long-press menu when map is clicked - Fix map canvas debug option not being persistent - Note which POI search methods are online and which can work with on-device data - Log PyOtherSide version during startup - Log how long it took to find a route - Fix returning of results for Monav-based offline routing
The Following 21 Users Say Thank You to MartinK For This Useful Post: | ||
|
2017-03-25
, 12:39
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1935
|
- it is now possible to set opacity for routes, tracklogs and the track logging trace
The Following 17 Users Say Thank You to MartinK For This Useful Post: | ||
|
2017-03-27
, 09:22
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#1936
|
Well, not really - I just haven't got to test some of the new stuff on my N900, which I see as a precondition to releasing a new version. Once I get to that I'll also release a new version for the N900.
The Following 2 Users Say Thank You to handaxe For This Useful Post: | ||
|
2017-03-27
, 11:13
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1937
|
The Following 8 Users Say Thank You to MartinK For This Useful Post: | ||
|
2017-03-27
, 11:47
|
Posts: 391 |
Thanked: 908 times |
Joined on Aug 2011
@ suncity
|
#1938
|
For quite some time I've been using the Maemo Autobuilder to create deb packages and those go directly to Extras Devel, from where I expect most people get their software nowadays. And I'm afraid I'm no longer setup to create correct Maemo-style deb files locally - that's why I want to test modRana at least bit before submitting a new build to autobuilder.
On the other hand, you can just grab the latest tarball:
http://modrana.org/tarballs/modrana/...-0.54.5.tar.gz
Unpack it and then run modrana.py from the resulting directory - it should detect it's running on the N900 and behave accordingly. If you can help test modRana like this it would be really helpful! Don't hesitate to report any weird behavior, crashes, etc. And thanks in advance!
The Following 7 Users Say Thank You to justmemory For This Useful Post: | ||
|
2017-03-28
, 08:31
|
Posts: 391 |
Thanked: 908 times |
Joined on Aug 2011
@ suncity
|
#1939
|
|
2017-03-28
, 23:25
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1940
|
Hi MartinK!
I managed to get offline routing work (tried with foot, car, bicycle) - well almost. Address to address and handmade still does not work.
What I did:
- changed routing provider from Monav to Monav server ("Monav" stuck from earlier version of modrana I guess as it now allows only "Monav server" and "Google online"...)
- /core/bundle/signals_pb2.py - comment out line 6 (from __google.protobuf import descriptor_pb2) as it claimed that cannot import it.
- /core/monav_support.py - changed line 25: import simplejson as json (a "try" - "except" method would be better, it is just a simple solution) as it claimed that cannot import json.
- /core/routing_providers.py - changed line 60: result = self._monav_directions(waypoints, route_params) - as it claimed that it takes 3 argument but provided 2.
- /core/way.py - changed all node/Node.lat and node/Node.lon to node/Node.latitude and node/Node.longitude as it claimed that node/Node has no attribute lat.
- /core/instructions_generator.py - changed all node/Node.lat and node/Node.lon to node/Node.latitude node/Node.longitude as it claimed that node/Node has no attribute lat.
For address to address routing I get the following error: waypoints = [x.getLL() for x in waypoints] AttributeError: 'str' object has no attribute 'getLL'. This is valid as for waypoints it gets the real addresses I add in modrana so it cannot convert it to latitude and longitude points.
For handmade routing I get the following error: Modules/mod_route/mod_route.py, line 577, in _handle_routing_result_cb; if result.route and result.returnCode == constants.ROUTING_SUCCESS:; AttributeError: 'tuple' object has no attribute 'route'.
jm
The Following 8 Users Say Thank You to MartinK For This Useful Post: | ||
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|
Thanks! Other than not seeing maps in latest version I love this program! (I know, 'other than that how was the play mrs lincoln?')