geoext1 icon indicating copy to clipboard operation
geoext1 copied to clipboard

Results 26 geoext1 issues
Sort by recently updated
recently updated
newest added

This repository will be renamed to `geoext1`. As part of this all links on https://geoext.org/v1/ to https://trac.geoext.org/ will be replaced by a link to this repository. In the future https://trac.geoext.org/...

If the user rotate the print caneva, some vector features are ignored and not included in the print json. This is because the reference bounds used to determine if vector...

Here's the link for my problem : http://gis.stackexchange.com/questions/197797/commiting-changes-wfs-t-problem-with-base-layer-update Long story short, the app works perfectly without a baselayer. once I add one, anyone. committing changes stops working. I followed your...

After https://github.com/mapfish/mapfish-print/pull/102, the WMS print encoder requires an update so that it takes into account the WMS `VERSION` parameter and does not send the 1.3.0-specific `CRS` parameter into the layer...

There is an unwanted comma here: https://github.com/geoext/geoext/blob/master/lib/GeoExt/data/PrintProvider.js#L367 This break IE8... (yeah... I know...) compatibility...

Currently if minZoomLevel is set on the base layer, but maxZoomLevel is not set, this will result in the maxValue of the slider being undefined and it will not work...

Adds support for WCS DescribeCoverage, for WCS 1.0.0 and 1.1.0. Includes tests to verify proper functioning. Depends on WCS DescribeCoverage support for OpenLayers. Applying WCSCapabilitiesReader patch first will greatly simplify...

Initial implementation of WCSCapabilitiesReader based on recent OpenLayers WCS work. Handles WCS 1.0.0 and 1.1.0, and includes tests for both. Also includes a trivial comment fix for WFS tests.

Enables printing (PDF) maps with Google background layers (tested with custom OpenGeo Suite 3 app). Relates to [gxp pr 207](https://github.com/opengeo/gxp/pull/207).