Note the -y, which is one way to declare that this is a TMS layer which has y tileRow ordered from South to North, in contrast to standard XYZ having them ordered from North to South. The y-value which will be requested by Leaflet effectively calculated as 2^zoom-1 - y. To learn more about differences of different standards, see e.g. this Tiled Web Map Wikipedia article.
This PR adds TMS support for geoserver layer
MobiData-BW:roadworks
. To support TMS, the mirroredgeoserver-vectortiles
plugin is installed.To add this e.g. to Leaflet, you could now add roadworks as
Note the
-y
, which is one way to declare that this is aTMS
layer which hasy
tileRow ordered from South to North, in contrast to standardXYZ
having them ordered from North to South. The y-value which will be requested by Leaflet effectively calculated as2^zoom-1 - y
. To learn more about differences of different standards, see e.g. this Tiled Web Map Wikipedia article.