There are some settings that influence behavior on the Network Locator Web App.
Setting |
Type |
Description |
purposes |
String [Required] |
A list of purposes that should be shown in the Web Client Request Form |
scales |
String [Required] |
A list of scales that should be shown in the Web Client Request Form |
terms-and-conditions |
String [Required] |
A URL linking to a document or page that outlines the terms and conditions for using the system is provided. In the web client, users can proceed only after checking a box to indicate their acceptance of these terms and conditions. |
String [optional] |
A comma separated list of print template names. The order of this list defines the order in which the templates appear in the drop down list in the Locator Client |
|
Boolean [optional] |
Defines whether the user should be able to select DXF as an additional output format. Attention: DXF Files are only generated for those intersection-groups where the settingvertigis.network-locator.intersection-groups.dxf-export is configured Default: false |
"client-config": {
"purposes": "Akquise,Planung Tiefbau,Planung Hochbau,Planung allgemein,Durchführung Tiefbau,Durchführung Hochbau,behördliche Auskunft,Störungsbeseitigung,Überarbeitung",
"scales": "250,500,1000",
"print-templates": "A4-Landscape",
"terms-and-conditions": "https://www.vertigis.com"
}