diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2019-01-17 17:15:38 -0800 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2019-01-23 13:16:28 -0800 |
commit | 332c1ac96a13542bded2ebd87173ee93c8026f63 (patch) | |
tree | 4e7f3ca146704b7e7d9776d478e3f52421f35759 /platform/darwin/src/MGLHillshadeStyleLayer.h | |
parent | 24b4ddf41628a0b0f3f0d59ac00db57ccd99a39e (diff) | |
download | qtlocation-mapboxgl-332c1ac96a13542bded2ebd87173ee93c8026f63.tar.gz |
[ios] Fix links in documentation
[ios] Update to docs.mapbox.com
Update links
Diffstat (limited to 'platform/darwin/src/MGLHillshadeStyleLayer.h')
-rw-r--r-- | platform/darwin/src/MGLHillshadeStyleLayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLHillshadeStyleLayer.h b/platform/darwin/src/MGLHillshadeStyleLayer.h index 45b0e66751..1cf3797321 100644 --- a/platform/darwin/src/MGLHillshadeStyleLayer.h +++ b/platform/darwin/src/MGLHillshadeStyleLayer.h @@ -31,7 +31,7 @@ typedef NS_ENUM(NSUInteger, MGLHillshadeIlluminationAnchor) { Use a hillshade style layer to configure the color parameters of raster tiles loaded by an `MGLRasterDEMSource` object. For example, you could use a hillshade style layer to render <a - href="https://www.mapbox.com/help/access-elevation-data/#mapbox-terrain-rgb">Mapbox + href="https://docs.mapbox.com/help/troubleshooting/access-elevation-data/#mapbox-terrain-rgb">Mapbox Terrain-RGB</a> data. To display posterized hillshading based on vector shapes, as with the <a |