Plugin you can use in your Aurelia application. It add a Leaflet map in your application.
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!.
jspm install github:ceoaliongroo/aurelia-leaflet -y
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:
MIT - click for details