-
CarryMap Builder
- About CarryMap Builder
- Installing CarryMap Builder
- Licensing
- Registering CarryMap Builder license
- Creating mobile map from ArcMap project
- Managing identification templates
- Extracting map by selected polygon layer
- Merging multiple CMF2 maps
- Converting CMF to CMF2
- Generating map reports
- Importing and exporting data in GeoPackage format
- Geoprocessing tools
- Setting CarryMap Builder
- Support
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:
- All attributes – this type of stripe is used to display the full attribute table of the feature with all fields (excluding hidden fields). You can specify text (font and size) and background (color) parameters and select the information display view (table or stripe), and show/hide empty attribute table fields.
|
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.
|
- Attachments by specific fields with link – this stripe is provided to display all the attachments to objects (images, videos, audios, documents etc.). To select which type of attachment should be displayed, check the boxes near the needed items. Note that this template can be used even if you have ArcGIS Basic license, which does not support creation of tables with attachments. To set display of attachments by links from the fields, go to Map section of Customize map extraction window.
|
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.
- Feature attachments – this type of stripe is used to display all attachments to features (photo, video, audio, documents, etc.). 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 and all other attachments arranged in the list.
|
- HTML code – this type of stripe is used to display attribute tables same as it has been specified using HTML script.
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.
- Attachments by specific fields from attributes – this type of stripe is used to display multimedia files selected based on the fields values that is selected with Customize map extraction tool.
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.
- One attachment for all features – this type of stripe is used to display multimedia file that needs to be displayed in identification dialogs for all features of the layer, for example, your company logo. The background color for this stripe can be selected.
|
- Selected fields from attributes – this type of stripe is used to display part of the attribute table, i.e. those attributes only that should be visible to the user. Settings for text display and background color for this stripe can be specified in Customize identification templates menu. Fields that need to be displayed are selected in Map tab of Customize map extraction dialog.
|
- Text – this type of stripe is used to display text description of feature, that can be typed manually or added using appropriate attribute text field. Settings for text display and background color for this stripe can be specified in Customize identification templates menu. If you want to display the field value here, this field should be selected in Map tab of Customize map extraction dialog.
|