diff --git a/umap/static/umap/js/modules/schema.js b/umap/static/umap/js/modules/schema.js index 74856308..2553360e 100644 --- a/umap/static/umap/js/modules/schema.js +++ b/umap/static/umap/js/modules/schema.js @@ -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'],