1.0.5 • Published 4 years ago

ember-leaflet-fullscreen-control v1.0.5

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

npm version

ember-leaflet-fullscreen-control

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

Installation

ember install ember-leaflet-fullscreen-control

Usage

<LeafletMap … as |layers|>
  {{!-- … --}}
  <layers.fullscreen-control />
</LeafletMap>

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

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

8 years ago