From 0221c9b877f9231a48b18d382d784699970d5ca6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 25 Aug 2014 10:26:27 -0700 Subject: [PATCH 1/2] Rewrite area intro sentence (#2336) --- data/core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core.yaml b/data/core.yaml index df09ef26c..4c9afb483 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -584,7 +584,7 @@ en: delete: "The menu around the point contains operations that can be performed on it, including delete. **Delete the point.**" areas: title: "Areas" - add: "Areas are a more detailed way to represent features. They provide information on the boundaries of the feature. Areas can be used for most feature types points can be used for, and are often preferred. **Click the Area button to add a new area.**" + add: "Areas are used to show the boundaries of features like lakes, buildings, and residential areas. They can be also be used for more detailed mapping of many features you might normally map as points. **Click the Area button to add a new area.**" corner: "Areas are drawn by placing nodes that mark the boundary of the area. **Place the starting node on one of the corners of the playground.**" place: "Draw the area by placing more nodes. Finish the area by clicking on the starting node. **Draw an area for the playground.**" search: "**Search for '{name}'.**" From f11e8c5635165cf1a4112c8e29e9e6a177c868e0 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 25 Aug 2014 10:29:07 -0700 Subject: [PATCH 2/2] Add address to post office preset (fixes #2332) --- data/presets/presets.json | 3 ++- data/presets/presets/amenity/post_office.json | 3 ++- dist/locales/en.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index 7097ae76e..98076be38 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1326,7 +1326,8 @@ "fields": [ "operator", "collection_times", - "building_area" + "building_area", + "address" ], "geometry": [ "point", diff --git a/data/presets/presets/amenity/post_office.json b/data/presets/presets/amenity/post_office.json index 7b6e3b62b..f55dd13cb 100644 --- a/data/presets/presets/amenity/post_office.json +++ b/data/presets/presets/amenity/post_office.json @@ -3,7 +3,8 @@ "fields": [ "operator", "collection_times", - "building_area" + "building_area", + "address" ], "geometry": [ "point", diff --git a/dist/locales/en.json b/dist/locales/en.json index 934849de4..e46f735cb 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -389,7 +389,7 @@ }, "areas": { "title": "Areas", - "add": "Areas are a more detailed way to represent features. They provide information on the boundaries of the feature. Areas can be used for most feature types points can be used for, and are often preferred. **Click the Area button to add a new area.**", + "add": "Areas are used to show the boundaries of features like lakes, buildings, and residential areas. They can be also be used for more detailed mapping of many features you might normally map as points. **Click the Area button to add a new area.**", "corner": "Areas are drawn by placing nodes that mark the boundary of the area. **Place the starting node on one of the corners of the playground.**", "place": "Draw the area by placing more nodes. Finish the area by clicking on the starting node. **Draw an area for the playground.**", "search": "**Search for '{name}'.**",