Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Data property-based circle-color steps ignored in iOS #7554

Closed
mirkokiefer opened this issue Dec 28, 2016 · 1 comment
Closed

Data property-based circle-color steps ignored in iOS #7554

mirkokiefer opened this issue Dec 28, 2016 · 1 comment

Comments

@mirkokiefer
Copy link

mirkokiefer commented Dec 28, 2016

Platform: iOS
Mapbox SDK version: v3.3.7

Steps to trigger behavior

Rendering a circle with circle-color depending on a data property:

{
    "circle-color": {
        "property": "value",
        "stops": [
            [
                0,
                "#ffffff"
            ],
            [
                100,
                "#ff0000"
            ]
        ]
    },
    "circle-opacity": 0.02,
    "circle-radius": 50
}

The rendering works correctly with the js SDK but the color steps are ignored on iOS.

Web screenshot:
screen shot 2016-12-28 at 19 11 43

native iOS screenshot:
img_8456

@1ec5
Copy link
Contributor

1ec5 commented Dec 29, 2016

Property functions are not yet supported in the iOS SDK. This feature is scheduled for the upcoming v3.5.0 release. Please see #4860 for current progress.

@1ec5 1ec5 closed this as completed Dec 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants