Tagged Questions
0
votes
1answer
22 views
request two layers in search action of one PanelForm
here's my case: i have a panelForm with 4 fields, and a search button, that search for the features that correspond to the 4 fields given by the user.
and i have two layers that both contains the 4 ...
0
votes
1answer
55 views
creating map not working
am following this tuto to create a map on web with geoserver, GeoEXT, EXTJs, and openlayers here's the linki downloaded ext 4.2.0, openlayers 2.12 and GeoEXT 1.1, when i try to show the map : ...
1
vote
0answers
26 views
How to bring workspace layer to one combo box and once layer selected in this attribute of this layer in other combo box
I want a layers in workspace in combo box.Once i select combo box i want attribute in selected layer to in other combo box. how can i do it. I am using geoserver, openlayers, Geoext and ext js.
Can ...
0
votes
1answer
65 views
How get Map extents for draw polygon when final click is done?
I am using openLayer js to draw a polygon and now i want map extents of the drawn polygon one final click (i.e. user finish drawing polygon or double click is done). For drawing the polygon i am using ...
2
votes
0answers
287 views
How to add multiple nested node in GeoExt
I have following codes, but i want to add severel parent>child>chill>child>child (4 level inside) nodes with all check box options (for user choice) in the tree panel, in fact sum of all these (parent ...
1
vote
1answer
157 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
1answer
937 views
WFS layer not showing? [duplicate]
Possible Duplicate:
How to add GeoServer wfs layer on OpenLayers?
I'm really new to this and am making a map for a university project, I can't get my WFS layer to show up on my map, the WMS ...
0
votes
1answer
896 views
Data request to GeoServer: “Could not determine geoserver request from http request GET /geoserver/ows?service=WFS HTTP/1.1”
I am using ExtJS ajax to send a data request to geoserver (which is in another domain different from web server), codes are as follows:
Ext.Ajax.request({ //send data request
url : ...