forked from MapComplete/MapComplete
Hide 'man_made=mast' from GRB layer
This commit is contained in:
parent
41dfa008d0
commit
4131e9b9e2
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue