Skip to content

Commit

Permalink
Reiterate again and again. Refs mapbox#75
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed May 19, 2016
1 parent 80c5d2c commit cf1bc4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ __For Leaflet < 1.0.0__: You must set `L_PREFER_CANVAS = true;` so that vector

__For Leaflet >= 1.0.0__: You must set `renderer: L.canvas()` for any layer that
you want included in the generated image. You can also set this by setting [`preferCanvas: true`](http://leafletjs.com/reference-1.0.0.html#map-prefercanvas) in your map's options.

## Plugins that will _not_ work with leaflet-image

* Leaflet.label: will not work because it uses HTML to display labels.

### Usage

Expand Down

0 comments on commit cf1bc4f

Please sign in to comment.