kartena / Proj4Leaflet

Smooth Proj4js integration with Leaflet.
http://kartena.github.io/Proj4Leaflet/
BSD 2-Clause "Simplified" License
589 stars 173 forks source link

Allow upper bounds for TMS tile layers to not align with tile grid. #40

Closed perliedman closed 11 years ago

perliedman commented 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.

perliedman commented 11 years ago

This solves #29.