We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2faca commit 1b81762Copy full SHA for 1b81762
1 file changed
L.CanvasOverlay.js
@@ -2,14 +2,14 @@
2
Generic Canvas Overlay for leaflet.
3
4
** Requires **
5
- - Leaflet 0.7.3 or later
+ - Leaflet 1.0.0rc1 or later
6
7
** Copyright **
8
(C) 2014 Stanislav Sumbera
9
- http://blog.sumbera.com/2014/04/20/leaflet-canvas/
10
11
** Maintained by **
12
- (C) 2015 Alexander Schoedon <schoedon@uni-potsdam.de>
+ (C) 2015-16 Alexander Schoedon <schoedon@uni-potsdam.de>
13
14
All rights reserved.
15
@@ -26,7 +26,7 @@
26
/**
27
* Leaflet canvas overlay class
28
*/
29
-L.CanvasOverlay = L.Class.extend({
+L.CanvasOverlay = L.Layer.extend({
30
31
initialize: function(userDrawFunc, options) {
32
this._userDrawFunc = userDrawFunc;
0 commit comments