mapcomplete/assets/layers/range/range.json

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

21 lines
376 B
JSON
Raw Normal View History

2023-03-24 19:21:15 +01:00
{
"id": "range",
"name": null,
2023-03-24 19:21:15 +01:00
"description": "Meta-layer, simply showing a bbox in red",
"source": "special",
2023-07-16 02:08:43 +02:00
"shownByDefault": false,
"title": null,
2023-09-19 14:04:13 +02:00
"pointRendering": [],
"lineRendering": [
2023-03-24 19:21:15 +01:00
{
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
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
}
}