mapcentia / geocloud2

The GC2 framework helps you build a spatial data infrastructure quickly and easily. Powered using open source components for a scalable solution focused on freedom rather than fees.
https://www.osgeo.org/projects/gc2-vidi/
GNU Affero General Public License v3.0
148 stars 67 forks source link

Docker Error #134

Closed hrishiballal closed 1 year ago

hrishiballal commented 1 year ago

Hello, I am running the latest local docker instance via the Docker compose instructions and I am getting a "Google error" attached. I think that GC2 expects a Google API key but how to specify a API key? This is preventing the User Interface to be loaded. Would appreciate any help.

google

mapcentia commented 1 year ago

@hrishiballal It's some change Google has made in the API- I've pushed a new GC2 Docker image without Google Maps enabled. Just do:

docker pull mapcentia/gc2core

And re-run the compose file.

Thanks for reporting the issue!

hrishiballal commented 1 year ago

Confirming that this is fixed now.