Closed perliedman closed 11 years ago
Originally, L.Proj.TileLayer.TMS forced the upper bounds of the CRS to align with the tile grid. This confuses many users, and is strictly not necessary, even if it simplifies the implementation.
This PR removes this constraint.
This solves #29.
Originally, L.Proj.TileLayer.TMS forced the upper bounds of the CRS to align with the tile grid. This confuses many users, and is strictly not necessary, even if it simplifies the implementation.
This PR removes this constraint.