mapcomplete/assets/layers/range/range.json

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

16 lines
264 B
JSON
Raw Normal View History

2023-03-24 19:21:15 +01:00
{
"id": "range",
"description": "Meta-layer, simply showing a bbox in red",
"title": null,
"source": "special",
"name": null,
2023-07-16 02:08:43 +02:00
"shownByDefault": false,
2023-03-24 19:21:15 +01:00
"mapRendering": [
{
2023-03-25 02:48:24 +01:00
"width": 3,
2023-03-24 19:21:15 +01:00
"fill": "no",
2023-03-25 02:48:24 +01:00
"color": "#cc00cc"
2023-03-24 19:21:15 +01:00
}
]
}