|
POST
|
Have a look at the help file on georeferencing here: http://resources.arcgis.com/en/help/main/10.1/index.html#/to_another_raster/009t000001z9000000/ Regards Anthony
... View more
04-29-2013
04:14 AM
|
0
|
0
|
2126
|
|
POST
|
Jordan, I think your work around of going into the config file and changing the values manually is the best you can hope for. The only way around not having to change the existing pop up layer id's is to always add new layers to the bottom of your table of contents in ArcMap (not always practical I know). You will experience the same problem if you configure the search widget then add new layers to your mxd. The way I get around this one is to create a separate service called search against which has each layer I want to search against in it then always add the new layer to the bottom. Regards Anthony
... View more
04-24-2013
02:19 PM
|
0
|
0
|
773
|
|
POST
|
Katie, That is a strange one, one point which maybe be unrelated or just a typo on your post but you seem to have an extra opening tag in your CDATA: <description><![CDATA[< <br><i><b>Plan:</b></i> {PLANNAME} <a href="{PLANURL}"> (Link) </a> ]]></description> Should this not be: <description><![CDATA[<br><i><b>Plan:</b></i> {PLANNAME} <a href="{PLANURL}"> (Link) </a> ]]></description> Regards Anthony
... View more
04-24-2013
02:08 PM
|
0
|
0
|
2343
|
|
POST
|
Josh, You can use the search prompt tag: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/ <labels> <searchprompt>text</searchprompt> </labels> Regards Anthony
... View more
04-22-2013
06:31 AM
|
0
|
0
|
777
|
|
POST
|
Shaning, Have a look at the overview map widget: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Overview_Map_widget/01m30000003r000000/ If you change the line: overviewMap.extent = map.extent.expand(3); In the OverviewMapComponent.mxml To: overviewMap.extent = map.extent.expand(-3); it will act as a magnifier instead Regards Anthony
... View more
04-18-2013
01:40 PM
|
0
|
0
|
955
|
|
POST
|
Shaning, It depends what coordinate system your application is in. If you are using web Mercator there is a class, see here: http://resources.arcgis.com/en/help/flex-api/apiref/index.html?com/esri/ags/utils/WebMercatorUtil.html&com/esri/ags/utils/class-list.html If you are using anything else you will have to do the math yourself or use your geometry service. Regards Anthony
... View more
04-12-2013
06:51 AM
|
0
|
0
|
24577
|
|
POST
|
Brahim, Help on publishing dynamic layers can be found here: http://resources.arcgis.com/en/help/main/10.1/index.html#//00sq000000n1000000 Samples using them here: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Generate_renderers/01nq0000006z000000/ Regards Anthony
... View more
04-11-2013
10:01 PM
|
0
|
0
|
850
|
|
POST
|
Jamal, To publish a mosaic data set you need an image server license, where as a raster catalog you don't Regards Anthony
... View more
04-11-2013
09:53 PM
|
1
|
0
|
6290
|
|
POST
|
Anjelina, From what i can gather You will have to create a custom preloader, generate SWC and use it within the FlexViewer extending the SparkDownloadProgressBar class. Have a look at this tutorial: http://www.adobe.com/devnet/flex/articles/flex-custom-preloader.html Then you need to specify the preloader class in the application tag of index.mxml Not an easy task and not something I have tried, maybe somebody that has could add more light (Robert?) Regards Anthony Addition: another good resource: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7e3c.html#WS2db454920e96a9e51e63e3d11c0bf62d75-7fef
... View more
04-10-2013
12:08 PM
|
0
|
0
|
727
|
|
POST
|
Ed, What projection is your application in? The widget is only designed to work with web Mercator or geographics. Regards Anthony
... View more
04-10-2013
09:23 AM
|
0
|
0
|
807
|
|
POST
|
Kathryn, Have a look at the help for managing custom widgets here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Managing_custom_widgets/01m30000004m000000/ Regards Anthony
... View more
04-09-2013
01:11 PM
|
0
|
0
|
2198
|
|
POST
|
There should be no reason why not, I have only set it up against single locators
... View more
04-08-2013
02:40 PM
|
0
|
0
|
1143
|
|
POST
|
Chris, You need to edit your locator widget config file, make sure you set the usesingleline tag to false then you can add multiple field tags for each line, see: http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Locate_widget_tags/01m30000000r000000/GUID-E049BC59-5C7F-4A49-AEFA-C889DB33F53D/ You must ensure that the name of the field matches the name of the appropate field in the REST endpoint for the geocode service Regards Anthony
... View more
04-08-2013
02:33 PM
|
0
|
0
|
1143
|
|
POST
|
The search box in the header control widget has an autocomplete function built in at 3.2, see: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/GUID-6DDAACFF-7AE6-42D0-B678-5C03AF407322/ Regards Anthony
... View more
04-08-2013
12:36 PM
|
0
|
0
|
1497
|
|
POST
|
Neil, I would suggest that you create a second application and run it in parallel with your first. Once you have checked that the new application functions correctly you can swap them over and then delete the old one. Regards Anthony
... View more
04-08-2013
09:30 AM
|
0
|
0
|
686
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|