diff --git a/umap/static/umap/js/modules/schema.js b/umap/static/umap/js/modules/schema.js index 2553360e..fe21f78b 100644 --- a/umap/static/umap/js/modules/schema.js +++ b/umap/static/umap/js/modules/schema.js @@ -69,7 +69,7 @@ export const SCHEMA = { dashArray: { type: String, impacts: ['data'], - belongsTo: ['map', 'datalayer'], + belongsTo: ['map', 'datalayer', 'feature'], label: translate('dash array'), helpEntries: 'dashArray', inheritable: true,