mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 22:11:50 +02:00
fix(sync): allow features geometries to be synced
By defining the `geometry` property in the schema.
This commit is contained in:
parent
61d8ccbdaf
commit
178eb2ac1c
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