summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Fader <samfader@users.noreply.github.com>2019-06-13 10:49:37 -0700
committerGitHub <noreply@github.com>2019-06-13 10:49:37 -0700
commit1598e100832f25cb29b9c5206ed4ef9bedfe5226 (patch)
treeec8a5bcfd246ff6869ac64d58d8f502b186da6af
parent92f282b52dbe45ee8c60d7a5ba2c642688e43cc0 (diff)
downloadqtlocation-mapboxgl-upstream/sf-fix-geojson-ios-typo.tar.gz
-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