From 332c1ac96a13542bded2ebd87173ee93c8026f63 Mon Sep 17 00:00:00 2001 From: Nadia Barbosa Date: Thu, 17 Jan 2019 17:15:38 -0800 Subject: [ios] Fix links in documentation [ios] Update to docs.mapbox.com Update links --- platform/darwin/src/MGLRasterStyleLayer.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'platform/darwin/src/MGLRasterStyleLayer.h') diff --git a/platform/darwin/src/MGLRasterStyleLayer.h b/platform/darwin/src/MGLRasterStyleLayer.h index cab6db3a91..87cf5be1b8 100644 --- a/platform/darwin/src/MGLRasterStyleLayer.h +++ b/platform/darwin/src/MGLRasterStyleLayer.h @@ -36,8 +36,8 @@ typedef NS_ENUM(NSUInteger, MGLRasterResamplingMode) { `MGLImageSource` object. For example, you could use a raster style layer to render Mapbox Satellite imagery, a raster tile - set uploaded to Mapbox Studio, or a raster map authored in raster + tile set uploaded to Mapbox Studio, or a raster map authored in TileMill, the classic Mapbox Editor, or Mapbox Studio Classic. @@ -53,10 +53,9 @@ typedef NS_ENUM(NSUInteger, MGLRasterResamplingMode) { `-[MGLStyle addLayer:]`. #### Related examples - See the Add an - image and Add + See the Add + an image and Add raster imagery examples to learn how to add imagery with this style layer. ### Example -- cgit v1.2.1