diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-01-05 14:48:07 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-01-09 13:37:59 -0800 |
commit | 5cd6d9dacc96a090dc18bf90aced5d82f081f977 (patch) | |
tree | 8d2fcde0542227d9760f638a0de08c327e730b1f /platform/darwin/src/MGLRasterStyleLayer.h | |
parent | 93735b085b3fd25d4dd17426459a834823e9dcad (diff) | |
download | qtlocation-mapboxgl-upstream/make-style-code.tar.gz |
[ios, macos, android] Commit accumulated `make style-code` updatesupstream/make-style-code
Manually ignoring all heatmap and hillshade related changes.
Diffstat (limited to 'platform/darwin/src/MGLRasterStyleLayer.h')
-rw-r--r-- | platform/darwin/src/MGLRasterStyleLayer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/darwin/src/MGLRasterStyleLayer.h b/platform/darwin/src/MGLRasterStyleLayer.h index 53a6a98b8a..e808bb5242 100644 --- a/platform/darwin/src/MGLRasterStyleLayer.h +++ b/platform/darwin/src/MGLRasterStyleLayer.h @@ -155,13 +155,6 @@ MGL_EXPORT @property (nonatomic, null_resettable) MGLStyleValue<NSNumber *> *rasterFadeDuration; /** - The transition affecting any changes to this layer’s `rasterFadeDuration` property. - - This property corresponds to the `raster-fade-duration-transition` property in the style JSON file format. -*/ -@property (nonatomic) MGLTransition rasterFadeDurationTransition; - -/** Rotates hues around the color wheel. This property is measured in degrees. |