forked from MapComplete/MapComplete
Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop
This commit is contained in:
commit
116b40ee29
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ which we do not want.
|
||||||
|
|
||||||
To mitigate this, use:
|
To mitigate this, use:
|
||||||
|
|
||||||
```
|
```json
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if":"key:={some_other_key}"
|
"if":"key:={some_other_key}"
|
||||||
|
@ -91,4 +91,4 @@ To mitigate this, use:
|
||||||
```
|
```
|
||||||
|
|
||||||
One can use `key!:=prefix-{other_key}-postfix` as well, to match if `key` is _not_ the same
|
One can use `key!:=prefix-{other_key}-postfix` as well, to match if `key` is _not_ the same
|
||||||
as `prefix-{other_key}-postfix` (with other_key substituted by the value)
|
as `prefix-{other_key}-postfix` (with `other_key` substituted by the value)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue