forked from MapComplete/MapComplete
Small fix to the documentation
This commit is contained in:
parent
d083cde3fc
commit
9d2bdb9bbd
66 changed files with 89 additions and 76 deletions
|
@ -438,7 +438,8 @@ export default class LayerConfig extends WithContextLoader {
|
|||
new List(extraProps),
|
||||
...usingLayer,
|
||||
|
||||
new Link("Go to the source code", `../assets/layers/${this.id}/${this.id}.json`),
|
||||
new Link("Go to the source code",
|
||||
`https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/${this.id}/${this.id}.json`),
|
||||
|
||||
new Title("Basic tags for this layer", 2),
|
||||
"Elements must have the all of following tags to be shown on this layer:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue