Skip to content

Commit

Permalink
Merge pull request #8 from mapzen/ecgreb/tangram
Browse files Browse the repository at this point in the history
Hello Tangram :)
  • Loading branch information
kingofirony committed Jul 1, 2015
2 parents bc3b9aa + 8e60632 commit 6b27544
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 536 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Eraser Map
Privacy-focused mapping application for Android

## Install VTM dependency
Run the following script to deploy VTM dependencies to your local Maven repository.
```bash
$ scripts/install-vtm.sh
```

## Importing project into Android Studio
1. Clone https://github.com/mapzen/eraser-map.git
2. Open Android Studio and choose _File > Import project..._ and select project root folder
Expand Down
7 changes: 2 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,15 @@ repositories {
dependencies {
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.12.213'
compile 'org.oscim:vtm:0.5.9-SNAPSHOT'
compile 'org.oscim:vtm-android:0.5.9-SNAPSHOT@aar'
compile 'com.mapzen.android:map-burrito:0.1-SNAPSHOT@aar'
compile 'com.mapzen.tangram:tangram-es:0.1-SNAPSHOT'
compile 'com.mapzen.android:lost:1.0.1'
compile ('com.mapzen.android:pelias-android-sdk:0.4-SNAPSHOT') {
exclude group: 'javax.annotation:javax', module: 'javax.annotation-api'
}
compile 'com.squareup.okhttp:okhttp:1.6.0'
compile 'com.google.dagger:dagger:2.0'
compile 'com.google.dagger:dagger-compiler:2.0'
compile 'javax.annotation:javax.annotation-api:1.2'
compile 'com.android.support:support-v4:22.2.0@aar'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.squareup:otto:1.3.7'
compile ('com.mapzen:on-the-road:0.8-SNAPSHOT') {
exclude group: 'org.apache.commons', module: 'commons-io'
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/java/com/mapzen/erasermap/AndroidModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.mapzen.erasermap.model.TileCacheBuilder;
import com.mapzen.erasermap.presenter.MainPresenter;
import com.mapzen.erasermap.presenter.MainPresenterImpl;
import com.mapzen.erasermap.view.MarkerSymbolFactory;
import com.mapzen.pelias.SavedSearch;

import com.squareup.okhttp.Cache;
Expand Down Expand Up @@ -46,10 +45,6 @@ public AndroidModule(PrivateMapsApplication application) {
return new MainPresenterImpl();
}

@Provides @Singleton MarkerSymbolFactory provideMarkerSymbolFactory() {
return new MarkerSymbolFactory(application);
}

@Provides @Singleton Bus provideBus() {
return new Bus();
}
Expand Down
20 changes: 0 additions & 20 deletions app/src/main/kotlin/com/mapzen/erasermap/util/HttpCacheFactory.kt

This file was deleted.

Loading

0 comments on commit 6b27544

Please sign in to comment.