kartena / Proj4Leaflet

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

map is upside down #78

Closed milovanderlinden closed 9 years ago

milovanderlinden commented 9 years ago

See sample at

http://mapcache.org/leaflet/

somehow, vertical tiling is good, but horizontal is upside down. reverting {x} and {y} does not work. Any idea what I do wrong?

Kind regards

milovanderlinden commented 9 years ago

Sorry, fixed it. It needed tms:true set on the tilelayer which fixed it.

milovanderlinden commented 9 years ago

Well... not completely fixed, now zooming is off.

perliedman commented 9 years ago

You should not have to override the transformation property when using L.Proj.CRS.TMS. Try without it and see if that helps.

perliedman commented 9 years ago

Closing since no new information has showed up in a long time.