bmlt-enabled / bmlt-enabled/bmlt-server
Server side geo lookup
Open
- Dominant language
- PHP
- Stars
- 23
- Forks
- 17
- Avg merge
- 9h 11m
- Merged PRs (30d)
- 7
Description
Currently the admin javascript UI performs a geocode lookup (address to lat/long) on save. This creates a dependency on the BMLT maps API key to the admin javascript ui, and also seems to implicitly require the key restrictions to allow via referer (as the client IP addresses would be unknown).
The preference would be to provide this capability via a server side API, to avoid client side needing to know the maps key.
Am happy to tackle this as priority during the admin api rewrite if in agreement.
Contributor guide
Assessment
This issue has not been assessed yet.