Ticket #2362 (closed bug: fixed)
Layer.WFS missing OpenLayers.Util.upperCaseObject(params)
| Reported by: | pdziemiela | Owned by: | elemoine |
|---|---|---|---|
| Priority: | major | Milestone: | 2.9 Release |
| Component: | Layer.WFS | Version: | 2.8 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
Hi folks,
I was messing about with geoserver 2.0 and WFS version 1.1.0 and noticed that OpenLayers does not respect the version parameter in the initialize function.
If I pass in parameter "version: '1.1.0'", I get back
?typename=topp%3Arad_305b_l_pg &version=1.1.0 &SERVICE=WFS &VERSION=1.0.0 &REQUEST=GetFeature &SRS=EPSG%3A4326 &BBOX=-87.97359617915488,42.52413820958627,-87.72640379638788,42.6757695301923
In comparing things to the WMS, it looks like we are missing:
//uppercase params params = OpenLayers.Util.upperCaseObject(params);
at the top of initialize around line 122 in /Layer/WFS.js
Patch is attached.
Cheers,
Paul
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

