Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #445 from mapzen/valhalla-osrm-compat
Browse files Browse the repository at this point in the history
Enables Valhalla OSRM compatibility mode
  • Loading branch information
ecgreb committed Oct 3, 2015
2 parents 0f526f0 + 6450345 commit e38e23f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.mapzen</groupId>
<artifactId>on-the-road</artifactId>
<version>0.6</version>
<version>0.6.1</version>
<type>aar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For the use of Robolectric
android.library.reference.1=target/unpacked-libs/css_library_3.0.0
android.library.reference.2=target/unpacked-libs/cmv_library_2.4.1
android.library.reference.3=target/unpacked-libs/cm_on-the-road_0.6
android.library.reference.3=target/unpacked-libs/cm_on-the-road_0.6.1
android.library.reference.4=target/unpacked-libs/cas_appcompat-v7_21.0.3
4 changes: 2 additions & 2 deletions res/values/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<string name="settings_location_update_interval_key">settings_location_update_interval</string>
<string name="settings_location_update_interval_title">Location update interval</string>
<string name="settings_location_update_interval_summary">ms between location updates (restart required)</string>
<string name="osrm_endpoint">https://osrm.mapzen.com</string>
<string name="osrm_endpoint">https://valhalla.mapzen.com</string>

<!--Zoom Settings-->

Expand Down Expand Up @@ -71,4 +71,4 @@
<string name="debug_settings_on">Debug settings on</string>
<string name="debug_settings_off">Debug settings off</string>

</resources>
</resources>

0 comments on commit e38e23f

Please sign in to comment.