Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.04 KB

ember-cli-ember-leaflet

DEPRECATED: Use ember-leaflet 2.0 instead, which is now an Ember CLI addon.

This is an addon for ember-cli that adds support for Leaflet via the ember-leaflet library.

##Usage

Run the following commands to install this addon in your project.

npm install ember-cli-ember-leaflet --save-dev
ember generate ember-cli-ember-leaflet

###Upgrading

ember generate ember-cli-ember-leaflet

The above command will update the version of ember-leaflet referenced in your bower.json. If you want to use a different version of ember-leaflet, you can edit your bower.json manually.

WARNING: If you are upgrading from ember-cli-ember-leaflet pre-0.1.0, you should remove ember-cli-leaflet from your project. This project incorporates the functionality of that one, and having both addons active in your app may cause issues.