Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Design your QGIS template and Export using the iShare GIS Print Template plugin

  • Open the HTML in a text editor such as Notepad++ and navigate to the div for your editable field, such as Enter map title in the following example

Paste code macro
titleBefore
<div style="display:table-cell;vertical-align:top;" class="">Enter map title</div></div>
  • There are two things you need to do:

    • Add the missing ishare-edit-inline class class="ishare-edit-inline"

    • Add the field Value, used to label the text entry field in the Print Options dialog (with the first letter capitalised), e.g.


      so in this case you need to add ##title.before the actual text and ## after e.g ##title.Enter map title##. To end up with something like this:

Paste code macro
titleAfter
<div style="display:table-cell;vertical-align:top;" class="ishare-edit-inline">##title.Enter map title##</div>

...

It should look something like this:

...

  • Save your changes.

Issues generating an A1 Landscape PDF

...