4.3.3 • Published 7 years ago

openlayers-prebuilt v4.3.3

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
7 years ago

Pre-built OpenLayers 3

This is simply a pre-built copy of the OpenLayers 3 JavaScript with no npm dependencies.

Getting Started

  • Install with npm: npm install openlayers-prebuilt

Rationale

The only reason this package exists is to provide a smaller npm dependency list for those that don't need all the OpenLayers build tooling. This package will be obsolete if these issues are resolved:

Contributing

To update with a specific version of openlayers:

npm i openlayers@VERSION
rm -rf dist/
cp -r node_modules/openlayers/dist/ ./dist/
git commit -am "Updated to VERSION"
npm version VERSION
npm publish