gis-ops / valhalla-app

This is the demo web app running on https://valhalla.openstreetmap.de
https://valhalla.openstreetmap.de
MIT License
157 stars 87 forks source link

[FEATURE] New basemap(s) #127

Open nilsnolde opened 1 year ago

nilsnolde commented 1 year ago

Description

What kind of feature you are suggesting?

Let's get Stadia's Alidade base map as the default (and keep OSM for the time being).

Does it solve any problem?

OSM base map is not good for routing.

Screenshots

No response

Additional information

https://stadiamaps.com/themes/

Need to generate a API key. This is best done via Github Actions so we can encode the API key there. Needs a Github Action first though:)

hs7898753 commented 1 year ago

Yes, Stadia's Alidade base map is a good option for routing. it provides more detailed and accurate data other than that it offers a variety of map themes and styles.

hs7898753 commented 1 year ago

I don't know much about GitHub Actions but I can work on making GitHub actions interact with API as my pre-GSoc work.

nilsnolde commented 1 year ago

Thanks, but this is an admin task. Gotta create an account, register an API key, set that on Github Secrets, get a SSH key pair for our planet server and register that as well in Secrets. The actual action is written in 10 mins.