Fix warning in filters.json

This commit is contained in:
Pieter Vander Vennet 2022-09-27 18:54:21 +02:00
parent 0ca92ed6ab
commit 91a5e55d90

View file

@ -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~*"
}, },