Open Rub21 opened 4 years ago
Just a heads-up that OSMCha requires an Overpass instance if we are to do "real changeset" generation - so adding Overpass to osm-seed would be a dependency to this.
@batpad , Thank you for this, So first we need to implement overpass container.
Looks like this is can be developed , since we already have overpass implemented : https://github.com/developmentseed/osm-seed/tree/develop/images/overpass-api
cc. @willemarcel
We could start by building a changeset-map instance for osm-seed. @Rub21 If I add another container for serving changeset-map, how could I reference the URL of the osm-seed's overpass instance? And the osm-website URL?
@willemarcel ,For referencing URL , depends how osm-seed has been deployed.
In case docker-compose the URL will be the name of the service: osm-website: web, and overpass: overpass-api. docker-compose creates a network where all the services can communicate each other.
For kubernetes case, it will be similar to docker-compose, but it use the service name e.g 👇
But would be easy to references to the domain of the services: e.g https://www.openhistoricalmap.org/, https://overpass-api.openhistoricalmap.org/
I can help on this, references.
https://osmcha.mapbox.com/ cc. @batpad @geohacker