mapcomplete/assets/layers/current_view/current_view.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
614 B
JSON
Raw Normal View History

2021-12-10 15:50:59 +01:00
{
2021-12-10 15:51:08 +01:00
"id": "current_view",
2023-05-05 01:25:37 +02:00
"description": "A meta-layer which contains one single feature, namely the bounding box 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.\n\nThe icon on the button is the default icon of the layer, but can be customized by detecting 'button=yes'.",
2023-03-24 19:21:15 +01:00
"source": "special",
2021-12-10 17:30:50 +01:00
"shownByDefault": false,
2021-12-10 15:51:08 +01:00
"title": "Current View",
2023-05-05 01:25:37 +02:00
"popupInFloatover": true,
2023-09-19 14:04:13 +02:00
"pointRendering": [],
"lineRendering": [
2021-12-10 15:51:08 +01:00
{
"color": "#cccc0088"
}
],
"tagRenderings": []
2023-05-05 01:25:37 +02:00
}