summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-04-05 13:09:07 -0700
committerGitHub <noreply@github.com>2017-04-05 13:09:07 -0700
commit5bfbe9603b8f306e8725ef54a642e3fa57fe9141 (patch)
tree988ac5b4c3457b7bc41b63735e53c8df6a4b8a6f
parent5d4d5dcf1b2f56f1dff3ef9dbca57fd076932c50 (diff)
downloadqtlocation-mapboxgl-5bfbe9603b8f306e8725ef54a642e3fa57fe9141.tar.gz
[ios] replaced link to select a feature example (#8651)
-rw-r--r--platform/ios/docs/guides/Adding Points to a Map.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/docs/guides/Adding Points to a Map.md b/platform/ios/docs/guides/Adding Points to a Map.md
index 17e8ad3592..ab1702a076 100644
--- a/platform/ios/docs/guides/Adding Points to a Map.md
+++ b/platform/ios/docs/guides/Adding Points to a Map.md
@@ -79,5 +79,5 @@ From there, you can create one or many `MGLSymbolStyleLayer` or `MGLCircleStyleL
**Cons**
-* Currently you must implement your own tap gesture recognizer together with `MGLMapView.visibleFeaturesAtPoint` to recognize taps and manually show callouts ([example](https://www.mapbox.com/ios-sdk/examples/select-feature)).
+* Currently you must implement your own tap gesture recognizer together with `MGLMapView.visibleFeaturesAtPoint` to recognize taps and manually show callouts ([example](https://www.mapbox.com/ios-sdk/examples/select-layer/)).
* Currently no SDK support for animations. If you need animations, consider using an NSTimer and updating the layer properties accordingly.