geoext1
geoext1 copied to clipboard
If a WMSLegend is configured with a URL, and baseParams e.g. contain a FORMAT, the FORMAT gets appended even if the original URL already has a FORMAT param. We really...
When clicking the map, the popup is not anchored to the mouse position. After fa884d3df06eef887b60074063b0f8b6891d5af1, the `anchored` config options is set to `false` is not valid `location` is passed to...
In GeoExt/widgets/form.js, at line 134. I changed the following to support enumeration constraints for string. ``` if(type.match(r["text"])) { if(restriction.enumeration) { // Must convert the array into an array of array....
http://dev.sencha.com/deploy/ext-3.4.0/examples/panel/bubble-panel.html
See https://github.com/geoext/geoext/blob/master/lib/GeoExt/widgets/grid/FeatureSelectionModel.js#L105. I haven't investigated whether this is wanted, but I have doubts.
It would be nice if one could change the control associated to a GeoExt.Action on-the-fly. I found this code on the mailing list. It seems to be a good starting...