The GIS 3rd Party Integrations tab allows agencies to replace the default Lucity Web Map with their own web map.
Note: This option is available only in the Lucity Web application. It does not change any of the settings for the Desktop application.
To make changes to a setting, click in its Value field and begin typing. Click Save when finished.
Field |
Function |
Alternate URL for Show in Web Map for Asset List |
Designates the URL of the alternate web map product. (Details below.) |
Use 3rd Party GIS Web Map |
Tells the program to use a product other than the Lucity Web Map. Note: This option must be set to TRUE to use a different map. |
URL Details
The system performs a search-and-replace on the URL to replace the following variables:
The following are examples of how the URL might appear:
SHOWINMAPACTION |
SHOWINMAPPARAMS |
ShowInMapAssetList |
JSON (JavaScript Object Notation) list of asset inventory types and asset IDs: [{catinv:2,id:123},{catinv:6,id:456}] |
ShowInMapLocation |
JSON (JavaScript Object Notation) list of addresses and x/y coordinates: [{building:"500",street1:"Main street",street2:"",zip:",x:null,y:null}] |
ShowInMapModuleList |
JSON (JavaScript Object Notation) list of module IDs and record IDs (not asset IDs): [{moduleid:48,id:789}] |