Merge pull request #1749 from pietervdvn/riQQ-patch-1
Fix link in documentation
This commit is contained in:
commit
d973a866b3
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ export class TagUtils {
|
|||
"When creating the `json` file describing your layer or theme, you'll have to add a few tags to describe what you want.\n" +
|
||||
"This document gives an overview of what every expression means and how it behaves in edge cases.\n" +
|
||||
"\n" +
|
||||
"If the schema-files note a type [`TagConfigJson`](https://github.com/pietervdvn/MapComplete/blob/develop/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values.\n" +
|
||||
"If the schema-files note a type [`TagConfigJson`](https://github.com/pietervdvn/MapComplete/blob/develop/src/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values.\n" +
|
||||
"\n" +
|
||||
"In some cases, not every type of tags-filter can be used. For example, _rendering_ an option with a regex is\n" +
|
||||
'fine (`"if": "brand~[Bb]randname", "then":" The brand is Brandname"`); but this regex can not be used to write a value\n' +
|
||||
|
|
Loading…
Reference in a new issue