Implement atomic operations on MapEditor

This commit is contained in:
Paul Chavard 2020-05-05 15:09:29 +02:00
parent d3ea20968e
commit 05e408225b
9 changed files with 258 additions and 101 deletions

View file

@ -1,11 +1,3 @@
export const ERROR_GEO_JSON = '';
export const createFeatureCollection = selectionsUtilisateur => {
return {
type: 'FeatureCollection',
features: selectionsUtilisateur
};
};
export const polygonCadastresFill = {
'fill-color': '#EC3323',
'fill-opacity': 0.3