Skip to content

Commit

Permalink
Updated TopLeftCorner for EPSG:3857
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre melard committed Nov 3, 2014
1 parent d3762f4 commit 0a290eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaflet-tilelayer-wmts-src.js
Expand Up @@ -73,7 +73,7 @@ L.TileLayer.WMTS = L.TileLayer.extend({
for (var i= 0; i<22; i++) {
matrixIds3857[i]= {
identifier : "" + i,
topLeftCorner : new L.LatLng(20037508,-20037508)
topLeftCorner : new L.LatLng(20037508.3428,-20037508.3428)
};
}
return matrixIds3857;
Expand Down

0 comments on commit 0a290eb

Please sign in to comment.