Merge pull request #148 from probins/noqsf
Remove QueryStringFilter requires from Protocol/HTTP
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* TODO: remove this dependency in 3.0
|
||||
* @requires OpenLayers/Format/QueryStringFilter.js
|
||||
* if application uses the query string, for example, for BBOX parameters,
|
||||
* OpenLayers/Format/QueryStringFilter.js should be included in the build config file
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user