forked from MapComplete/MapComplete
Fix doc-generating script, regenerate docs
This commit is contained in:
parent
f617200fcb
commit
506c738320
8 changed files with 1434 additions and 16 deletions
|
@ -34,6 +34,10 @@ function generateTagOverview(kv: { k: string, v: string }, description: string)
|
|||
|
||||
function generateLayerUsage(layer: LayerConfig, layout: LayoutConfig): any [] {
|
||||
|
||||
if(layer.name === undefined){
|
||||
return [] // Probably a duplicate or irrelevant layer
|
||||
}
|
||||
|
||||
const usedTags = layer.source.osmTags.asChange({})
|
||||
const result : {
|
||||
key: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue