summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-04-26 09:25:07 -0700
committerGitHub <noreply@github.com>2017-04-26 09:25:07 -0700
commitea0e45b4019ea18c03718e67a3397202080a644a (patch)
tree65899feec17da466dd67f6a3df4c8170fbd76d6b /platform
parente33d71b55fc2ca3f2f83d5a17d88b64efb799608 (diff)
downloadqtlocation-mapboxgl-ea0e45b4019ea18c03718e67a3397202080a644a.tar.gz
[ios] swapped link for circle layer example (#8818)
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/docs/guides/Working with Mapbox Studio.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/docs/guides/Working with Mapbox Studio.md b/platform/ios/docs/guides/Working with Mapbox Studio.md
index 959731a3a7..232b165efd 100644
--- a/platform/ios/docs/guides/Working with Mapbox Studio.md
+++ b/platform/ios/docs/guides/Working with Mapbox Studio.md
@@ -76,7 +76,7 @@ To implement your prototypes with runtime styling:
1. Implement `-[MGLMapViewDelegate mapView:didFinishLoadingStyle:]`.
2. Add your real data as a source:
- * This can be done using vector data from tileset editor ([example](https://www.mapbox.com/ios-sdk/examples/runtime-circle-styles)), custom vector tiles, added as GeoJSON ([example](https://www.mapbox.com/ios-sdk/examples/runtime-add-line), or added manually through the app via `MGLShapeSource` ([example](https://www.mapbox.com/ios-sdk/examples/runtime-multiple-annotations))
+ * This can be done using vector data from tileset editor ([example](https://www.mapbox.com/ios-sdk/examples/dds-circle-layer)), custom vector tiles, added as GeoJSON ([example](https://www.mapbox.com/ios-sdk/examples/runtime-add-line), or added manually through the app via `MGLShapeSource` ([example](https://www.mapbox.com/ios-sdk/examples/runtime-multiple-annotations))
3. For each layer you’ve prototyped in Studio, add its corresponding `MGLStyleLayer` subclass. See [“Configuring the map content’s appearance”](for-style-authors.html#configuring-the-map-content-s-appearance) for the available style layer classes.
**Translating style attributes from Studio**