]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Mapstraction/OpenLayers/README
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / Mapstraction / OpenLayers / README
1 The default OpenLayers.js file, minified, weighs in at a whopping 943kb uncompressed.
2 With gzip compression it's still over 200kb, so we're building a stripped-down copy
3 with just what we need.
4
5 Docs on how the stripping process works:
6 http://docs.openlayers.org/library/deploying.html
7
8 To recreate this OpenLayers.js file:
9
10   # get yui-compressor (install from apt, or set up a shell script or alias to the jar)
11   # download and decompress OpenLayers-2.10 zip or tgz
12   make clean && make
13
14 If necessary, change the relative path to the OpenLayers source directory in the Makefile.