-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L.TileLayer.Canvas
is not available in leaflet master
#42
Comments
This might be it, but it's not very well tested yet: gh-pages...jieter:fix-leaflet-master Do you want to keep it backwards compatible with 0.7.3 or should we start with a separate branch to track leaflet-0.8/1.0 |
Definitely want to make an 0.8/1.0-compatible leaflet-image as a new, non-backwards-compatible semver major version bump. When 1.0 lands, it'll eliminate a lot of cruft in this library and likely prompt a rewrite. |
So should I open a PR? |
would be great to have a working plugin, when leaflet 1.0 final is out! |
I am using Leaflet as part of a Meteor package which is already on Leaflet 1.0.0-beta2. Is there any chance to make leaflet-image work with this beta version? I ran into the issue that L.TileLayer.Canvas is not defined. |
leaflet 1.0 beta 2 is out, but the plugin still no compatible. |
Please open a PR if you want to see this happen. |
Tested in 6ea4f54 |
Another leaflet API change causing errors with leaflet-image:
Problem is in https://github.com/mapbox/leaflet-image/blob/gh-pages/index.js#L60, as
L.TileLayer.Canvas
is removed from leaflet: 'RemovedTileLayer.Canvas
in favor of the much more flexible and powerfulGridLayer
.`No completed yet, keeping backwards compatibility is easy, but it seems we now need to check each tile it it's canvas?
ref: Leaflet/Leaflet#3163
The text was updated successfully, but these errors were encountered: