examples icon indicating copy to clipboard operation
examples copied to clipboard

Create a altitude wall along GeoJSONVectorTileLayer

Open RaiVaibhav opened this issue 1 year ago • 2 comments

Screenshot 2024-03-06 at 11 53 53 AM Screenshot 2024-03-06 at 11 57 25 AM

Community kindly guide me here

  • I want to add altitude along the altitude in terrain as per the coordinates
  • And I want to create a wall w.r.t altitude.

Adding a marker was possible along the height, but how to add a alitude wall

RaiVaibhav avatar Mar 06 '24 06:03 RaiVaibhav

@fuzhenn can you help me out here

RaiVaibhav avatar Mar 06 '24 14:03 RaiVaibhav

You can use a PolygonLayer to render a wall by setting altitude to Polygon's vertices, Please refer to this example: https://codepen.io/fuzhenn-the-decoder/pen/mdgeYoE

fuzhenn avatar Mar 07 '24 12:03 fuzhenn