adding new HTTPRequest class that adds a 'url' and 'params' properties to a Layer, and gives a getFullRequestString() function. Thorough tests.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@886 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-06 00:32:11 +00:00
parent dfbbd74d00
commit 4182cc1955
4 changed files with 331 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
<li>test_Events.html</li>
<li>test_Util.html</li>
<li>test_Layer.html</li>
<li>test_Layer_HTTPRequest.html</li>
<li>test_Layer_Markers.html</li>
<li>test_Layer_Text.html</li>
<li>test_Layer_GeoRSS.html</li>