mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
fix(sync): allow features geometries to be synced
By defining the `geometry` property in the schema.
This commit is contained in:
parent
5b55c80529
commit
458d68a4bb
1 changed files with 5 additions and 0 deletions
|
@ -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'],
|
||||||
|
|
Loading…
Reference in a new issue