# OpenLayers

OpenLayers is a high-performance, feature-packed library for creating interactive maps on the web.

This repository is used to publish a full build of the library (ol.js), a source map (ol.js.map), and library CSS (ol.css with source map ol.css.map).

To install run the following npm command:

```
npm install openlayers-dist
```

Original OpenLayers repository:

- https://github.com/openlayers/openlayers
