Hide 'man_made=mast' from GRB layer

This commit is contained in:
Pieter Vander Vennet 2021-12-23 00:37:41 +01:00
parent 41dfa008d0
commit 4131e9b9e2

View file

@ -455,7 +455,9 @@
"id": "GRB",
"description": "Geometry which comes from GRB with tools to import them",
"source": {
"osmTags": "HUISNR~*",
"osmTags": {
"and": ["HUISNR~*","man_made!=mast"]
},
"geoJson": "https://betadata.grbosm.site/grb?bbox={x_min},{y_min},{x_max},{y_max}",
"geoJsonZoomLevel": 18,
"mercatorCrs": true,