You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Allowlisted public sightings sources. Supported kinds: "json" and "jsonld".
# URL templates may use {latitude}, {longitude}, {radiusMiles}, and {sinceHours}.
# Only configure sources whose terms permit aggregation.
CATWOMAN_SIGHTING_SOURCES=[{"id":"partner-feed","name":"Example public partner feed","kind":"json","urlTemplate":"https://example.org/public-cat-sightings?lat={latitude}&lon={longitude}&radius={radiusMiles}&since={sinceHours}"}]