# angular2-openlayers
Installation
To install this library, run:
npm install angular2-openlayers --save
Example
Here is a "minimal" map example that fetches tiles from OpenStreetMap and center the map in Meylan (France):
Documentation
The API is documented in documentation/
Development
To generate all *.js
, *.js.map
and *.d.ts
files:
npm run ngc
To lint all *.ts
files:
npm run lint
Live example (reload on code changes):
npm install -g @angular/clicd examplenpm installng serve
Live example will be viewable at locahost:4200
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request and enjoy! :D
License
MPL-2.0 © Quentin Lampin