summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-10-05 23:31:21 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-09-11 02:58:18 -0700
commit742fedc52071b8ad8faf8ccaf74b0eedc14346dd (patch)
tree4a76b444c7891b1494312fc49674058c55765f96
parent2fccdecfb1ae720682276c0342e1c3902d8c9873 (diff)
downloadqtlocation-mapboxgl-upstream/1ec5-world-tour-2018.tar.gz
[ios, macos] Updated world tour locationsupstream/1ec5-world-tour-2018
-rw-r--r--platform/ios/app/MBXViewController.m9
-rw-r--r--platform/macos/app/MapDocument.m9
2 files changed, 10 insertions, 8 deletions
diff --git a/platform/ios/app/MBXViewController.m b/platform/ios/app/MBXViewController.m
index 259c1191bc..adfaea00e0 100644
--- a/platform/ios/app/MBXViewController.m
+++ b/platform/ios/app/MBXViewController.m
@@ -14,10 +14,11 @@
#import <objc/runtime.h>
static const CLLocationCoordinate2D WorldTourDestinations[] = {
- { .latitude = 38.9131982, .longitude = -77.0325453144239 },
- { .latitude = 37.7757368, .longitude = -122.4135302 },
- { .latitude = 12.9810816, .longitude = 77.6368034 },
- { .latitude = -13.15589555, .longitude = -74.2178961777998 },
+ { .latitude = 38.8999418, .longitude = -77.033996 },
+ { .latitude = 37.7884307, .longitude = -122.3998631 },
+ { .latitude = 52.5003103, .longitude = 13.4197763 },
+ { .latitude = 60.1712627, .longitude = 24.9378866 },
+ { .latitude = 53.8948782, .longitude = 27.5558476 },
};
static const MGLCoordinateBounds colorado = {
diff --git a/platform/macos/app/MapDocument.m b/platform/macos/app/MapDocument.m
index 447929201c..72c795c955 100644
--- a/platform/macos/app/MapDocument.m
+++ b/platform/macos/app/MapDocument.m
@@ -13,10 +13,11 @@
static NSString * const MGLDroppedPinAnnotationImageIdentifier = @"dropped";
static const CLLocationCoordinate2D WorldTourDestinations[] = {
- { .latitude = 38.9131982, .longitude = -77.0325453144239 },
- { .latitude = 37.7757368, .longitude = -122.4135302 },
- { .latitude = 12.9810816, .longitude = 77.6368034 },
- { .latitude = -13.15589555, .longitude = -74.2178961777998 },
+ { .latitude = 38.8999418, .longitude = -77.033996 },
+ { .latitude = 37.7884307, .longitude = -122.3998631 },
+ { .latitude = 52.5003103, .longitude = 13.4197763 },
+ { .latitude = 60.1712627, .longitude = 24.9378866 },
+ { .latitude = 53.8948782, .longitude = 27.5558476 },
};
NSArray<id <MGLAnnotation>> *MBXFlattenedShapes(NSArray<id <MGLAnnotation>> *shapes) {