Sending email alerts without querying the reverse geotagging API

GIS-FACTORY6 days ago

I implemented email sending for some alerts, but the Google reverse geofencing API consumption spiked. How can I make it so that emails don't require the query, but only send the longitude and latitude.

Anton Tananaev6 days ago

You can set geocoder.onRequest to false in the config.

GIS-FACTORY6 days ago

Wouldn't this affect the viewing of other services, such as map location and reports?

GIS-FACTORY6 days ago

I just want to remove the use of the email service API.

Anton Tananaev6 days ago

Yes, it will affect reports also.