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

Support other map providers like MapTiler #116

Open
almccon opened this issue Oct 20, 2022 · 0 comments
Open

Support other map providers like MapTiler #116

almccon opened this issue Oct 20, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@almccon
Copy link
Member

almccon commented Oct 20, 2022

This seems distinct from #35, but if we want to combine these issues, that's fine with me.

MapTiler works very much the same as Mapbox, you would specify an access token and a style URL.

Of course, it already seems to work currently if you include your key in the URL, like so:

  {
    id: 'maptiler-toner',
    name: 'MapTiler Toner',
    type: 'mapbox-gl',
    url: 'https://api.maptiler.com/maps/toner/style.json?key=YOURKEYHERE',
  },

...so maybe we don't need to do anything other than add this to the documentation to show how it's done?

@mulloverit mulloverit added the documentation Improvements or additions to documentation label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants