Report map settings are stored in the map property of the settings element.
NOTE. This specification contains only the settings, which are used on the mobile device.
Property | Description | Available values |
indicators | An array of selected dimension elements, which are color or height indicators. | Value is an element with the following properties:
|
Scales | It contains scale settings, by which map territory fill is set up. | It contains the Scale property that is an element with the following properties:
Other values are for internal use only. |
legend | Map legend. | Value is an element with the following properties:
|
topobase | Array of topobases loaded to the mobile device. | Value is an element array with the following properties:
|
Below is an example of setting up an express report map. The example contains settings applied in the mobile application:
<key>map</key> <dict> <key>indicators</key> <dict> <key>color</key> <string>513</string> <key>depth</key> <string>513</string> </dict> <key>legend</key> <dict> <key>columns</key> <integer>1</integer> <key>opacity</key> <real>0</real> <key>horizontalAlignment</key> <string>Center</string> <key>verticalAlignment</key> <string>Bottom</string> </dict> <key>topobase</key> <array> <dict> <key>type</key> <string>svg</string> <key>id</key> <string>tkz5mb5y</string> </dict> <dict> <key>type</key> <string>triangulatebinary</string> <key>id</key> <string>st12imzr</string> </dict> <dict> <key>type</key> <string>triangulate</string> <key>id</key> <string>gzpqjpa1</string> </dict> </array> </dict>
See also: