summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-11-11 10:48:30 -0800
committerJustin R. Miller <incanus@codesorcery.net>2014-11-11 10:48:30 -0800
commit53016d65d431ca404524add268a22ff0d8e18416 (patch)
treec10fd8e16cde576f9e24e778dfb5aa000fcc5363 /android
parent6b65aa62a1ea6564c7482fa88738d064e0b8281f (diff)
downloadqtlocation-mapboxgl-53016d65d431ca404524add268a22ff0d8e18416.tar.gz
use remote style URL
Diffstat (limited to 'android')
-rw-r--r--android/java/lib/src/main/java/com/mapbox/mapboxgl/lib/MapView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/java/lib/src/main/java/com/mapbox/mapboxgl/lib/MapView.java b/android/java/lib/src/main/java/com/mapbox/mapboxgl/lib/MapView.java
index ebec3db83f..72dba43892 100644
--- a/android/java/lib/src/main/java/com/mapbox/mapboxgl/lib/MapView.java
+++ b/android/java/lib/src/main/java/com/mapbox/mapboxgl/lib/MapView.java
@@ -122,8 +122,8 @@ public class MapView extends SurfaceView {
Assetbridge.unpack(context);
// Load the map style and API key
- //mStyleUrl = "https://mapbox.github.io/mapbox-gl-styles/styles/bright-v6.json";
- mStyleUrl = "file://" + cachePath + "/styles/styles/bright-v6.json";
+ mStyleUrl = "https://mapbox.github.io/mapbox-gl-styles/styles/bright-v6.json";
+ //mStyleUrl = "file://" + cachePath + "/styles/styles/bright-v6.json";
mAccessToken = "pk.eyJ1IjoibGpiYWRlIiwiYSI6IlJSQ0FEZ2MifQ.7mE4aOegldh3595AG9dxpQ";
// Create the NativeMapView