IN THIS ARTICLE

How to add custom Geocoding service to Web Console

Incorrect email!

The article was successfully sent to the email

Custom Geocoding Service for Web Console

Web Console supports Custom Geocoding, similar to TRBOnet Server and Dispatch Console. This article describes how to add a Custom Geocoding Service to Web 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 Web.config.
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

UrlGetStreetNameCustom is the Get Address by Coordinates function.
UrlGetCoordinatesCustom is the Get Coordinates by Address function.

Helpful?
We're glad this article helped.

Thanks for letting us know. What went wrong?