...
Tip |
---|
The PDF generation does not support .gif images. |
If you wish to remove the Legend from the Print template then simply remove the atLegends div e.g.
Code Block |
---|
<div id="atLegends" class="atBottomRight"></div><!-- other possible css classes: atBottomLeft, atTopRight, atTopLeft (you can use 1 at a time) -->
</div> |
Warning |
---|
Please do not change or remove the the 'IDs' or 'CLASS' from any element as this can create problems. |
Using the iShare predefined Selectors
There are currently four iShare selectors that you may use within your print template. These selectors may be used as many times as required in the template, we have used three of these in the following example.
Selector | Description |
---|---|
isharemaps-edit-inline | This displays an editable box where the user can type any information they require to be printed. This is designed to be used in line with other text or on its own. Here we have pre-populated the entry with iShare printing” but the user will be able to change this. |
isharemaps-edit-block | This displays an editable block designed to be used on block elements such as paragraphs. |
isharemaps-print-date | This displays the current date |
isharemaps-scale | This displays the currently selected scale for the map |
Displaying a Legend
...
There are currently four iShare selectors that you may use within your print template. These selectors may be used as many times as required in the template, we have used three of these in the following example.
Warning |
---|
Please do not change or remove the the 'IDs' or 'CLASS' from any element as this can create problems. |
Using the iShare predefined Selectors
Selector | Description |
---|---|
isharemaps-edit-inline | This displays an editable box where the user can type any information they require to be printed. This is designed to be used in line with other text or on its own. Here we have pre-populated the entry with iShare printing” but the user will be able to change this. |
isharemaps-edit-block | This displays an editable block designed to be used on block elements such as paragraphs. |
isharemaps-print-date | This displays the current date |
isharemaps-scale | This displays the currently selected scale for the map |
Displaying a Legend
Status | ||||||
---|---|---|---|---|---|---|
|
From v5.4.4 a Display Legend check box will be included in the header of the default templates e.g.
If you wish to remove the Legend from the Print template then simply remove the atLegends div e.g.
Code Block |
---|
<div id="atLegends" class="atBottomRight"></div><!-- other possible css classes: atBottomLeft, atTopRight, atTopLeft (you can use 1 at a time) -->
</div> |
Print the User Name on the PDF output
You may add the user account to the PDF output from iShare GIS e.g.
...