summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-28 17:37:36 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-28 17:37:36 +0100
commit43ab6732d98c0020f28546cbf0377f4b6980f22a (patch)
treeb118da8e4170e118c68476b9df7d758e575c489f /macosx
parent4c08a9081bfd14e97c9e3d48b4441a07c2632888 (diff)
downloadqtlocation-mapboxgl-43ab6732d98c0020f28546cbf0377f4b6980f22a.tar.gz
rename shader line -> plain
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index 35dc13cdff..cbbbd96ef0 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -215,7 +215,8 @@ void restart(void *) {
void request(void *, Tile::Ptr tile) {
assert((bool)tile);
- NSString *urlTemplate = @"http://api.tiles.mapbox.com/v3/mapbox.mapbox-streets-v4/%d/%d/%d.vector.pbf";
+ // NSString *urlTemplate = @"http://api.tiles.mapbox.com/v3/mapbox.mapbox-streets-v4/%d/%d/%d.vector.pbf";
+ NSString *urlTemplate = @"http://localhost:3333/gl/tiles/plain/%d-%d-%d.vector.pbf";
NSString *urlString = [NSString
stringWithFormat:urlTemplate,
tile->id.z,