-
-
Notifications
You must be signed in to change notification settings - Fork 113
Maps
David Cook edited this page Jan 10, 2025
·
1 revision
In order to get the map in /map
working you need to set up either:
- Create an account in https://console.developers.google.com
- Create a new project
- Create a new credential (API key)
- Add the recently created credential the following three APIs and enable them:
- Add the API key to the
secrets.yml
of your host, as showed in the example - Create a billing account. Using Google Maps is not free.
- Set up quotas for each API to avoid high bills.
In the credentials section, Google will show an
Unfortunately, the current restrictions model doesn't allow us to use the same key for Google Maps and geocoding. So we need to keep the key without restrictions.
See here for information https://github.com/openfoodfoundation/openfoodnetwork/issues/5542
Provisioning
Deployment
Sysadmin
External services
- Sending emails from OFN
- Email Deliverability
- SSL certificates
- Maps
- File storage
- Backups
- Server monitoring
- Issue reporting (Bugsnag)
Contributing