summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-01-07 15:54:08 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-01-07 15:54:08 -0800
commitd3a2ffe747550216b19d678c40980231baeeef11 (patch)
treec615731800743f5278cae4059afd69b1d973da16 /platform/darwin/src/MGLRasterStyleLayer.h
parentbf8d037fca3a5e76818f2cd546e783814f046019 (diff)
downloadqtlocation-mapboxgl-d3a2ffe747550216b19d678c40980231baeeef11.tar.gz
[ios, macos] Fixed links to paint properties in style spec
Diffstat (limited to 'platform/darwin/src/MGLRasterStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLRasterStyleLayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/darwin/src/MGLRasterStyleLayer.h b/platform/darwin/src/MGLRasterStyleLayer.h
index 45ab25a8f1..54a3149e8c 100644
--- a/platform/darwin/src/MGLRasterStyleLayer.h
+++ b/platform/darwin/src/MGLRasterStyleLayer.h
@@ -45,7 +45,7 @@ NS_ASSUME_NONNULL_BEGIN
it to the default value.
This attribute corresponds to the <a
- href="https://www.mapbox.com/mapbox-gl-style-spec/#layout-raster-raster-brightness-max"><code>raster-brightness-max</code></a>
+ href="https://www.mapbox.com/mapbox-gl-style-spec/#paint-raster-brightness-max"><code>raster-brightness-max</code></a>
layout property in the Mapbox Style Specification.
*/
@property (nonatomic, null_resettable) MGLStyleValue<NSNumber *> *maximumRasterBrightness;
@@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN
it to the default value.
This attribute corresponds to the <a
- href="https://www.mapbox.com/mapbox-gl-style-spec/#layout-raster-raster-brightness-min"><code>raster-brightness-min</code></a>
+ href="https://www.mapbox.com/mapbox-gl-style-spec/#paint-raster-brightness-min"><code>raster-brightness-min</code></a>
layout property in the Mapbox Style Specification.
*/
@property (nonatomic, null_resettable) MGLStyleValue<NSNumber *> *minimumRasterBrightness;
@@ -98,7 +98,7 @@ NS_ASSUME_NONNULL_BEGIN
it to the default value.
This attribute corresponds to the <a
- href="https://www.mapbox.com/mapbox-gl-style-spec/#layout-raster-raster-hue-rotate"><code>raster-hue-rotate</code></a>
+ href="https://www.mapbox.com/mapbox-gl-style-spec/#paint-raster-hue-rotate"><code>raster-hue-rotate</code></a>
layout property in the Mapbox Style Specification.
*/
@property (nonatomic, null_resettable) MGLStyleValue<NSNumber *> *rasterHueRotation;