Skip to content

supersonicclay/openlayers-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


DEPRECATED


There is now an ol package that makes this openlayers-prebuilt package no longer necessary. Thanks OpenLayers team!



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

About

Pre-built OpenLayers 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published