Skip to content

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

License

Notifications You must be signed in to change notification settings

sharess/ember-leaflet-fullscreen-control-cl

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.6%
  • HTML 19.1%
  • CSS 0.3%