forked from MapComplete/MapComplete
First attempt for a current-view box
This commit is contained in:
parent
ee3a18def1
commit
dc5b777713
3 changed files with 45 additions and 3 deletions
|
@ -1,3 +1,14 @@
|
|||
{
|
||||
|
||||
"id": "current_view",
|
||||
"description": "A meta-layer which contains one single feature, namely the BBOX of the current map view. This can be used to trigger special actions. If a popup is defined for this layer, this popup will be accessible via an extra button on screen",
|
||||
"source": {
|
||||
"osmTags": "id=currentView"
|
||||
},
|
||||
"title": "Current View",
|
||||
"tagRenderings": [],
|
||||
"mapRendering": [
|
||||
{
|
||||
"color": "#cccc0088"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue