Tagged Questions
0
votes
0answers
135 views
Unable to display popups when clicking the layer title within a layer tree panel - OpenLayers, GeoExt, GeoExt ux
I am using OpenLayers and GeoExt with Geoext.ux layertreebuilder to manage GML vector layers. The GeoExt and GeoExt ux are used strictly for grouping and managing the layers within the layertreepanel. ...
0
votes
1answer
129 views
GeoExt2 - Popup Bug?
I'm using GeoExt2 (alpha) + Extjs 4.1 now to implement a map application. The thing is sometimes when I select a feature on the map, two popups are displayed. one at the bottom of the screen which has ...
0
votes
1answer
182 views
PopUps for all the Feature layers
I am trying to create GeoExt action button to fetch the feature info from all the layers. I am still getting the info for my point features but I am getting nothing for the usa:states, that appears in ...
2
votes
1answer
297 views
Connect JSON to GeoExt Application
I am returning a JSON to a GeoExt app and this is the code that is collecting the return,
var control = new OpenLayers.Control.Click({
trigger: function(evt) {
...
0
votes
2answers
309 views
Popup is stationary does not move with the location
I am using the GeoExt example and used the same code in my application. This is my code
The problem I am facing is that the Popup box in my application on
http://128.196.142.94/geo/test/test.html is ...
0
votes
1answer
90 views
removing multiple additions to popup
I am using the GeoExt example and this is the js code and trying to get rid of the multiple lat and lon that get added into the PopUp on multiple clicks.
Not sure which is the code that I need to ...
