How to add custom Geocoding service to Web Console
The article was successfully sent to the email
Summary
This article describes how to add a Custom Geocoding Service to TRBOnet Web Console by editing the Web.config file.
Web Console supports Custom Geocoding, similar to TRBOnet Server and Dispatch Console.
Steps
1. Stop the IIS service.
2. Open the Web Console files folder. Default path: C:\inetpub\WEB_CONSOLE_FILES_FOLDER
3. Edit the file .
4. Locate the following lines:
add key="UrlGetStreetNameCustom" value=""
5. Insert the Custom Geocoding service URLs. Example:
add key="UrlGetStreetNameCustom" value="http://GEOCODING_SERVICE_ADDRESS/reverse?format=xml&lat={lat}&lon={lon}&zoom=18"
Notes
• is the Get Address by Coordinates function.
• is the Get Coordinates by Address function.