1
vote
1answer
69 views

How to make timeline with OpenLayers?

I have OL, GeoExt, gxp. I have a layer with Date attribute. So i want to show features with same date. I found example using gxp_playback, but its not work couse its cant find ...
0
votes
0answers
40 views

Not seved chenges in Postgres from Opengeo API

I create my site like http://suite.opengeo.org/recipes/#app/wfs/commitedits but with my data from postgres(9.2). After chenged and press Save show error: Cannot read property 'features' of null. Also ...
1
vote
0answers
171 views

Help me with this code from GeoExt and OpenLayers

I haven't gone entirely through GeoExt. But I am trying to understand the below code, but I am struck. The below code is about creating popups of feature information. But the layers added are WMS ...
0
votes
1answer
309 views

add grid to GetFeature Info tool

I have added the GetFeatureInfo Tool to my Viewer but the PopUp does not have a grid in it to display the Feature Info neatly. How do I get the grid layout in the Feature Info PopUp, like the one ...
1
vote
1answer
163 views

Displaying “numberoffeatures” in grid

How to display numberoffeatures in map using geoext on grid? Ext.onReady(function() { app = new Ext.Viewport({ layout: "border", items: items ...
1
vote
0answers
347 views

Cannot Edit Features of PostGIS Layers in OpenGeo GeoExplorer

I admit I originally posted the question here: http://getsatisfaction.com/opengeo/topics/cannot_edit_features_of_postgis_layers But due to no response and not finding a solution, I thought I'd try ...
4
votes
1answer
446 views

OpenGeo/GeoServer WFS - getting only as much data as is needed

There's probably a term for this that I'm missing that would help me find the answer... My question is similar to a previous question of mine. I am using GeoServer (as part of the OpenGeo stack) as a ...
2
votes
1answer
1k views

Cannot populate a Ext GridPanel through GeoExt WMSCapabilitiesStore

I've been working through a few tutorial/starter map samples on the OpenGeo and GeoExt websites and have come upon a problem I cannot solve. I'm trying to load a list of layers from my GeoServer into ...