From ca45974ff2778a48d01b7221b6ab406c3e55c9ca Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Tue, 13 Jun 2017 12:55:30 -0700 Subject: Update changelogs and iOS/macOS style guide for ImageSource bindings --- platform/darwin/docs/guides/For Style Authors.md.ejs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'platform/darwin') diff --git a/platform/darwin/docs/guides/For Style Authors.md.ejs b/platform/darwin/docs/guides/For Style Authors.md.ejs index 34c1b5dddc..153639371c 100644 --- a/platform/darwin/docs/guides/For Style Authors.md.ejs +++ b/platform/darwin/docs/guides/For Style Authors.md.ejs @@ -178,8 +178,9 @@ In style JSON | In the SDK `geojson` | `MGLShapeSource` `raster` | `MGLRasterSource` `vector` | `MGLVectorSource` +`image` | `MGLImageSource` -`canvas`, `image`, and `video` sources are not supported. +`canvas` and `video` sources are not supported. ### Tile sources @@ -220,6 +221,12 @@ To create a shape source from local GeoJSON data, first [convert the GeoJSON data into a shape](working-with-geojson-data.html#converting-geojson-data-into-shape-objects), then use the `-[MGLShapeSource initWithIdentifier:shape:options:]` method. +### Image sources + +Image sources accept a non-axis aligned quadrilateral as their geographic coordinates. +These coordinates, in `MGLCoordinateQuad`, are described in counterclockwise order, +in contrast to the clockwise order defined in the style specification. + ## Configuring the map content’s appearance Each layer defined by the style JSON file is represented at runtime by a style -- cgit v1.2.1