Fix warning in filters.json
This commit is contained in:
parent
0ca92ed6ab
commit
91a5e55d90
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "filters",
|
"id": "filters",
|
||||||
"description": "This layer acts as library for common filters",
|
"description": "This layer acts as library for common filters",
|
||||||
"mapRendering": [],
|
"mapRendering": null,
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": "id~*"
|
"osmTags": "id~*"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue