forked from MapComplete/MapComplete
Cyclestreets: add the 'split'-button at the correct location
This commit is contained in:
parent
d6a20b7222
commit
6a67b9f2f2
1 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
|||
"layers": [
|
||||
{
|
||||
"id": "fietsstraat",
|
||||
"allowSplit": true,
|
||||
"name": {
|
||||
"nl": "Fietsstraten",
|
||||
"en": "Cyclestreets",
|
||||
|
@ -175,6 +176,7 @@
|
|||
},
|
||||
{
|
||||
"id": "toekomstige_fietsstraat",
|
||||
"allowSplit": true,
|
||||
"name": {
|
||||
"nl": "Toekomstige fietsstraat",
|
||||
"en": "Future cyclestreet",
|
||||
|
@ -311,6 +313,7 @@
|
|||
"pl": "Wszystkie ulice",
|
||||
"zh_Hant": "所有道路"
|
||||
},
|
||||
"allowSplit": true,
|
||||
"description": {
|
||||
"nl": "Laag waar je een straat als fietsstraat kan markeren",
|
||||
"en": "Layer to mark any street as cyclestreet",
|
||||
|
@ -411,7 +414,6 @@
|
|||
}
|
||||
],
|
||||
"overrideAll": {
|
||||
"allowSplit": true,
|
||||
"+tagRenderings": [
|
||||
{
|
||||
"id": "is_cyclestreet",
|
||||
|
|
Loading…
Reference in a new issue