From 742fedc52071b8ad8faf8ccaf74b0eedc14346dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 5 Oct 2017 23:31:21 -0700 Subject: [ios, macos] Updated world tour locations --- platform/ios/app/MBXViewController.m | 9 +++++---- platform/macos/app/MapDocument.m | 9 +++++---- 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 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> *MBXFlattenedShapes(NSArray> *shapes) { -- cgit v1.2.1