1.0.0 • Published 6 years ago

angular-ll-leaflet v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

angular-ll-leaflet

This project aims at providing a very lightweight AngularJS-directive for the Leaflet maps API.

Directives

  • <div ll-map> – corresponds to L.Map, ll-{click, dblclick, …} bind to the map events
  • <ll-view> – corresponds to the current map view (lat, lng, zoom)
  • <ll-fit-bounds ll-bounds="…"> – for modifying the map view bounds
  • <ll-marker> – corresponds to a L.Marker
  • <ll-div-icon> – corresponds to a L.DivIcon, supports transclusion of the content
  • <ll-popup> – corresponds to a L.Popup, supports transclusion of the content

Demo?

Building

  • yarn
  • npm run dist

Alternatives?

1.0.0

6 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago