Guillaume Beraudo 132686b4a7 Generate source map of minified ol.js
Allows automatic unminification by the browser.

A postprocessing is required to:
- fix the paths to the sources;
- add the link from the minified script to its map.

If someone knows how to do the first item in Python or nodejs, please provide a
patch. A simple shell script is:
```
\#!/bin/sh
pwd=`pwd`
sed -i "s!$pwd/build!olsource!g" 'build/ol.js.map'
sed -i "s!$pwd!olsource!g" 'build/ol.js.map'
```

The second item should always be manually handled to avoid 404 errors
in debuggers
`echo '//# sourceMappingURL=ol.js.map' >> build/ol.js`

Finally, create an alias / copy ol3 directory to /olsource in your
deployed environment.
2015-01-09 12:17:35 +01:00
2014-12-23 11:28:48 -05:00
2014-08-28 16:15:41 -06:00
2015-01-06 09:26:00 +01:00
2014-12-19 17:45:48 -07:00
2015-01-07 21:06:04 -07:00
2014-12-19 17:45:48 -07:00
2013-02-12 15:47:55 +01:00
2014-12-29 10:15:34 -05:00
2015-01-03 22:58:06 -07:00
2014-12-23 11:29:04 -05:00
2014-02-25 22:02:35 +01:00
2014-08-28 16:15:41 -06:00
2014-03-11 21:41:36 +01:00

OpenLayers 3

Travis CI Status

Welcome to OpenLayers 3!

Check out the hosted examples, the workshop or poke around the evolving API docs.

Please don't ask questions in the github issue tracker but use the mailing list instead.

Please see our guide on contributing if you're interested in getting involved.

Description
Languages
JavaScript 99%
CSS 0.6%
Handlebars 0.3%
Shell 0.1%