summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-10-05 23:31:21 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-10-08 13:47:22 -0700
commit6786ca6bf730a31c8794332bc0176312b574d799 (patch)
treebf35b8500d6c1d673c09e4821de1b3667b931689
parentd21c126f9def8627c2b33ec1eabde266cb9c42fe (diff)
downloadqtlocation-mapboxgl-6786ca6bf730a31c8794332bc0176312b574d799.tar.gz
[ios, macos] Updated world tour locations
-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 7642cf1bc0..dff484b29f 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 2d4097f648..7e537a31c7 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) {