digidem / mapeo-map-server

Offline map style and tile server
MIT License
5 stars 2 forks source link

fix: properly handle upstream behavior for fetching tilesets #64

Closed achou11 closed 2 years ago

achou11 commented 2 years ago

Fixes #63

When creating a style, we save the normalized upstream url (i.e. http-based url) for each source we create for it, which allows us to make proper/valid upstream requests when needed.

achou11 commented 2 years ago

~Note to self: update the PRs so that we persist the access token when creating a style (POST /styles), so that the template urls will include that token already. this way we can support creating different mapbox styles that use different access tokens.~ addressed