vtm/vtm-android
Hannes Janetzek 0710e5776e fix deadlock on AndroidMap<>Viewport:
- on GL-Thread:
MapRenderer.draw()->MapAnimator->update()->AndroidMap.updateMap
                    [sync: Viewport       [sync: AndroidMap ]]
- on Mainloop:
AndroidMap.redrawMapInternal()->updateLayers()->Viewport.getMapPosition()
[sync:AndroidMap                               [sync:Viewport]]

... no need to sync on AndroidMap
2014-01-19 22:51:26 +01:00
..
2013-10-09 01:56:08 +02:00
2013-11-23 21:10:21 +01:00
2013-10-09 01:56:08 +02:00
2014-01-17 17:58:43 +01:00
2013-12-03 01:09:59 +01:00
2013-10-09 01:56:08 +02:00
2013-10-09 01:56:08 +02:00
2013-10-09 01:56:08 +02:00
2013-10-09 01:56:08 +02:00
2013-10-09 01:56:08 +02:00
2013-10-09 01:56:08 +02:00
2013-10-09 01:56:08 +02:00
2013-10-09 01:56:08 +02:00

VectorTileMap is part of the OpenScienceMap project, developed at University of Bremen.
http://www.opensciencemap.org


To build the eclipse project the android ndk plugin is required.