Kanahiro/tileget

Support for TMS format ?

Mysterius opened this issue · 2 comments

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

Hello, @Mysterius , Sounds good. I'll support TMS in future version.

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)