You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to figure out a way to blend layers together (e.g. a Hillshade layer on top of a map). Currently, the Raster-Dem hillshade I am using tints the whole map slightly grey. (Compare the two attached images)
This is my configuration for the hillshade layer:
overridefunlayerJSON(): JSONObject {
val result =JSONObject()
val layout =JSONObject()
result.put("id", name)
result.put("type", "hillshade")
result.put("source", name)
layout.put("hillshade-shadow-color", "#000000")
layout.put("hillshade-exaggeration", 0.35)
result.put("layout", layout)
return result
}
I would also like to be able to blend map layers together.
Is there a way to do this that I'm missing? There may be a setting I'm missing on the Raster-Dem layer.
The text was updated successfully, but these errors were encountered:
I haven't been able to figure out a way to blend layers together (e.g. a Hillshade layer on top of a map). Currently, the Raster-Dem hillshade I am using tints the whole map slightly grey. (Compare the two attached images)
This is my configuration for the hillshade layer:
I would also like to be able to blend map layers together.
Is there a way to do this that I'm missing? There may be a setting I'm missing on the Raster-Dem layer.
The text was updated successfully, but these errors were encountered: