Skip to content

Implement dashed lines for sectors

Ophelia Prillard requested to merge pr-44 into main

Created by: fungiboletus

  • Getting the line-dasharray from a property is actually not supported by maplibre. It is by mapbox because they implemented the feature since the maplibre fork. This shows that we may have to switch to mapbox despite it being not free and open-source anymore.
  • I therefore split the two kinds of sectors in two react components.

Fix #44

Merge request reports