2
votes
1answer
95 views

How to build ArcGIS Flex Viewer app for remote server?

I'm trying to help a co-worker set up an ArcFlex Viewer app using the Application Builder. I'm a bit puzzled by the settings screen: It's asking for a web server base folder (local path) and a web ...
2
votes
2answers
165 views

How to set minimum and maximum scale?

I have several layers on my map. I need to set minimum and maximum scale level to prevent zooming. What's the best way of implementing it? Thanks
1
vote
0answers
84 views

Can Elevation Profile data in Arc's Flex Viewer 3.0 be exported?

a related thread here: google earth profile used in mashup or flex Would like to export the elevation profile data (csv, txt, etc.) from Arc's Flex Viewer 3.0 as it creates one: Also, if there is a ...
2
votes
0answers
86 views

How to login arcgis secure service in Flex using 2.5 version?

I know, that I can use IdentityManager class to show login+password form for secured services. But it's available in version 3.0, and I'm using 2.5. How can I provide access for secured service in my ...
1
vote
1answer
107 views

WMS projection doesn't match basemap

I have a flex viewer 3.0 map in wgs 84 (4326) (ESRI basemap) with a wms which is 4326 as well. for some reason the wms doesn't overlay correctly. it is way off. appears on the maps but it is flattened ...
0
votes
0answers
141 views

how to turn on a group layer when a sublayer is turned on in Flex Viewer

I have a map server with layer structure like this: -A (GroupLayer) --AA (SubGroup) --AAA (Feature Layer) When I set AAA.visible=true, I need at least AA get turned on too. I got my code like ...
0
votes
0answers
146 views

Flex 2.5 Viewer Identify Widget with Secured Service

I am trying to configure the Identify Widget with my Flex 2.5 application. I have a single ArcGIS Server service which is secured with a user. The map displays and runs correctly with the token I ...
0
votes
1answer
128 views

Is there a way to develop configuration interface for custom widget in Flex Application builder?

Hello fellow GIS developers, I'm currently trying to know if it's possible to develop a custom configuration interface for custom widgets in ArcGIS Flex Application Builder. The standard widgets have ...
1
vote
0answers
124 views

ArcGIS Viewer For flex add remove layer programitically

I want to add remove operational layers to ArcGIS Flex Viewer Problematically with some security verification. if user is Manager all layers will be added and visible if user from public then due to ...
2
votes
1answer
346 views

Zooming in close with mixed cached and dynamic services in ArcGIS flex

I have an application that uses a cached world basemap overlaid with more local and specific data coming from a dynamic map service. It works well for performance, but some users need to see some very ...
1
vote
2answers
587 views

WMS in arcgis viewer for flex

These days i am trying to develop web map using FOSS software.I hava WMS in geoserver.But it does not viewing in arcgis viewer for flex.Pls give me XML code for it? This is my WMS. ...
1
vote
1answer
150 views

Print Overview widget as part of map

I am using ArcGIS viewer for Flex 2.4. I am trying to get the overview map to print as part of the map using the print widget. In my customized print widget, the user has the facility to opt for ...
4
votes
1answer
163 views

“Add Comment” functionality in Flex Viewer

I want to add some kind of commenting functionality for users to leave notes on a map. I know that Esri deprecated the "add pop up" element in 2.3.1 because it didn't save. My current thinking is to ...
1
vote
3answers
2k views

ArcGIS Viewer for Flex - adding operational layers

I am new to Flex Viewer and am currently trying to view my Map Service that comes from remote Arc GIS Server over the Internet. All parameters in the config.xml file are set up as default (I made no ...
0
votes
3answers
1k views

Using URL parameters in ArcGIS Server 10 Viewer for Flex

Anyone know if you can use URL parameters to turn on layers. I have had success using URL parameters to go to specific coordinates.
1
vote
3answers
231 views

ArcGIS Viewer for Flex widget moves inadvertently when placed in upper right

Any widget moves inadvertently to the left whenever it is placed in the upper right area of the window? http://www.fairfield-city.org/maps/gis
4
votes
4answers
1k views

What's the difference between TOC and legend, _really_?

Like many folks here, I have played ESRI FlexViewer for quite a while. I couldn't help noticing there were still two widgets, one for TOC and the other for legend. It looks to me TOC is a layer tree ...
2
votes
1answer
376 views

Military Symbols in Flex Viewer 2

Assalam o Alaikum I want to create Military Symbols in Flex Viewer 2. How I can accomplish it, including all the names and their code in an XML file and calling it within flex viewer is a pain. Is ...
1
vote
2answers
660 views

How do I set up the ArcGIS Viewer for Flex?

I am still a newbie at the Flex Viewer; I have been using the Out of the Box Web Application for Server 10.0. I tried to put a simple service as an additional basemap (I also tried it as an additional ...
3
votes
1answer
526 views

ArcGIS Flex Polygon to PostGIS Polygon

ArcGIS supports building polygons within the flex component that contain self-intersecting rings, as well as rings that touch at multiple points (breaking the "arbitrary" rules here: ...