| 
 | 
 | 
 | 
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" 
 |