Please enable JavaScript to view this site.

Navigation: Configuration > Web Services Configuration > Process Manager

Print Output Configuration

Prev Top Next More

Network Locator vertigis.network-locator.print-output

The output of an Intersection-layer-group can be configured in four different spaces

vertigis.network-locator.[default|role].print-output.detail

vertigis.network-locator.[default|role].print-output.overview

vertigis.network-locator.[default|role].process-manager.intersection-groups.<group>.print-output.detail

vertigis.network-locator.[default|role].process-manager.intersection-groups.<group>.print-output.overview

 

Overview is applied to the overview print-page and detail is applied to the detail page of the prints.

 

vertigis.network-locator[default|role].print-output

Setting

Type

Description

vertigis.network-locator.[default|role].print-output.[detail|overview].dynamic-print-elements

<key> <string>

 [Optional]

You can define additional dynamic fields to be passed to the printing engine. These fields use the Qute template language and can be used to insert dynamic text or values into print templates based on the request context.

Optional Conditions

Each dynamic field can optionally define a condition. If a condition is specified, the field is only included in the print request if the condition evaluates to true.

Currently, two conditions are supported. Both relate to whether the request area intersects with a specific intersection group:

AFFECTED_BY_INTERSECTION_GROUP

The value is included only if the request area intersects with the corresponding group.

NOT_AFFECTED_BY_INTERSECTION_GROUP

The value is included only if the request area does not intersect with the group.

"dynamic-print-elements": {
    "branch": "Electricity",
    "affected_text": {
      "condition": "AFFECTED_BY_INTERSECTION_GROUP",
"text": "Mapsheet is affected by electricity"
     },
     "not_affected_text": {
       "condition": "NOT_AFFECTED_BY_INTERSECTION_GROUP",
       "text": "Mapsheet is not affected by electricity"
      } 
}

Hint: If a dynamic print element is not passed to the print engine the text element on the ArcGIS Pro print template will not be shown all.

vertigis.network-locator.[default|role].print-output.[detail|overview].dpi

Long

 [Optional]

The dpi to be used for the print

Default: 96

vertigis.network-locator.[default|role].print-output.[detail|overview].is-print-legend

Boolean

 [Optional]

Enables/Disables the print of a legend page (if available)

Default: false

vertigis.network-locator.[default|role].print-output.[detail|overview].is-print-cover

Boolean

 [Optional]

Enables/Disables the print of the cover page (if available)

Default: false

vertigis.network-locator.[default|role].print-output.[detail|overview].request-geometry.enabled

Boolean

 [Optional]

Enables/Disables the output of the locator request geometry

Default: false

vertigis.network-locator.[default|role].print-output.[detail|overview].request-geometry.renderer.line-color

Color

 [Optional]

The strike color of the request geometry

Default: "255, 255, 255"

vertigis.network-locator.[default|role].print-output.[detail|overview].request-geometry.renderer.fill-color

Color

 [Optional]

The fill color of the requested geometry, if it was a polygon geometry

Default: "255, 255, 255"

vertigis.network-locator.[default|role].print-output.[detail|overview].request-geometry.renderer.width

Double 

 [Optional]

The stroke width of the requested geometry in points

Default: 2.0

vertigis.network-locator.[default|role].print-output.[detail|overview].page-frames.enabled

Boolean

 [Optional]

Enables/Disables the output of the page frames on the overview page

vertigis.network-locator.[default|role].print-output.[detail|overview].page-frames.renderer.line-color

Color

 [Optional]

The stroke color of the page frames on the overview page

Default: "255, 255, 255"

vertigis.network-locator.[default|role].print-output.[detail|overview].page-frames.renderer.fill-color color

Color

 [Optional]

The fill color of the page frames on the overview page

Default: "255, 255, 255"

vertigis.network-locator.[default|role].print-output.[detail|overview].request-page-frames.renderer.width

Double

 [Optional]

The stroke width of the locator request page frames in points

Default: 2.0

vertigis.network-locator.[default|role].print-output.[detail|overview].request-page-frames.enabled

Boolean

 [Optional]

Enables/Disables the output of the locator request page frames. Displays all frames, that the user requested, even if there is no detail-page print.

Default: false

vertigis.network-locator.[default|role].print-output.[detail|overview].request-page-frames.renderer.line-color

Color

 [Optional]

The stroke color of the locator request page frames

Default: "255, 255, 255"

vertigis.network-locator.[default|role].print-output.[detail|overview].request-page-frames.renderer.width

Double

 [Optional]

The stroke width of the locator request page frames in points

Default: 2.0

vertigis.network-locator.[default|role].print-output.[detail|overview].request-page-frames.renderer.fill-color

Color

 [Optional]

The fill color of the locator request page frames

Default: "255, 255, 255"

 

Sample

"print-output": {
          "detail": {
            "dynamic-print-elements": {
              "orgname_value": "VertiGIS",,
              "request_id": "{request_id}",
              "affected_text": {
                      "condition": "AFFECTED_BY_INTERSECTION_GROUP",
                      "text": "Mapsheet is affected by electricity",
              },
              "not_affected_text": {
                      "condition": "NOT_AFFECTED_BY_INTERSECTION_GROUP",
                      "text": "No electricity lines in this area",
              },
              "user_company": "{user_data.attributes.company[0]}",
              "user_name": "{user_data.firstName} {user_data.lastName}",
            },
            "dpi": 300,
            "is-print-cover": true,
            "is-print-legend": true,
            "page-frames": {
              "enabled": true,
              "renderer": {
                "line-color": "255,0,0",
                "width": 1
              }
            },
            "request-geometry": {
              "enabled": true,
              "renderer": {
                "line-color": "255,128,50",
                "fill-color": "128,255,100",
                "width": 3
              }
            }
          }
        }

© 2025 VertiGIS. All rights reserved. | Privacy Center | Imprint
Documentation Version 1.4 (cb680fa2)