Feature request #16586
Native XYZ provider doesn't support tilessets with reversed Y axis
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/XYZ | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 24488 |
Description
Hi !
The new native XYZ tiles provider is awesome.
But there are two almost-same but not compatible standards around, one referencing the Y tiles starting from the top, the other from the bottom (unconsistently called XYZ/TMS I think).
Openlayers.js allows to use both by using either http://myserver.com/{z}/{x}/{y}.png or http://myserver.com/{z}/{x}/{-y}.png
I think this implementation is very straightforward and should be adopted by QGIS.
Thanks !
History
#1 Updated by Alexander Bruy over 7 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
- Category changed from Rasters to Web Services clients/XYZ
Already fixed in master and 2.18