From ee6702a837112febbe20dfef6ce5d1eaa176346e Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 16 Sep 2010 14:27:23 +0000 Subject: [PATCH] More work on help dialog --- net/systemeD/potlatch2/help/HelpDialog.mxml | 111 +++++++++++++++++--- styles/Application.css | 5 + 2 files changed, 104 insertions(+), 12 deletions(-) diff --git a/net/systemeD/potlatch2/help/HelpDialog.mxml b/net/systemeD/potlatch2/help/HelpDialog.mxml index 2e13c2fc..88d69b5a 100644 --- a/net/systemeD/potlatch2/help/HelpDialog.mxml +++ b/net/systemeD/potlatch2/help/HelpDialog.mxml @@ -3,7 +3,7 @@ xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" showCloseButton="true" horizontalAlign="center" title="Welcome to Potlatch2 for [Website]" - width="450" height="350" + width="550" height="350" verticalGap="0"> - + @@ -41,20 +41,107 @@ - - - - Interface Controls - ]]> - - + + + + + + + + + + + Choose your map background from one of the items in the list or add your own vector file.

+ ]]> +
+
+
+
+ + + + + + + + Choose the style in which you wish to view the map. Colours and overall style vary and also includes other options like wireframe.

+ ]]> +
+
+
+
+ + + + + + + + Create OSM map data from a GPS track you upload.

+ ]]> +
+
+
+
+ + + + + + + + Made a mistake? Just hit undo and/or redo to correct your edits.

+ ]]> +
+
+
+
+ + + + + + + + Brings up this guide in case you need any information as you begin editing.

+ ]]> +
+
+
+
+ + + + + + + + If you feel confident with your edits, hit save to publish to http://www.openstreetmap.org. Most edits take a few hours to show up on OSM and subsequently on [Website].

+ ]]> +
+
+
+
+
- + + Interface Controls +

Before you being, the first rule you need to know is the use of proprietary data. Data from copyrighted maps or any other proprietary data is strictly prohibited! Copying, tracing or any reproduction of copyrighted work is not allowed! (Source: Copyright - OpenStreetMap Wiki)

+

+

Linear features such as streets, footpaths, railways and building outlines will hereby be referred to as ways.

+

To create a point (or node), just drag and drop the appropriate icon from the sidebar onto the map.

+

To create a way, begin by clicking on the map at its start point, then click at each successive point. Double-click to finish the line or press Enter.

+

To create a polygon, begin by clicking on the map at its start point, then click at each successive point (similar to creating a way), and finish by double-clicking on the very first point to close the polygon.

+

Remember, if you make a mistake, you can always hit the Undo button. Pressing the Esc key will undo all your edits for the current feature.

]]>
diff --git a/styles/Application.css b/styles/Application.css index e5fbaad1..c5de52c2 100644 --- a/styles/Application.css +++ b/styles/Application.css @@ -35,6 +35,11 @@ TitleWindow { fontStyle: italic; } +.helpHeaderText { + fontWeight: bold; + fontSize: 13pt; +} + .header { fillColors: haloSilver, x222222; fillAlphas: 1.0, 1.0; -- 2.36.1