First attempt for a current-view box

This commit is contained in:
Pieter Vander Vennet 2021-12-10 15:51:08 +01:00
parent ee3a18def1
commit dc5b777713
3 changed files with 45 additions and 3 deletions

View file

@ -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"
}
]
}