1.1.0 • Published 5 years ago

ember-leaflet-fullscreen-control-cl v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

ember-leaflet-fullscreen-control-cl

Use leaflet.fullscreen in Ember with ember-leaflet to add a fullscreen button to your maps.

Installation

ember install ember-leaflet-fullscreen-control-cl

Usage

<LeafletMap …>
  {{!-- … --}}
  <LeafletFullscreenControl />
</LeafletMap>

All leaflet.fullscreen are supported (e.g. <LeafletFullscreenControl @position="topleft" />). Have a look at the leaflet.fullscreen readme. The enter/exit fullscreen events are not supported, yet.

License

This project is licensed under the MIT License.