Support for TMS format ?
Mysterius opened this issue · 2 comments
Mysterius commented
Hello,
Would it be possible to add support for the TMS format ?
It's the same as XYZ, but with a negative Y.
More info here : https://gist.github.com/tmcw/4954720
Kanahiro commented
Hello, @Mysterius , Sounds good. I'll support TMS in future version.
Mysterius commented
In the meantime, I just edited line 166.
tiletanic.tileschemes.WebMercator(), geometry, zoom
to
tiletanic.tileschemes.WebMercatorBL(), geometry, zoom
(if anyone needs it in the future)