https://github.com/chrismayer/ol3-bower
Bower for Open Layers 3
https://github.com/chrismayer/ol3-bower
Last synced: 3 months ago
JSON representation
Bower for Open Layers 3
- Host: GitHub
- URL: https://github.com/chrismayer/ol3-bower
- Owner: chrismayer
- Created: 2015-10-09T13:55:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T12:44:40.000Z (over 9 years ago)
- Last Synced: 2025-01-26T04:25:20.570Z (5 months ago)
- Language: JavaScript
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ol3-bower
================Bower for [OpenLayers 3](http://openlayers.org)
This is the unofficial bower package for OpenLayers 3.
## Installation
`bower install ol3-bower (--save)`Do you want to install a specific ol3 version?
`bower install ol3-bower#3.4.0`
Currently, these versions are supported: 3.2.1, 3.3.0, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.2, 3.9.0, 3.10.0, 3.10.1, 3.11.2, 3.12.0, 3.12.1
## Steps to upgrade
* Clone and overwrite with new dist files
* Increment version number in bower.json
* `git commit -am "Release version 3.x.x"`
* `git tag -a 3.x.x -m "v3.x.x"`
* `git push origin master --tags`