Improve documentation of Tags_format, add a few backlinks, see #887

This commit is contained in:
Pieter Vander Vennet 2022-06-22 11:09:52 +02:00
parent d0b5163ff0
commit 2731c64856
3 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,8 @@
/**
* A small interface to combine tags and tagsfilters.
*
* See https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Tags_format.md for documentation
*/
export interface AndOrTagConfigJson {
and?: (string | AndOrTagConfigJson)[]
or?: (string | AndOrTagConfigJson)[]