Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding OSMCha in OSM-Seed #146

Open
Rub21 opened this issue Dec 2, 2019 · 5 comments
Open

Adding OSMCha in OSM-Seed #146

Rub21 opened this issue Dec 2, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@Rub21
Copy link
Collaborator

Rub21 commented Dec 2, 2019

https://osmcha.mapbox.com/
cc. @batpad @geohacker

@batpad
Copy link
Member

batpad commented Dec 3, 2019

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.

@Rub21
Copy link
Collaborator Author

Rub21 commented Dec 3, 2019

@batpad , Thank you for this, So first we need to implement overpass container.

@Rub21
Copy link
Collaborator Author

Rub21 commented Nov 9, 2021

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

@willemarcel
Copy link

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?

@Rub21
Copy link
Collaborator Author

Rub21 commented Nov 17, 2021

@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 👇
    image

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.

@geohacker geohacker added the enhancement New feature or request label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants