Implement dashed lines for sectors
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