StrandedKitty / streets-gl

🗺 OpenStreetMap 3D renderer powered by WebGL2
http://streets.gl
MIT License
657 stars 49 forks source link

How can I use it in an offline env? #175

Closed ch0s1n closed 7 months ago

ch0s1n commented 10 months ago

hello, I want to know how to replace the datasource by my own data, i have a private openstreetmap server in a offline environment, and I want to know how to use it.

StrandedKitty commented 9 months ago

You would have to generate some vector tiles using https://github.com/StrandedKitty/planetiler and serve them locally, and update the vector tiles URL in the config: https://github.com/StrandedKitty/streets-gl/blob/dev/src/app/Config.ts#L146

Strubbl commented 7 months ago

@ch0s1n Did you manage to run streets-gl with your own local data?

edit 2024-03-19: finally i did :)