-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
added tms support #19
Conversation
@Modif93 This looks great. Could you add few test cases for TMS tile? Also please fix error in CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Modif93 This change now looks good. If possible, could you add some description about TMS option in README.md?
@Modif93 I released v1.2.0. https://github.com/watergis/terrain-rgb/releases/tag/v1.2.0 |
TMS url support added by using
lngLatToTile()
in package global-mercatorsince my custom terrain tile for MapLibre GL JS is TMS, I needed to add function for this library.