[geofence]¶
Defines the geofences (named areas) Poracle uses for area-based tracking.
Fields¶
| Field | Type | Default | Description |
|---|---|---|---|
paths |
array(string) | ["geofences/geofence.json"] |
Paths or URLs to geofence files. Supports the format created by geo.jasparke.net and standard GeoJSON. |
default_name |
string | "city" |
Fallback fence name if a fence has no name set. |
[geofence.koji]¶
Optional integration with Koji for HTTP-served geofences.
| Field | Type | Default | Description |
|---|---|---|---|
bearer_token |
string | "" |
Koji API bearer token used for authenticated downloads. |
cache_dir |
string | ".cache/geofences" |
Local directory for caching downloaded geofences (shared across tools). |
See also: Geofence configuration guide.