Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onroerenderfgoed/ol3-amd
- Owner: OnroerendErfgoed
- Created: 2014-12-22T18:40:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T09:14:28.000Z (almost 8 years ago)
- Last Synced: 2024-04-16T01:56:06.212Z (7 months ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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