forked from MapComplete/MapComplete
Inject newly created notes into the map
This commit is contained in:
parent
7001216ab7
commit
80533597c1
6 changed files with 82 additions and 3 deletions
|
@ -453,6 +453,7 @@
|
|||
"loginToClose": "Login to close this note",
|
||||
"createNoteTitle": "Create a new note here",
|
||||
"createNote": "Create a new note",
|
||||
"textNeeded": "Enter a descriptive text to create a note",
|
||||
"noteIsPublic": "This will be visible to everyone",
|
||||
"createNoteIntro": "Is something wrong or missing on the map? Create a note here. These will be checked by volunteers",
|
||||
"warnAnonymous": "You are not logged in. We won't be able to contact you to resolve your issue.",
|
||||
|
|
|
@ -3402,6 +3402,17 @@
|
|||
"question": "Who maintains this tower?",
|
||||
"render": "Maintained by <b>{operator}</b>"
|
||||
},
|
||||
"elevator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This tower has an elevator which takes visitors to the top"
|
||||
},
|
||||
"1": {
|
||||
"then": "This tower does not have an elevator"
|
||||
}
|
||||
},
|
||||
"question": "Does this tower have an elevator?"
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3410,6 +3421,10 @@
|
|||
},
|
||||
"question": "What is the name of this tower?",
|
||||
"render": "This tower is called <b>{name}</b>"
|
||||
},
|
||||
"step_count": {
|
||||
"question": "How much individual steps does one have to climb to reach the top of this tower?",
|
||||
"render": "This tower has {step_count} steps to reach the top"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -3302,6 +3302,17 @@
|
|||
"question": "Wie onderhoudt deze toren?",
|
||||
"render": "Wordt onderhouden door <b>{operator}</b>"
|
||||
},
|
||||
"elevator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze toren heeft een lift die bezoekers naar de top van de toren brengt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze toren heeft geen lift"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze toren een lift?"
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3310,6 +3321,10 @@
|
|||
},
|
||||
"question": "Heeft deze toren een naam?",
|
||||
"render": "Deze toren heet <b>{name}</b>"
|
||||
},
|
||||
"step_count": {
|
||||
"question": "Hoeveel treden moet men beklimmen op de top van de toren te bereiken?",
|
||||
"render": "Deze toren heeft {step_count} traptredes"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -1096,6 +1096,11 @@
|
|||
"shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of",
|
||||
"title": "A map of maps"
|
||||
},
|
||||
"nature": {
|
||||
"description": "On this map, one can find interesting infromation for tourists and nature lovers, such as ",
|
||||
"shortDescription": "A map for nature lovers, with interesting POI's",
|
||||
"title": "Into nature"
|
||||
},
|
||||
"notes": {
|
||||
"description": "A note is a pin on the map with some text to indicate something wrong.<br/><br/>Make sure to checkout the <a href='#filters'>filter view</a> to search for users and text.",
|
||||
"title": "Notes on OpenStreetMap"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue