Closed bdbmax closed 2 years ago
You need to set extruded = TRUE
to show elevated polygons. I've updated the example in ?add_geojson
to include this.
mapdeck(
, location = c(145, -37.9)
, zoom = 8
, style = mapdeck_style("dark")
, pitch = 35
) %>%
add_geojson(
data = geo
, extruded = TRUE
)
Great, this fixes it. Thank you!
Describe the bug It seems GeoJson Layers don't render elevation on polygons.
To Reproduce The sample code in the add_geojson documentation shows the bug:
Screenshots
Versions 0.3.4