Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumbera authored Jul 14, 2016
1 parent eb95fa7 commit b3a3d18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generic map layers for leaflet 0.7 and 1.0-rc

L.CanvasLayer API:

API:
##API:

|methods | description |
| ------------- |:-------------|
Expand Down Expand Up @@ -43,3 +43,8 @@ note : events will be called only if presented on the 'subclass'
var myLayer = new myCustomCanvasDraw();
myLayer.addTo(leafletMap);
```

Other useful full view Leaflet Canvas sources here:
- [leaflet.heat](https://github.com/Leaflet/Leaflet.heat)
- [Full Canvas] (https://github.com/cyrilcherian/Leaflet-Fullcanvas)
- [CartoDb Leaflet.Canvas] (https://github.com/CartoDB/Leaflet.CanvasLayer)

0 comments on commit b3a3d18

Please sign in to comment.