Tagged Questions
2
votes
1answer
257 views
How to export vector features to grid using proxy and WFS protocol?
I am trying to export vector features (current view) as a grid, something like: http://workshops.opengeo.org/geoext/wfs/grid.html
so far layer features are not being retrieved.. I got empty grid in ...
0
votes
3answers
351 views
Trying to fetch feature data by intersecting Vector Polygon and WMS feature layer
I am trying to intersect a user defined polygon with a Point WMS Feature Layer. I am using the following code
action = new GeoExt.Action({
text: "draw poly",
control: new ...
0
votes
0answers
197 views
GeoExt.AttributeForm not show feature attributes
I want to edit WFS layer objects attributes. FOr this i try GeoExt.AttributeForm. But Its not show attributes values only names.
Store
var st=new GeoExt.data.AttributeStore({
...
1
vote
2answers
190 views
Openlayers controls outside the map
I want put OpenLayers controls outside a map but dont know how. I find this example http://openlayers.org/dev/examples/editingtoolbar-outside.html but its not what i want. I have a button and want ...
1
vote
2answers
421 views
How to make WFS layer with GeoExt?
Can u help me with WFS on GEOExt?
Im read tutorial and see this code.
proxy: new GeoExt.data.ProtocolProxy({
protocol: new OpenLayers.Protocol.WFS({
url: "/geoserver/ows",
...
1
vote
1answer
118 views
GIS Layer Versioning In GeoServer
i have developed the application for editing the map features online but i want the features to be saved as version of the layer not in original layer.this work is done using GeoExt ...
1
vote
0answers
135 views
WFS getFeature Request Blank XML for some layers
I have following url request to geoserver. the first request results blank page but the second page results in number of feature count. Why it there blank xml for some layer while other gives number ...
0
votes
2answers
3k views
Sending xml post request to geoserver
This may be simple question but I can't get started. This tutorial from pen state university has xml request
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" – we would like ...
1
vote
2answers
679 views
GeoExt Legend Modification To Include Feature Count
GeoExt has Legend capability but is is quite basic which shows only feature types like in example http://api.geoext.org/1.0/examples/legendpanel.html. How could it be modified display legend with ...
1
vote
0answers
356 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 ...
1
vote
1answer
399 views
GeoExt printPage cannot handle WFS vector features
I recently added the print function to my GeoExt web application, using
<script type="text/javascript"src="http://localhost:8080/geoserver/pdf/info.json?var=printCapabilities"></script>
...
1
vote
2answers
456 views
False DescribeFeature Request URL in GeoExt QueryPanel
I got the GeoExt QueryPanel working so far, it recognizes the layers available on my Geoserver but it is not able to get the attribute columns for the dataset. I configured an osgeo proxy on my Apache ...
2
votes
0answers
543 views
Proxy trouble with GeoExt Query Panel?
I got the GeoExt QueryPanel working so far, it recognizes the layers available on my Geoserver but it is not able to get the attribute columns for the dataset. I configured an osgeo proxy on my Apache ...
1
vote
1answer
696 views
Toggling feature visibility in Openlayers + GeoExt
I'm setting up a small web mapping application using PostGIS + mod_tile + FeatureServer + OpenLayers + GeoExt, each of which I'm learning as I go. In addition to the base layer, I've pulled in a few ...
3
votes
2answers
873 views
Is there a Web app for building GeoExt tree configurations?
I have a GeoExt application and looking for approaches for building tree configuration (in JSON format). Now tree configuration is made manually and looks like:
var treeConfig = new ...
