Add overpass-layer (first sketches)
This commit is contained in:
parent
6238842ad0
commit
7532488a02
9 changed files with 665 additions and 19 deletions
|
|
@ -83,5 +83,10 @@ BR.confLayers.tree = {
|
|||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
'overpass': {
|
||||
'tourism': [
|
||||
'campsites'
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
|
|||
11
layers/overpass/tourism/campsites.geojson
Normal file
11
layers/overpass/tourism/campsites.geojson
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue