Results 66 issues of Seth G

If there is a comment on the same line as an expression and it contains a bracket then the expression parsing breaks. For example: ``` LAYER NAME 'expressions_test099' FILTER ('[cty_name]'...

I'm getting an occasional error when clearing a features collection using `mySource.getFeaturesCollection().clear();` The following GeoExt code calls `this.findBy`: https://github.com/geoext/geoext/blob/e2cd3d3e5f6353266988a37617fb39a9fdb00a4d/src/data/store/Features.js#L215-L219 Then in `Ext.data.AbstractStore` `this.getData()` returns null resulting in `TypeError: Cannot read...

See https://github.com/geoext/geoext/issues/698#issuecomment-868321322 If `remoteFilter ` is set to `true` the store is autoloaded anyway.

Re #694 when a WFS store is loaded the WFS server is still being called twice when loaded (when using `remoteFilters` as outlined at #589 and #550). With added logging:...

The `GeoExt.selection.FeatureModelMixin` is not currently selecting features in some use cases which seem to trigger the [bindComponent](https://docs.sencha.com/extjs/6.7.0/classic/Ext.selection.Model.html#method-bindComponent) multiple times. I'm unsure what exactly triggers `bindComponent` as there are no docs...

Possible fix for #631. Inherit from CookieProvider so other components in the application can save state, and only set map state when map object/value properties are passed. This has the...

When using the GeoExt.state.PermalinkProvider no other components can take advantage of the `stateful` property provided in ExtJS - for example to keep track of which grid columns are visible. The...

It looks like there was a change between proj4js 2.3.15 and 2.3.16 that has broken EPSG:4326 to EPSG:3857 transformations: ``` var pt = new OpenLayers.Geometry.Point(-898447, 6907203); var epsg4326 = new...

It is a known issue that MapCache on Windows does not support `` This issue gathers some links and a possible approach to implementing this functionality. The Windows API function...

MapCache is included on [OSGeoLive ](https://live.osgeo.org/en/overview/mapcache_overview.html). This deployment includes the demo application based on `mapcache.xml`. As part of [RFC 121](https://www.mapserver.org/development/rfc/ms-rfc-121.html) Postgres support was added via [this commit](https://github.com/OSGeo/OSGeoLive/commit/e38f9ca392c6c6b96da2e7aeb7f97245461d9ebc#diff-7dc6686dd72763d33f745912098bc2dc). Postgres support is...