| CarryMap Builder Help

General information about identification templates

Information displayed in the identification card can be organized differently depending on used identification templates. You can select either predefined system templates or create your own user templates.

To define settings of identification cards for your future mobile map, press Customize identification templates button on CarryMap Builder toolbar.

The list of available templates is shown in the left part of the tool dialog.

With Customize identification templates tool you will be able to create, filter and delete templates, as well as specify their view. Depending on your ArcMap project, you can specify additional settings for already created template. To do so, press Customize map extraction and go to Template settings section.

Both system and user identification templates are windows divided to separate information blocks as stripes. Type of displayed data, as well as display order in stripes are strictly defined.

You can add the following stripes to the user template that you created:

Note that in the settings window for the table template it is possible to select different display styles for header and value. To do so, in the Template settings window set the required settings in the appropriate sections.

In Identify section select the template where to the correspondent stripe has been added.

In the appeared window select fields, by which values it is needed to display attachments in the identification card.

The display type of attachments in the identification card can be specified as following:

- As a list – all attachments will be shown in the list.

- In a preview mode – photos will be shown as clickable thumbnails and the other attachments will be shown in the list.

- In full size – photos will be shown in full size, video and audio as media players and all other attachments arranged in the list.

By default by adding the HTML code stripe, the following HTML script will be used:

<div>

<table border="1px" width="100%">

<caption><b style="color: green "> Caption </b></caption>

<tr>

<td width="50%"> Field1 </td>

<td width="50%">[ Field1 ]</td>

</tr>

</table>

</div>

Where variable parameters are:

Green – text caption color;

Caption – caption name;

Field1 – name of field from attribute table, that needs to be shown in the identification card.

The example of displaying information using the default HTML script is shown below.

In order to show picture in the identification card using HTML script:

1. Go to the templates files folder, selecting Go to file storage in the template options.

2. Copy images you want to show in the card, to this folder.

3. In the settings of HTML code settings add this script:

<img src=” Attachments/1.png ”/>

Where variable parameter is:

1.png – picture name and format.

In order to show selected fields from attribute table in the identification card using HTML script, add the following script in the HTML code stripe settings:

<div>[ Field1 ]</div>

Where variable parameter is:

Field1 – name of field from attribute table.

If you need to align your text field left using HTML script, add the following script in the HTML code stripe:

<div align="left">[ Field1 ]</div>

Where variable parameter is:

Field1 – name of field from attribute table that needs to be aligned left.

If you need to align your text field right using HTML script, add the following script in the HTML code stripe:

<div align="right">[ Field1 ]</div>

Where variable parameter is:

Field1 – name of field from attribute table that needs to be aligned right.

You can specify which types of attachments should be displayed, to do so check the box near the required items.

The display type of attachments in the identification card can be specified as following:

- As a list – all attachments will be shown in the list.

- In a preview mode – photos will be shown as clickable thumbnails and the other attachments will be shown in the list.

- In full size – photos will be shown in full size, video and audio as media players.

Note that the CarryMap Builder supports also raster fields to display image attachments in identification cards.