Implement atomic operations on MapEditor
This commit is contained in:
parent
d3ea20968e
commit
05e408225b
9 changed files with 258 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue