mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
fix(schema): dashArray belongs to features as well
This commit is contained in:
parent
10a68a75e4
commit
5a565dd2ee
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue