Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 733 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 733 Bytes

putnik

Mobile GIS Application with Vector Maps and Routing Directions

Development branches

  • Android

Development Roadmap

Initial Phase

  • Build mapnik with dependences
  • Render samle OSM map
  • Show current position at real spb map
  • Track current position at runtime
  • Create simple UI

Routing

  • Design route calculation model
  • Implement route calculation
  • Show route at map
  • Rework UI for routing feature

Current status

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