Sending email alerts without querying the reverse geotagging API

GIS-FACTORY 10 months 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 Tananaev 10 months ago

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

GIS-FACTORY 10 months ago

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

GIS-FACTORY 10 months ago

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

Anton Tananaev 10 months ago

Yes, it will affect reports also.