Mobile GIS Application with Vector Maps and Routing Directions
- Android
- Build mapnik with dependences
- Render samle OSM map
- Show current position at real spb map
- Track current position at runtime
- Create simple UI
- Design route calculation model
- Implement route calculation
- Show route at map
- Rework UI for routing feature
Setting up build on OS X
- clone github repo recursively with submodules:
$ git clone --recursive [email protected]:lexis-t/putnik.git
- create build folder and cd inside:
$ mkdir putnik/build
$ cd putnik/build
- run make
$ make -f ../Makefile libs