GIS Service configuration
There are several configuration values needed to enable address correction and service area validation. These features rely on an external Esri service and are not compatible with other geolocation services.
The address correction feature may be enabled on its own, but service area validation depends on address correction being enabled.
Enables the feature that allows address correction for address questions.
Enables the feature that allows for service area validation of a corrected address. ESRI_ADDRESS_CORRECTION_ENABLED needs to be enabled.
Human readable labels used to present the service area validation options in CiviForm’s admin UI.
Example value: ["Seattle"]
The value CiviForm uses to validate if an address is in a service area.
Example value: ["Seattle"]
Example value: ["https://gisdata.your city.gov/server/rest/services/City_Limits/MapServer/1/query"]
The attribute CiviForm checks from the service area validation response to get the service area validation ID.
Example value: ["CITYNAME"]
The number of tries CiviForm will attempt requests to external Esri services.
Last modified 7mo ago