|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 | 4 | <title>beePen help</title>
|
| 5 | + <style> |
| 6 | + h5 { font-size: 95%; color: #333; } |
| 7 | + img { max-width: 95%; } |
| 8 | + figure { |
| 9 | + text-align: center; |
| 10 | + font-style: italic; |
| 11 | + font-size: smaller; |
| 12 | + text-indent: 0; |
| 13 | + border: thin silver solid; |
| 14 | + margin: 0.5em; |
| 15 | + padding: 0.5em; |
| 16 | + } |
| 17 | + figcaption { font-size: 95%; color: #333; } |
| 18 | + </style> |
5 | 19 | </head>
|
6 | 20 |
|
7 |
| - <h1>beePen help</h1> |
8 |
| - |
| 21 | + <h2>beePen help</h2> |
| 22 | + <h3>vers. 0.2.0 for QGIS 3</h3> |
| 23 | + |
| 24 | + <div style="font-size: 90%; font-style: italic;"> |
| 25 | + Plugin creators: Mauro Dedonatis (Urbino Univ., Italy, [email protected]) and Mauro Alberti (alberti.m65 at gmail.com). |
| 26 | + <br />The original concept is by Mauro DeDonatis, while the implementation is by Mauro Alberti. |
| 27 | + </div> |
| 28 | + <br /> |
| 29 | + <div> |
9 | 30 | beePen is a Python plugin for drawing freeand annotations and sketches in an ad-hoc layer in QGis.
|
10 |
| - It is inspired by the corresponding tool in <a href="http://www.beegis.org/" target="_blank">BeeGIS</a> |
11 |
| - and re-use the code by Pavol Kapusta in his Frehand Editing plugin. The plugin window is started by the "beePen" command (Fig. 1). |
| 31 | + It is inspired by the corresponding tool in <a href="http://www.beegis.org/" target="_blank">BeeGIS</a>. |
| 32 | + and based on the code by Pavol Kapusta in his Frehand Editing plugin. The plugin window is started by the "beePen" command (Fig. 1). |
12 | 33 | <br /><br />
|
13 |
| - <img src="ims/beepen_icon.png"> |
14 |
| - <br/>Fig. 1. |
15 |
| - <br /><br /><br /> |
| 34 | + <figure> |
| 35 | + <p><img src="ims/beepen_icon.png"> |
| 36 | + <figcaption>Fig. 1</figcaption> |
| 37 | + </figure> |
16 | 38 | beePen allows to create an annotation layer, that is characterized by three fields, storing: 1) the user-defined width (in map units); 2) the color and transparency of the pen;
|
17 | 39 | 3) the optional note to be associated with each element.
|
18 | 40 | These value are automatically inserted based on the user choice in the plugin window (Fig. 2).<br />
|
19 |
| - <br /> |
20 |
| - <img src="ims/beepen_window.png"> |
21 |
| - <br/>Fig. 2. |
22 |
| - <br /><br /><br /> |
| 41 | + <figure> |
| 42 | + <p><img src="ims/beepen_window.png"> |
| 43 | + <figcaption>Fig. 2</figcaption> |
| 44 | + </figure> |
23 | 45 | To draw annotations, create a new annotation layer from the beePen window (see Fig. 2) or load an existing one with QGIS (and style it if necessary
|
24 | 46 | with the "Style selected layers" command), and then draw annotations by selecting the pen tool (command with pencil icon in Fig. 3).
|
25 | 47 | You can delete one or more annotations by drawing a line above them with the eraser tool (rightmost command in Fig. 3).<br />
|
26 |
| - <br /> |
27 |
| - <img src="ims/beepen_commands.png"> |
28 |
| - <br/>Fig. 3. |
29 |
| - <br /> |
30 |
| - <div> |
31 |
| - <br /><br /> |
32 |
| - The conception of beePen is by Mauro Dedonatis (Urbino Univ., Italy), while the implementation is by Mauro Alberti.</div> |
33 |
| - <br /> |
34 |
| - <div style="font-style: italic; font-size:90%">Milan, September 2016, by Mauro Alberti</div> |
| 48 | + <figure> |
| 49 | + <p><img src="ims/beepen_commands.png"> |
| 50 | + <figcaption>Fig. 3</figcaption> |
| 51 | + </figure> |
| 52 | + </div> |
| 53 | + <br /><br /> |
| 54 | + <div style="font-style: italic; font-size:80%">Text version: August 5, 2018, by Mauro Alberti</div> |
35 | 55 |
|
36 | 56 |
|
37 | 57 |
|
|
0 commit comments