summaryrefslogtreecommitdiff
path: root/platform/darwin/docs/guides/Working with GeoJSON Data.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/docs/guides/Working with GeoJSON Data.md')
-rw-r--r--platform/darwin/docs/guides/Working with GeoJSON Data.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/docs/guides/Working with GeoJSON Data.md b/platform/darwin/docs/guides/Working with GeoJSON Data.md
index f3b3dc0918..269bb86039 100644
--- a/platform/darwin/docs/guides/Working with GeoJSON Data.md
+++ b/platform/darwin/docs/guides/Working with GeoJSON Data.md
@@ -20,7 +20,7 @@ be a local file URL, an HTTP URL, or an HTTPS URL.
Once you’ve added the GeoJSON file to the map via an `MGLShapeSource` object,
you can configure the appearance of its data and control what data is visible
-using `MGLStyleLayer` objects, you can
+using `MGLStyleLayer` objects. You can also
[access the data programmatically](#extracting-geojson-data-from-the-map).
## Converting GeoJSON data into shape objects