publiclab / leaflet-blurred-location

A Leaflet-based interface for selecting a "blurred" or low-resolution location, to preserve privacy
https://publiclab.github.io/leaflet-blurred-location/examples/
GNU General Public License v3.0
35 stars 32 forks source link

Geocode reverse lookup in getPlacenameFromCoordinates not working #231

Open nstjean opened 4 years ago

nstjean commented 4 years ago

This is the same issue we had in https://github.com/publiclab/leaflet-blurred-location/issues/214 ! I've updated the error checking and API key but now both the search by place name and the get placename are displaying a Google message: "Error retrieving location: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started"

You can see it in action here: https://publiclab.github.io/leaflet-blurred-location/examples/

Let's use this key, which should be limited to publiclab.org, mapknitter.org and publiclab.github.io: AIzaSyAOLUQngEmJv0_zcG1xkGq-CXIPpLQY8iQ

Does something else need to be enabled for this to work in testing?

nstjean commented 4 years ago

@jywarren Having an issue with the API key!