Why isn't there a HillshadeLayer? #4150
Answered
by
mfazekas
timbtimbtimb
asked this question in
Q&A
-
|
It exists in the StyleJSON spec and is supported on mapbox-gl, I think it is also supported on the iOS and Android SDKS? Is there a technical reason for it not existing on rnmapbox? Thank you for all the hard work :) |
Beta Was this translation helpful? Give feedback.
Answered by
mfazekas
Feb 15, 2026
Replies: 2 comments 1 reply
-
|
Actually if you have this in your styleJson, it works (at least on Android). So does that mean only the React binding is missing? {
"layers": [{
"id": "hillshade",
"type": "hillshade",
"source": "terrain"
}],
"sources": {
"terrain": {
"type": "raster-dem",
"url": ""
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
See PR #4151 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
timbtimbtimb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See PR #4151