forked from MapComplete/MapComplete
Feature: allow to move and snap to a layer, fix #2120
This commit is contained in:
parent
eb89427bfc
commit
fdedb75954
34 changed files with 824 additions and 301 deletions
|
@ -34,6 +34,9 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"snapName": {
|
||||
"en": "a wall, cliff or rock"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"title": {
|
||||
"render": {
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
"ca": "Vies ciclistes i carreteres",
|
||||
"cs": "Cyklostezky a silnice"
|
||||
},
|
||||
"snapName": {
|
||||
"en": "a road or a cycleway",
|
||||
"nl": "een weg, straat of fietspad"
|
||||
},
|
||||
"description": {
|
||||
"en": "All infrastructure that someone can cycle over, accompanied with questions about this infrastructure",
|
||||
"nl": "Alle infrastructuur waar je over kunt fietsen, met vragen over die infrastructuur",
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
"ca": "Interiors",
|
||||
"cs": "Vnitřní prostory"
|
||||
},
|
||||
"snapName": {
|
||||
"en": "an indoor wall",
|
||||
"nl": "een binnenmuur"
|
||||
},
|
||||
"description": {
|
||||
"en": "Basic indoor mapping: shows room outlines",
|
||||
"de": "Grundlegende Innenraumkartierung: zeigt Umrisse von Räumen",
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"ca": "Vroades",
|
||||
"cs": "Obrubníky"
|
||||
},
|
||||
"snapName": {
|
||||
"en": "a kerb"
|
||||
},
|
||||
"description": {
|
||||
"en": "A layer showing kerbs.",
|
||||
"nl": "Een laag met stoepranden.",
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"ca": "Camins per a vianants",
|
||||
"cs": "Cesty pro chodce"
|
||||
},
|
||||
"snapName": {
|
||||
"en": "a pedestrian path"
|
||||
},
|
||||
"description": {
|
||||
"en": "Pedestrian footpaths, especially used for indoor navigation and snapping entrances to this layer",
|
||||
"nl": "Pad voor voetgangers, in het bijzonder gebruikt voor navigatie binnen gebouwen en om aan toegangen vast te klikken in deze laag",
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"fr": "Abri",
|
||||
"cs": "Přístřešek"
|
||||
},
|
||||
"snapName": {
|
||||
"en": "a shelter"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing shelter structures",
|
||||
"de": "Eine Ebene, die verschiedene Bauformen von Unterständen zeigt",
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
"zh_Hant": "特殊的內建圖層顯示所有牆壁與建築。這個圖層對於規畫要靠牆的東西 (例如 AED、郵筒、入口、地址、監視器等) 相當實用。這個圖層預設顯示而且無法由使用者開關。",
|
||||
"pl": "Specjalna warstwa zabudowana zapewniająca wszystkie mury i budynki. Warstwa ta jest przydatna w ustawieniach wstępnych obiektów, które można umieścić przy ścianach (np. AED, skrzynki pocztowe, wejścia, adresy, kamery monitorujące itp.). Warstwa ta jest domyślnie niewidoczna i użytkownik nie może jej przełączać."
|
||||
},
|
||||
"snapName": {
|
||||
"en": "a wall or building",
|
||||
"nl": "een muur of gebouw"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue