From b020e0279ab6686980dae10808e55838d9d99fc7 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 4 Nov 2008 16:22:02 +0000 Subject: [PATCH] Adding requires directive for SLD v1. No functional change. Thanks for the catch Bart. (closes #1810) git-svn-id: http://svn.openlayers.org/trunk/openlayers@8269 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/SLD/v1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Format/SLD/v1.js b/lib/OpenLayers/Format/SLD/v1.js index c9c31f18bd..0c9846515c 100644 --- a/lib/OpenLayers/Format/SLD/v1.js +++ b/lib/OpenLayers/Format/SLD/v1.js @@ -9,6 +9,7 @@ * @requires OpenLayers/Filter/Logical.js * @requires OpenLayers/Filter/Comparison.js * @requires OpenLayers/Format/SLD.js + * @requires OpenLayers/Format/Filter/v1.js */ /**