2

I am interested in adding feature layers from geoserver in arcgis viewer for flex config file and consequently display them on the web map.IS that possible? If yes, could someone share how they did that and perform querying on the features (points and polygons)?

Fezter
22k11 gold badges72 silver badges127 bronze badges
asked Aug 8, 2012 at 9:17

3 Answers 3

2

You may be interested in this. http://code.google.com/p/wfst-arcgis-viewer/ It works with 2.4. I am still troubleshooting the 2.5 graphics.

answered Aug 26, 2012 at 3:34
0

arcgis viewer for flex 2.1 was not support wms but in 3.0 you can use wms. more info

Possible layer types are as follows:
tiled—Cached ArcGIS map service (9.3 or later).
dynamic—Non-cached ArcGIS map service (9.3 or later).
feature—Single layer in an ArcGIS map service or feature service (9.3 or later).
bing—Microsoft Bing layer (requires a Bing Maps key).
image—ArcGIS Server Image Service (9.3 or later).
arcims—ArcIMS Service (9.3 or later if using a Web Mercator projection).
osm—Basemap from OpenStreetMap.
wms—WMS service. [Added in version 2.2]
kml—KML feed.[Added in version 2.4]

for adding wms in your config file you should glance at "WMS as a service in Flex Viewer" here.

i hope it helps you...

answered Aug 8, 2012 at 9:30
2
  • Hi Aragon, thanks for the response. I would like to overlay them and I have no idea of how to call them and parse them to the interface. Do you have a code sample of something that you have done previously? Appreciated. Commented Aug 8, 2012 at 9:47
  • check out this examples, you can see the code too here. Commented Aug 8, 2012 at 10:11
0

try this one, dowload the trunk source code.

http://code.google.com/p/wfst-arcgis-viewer/source/browse/

works with flexapi3.x and flexviewer 3.x

answered Jan 11, 2013 at 15:52

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.