-
Notifications
You must be signed in to change notification settings - Fork 446
Open
Enhancement
Copy link
Labels
3DAll issues related to the 3D rendering in CesiumJsAll issues related to the 3D rendering in CesiumJsenhancement
Milestone
Description
Description
Test if our current cesium environment on Mapstore is able to support the outline styling of the extruded feature.
Like outline color, width on the edges, like the screenshot below.
Implementation outlined
Other useful information
- This is completly dependent to Cesium.
- Two geometies can be extruded in Mapstore.
- Polygon: Outline is curently disabled for excureded features. Needs to do some research if we can implement something like in this example in Mapstore: https://sandcastle.cesium.com/?src=Polyline%20Volume.html&label=Geometries
- Polyline: In wall, circle and square type of extrution. Needs to research cesium sandcastle, if border can be applied.
- Most of the changes and experiments will be on this file https://github.com/geosolutions-it/MapStore2/blob/master/web/client/utils/styleparser/CesiumStyleParser.js.
- It is also mentioned that "outline properties is not working in some browser ". Check if any workarond and test it.
- Other docs from meeting:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3DAll issues related to the 3D rendering in CesiumJsAll issues related to the 3D rendering in CesiumJsenhancement