We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
...so maybe we don't need to do anything other than add this to the documentation to show how it's done?
The text was updated successfully, but these errors were encountered: