31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# OpenLayers 3
|
|
|
|
[](http://travis-ci.org/#!/openlayers/ol3)
|
|
[](https://coveralls.io/r/openlayers/ol3?branch=master)
|
|
|
|
[OpenLayers 3](http://openlayers.org/) is a high-performance, feature-packed library for creating interactive maps on the web.
|
|
|
|
## Getting Started
|
|
|
|
- Download the [latest release](http://openlayers.org/download/)
|
|
- Install with npm: `npm install openlayers`
|
|
- Clone the repo: `git clone git@github.com:openlayers/ol3.git`
|
|
|
|
## Documentation
|
|
|
|
Check out the [hosted examples](http://openlayers.org/en/master/examples/), the [workshop](http://openlayers.org/workshop/) or [API docs](http://openlayers.org/en/master/apidoc/).
|
|
|
|
## Bugs
|
|
|
|
Please use the [GitHub issue tracker](https://github.com/openlayers/ol3/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.
|
|
|
|
## Contributing
|
|
|
|
Please see our guide on [contributing](CONTRIBUTING.md) if you're interested in getting involved.
|
|
|
|
## Community
|
|
|
|
- Need help? Find it on [stackoverflow using the tag 'openlayers-3'](http://stackoverflow.com/questions/tagged/openlayers-3)
|
|
- Follow [@openlayers](https://twitter.com/openlayers) on Twitter
|
|
- Discuss with openlayers users on IRC in `#openlayers` at `chat.freenode`
|