summaryrefslogtreecommitdiff
path: root/platform/macos
diff options
context:
space:
mode:
authorMolly Lloyd <mollymerp@users.noreply.github.com>2018-02-26 14:12:59 -0800
committerGitHub <noreply@github.com>2018-02-26 14:12:59 -0800
commitd425ec72379791ea47f1088e0c28fdf238cfc736 (patch)
treecaead1adcd5280a23cb82ce6c5be767add934869 /platform/macos
parent80fdae62ca1ba97d91eb4e907306b8d757f04cd0 (diff)
downloadqtlocation-mapboxgl-d425ec72379791ea47f1088e0c28fdf238cfc736.tar.gz
[ios, macos] add tileset encoding option to darwin sources (#11274)
* add tileset encoding option to darwin sources * correct style guide * link out to dem encoding docs * markdownify comments
Diffstat (limited to 'platform/macos')
-rw-r--r--platform/macos/docs/guides/For Style Authors.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/docs/guides/For Style Authors.md b/platform/macos/docs/guides/For Style Authors.md
index de838cd78f..636cfa7eb7 100644
--- a/platform/macos/docs/guides/For Style Authors.md
+++ b/platform/macos/docs/guides/For Style Authors.md
@@ -141,6 +141,7 @@ In style JSON | In TileJSON | In the SDK
`tileSize` | — | `MGLTileSourceOptionTileSize`
`attribution` | `attribution` | `MGLTileSourceOptionAttributionHTMLString` (but consider specifying `MGLTileSourceOptionAttributionInfos` instead for improved security)
`scheme` | `scheme` | `MGLTileSourceOptionTileCoordinateSystem`
+`encoding` | – | `MGLTileSourceOptionDEMEncoding`
### Shape sources