ngcp-project / progress-board-tracker

Empty repository only meant for tracking cards inside project boards in NGCP
0 stars 0 forks source link

download and render openstreetmap #53

Closed Priyatham-sai-chand closed 4 months ago

Priyatham-sai-chand commented 7 months ago

Download the data for Cal Poly Pomona

Leaversa commented 4 months ago

Following the guide from https://github.com/Overv/openstreetmap-tile-server

We can use a docker container to run a OpenStreetMap server. For the sake of testing fetch only Southern California osm data from https://download.geofabrik.de/north-america/us/california/socal.html

By default tiles will be hosted at http://localhost:8080/tile/{z}/{x}/{y}.png

Priyatham-sai-chand commented 4 months ago

That's great ! do you think you can please put the command in a docker-compose.yml file ? Any other preference ?

Leaversa commented 4 months ago

I think considering its a single image docker-compose isn't necessary. I can try to look into building a dockerfile that simplifies the commands or create shell scripts to make it easier to run.

Priyatham-sai-chand commented 4 months ago

If that's the case, We may not need the dockerfile too.

We just write the commands properly in the docs.