demarches-normaliennes/app/javascript/components/MapEditor/utils.js
2020-05-06 16:46:14 +02:00

10 lines
216 B
JavaScript

export const polygonCadastresFill = {
'fill-color': '#EC3323',
'fill-opacity': 0.3
};
export const polygonCadastresLine = {
'line-color': 'rgba(255, 0, 0, 1)',
'line-width': 4,
'line-dasharray': [1, 1]
};