summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-11-03 18:29:03 -0700
committerGitHub <noreply@github.com>2017-11-03 18:29:03 -0700
commitd29ebe3d3fb8dad6187974edf8273208a4a0680c (patch)
tree110396ca17e9dfd7e8976e851730d93deed45b2a
parentcdc5dde0ec5add19ad327d1afa8c9ed8803900df (diff)
downloadqtlocation-mapboxgl-d29ebe3d3fb8dad6187974edf8273208a4a0680c.tar.gz
[ios, macos] noted how to update shape source (#10383)
-rw-r--r--platform/darwin/src/MGLShapeSource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLShapeSource.h b/platform/darwin/src/MGLShapeSource.h
index d0097f748e..7460c83f50 100644
--- a/platform/darwin/src/MGLShapeSource.h
+++ b/platform/darwin/src/MGLShapeSource.h
@@ -85,7 +85,8 @@ extern MGL_EXPORT const MGLShapeSourceOption MGLShapeSourceOptionSimplificationT
or they may be defined by local or external
<a href="http://geojson.org/">GeoJSON</a> code. A shape source is added to an
`MGLStyle` object along with an `MGLVectorStyleLayer` object. The vector style
- layer defines the appearance of any content supplied by the shape source.
+ layer defines the appearance of any content supplied by the shape source. You
+ can update a shape source by setting its `shape` or `URL` property.
Each
<a href="https://www.mapbox.com/mapbox-gl-style-spec/#sources-geojson"><code>geojson</code></a>