The ArcGIS Viewer for Flex application enables users to create GIS-enabled web mapping applications, without requiring programming.
0
votes
1answer
266 views
Help required with size of the symbol
I am adding a picture marker symbol to graphic layer like this in Map click event:
const mapPoint:MapPoint = map.toMapFromStage(event.stageX, event.stageY);
mapPoint.spatialReference = ...
0
votes
0answers
346 views
How to draw Sprite on Graphics layer?
I want to draw sprite on Graphics layer like this:
var sp:SpriteVisualElement = new SpriteVisualElement();
sp.graphics.beginFill(0x00ff00,1);
...
1
vote
0answers
361 views
How can I draw custom shapes on Graphics layer?
Hello everyone I need help. Any clue, guidance or help that would be appreciated, please bear with me as I am still struggling with Flex 4.
What is the simplest way to draw custom shapes using < ...
8
votes
2answers
1k views
What are the pros and cons of using the ArcGIS Viewer for Flex vs. creating your own GIS application vs creating your own framework?
Simple question, but perhaps hard to answer. I have broken the title question into three distinct questions in order to clearly identify what we are considering for options each time we build an GIS ...
1
vote
0answers
136 views
How to draw curves in Flex Viewer?
I want to draw curves from a given point to another in Sample Flex Viewer like shown below.
Any help?
0
votes
0answers
171 views
How to save a CompositeSymbol in a text file using Flexviewer 2.2?
I am using Flexviewer 2.2 draw widget that allows us to save text or shapes in a text file. I had created a compositeSymbol containing 3 textSymbols instead of a textSymbol, now I want to save it in a ...
2
votes
1answer
291 views
FlexViewer 2.1 - Add scroll for widgetgroup
I have a site that is using the ArcGIS Viewer for Flex version 2.1. In the header I have a widget group that contains 25 items. The list is so long that it goes beyond the bottom of the browser ...
1
vote
2answers
337 views
Replacing header in Flexviewer
Will the index.html swf need to be re-compiled in order to embed the flexviewer app in between a html header and footer wrapper? Or it this perhaps handled in the HeaderControllerWidget.mxml?
2
votes
3answers
263 views
Using the excludelayer tag in Flex 2.3.1 with a cached service
I'm working on our first Flex server page using the Flex Viewer 2.3.1. The Legend widget works, but I cannot get the excludelayer tag to work. Here's where the problem probably is - it's a cached map ...
3
votes
1answer
286 views
changing ArcGIS Viewer for Flex page title
perhaps I'm just missing the obvious.
when working with the ArcGIS Viewer for Flex application is it possible to change to title page tab to something else e.g. sometitlepage.com or will the Internet ...
0
votes
1answer
206 views
Locate Widget for flexviewer 2.3.1
I want to exclude addresses to the state of Oregon.
Pre 2.3.1 code was
<listfield>State</listfield>
<listvalues>OR</listvalues>
for 2.3.1 ESRI says to use
...
1
vote
3answers
950 views
ArcGIS Viewer for Flex supported EPSG (wkid)
I am trying to "force" ArcGIS Viewer for Flex 2.1 to retrieve WMS layer using an EPSG, i.e. 3308.
I tried setting
<map wkid="3308">
However the ArcGIS Viewer for flex always defaults to ...
0
votes
1answer
144 views
flex 2.3.1 Simpleinfowinwidget deprecation
I have been using the simpleinfopopup widget and recently read that it is being deprecated with 2.3.1.
1. What are the positives and negatives of the popup you are using in flex?
I also have been ...
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 ...
1
vote
3answers
396 views
Changing the search widget link icon
I want to change the pre-defined red arrow link icon in the search widget to another icon:
Where would I do this? It looks like the widget is drawing from the InfoPopupWidget.swf?
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
232 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
1
vote
2answers
625 views
Workflow for importing a flexviewer website into Flashbuilder 4
I have websites built using the flexviewer, but would like to import them into Flashbuilder 4 in order to enhance them. Is there a way to do this by importing the .xml or config.xml from the compiled ...
1
vote
2answers
879 views
How can I add menus to Flex Viewer 2?
I have a lot of widgets and my dashboard in Flex Viewer 2 has gotten cluttered. How can I add menus to the dashboard rather than buttons to organize the widgets?
Any help will be appreciated.
0
votes
0answers
148 views
Grid & Magnetic Bearing in Flex Viewer 2
I want to allow users to draw line by using Flex Viewer 2 drawing widget, As a result I want to have magnetic and grid bearing.
Any help would be appreciated.
Thanks.
2
votes
1answer
379 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 ...


