Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, macos] Note that canvas sources are unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jan 21, 2017
1 parent 714127e commit 1e97815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/darwin/docs/guides/For Style Authors.md.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ In style JSON | In the SDK
`raster` | `MGLRasterSource`
`vector` | `MGLVectorSource`
`image` and `video` sources are not supported.
`canvas`, `image`, and `video` sources are not supported.
### Tile sources
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/docs/guides/For Style Authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In style JSON | In the SDK
`raster` | `MGLRasterSource`
`vector` | `MGLVectorSource`

`image` and `video` sources are not supported.
`canvas`, `image`, and `video` sources are not supported.

### Tile sources

Expand Down
2 changes: 1 addition & 1 deletion platform/macos/docs/guides/For Style Authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ In style JSON | In the SDK
`raster` | `MGLRasterSource`
`vector` | `MGLVectorSource`

`image` and `video` sources are not supported.
`canvas`, `image`, and `video` sources are not supported.

### Tile sources

Expand Down

0 comments on commit 1e97815

Please sign in to comment.