|
POST
|
James, You should not be attempting to set the maps extent using coordinates that are not the same as the maps coordinate system. That is likely your issue.
... View more
11-10-2010
05:04 AM
|
0
|
0
|
1504
|
|
POST
|
James, If you are using any cached/tiled map services than the maps extent is constrained to those LODs and the map will automatically jump to the LOD that is closest to the extent that you are attempting to set it to. Not sure if that is your issue or not. The other thing is make sure that you are passing in an extent that is in the same WKID as the map is.
... View more
11-10-2010
04:53 AM
|
0
|
0
|
1504
|
|
POST
|
nshaukat, You have a syntax error in your xml. <excludeLayers>
<excludeLayers mapservice="MyLayers"> </excludeLayer>
</excludeLayers> The beginning and closing element name have to identical and that particular element is suppose to be excludeLayer not excludeLayers.
... View more
11-10-2010
04:45 AM
|
0
|
0
|
1340
|
|
POST
|
Prestige, A new version is now available that fixes the bug you reported.
... View more
11-09-2010
11:34 AM
|
0
|
0
|
8163
|
|
POST
|
Robert, You are running into a very common issue with any attempt to globalize measurements and get accurate results. The best thing to do is use a UTM 1983 zone that is specific to your area of concern and that will provide you the best results.
... View more
11-09-2010
10:46 AM
|
0
|
0
|
2667
|
|
POST
|
Marshall, I have no plans for any print functionality in this widget. Printing is one of those dark areas of the FlexViewer right now.
... View more
11-09-2010
07:11 AM
|
0
|
0
|
1928
|
|
POST
|
Justin, This is an issue a handful of people have reported but I have not been able to reproduce using ESRIs map services or mine so I have not been able to troubleshoot it. Sorry no more ideas on this one.
... View more
11-09-2010
07:09 AM
|
0
|
0
|
2225
|
|
POST
|
Emily, Field names are case sensitive and your field list should be comma separated with no spaces.
... View more
11-09-2010
07:07 AM
|
0
|
0
|
2225
|
|
POST
|
Rich, I think what you are after can be handled with out any code modification. It would require you to have several configuration files and in the FlexViewers url you would just use the appropriate parameter. i.e. http://gis.calhouncounty.org/IdentExample/index.html?config=config-eSearch.xml Where ?config=config-eSearch.xml is the specific config file I want to load. Now in the config file you can specify a visiblelayers attribute for each mapservice. i.e <layer label="Public Safety" type="dynamic" visible="true" visiblelayers="1,2"
url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer"/>
... View more
11-09-2010
06:10 AM
|
0
|
0
|
1223
|
|
POST
|
Skotea, As I mentioned, I do not use any security like this so I have limited knowledge of this area. In FlexViewer 2.1 I would say that the best way to handle a portion of the security is to use different config files. The issue you will have to overcome there is how to prevent access to a more privileged config file. I have heard of so handling this through a ASP.net front end that directs a user to a particular config based on login and access to the IIS directory that has those config files is protected through windows authentication. If you secure your map services using ArcGIS Manager than in Flex you will have to use tokens to consume them. You will have to modify the FlexViewer to handle this. I can not give you any advice on this but I know people have do this in the past and posted on the forums so just search for "using secured map services" or something along those lines. There is no out of the box or standardized method to do any of this using FlexViewer, so you will have to develop this methods your self along with the code. Once again I am not expert on this and have no experience in this area. I just came across that article and though I would pass it on.
... View more
11-09-2010
05:29 AM
|
0
|
0
|
1222
|
|
POST
|
Prestige, Yes here is one of the errors I get * esriJobMessageTypeInformative: Submitted. * esriJobMessageTypeInformative: Executing... * esriJobMessageTypeInformative: Executing (Buildable_Accessible_Areas): Model "0.5 Miles" "0.5 Miles" "0.5 Miles" "0.5 Miles" "0.5 Miles" "0.5 Miles" "0.5 Miles" "0.5 Miles" F:\CUOData\CMA\Shapes\Model_Output.gdb\Vacant_Land * esriJobMessageTypeInformative: Start Time: Tue Nov 09 16:00:52 2010 * esriJobMessageTypeInformative: Executing (Buildability_Model): Model4 "0.5 Miles" "0.5 Miles" "0.5 Miles" "0.5 Miles" F:\CUOData\CMA\Shapes\Model_Output.gdb\Buildable_Areas * esriJobMessageTypeInformative: Start Time: Tue Nov 09 16:01:01 2010 * esriJobMessageTypeInformative: Executing (Buffer (3)): Buffer F:\CUOData\CMA\Shapes\CMA_Vectors_2.gdb\WETLANDS F:\CUOData\CMA\Shapes\Model_Output.gdb\WETLANDS_Buffer "0.5 Miles" FULL ROUND ALL # * esriJobMessageTypeInformative: Start Time: Tue Nov 09 16:01:06 2010 * esriJobMessageTypeError: ERROR 000210: Cannot create output F:\CUOData\CMA\Shapes\Model_Output.gdb\WETLANDS_Buffer * esriJobMessageTypeError: A locator with this name does not exist. * esriJobMessageTypeError: Failed to execute (Buffer (3)). * esriJobMessageTypeInformative: End Time: Tue Nov 09 16:01:07 2010 (Elapsed Time: 1.00 seconds) * esriJobMessageTypeError: Failed to execute (Buildability_Model). * esriJobMessageTypeInformative: End Time: Tue Nov 09 16:01:08 2010 (Elapsed Time: 7.00 seconds) * esriJobMessageTypeError: Failed to execute (Buildable_Accessible_Areas). * esriJobMessageTypeInformative: End Time: Tue Nov 09 16:01:08 2010 (Elapsed Time: 16.00 seconds) * esriJobMessageTypeError: Failed. What is the WKID you are using for the GP Task?
... View more
11-09-2010
04:04 AM
|
0
|
0
|
3176
|
|
POST
|
Skotea, I do not use this or any other type, but here is a link to something I found. http://www.vipercreations.com/tutorials/Adobe%20Flex/28/
... View more
11-09-2010
03:31 AM
|
0
|
0
|
1222
|
|
POST
|
Prestige, Have you read these articles about deploying GP Processes for use in server? Most people think that just because it runs in ArcMap that it will work fine for the web and normally it does not. By the looks of it you have this figured out though as you are running it from your web adf site. My big question is are you publishing a MXD or a toolbox when you deployed this to the server? http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/0093/00930000000r000000.htm http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/0093/00930000005v000000.htm
... View more
11-09-2010
02:11 AM
|
0
|
0
|
3176
|
|
POST
|
Prestige, Yes you are right the forecast does not currently honor the change. I will have to make this change and put out a new version.
... View more
11-09-2010
01:53 AM
|
0
|
0
|
8163
|
|
POST
|
Mark, ESRI has produced a get little tool to do just what you are trying to do. Look here at the extent helper. http://help.arcgis.com/en/webapps/flexviewer/help/extenthelper/flexviewer_extenthelper.html The actual bookmarks are stored in a local client storage space that Flash Player uses and can only be read by code. You can clear this data by using this web url. http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
... View more
11-09-2010
01:47 AM
|
0
|
0
|
658
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|