From 7a09b11da558d60d80b24ed63c3aec6dacb47751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 15 Dec 2014 15:24:28 +0100 Subject: [PATCH] Use // NOCOMPILE for vector-wfs This is temporary solution until the demo.boundless.com WFS works again. --- examples/vector-wfs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/vector-wfs.js b/examples/vector-wfs.js index 30c2b9d2ef..96f3d7e318 100644 --- a/examples/vector-wfs.js +++ b/examples/vector-wfs.js @@ -1,3 +1,4 @@ +// NOCOMPILE goog.require('ol.Map'); goog.require('ol.View'); goog.require('ol.format.GeoJSON');