forked from MapComplete/MapComplete
Stabilize adding new points
This commit is contained in:
parent
d3c26c4f0e
commit
a3c16d6297
11 changed files with 249 additions and 257 deletions
|
@ -13,7 +13,8 @@
|
|||
"uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
|
||||
"dontDelete": "Cancel",
|
||||
"doDelete": "Remove image",
|
||||
"isDeleted": "Deleted"
|
||||
"isDeleted": "Deleted",
|
||||
"hasBeenImported": "This feature has been imported"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Loading data…",
|
||||
|
|
|
@ -1326,10 +1326,10 @@
|
|||
"description": "Addresses",
|
||||
"name": "Known addresses in OSM",
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"uk_addresses_explanation_osm": {
|
||||
"render": "This address is saved in OpenStreetMap"
|
||||
},
|
||||
"1": {
|
||||
"uk_addresses_housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This building has no house number"
|
||||
|
@ -1338,7 +1338,7 @@
|
|||
"question": "What is the number of this house?",
|
||||
"render": "The housenumber is <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"2": {
|
||||
"uk_addresses_street": {
|
||||
"question": "What street is this address located in?",
|
||||
"render": "This address is in street <b>{addr:street}</b>"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue