Report Topobases Settings

Topobases used in the report are described in the Resources section of the published express report. Value of the Resources property is an array of <dict> elements that describe report topobases.

Report Topobase Properties

Property Description Available values
id Topobase identifier.  
path Name of topobase file without the extension. File extension is set in the ext property, which creates a link to a file, such as, w5elv3dq.bin.

 

ext Topobase format.

The following values are available:

  • svg. SVG topobase.

  • xml. The file that contains descriptions of regional centers in geographic coordinates.

  • bin. Binary topobase.

  • tr. Triangulated topobase.

Example

The section that describes topobases used in the express report may look as follows:

<key>Resources</key>
      <!-- Section describing report topobases-->
      <array>
        <dict>
          <key>id</key>
          <!-- svg topobase-->
          <string>w5elv3dq</string>
          <key>path</key>
          <string>w5elv3dq</string>
          <key>ext</key>
          <string>svg</string>
        </dict>
        <dict>
          <key>id</key>
          <!-- File describing region centers in geographical coordinates-->
          <string>1ncqhfuz</string>
          <key>path</key>
          <string>1ncqhfuz</string>
          <key>ext</key>
          <string>xml</string>
        </dict>
        <dict>
          <key>id</key>
          <!-- binary topobase-->
          <string>1ncqhfuz</string>
          <key>path</key>
          <string>1ncqhfuz</string>
          <key>ext</key>
          <string>bin</string>
        </dict>
        <dict>
          <key>id</key>
          <!-- triangulate topobase-->
          <string>x3hkchrk</string>
          <key>path</key>
          <string>x3hkchrk</string>
          <key>ext</key>
          <string>tr</string>
        </dict>
      </array>

See also:

Express Report Settings