-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Context help css and content updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12426 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
timlinux
committed
Dec 13, 2009
1 parent
89a1250
commit 726ae1c
Showing
3 changed files
with
95 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
<h3>Copyright Label Plugin</h3> | ||
Draws a copyright label with information.<br/> | ||
You can add any random text to the map not only a copyright label. | ||
<p> | ||
<a href="#howto">How to</a><br/> | ||
<a href="#text">Text formatting</a><br/> | ||
|
||
<a name="howto"> | ||
<h4>How to</h4> | ||
</a> | ||
<ol> | ||
<li>Make sure the plugin is loaded. | ||
<li>Click on <label>Plugins > Decorations > Copyright Label</label> or use the <label>Copyright Label</label> button from the Toolbar. | ||
<li>Enter the text you want to place on the map. You can use HTML. | ||
<li>Choose the placement of the label from the <label>Placement Bottom Right</label> drop-down box. | ||
<li>Make sure the <label>Enable Copyright Label checkbox</label> is checked. | ||
<li>Click <label>OK</label>. | ||
</ol> | ||
<a name="text"> | ||
<h4> Text formatting </h4> | ||
</a> | ||
This plugin supports basic HTML markup tags for formatting text. For example: | ||
|
||
<ul> | ||
<li><B><b> Bold text </b></B> | ||
</li> | ||
<li><I><i>Italicss</i></I> | ||
</li> | ||
<li><U><u> Underlined text</u></U> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters