From b9f1b8b4ba0eb8fe7126ff5dcb427218686cec61 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sat, 14 Jan 2012 15:02:53 +0000 Subject: [PATCH] Add docs comment on QueryStringFilter --- lib/OpenLayers/Protocol/HTTP.js | 5 +++++ lib/OpenLayers/Protocol/Script.js | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/lib/OpenLayers/Protocol/HTTP.js b/lib/OpenLayers/Protocol/HTTP.js index 2fbec736fc..edcb3ed6fa 100644 --- a/lib/OpenLayers/Protocol/HTTP.js +++ b/lib/OpenLayers/Protocol/HTTP.js @@ -8,6 +8,11 @@ * @requires OpenLayers/Request/XMLHttpRequest.js */ +/** + * if application uses the query string, for example, for BBOX parameters, + * OpenLayers/Format/QueryStringFilter.js should be included in the build config file + */ + /** * Class: OpenLayers.Protocol.HTTP * A basic HTTP protocol for vector layers. Create a new instance with the diff --git a/lib/OpenLayers/Protocol/Script.js b/lib/OpenLayers/Protocol/Script.js index b53b8bed02..49e332b7f0 100644 --- a/lib/OpenLayers/Protocol/Script.js +++ b/lib/OpenLayers/Protocol/Script.js @@ -9,6 +9,11 @@ * @requires OpenLayers/Format/GeoJSON.js */ +/** + * if application uses the query string, for example, for BBOX parameters, + * OpenLayers/Format/QueryStringFilter.js should be included in the build config file + */ + /** * Class: OpenLayers.Protocol.Script * A basic Script protocol for vector layers. Create a new instance with the