0.0.4 • Published 9 years ago

aurelia-leaflet v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago