Merge develop
This commit is contained in:
commit
c916d5fe66
43 changed files with 802 additions and 275 deletions
|
@ -20,7 +20,7 @@ export class AllKnownLayouts {
|
|||
|
||||
public static AllPublicLayers(options?: {
|
||||
includeInlineLayers:true | boolean
|
||||
}) {
|
||||
}) : LayerConfig[] {
|
||||
const allLayers: LayerConfig[] = []
|
||||
const seendIds = new Set<string>()
|
||||
AllKnownLayouts.sharedLayers.forEach((layer, key) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue