From d29ebe3d3fb8dad6187974edf8273208a4a0680c Mon Sep 17 00:00:00 2001 From: Jordan Kiley Date: Fri, 3 Nov 2017 18:29:03 -0700 Subject: [ios, macos] noted how to update shape source (#10383) --- platform/darwin/src/MGLShapeSource.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 GeoJSON 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 geojson -- cgit v1.2.1