summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLAttributionInfo.mm
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2019-01-17 17:00:56 -0800
committerGitHub <noreply@github.com>2019-01-17 17:00:56 -0800
commitd5659aa6647f1fc77159567bd22029a2dc9cd7a3 (patch)
treea0949a36de04a1797858ca9ddbb9a66a2555cf80 /platform/darwin/src/MGLAttributionInfo.mm
parente0fc92ea0ba55d1740db5f7985efc665d73129a5 (diff)
downloadqtlocation-mapboxgl-d5659aa6647f1fc77159567bd22029a2dc9cd7a3.tar.gz
[core,ios,android] Update feedback URL in code and tests (#13710)
* [core,ios] rename all occurrence of www.mapbox.com/map-feedback to apps.mapbox.com/feedback * [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback
Diffstat (limited to 'platform/darwin/src/MGLAttributionInfo.mm')
-rw-r--r--platform/darwin/src/MGLAttributionInfo.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLAttributionInfo.mm b/platform/darwin/src/MGLAttributionInfo.mm
index 2d65a2e46e..17d159f660 100644
--- a/platform/darwin/src/MGLAttributionInfo.mm
+++ b/platform/darwin/src/MGLAttributionInfo.mm
@@ -161,7 +161,7 @@
return nil;
}
- NSURLComponents *components = [NSURLComponents componentsWithString:@"https://www.mapbox.com/feedback/"];
+ NSURLComponents *components = [NSURLComponents componentsWithString:@"https://apps.mapbox.com/feedback/"];
components.fragment = [NSString stringWithFormat:@"/%.5f/%.5f/%.2f/%.1f/%i",
centerCoordinate.longitude, centerCoordinate.latitude, zoomLevel,
direction, (int)round(pitch)];