selfserviceoperationgeocoderip
This configuration is optional when using the plugin Geocoder_IP.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
<operationGeocoderIp
<geocoderIpService
optional
required=
intBatch size for the IP geocoding, at most this many IP addresses will be sent to the geocoderIpService at once for geocoding using this geocoder-ip. For non-positive values multiple IP addresses are geocoded within one request. The number of IP addresses within one request depends on other configurations (eg request size when reading source data from database).
Default: 100
Geocoding service to be used for the import of IP addresses.
</geocoderIpService>
>
required
</operationGeocoderIp>
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
selfserviceoperationgeocoderip:
geocoderIpService:
id: "text"
batchSize: 15
geocodingLimit: 15
attributeMappings:
ipAddress:
- "text"
- "text"
Filename: selfserviceoperationgeocoderip-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<operationGeocoderIp>
<geocoderIpService id="text" batchSize="15"/>
<geocodingLimit>15</geocodingLimit>
<attributeMappings>
<ipAddress>
<attributeName>text</attributeName>
<attributeName>text</attributeName>
</ipAddress>
</attributeMappings>
</operationGeocoderIp>