An open API service indexing awesome lists of open source software.

https://github.com/mapbender/openlayers6-es5


https://github.com/mapbender/openlayers6-es5

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Openlayers 6 single-file build for ES5

## Build output
```sh
npm install
npm run build
```
Output is placed into dist/ol-debug.js (somewhat readable) and dist/ol.js (minified).
A sourcemap for the minified version is placed into dist/ol.map.js.