diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-10-05 23:31:21 -0700 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2018-10-08 13:47:22 -0700 |
commit | 6786ca6bf730a31c8794332bc0176312b574d799 (patch) | |
tree | bf35b8500d6c1d673c09e4821de1b3667b931689 /platform/macos | |
parent | d21c126f9def8627c2b33ec1eabde266cb9c42fe (diff) | |
download | qtlocation-mapboxgl-6786ca6bf730a31c8794332bc0176312b574d799.tar.gz |
[ios, macos] Updated world tour locations
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/app/MapDocument.m | 9 |
1 files changed, 5 insertions, 4 deletions
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) { |