mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +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'),
|
||||
default: true,
|
||||
},
|
||||
geometry: {
|
||||
type: Object,
|
||||
impacts: ['data'],
|
||||
belongsTo: ['feature'],
|
||||
},
|
||||
heat: {
|
||||
type: Object,
|
||||
impacts: ['data'],
|
||||
|
|
Loading…
Reference in a new issue