geoext2
geoext2 copied to clipboard
GeoExt 2 — JavaScript Toolkit for Rich Web Mapping Applications
Hello, I am using the lizmap 3.4 plugin, Lizmap Web Client 3.3.11, QGIS 3.16 and QGIS Server 3.16. At the end of the configuration, my demos 'Monpellier Transport' and others...
Hi, I have set up a webmapping project with PostgteSQL, geoserver and GeoExt2. It works very well locally under Tomcat. now i want to upload it to the internet so...
The method this.getFields() in WmsCapabilities.js is not defined and it produces an error. Although this method is define somewhere else in the project in app-all.js, but it seems that there...
The current function `getLayers()` function of the `LayerModel` does not work with ExtJS 5 as `raw` of `Ext.data.Model` is gone. My recommendation would be to replace it with `data` but...
E-mail list for geoext appears to be inoperative. My e-mail isn't forwarded even though I am registered. Also, the "Join the Discussion" link on the GeoExt2 web page returns an...
Hi all I'm looking for sites using GeoExt in their mapping strategy. I want to visit them to evaluate GeoExt in action. (I think there should be a section in...
I have discovered issues which prevent a FeaturStore loading its data via Proxy correctly when using ExtJS 5, like this: ``` Ext.create('GeoExt.data.FeatureStore', { layer: vecLayer, fields: [ {name: 'name', type:...
Due to 'Mixed Content' issues when opening the online examples with HTTPS and some broken WMS references in the online examples several fixes have been made in the gh-pages branch...
Hi devs, I recovered these two classes that help create a layer tree, from an `group` attribute. I also add an example of usage, to `geoext2/examples/tree/`. The only change in...
Hi all, today I started creating a new example app with ExtJS 5 and an MVVM architecture approach. My goal was to get an app like the one we have...