From 5a565dd2eea22e8a390ac00b7b0bbd7a3abd2532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 15 May 2024 18:50:28 +0200 Subject: [PATCH] fix(schema): dashArray belongs to features as well --- umap/static/umap/js/modules/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,