some updates..

master
steffen 13 years ago
parent 98347c53eb
commit bfbfe09312

@ -1,6 +1,10 @@
Version 0.0.2: name changed to spOSMroute, since on there had been another
OSMroute already.
=============================================================================
(2013-05-15):
- fixed: areas will be split into peaces if there is an angle above 180°.
needed for displaying on GLES supported devices..
(2013-05-02):
- fixed: ncurses version fixed, the last patches made it impossible to
compile.

@ -32,7 +32,6 @@ public class spOSMrNActivity extends NativeActivity {
});
super.onCreate(savedInstanceState);
// Make your custom init here
_activity = this;
}

Loading…
Cancel
Save