Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 792 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 792 Bytes

Map Burrito

Mapping utilities and convenience wrapper for vector tile maps on Android

Overview

Map Burrito is a tasty wrapper for VTM that makes all your delicious vector tile map layers easier to handle and consume.

Importing project into Android Studio

  1. Clone https://github.com/mapzen/map-burrito.git
  2. Open Android Studio and choose File > Import project... and select project root folder
  3. Follow instructions to enable unit testing support in Android Studio
  4. Modify unit test run configuration working directory to /path/to/project/map-burrito/map-burrito
  5. Rebuild project and run tests

Running command line unit tests

$ ./gradlew clean assembleDebug test