mapcomplete/assets/layers/range/range.json

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

14 lines
236 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,
"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
}
]
2023-03-29 17:21:20 +02:00
}