Add overpass-layer (first sketches)

This commit is contained in:
Stefan Siegl 2020-06-06 11:16:44 +02:00
parent 6238842ad0
commit 7532488a02
No known key found for this signature in database
GPG key ID: 73942AF5642F3DDA
9 changed files with 665 additions and 19 deletions

View file

@ -83,5 +83,10 @@ BR.confLayers.tree = {
]
}
]
},
'overpass': {
'tourism': [
'campsites'
]
}
};

View file

@ -0,0 +1,11 @@
{
"geometry": null,
"properties": {
"name": "Campsites",
"id": "campsites",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=camp_site];way[tourism=camp_site];);"
},
"type": "Feature"
}