Christian Mayer
Christian Mayer
Creating a mixin and two dedicated class definitions having the mixin sounds like a good idea. If that will work this would be my preferred way to solve this. Should...
Hey @marcjansen! Thanks for starting this. I like the idea of having semver and getting rid of the major version in the project name. OpenLayers showed that it is possible...
What is the current state of this issue? Can this be closed or are there real issues after upgrading to OL 2.13.1? TIA for any statement.
It seems that there are two undocumented config options for a [GeoExt.form.action.Search](http://geoext.github.io/geoext2/docs/#!/api/GeoExt.form.action.Search) : `logicalOp` and `wildcard` `logicalOp` can take either `'OpenLayers.Filter.Logical.AND'` or `'OpenLayers.Filter.Logical.OR'` as it is documented [here](http://geoext.github.io/geoext2/docs/#!/api/GeoExt.Form-method-toFilter) on the...
I also agree that this might be the best way to achieve the former behaviour. @KaiVolland be sure to implement a check for ExtJS v5 before returning this.raw. Otherwise it...
Hi all, thanks for your replies. Unfortunately I did not receive any notification mail, so sorry for my late response. > If I get him right, he wants to build...
As far as I can tell grouped tree layer nodes are not implemented in GeoExt 2.0.x. So there is no example showing this.
To implement this as application code should be doable. You can orientate yourself at the GeoExt 1.1 code doing this: https://github.com/geoext/geoext/blob/master/lib/GeoExt/widgets/tree/LayerParamNode.js A possible way would be to implement your own...
Hi @jgrocha, thanks a lot for your contribution! This seems to be a great addition for the tree package of GeoExt. Besides some minor issues which I addressed directly as...
I think it is an important reminder for the backport of the HTTPS stuff in gh-pages branch. Doing the backport itself would be the better option of course :wink: Someone...