aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-08-23 11:51:36 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-08-23 12:05:12 +0100
commit562b66f7cacde8c7b48cf01e56e0c7b6370547b0 (patch)
treea435bb71beb02cb398f84ac7001f5983846508fe /data
parent6ea6fd85f6fd6f454a73ddacd62674a2fb76f734 (diff)
Repeat of 0e497596.
Include instructions to fork to prevent this happening again.
Diffstat (limited to 'data')
-rw-r--r--data/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/README b/data/README
new file mode 100644
index 000000000..53380e17c
--- /dev/null
+++ b/data/README
@@ -0,0 +1,14 @@
+Compiling OpenLayers
+====================
+
+Use the master branch of the https://github.com/mysociety/ol2 repository (which
+is currently one commit ahead of the final OpenLayers commit to work around a
+Content-Security-Policy issue).
+
+Put a copy of the Closure Compiler JAR file in tools/closure-compiler.jar – 
+currently using the v20160713 version, a more recent version (not sure exactly
+when) does fail to compile.
+
+Then the following should work:
+ python build.py -c closure path/to/file.cfg path/to/OpenLayers.file.js
+