forked from MapComplete/MapComplete
Disable ability to move ghost signs, they are snapped in most cases
This commit is contained in:
parent
7aaf7e2896
commit
34635b0095
1 changed files with 2 additions and 3 deletions
|
@ -38,9 +38,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minzoom": 10,
|
"minzoom": 10,
|
||||||
"allowMove": {
|
"#allowMove": "Normally, a ghost sign is snapped to a wall, so moving won't be possible in most cases",
|
||||||
"enableImproveAccuracy": true
|
"allowMove": false,
|
||||||
},
|
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
{
|
{
|
||||||
"id": "historic",
|
"id": "historic",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue