I currently have my reverse georeferencer configured with Google, a few days ago we activated email notifications, and the API costs skyrocketed significantly, we have identified that the position of the Georeferenced alert is sent in the email. How can we configure the notification in such a way that it does not consume the Georeferencer API, but instead sends the data in coordinates? Is it possible to send the notification without executing this query?
You mean reverse geocoding? You can set geocoder.onRequest
to false
in the config file.
Yes, I am referring to the fact that the email notification does not use reverse georeferencing. With the route you gave me, was I able to solve it?
I currently have my reverse georeferencer configured with Google, a few days ago we activated email notifications, and the API costs skyrocketed significantly, we have identified that the position of the Georeferenced alert is sent in the email. How can we configure the notification in such a way that it does not consume the Georeferencer API, but instead sends the data in coordinates? Is it possible to send the notification without executing this query?