tibiamaps / tibia-map

:earth_americas: Online Tibia map viewer that uses the data from the tibia-map-data project.
https://tibiamaps.io/map
MIT License
25 stars 13 forks source link

[WIP] Update Leaflet to v1.0.0-rc.1 #7

Closed mathiasbynens closed 7 years ago

mathiasbynens commented 8 years ago

_Do not merge this yet!_

TODO

This closes #3 and should fix #2.

Everything seems to work fine at the default zoom level (0) but zooming in to level 2 or 3 results in a black screen. No idea yet what exactly is causing this, but it might be related to our use of L.CRS.CustomZoom. Either way, this changelog seems relevant: https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-beta1-july-14-2015

mathiasbynens commented 8 years ago

Leaflet 1.0.0-rc1 has been released: http://leafletjs.com/2016/04/18/leaflet-1.0-rc1.html (Via @mourner on Twitter.)

mathiasbynens commented 8 years ago

Updated the pull request to use Leaflet v1.0.0-rc.1. The zooming issues are still there.

mathiasbynens commented 7 years ago

Closing in favor of #17.