| The Following User Says Thank You to gsever100 For This Useful Post: | ||

My plan is to add a button for setting the theme from QML + add your icons and then release it.
layers : ListModel {
ListElement {
layerName : "Virtual Earth"
layerId: "vaer"
layerOpacity: 1.0
}
ListElement {
layerName : "OSM Mapnik"
layerId: "mapnik"
layerOpacity: 0.5
}
}

BTW, I've even tried how fast it would be to do the negative in pure Python and it was about 900ms for one 256x256 tile. With PIL, it is almost instant. 
ModRana processes every GPS tracklog it loads internally to a series of nearby point clusters. Then it only cares about the points in the clusters that are currently visible.
I think it is about time I do something about it. 


Of course it is also still fully compatible with Python 2.5 on Maemo and works just fine on the N900 as usual. 
) you can enable showing mode icon on the menu button.
), 










* Sat May 04 2013 Martin Kolman - 0.41.1 - modRana is now Python 3 compatible - Python 2.5 compatibility was of course preserved - as a result, modRana still works just fine with Python 2.5 on the N900 - Python 3 compatibility should enable packaging modRana for BlackBerry 10 - Android compatibility - modRana with the QML GUI now works on Android - Android device module has been added - installable APKs are available - APK generation script was added to the modRana packaging scripts - map data are stored in /sdcard/modrana/maps - QML GUI improvements - theme switching support - night theme for the QML GUI - the menu button can now show current mode, as in GTK GUI - thanks to Wikiwide for the idea & icons ! :) - finally some buttons in Options (related to theme switching & menu icon configuration) - fixed centering to the middle of the Atlantic at startup (center on Brno instead :) ) - fixed main map icon now shows only one map layer - automatic tile downloading in GTK GUI should now be faster due to connection reuse provided by Urllib 3 - new POI icon - various fixes
| The Following 19 Users Say Thank You to MartinK For This Useful Post: | ||
| The Following 3 Users Say Thank You to Kossuth For This Useful Post: | ||
| The Following 4 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
| The Following 4 Users Say Thank You to malfunctioning For This Useful Post: | ||