Open stavlocker opened 4 years ago
Related component: client
client
Add a background worker that uses Nominatim (by OpenStreetMap) to fill in geocoding. This needs to be done on all help requests & volunteers that don't have corrdinates.
DO NOT PUT KEYS IN THE CODE, use environment variables.
Code from frontend to help
.get('https://maps.googleapis.com/maps/api/geocode/json?address='+this.longPlace+'&key=<KEY>')
Note to self: Need to modify ebextentions to run the tasks.
Related component:
client
Description
Add a background worker that uses Nominatim (by OpenStreetMap) to fill in geocoding. This needs to be done on all help requests & volunteers that don't have corrdinates.
DO NOT PUT KEYS IN THE CODE, use environment variables.