Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

aurelia-leaflet

ceoaliongroo3MIT0.0.4

leaflet plugin .

aurelia, plugin, skeleton

readme

aurelia-leaflet

Plugin you can use in your Aurelia application. It add a Leaflet map in your application.

WIP - Disclosure

This plugin is Work in Progess, defining his archicture and also his implementation. It's not ready to use in live/production enviroments but if you want can try, test and contribute, will be great!.

Installation

  jspm install github:ceoaliongroo/aurelia-leaflet -y

Usage

Define the plugin in the Aurelia Startup and Configuration process.

  aurelia.use.plugin('aurelia-leaflet');

Load the template

  <require from="aurelia-leaflet/aurelia-leaflet"></require>
  <aurelia-leaflet></aurelia-leaflet>

Finally you could see a map like this:

example

Changelog

Click here to see changelog

License

MIT - click for details

changelog

0.0.3 (2015-07-13)

  • feat(AureliaLeafet): Create a new map, with default values.

0.0.2 (2015-07-14)

  • chore(all): Prepare npm package.

0.0.1 (2015-07-13)

  • all: initial version of the plugin ()