132686b4a77d577942d199cf03b5f37985310773
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.
OpenLayers 3
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%
