GeoExt combines OpenLayers with Ext JS
Questions tagged [geoext]
41 questions
3
votes
3 answers
What are alternatives to GeoEXT?
Is there any alternative to GeoEXT built with jQuery or other java-script framework?

André Moraes
- 324
- 3
- 11
2
votes
0 answers
GeoExt2 WmsCapabilitiesLayerStore adding layer
I use Ext 4.2.1 and GeoExt2 for building mapviewer app. I defined a WmsCapabilitiesLayerStore
in grid to adding layers to map. It works but some wms layers adding base layer. Normally when user clicks the layer in the grid, selected layer will be…

Haktan Aydın
- 581
- 1
- 6
- 21
1
vote
0 answers
Openlayers a.setMap is not a function when add wmsGetFeatureInfo
When i'm building popup using WMSGetFeratureInfo, my popup map working. but when i add some hover popup using WMSGetFeratureInfo. my map sending error massage "a.setMap is not a function".
i think it might be related to library in openlayers but I…

Putri Handayani
- 11
- 2
1
vote
1 answer
OpenLayers DrawFeature generates a new layer
I have an OpenLayers control to draw a line on my map. That works fine.
Now I added a form where the coordinates of the line are displayed. The user should be able to edit there the coordinates and on submitting the form the line should be…

Matthieu
- 437
- 6
- 16
1
vote
1 answer
Change locale - gxp viewer - Boundless OpenGeo
I'm using the Boundless sdk suite to develop a complete web application, which until now worked pretty well. However, following the Opengeo documentation
(http://suite.opengeo.org/opengeo-docs/webapps/gxp/viewer/locale.html) changing the locale of…

gonethou
- 11
- 3
1
vote
1 answer
Regarding geoext
I am trying to develop the framework for overlaying the layer on web. For this I am using geoserver for publishing the layer and geoext tree.js example for displaying all the layer in tree like panel. But I am getting the problem of Zooming in and…

Mahesh
- 11
- 2
1
vote
1 answer
How can I add GeoExt3 to Extjs 6 MVVM architecture?
I want to develop an Extjs 6 application with MVVM architecture. In this application, I want to use GeoExt 3.
I don't know what to do to add GeoExt 3 library to application?
How can I do it?
user3961189
1
vote
1 answer
Create a time lapse of point features in Openlayers
I am building a map application in which I have a Postgis database with point features. I import the database into Geoserver as a layer and I show the WFS layer using Openlayers.
My point features have a timestamp and I was wondering if it is…

user1919
- 3,818
- 17
- 62
- 97
1
vote
0 answers
GeoExt2 FormPanel Wfs Filtering
I'm developing a web project using Extjs, GeoExt2, Openlayers etc.
I'm using FormPanel from GeoExt2 to make wfs requests by filter.
GeoExt Api Link
var formPanel = Ext.create('Ext.form.Panel', {
renderTo: "formpanel",
items:…

Haktan Aydın
- 581
- 1
- 6
- 21
1
vote
2 answers
Popup on a MapPanel is difficult to manually resize
I have a layout of type 'border' and in the 'center' panel I have a MapPanel.
I want to display a modeless popup with the code below.
It works fine, I can drag and resize.
But on resizing, if I drag with mouse outside the popup area (and inside…

Franz
- 31
- 4
1
vote
0 answers
Is there a way to hide a layer from the LayerSwitcher (OpenLayers) but still see the corresponding GeoExt.LegendPanel?
I have a legend from my map layers. It's adding a color legend for each layer added dynamically.
My problem : When I ask the layer to be hidden in the layer switcher (I don't want to see it there) it's not showing me the legend anymore, even if the…

David Gourde
- 3,709
- 2
- 31
- 65
1
vote
0 answers
extjs - the buttons of mapPanel doesn't deactivate
I use extjs 3.4.0 and i have a problem with the buttons in the method deactivate.
I create the menu with GeoExt which i put the buttons.
var mapPanel = new GeoExt.MapPanel({
border: true,
region: "center",
// we do…

Basa
- 11
- 1
1
vote
1 answer
Issue with using a toggleGroup within GeoExt
I'm trying to add a button to a GeoExt application. Ideally I want the button workflow to be:
User clicks button. Button is now "Toggled" to on.
User clicks somewhere on the map.
(This always works) Function behind button is called.
Button toggles…

GIS-Jonathan
- 4,347
- 11
- 31
- 45
1
vote
0 answers
ExtJS 4.2 layout crush on latest chrome but not on old one in full screen
I've noticed that only in chrome my GeoExt app crush when I open many layers.
If I resize the window , the layout seems to look good , once I resize to bigger screen , it mess again.
The app code didn't change for long time , it doesn't happen on…

Alophind
- 842
- 2
- 12
- 27
1
vote
1 answer
Uncaught TypeError: undefined is not a function / Ext.Require / ExtJS
I'm using ExtJS and GeoExt inside a Symfony application.
After some troubles caused by wrong routing due to the assets dumping of Symfony, everything is working fine at the moment.
After finding a problem when trying to display layers of OpenLayers…
user2474622