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

Draft: Keep streets-gl alive #195

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

alexandargyurov
Copy link

Hello everyone! I've managed to update streets-gl to use the latest data from OSM. I plan to write a full step-by-step guide on how to achieve this and add it in a new DOCS folder in this repo. The process involves cloning https://github.com/StrandedKitty/planetiler, downloading the planet.osm.pbf, and running a very long process to generate the tiles (8 hours on GCP!)

You can access the new build here: https://streets-gl.onrender.com/
(the server is tiny, expect it to be slow, will upgrade it if it needs some more juice)

Next Steps:

  • Create DOCS.md explaining how to build map tiles
  • Cron Job each week to run a build with new OSM data
  • Talk with @StrandedKitty about the current domain, deployment, future plans
  • Go through the current open issues and do some feature requests and bug fixing 🐛 🔨

PR Changes:

  • Adds dotenv to package.json
  • Loads .env variables in webpack.config.js
  • Updates src/app/Config.ts to use process.env for TileServerEndpoint and TilesEndpointTemplate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant