Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onroerenderfgoed/ol3-amd

amd build of openlayers3 for internal usage
https://github.com/onroerenderfgoed/ol3-amd

Last synced: about 4 hours ago
JSON representation

amd build of openlayers3 for internal usage

Awesome Lists containing this project

README

        

Openlayers 3 amd build
======================
Used for internal distribution.

The build is done with the new 'task' system in Openlayers:
[doc](https://github.com/openlayers/ol3/tree/master/tasks)
([extra info](http://boundlessgeo.com/2014/10/openlayers-custom-builds-revisited/))

###install dependencies:
```
cd
npm install
```

##how to build:
Custom build is no longer necessary, the build provided with openlayers 3.1.0 can be now used directly

##how to release a new build:
+ Update ol3 using npm
+ Copy ol.css, ol-debug.css, ol.js and ol-debug.js from /node_modules/openlayers/dist/ to the folder
+ Push to git
+ Run 'bower update ol3-amd' in the projects that use this dependency