https://github.com/mapbender/openlayers6-es5
https://github.com/mapbender/openlayers6-es5
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mapbender/openlayers6-es5
- Owner: mapbender
- Created: 2020-06-18T08:21:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T13:31:15.000Z (8 months ago)
- Last Synced: 2025-09-24T15:22:53.762Z (6 months ago)
- Language: JavaScript
- Size: 11 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.