fix(sync): allow features geometries to be synced

By defining the `geometry` property in the schema.
This commit is contained in:
Alexis Métaireau 2024-05-10 00:40:13 +02:00
parent 5b55c80529
commit 458d68a4bb

View file

@ -191,6 +191,11 @@ export const SCHEMA = {
label: translate('Display the fullscreen control'), label: translate('Display the fullscreen control'),
default: true, default: true,
}, },
geometry: {
type: Object,
impacts: ['data'],
belongsTo: ['feature'],
},
heat: { heat: {
type: Object, type: Object,
impacts: ['data'], impacts: ['data'],