summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wolfe <eric.r.wolfe@gmail.com>2017-01-04 11:04:30 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-01-04 21:48:32 -0800
commitef9954b566fbd666edf2237ee24097969f438879 (patch)
tree376b5178d80c45eca6ad12eb2da51f5f85a5878c
parenta1bea12444e7c68324c95ef8c082f558b39ca1ff (diff)
downloadqtlocation-mapboxgl-ef9954b566fbd666edf2237ee24097969f438879.tar.gz
[ios] Runtime styling guide fixes
-rw-r--r--platform/ios/docs/guides/Runtime Styling.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/platform/ios/docs/guides/Runtime Styling.md b/platform/ios/docs/guides/Runtime Styling.md
index afc2ccae87..deace0d728 100644
--- a/platform/ios/docs/guides/Runtime Styling.md
+++ b/platform/ios/docs/guides/Runtime Styling.md
@@ -1,6 +1,6 @@
# Runtime Styling
-Mapbox's runtime styling features allow you direct control over every layer in your maps with code. It's now possible create dynamic maps and visualizations that aren't possible with other mobile maps SDKs.
+Mapbox's runtime styling features allow you direct control over every layer in your maps with code. It's now possible to create dynamic maps and visualizations that aren't possible with other mobile maps SDKs.
Runtime styling expands upon the design power of [Mapbox Studio](https://www.mapbox.com/mapbox-studio/) and exposes all of the same properties and attributes directly to mobile developers in our SDK.
@@ -44,10 +44,6 @@ The Mapbox SDK gives you access to all of the same tools we use to render our de
Draw custom shapes on the map the same way you would a custom `UIView` or `CALayer`. These shapes keep their geographic scale and are perfect for visualizing everything from indoor floor plans to metro systems to hurricane tracks.
-<!-- TODO: custom storm tracks -->
-<!-- TODO: metro system -->
-<!-- TODO: indoor maps -->
-
## Resources
* [Mapbox Style Specification](https://www.mapbox.com/mapbox-gl-style-spec/)