Enable layer selection sync for shops theme
This commit is contained in:
parent
f4c3a63900
commit
db2c3fb7a4
2 changed files with 3 additions and 2 deletions
|
@ -56,6 +56,7 @@
|
||||||
"trolley_bay"
|
"trolley_bay"
|
||||||
],
|
],
|
||||||
"overrideAll": {
|
"overrideAll": {
|
||||||
"minzoom": 14
|
"minzoom": 14,
|
||||||
|
"syncSelection": "theme-only"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -531,7 +531,7 @@ export interface LayerConfigJson {
|
||||||
)[]
|
)[]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If set, synchronizes whether or not this layer is enabled.
|
* If set, synchronizes whether this layer is enabled.
|
||||||
*
|
*
|
||||||
* group: advanced
|
* group: advanced
|
||||||
* question: Should enabling/disabling the layer be saved (locally or in the cloud)?
|
* question: Should enabling/disabling the layer be saved (locally or in the cloud)?
|
||||||
|
|
Loading…
Reference in a new issue