summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-06-13 12:57:18 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-06-14 11:18:17 -0700
commit2f83b32e95d17bed5c5557779d6b586bf6665e62 (patch)
treee9de8e0547d358b23fd982f139ad597c81b4a5d8
parentf3bb99f9195c28cff5bb9029c752871a21e96f12 (diff)
downloadqtlocation-mapboxgl-2f83b32e95d17bed5c5557779d6b586bf6665e62.tar.gz
[ios] Sprite images no longer limited
The total size of the sprite sheet is no longer limited as it was before. This change updates the guide that helps developers choose between the different annotation mechanisms.
-rw-r--r--platform/ios/docs/guides/Adding Points to a Map.md1
1 files changed, 0 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 ab1702a076..2698d5564f 100644
--- a/platform/ios/docs/guides/Adding Points to a Map.md
+++ b/platform/ios/docs/guides/Adding Points to a Map.md
@@ -36,7 +36,6 @@ By default, annotations added to the map are displayed with a red pin ([example]
* Annotation images are purely static and cannot be animated
* No control over z-ordering
-* Limits to the number and size of images you can add
### Annotation Views (`MGLAnnotationView`)