|
POST
|
Terry, It is possible to protect a individual map service but not a single layer within a map service. Have a look at the help section on server security: http://resources.arcgis.com/en/help/main/10.1/index.html#/Restricting_access_to_GIS_web_services/0154000005pm000000/ When a user accesses an application that has a service that is secured they will be prompted for a log in, if they don't supply that login then that service will not be shown the the rest of the application will carry on as normal Regards Anthony
... View more
12-04-2013
05:02 AM
|
0
|
0
|
1219
|
|
POST
|
Paul, If you have an advanced license I would use the symmetrical difference tool: http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000r000000 Regards Anthony
... View more
12-03-2013
05:16 AM
|
0
|
0
|
1862
|
|
POST
|
David, If you create an annotation feature class you will be able to reorder your annotation as you please: http://resources.arcgis.com/en/help/main/10.1/index.html#//01m70000004w000000 Regards Anthony
... View more
12-02-2013
10:07 PM
|
0
|
0
|
3125
|
|
POST
|
James, Please don't also forget to mark the post as answered by checking the tick on the thread you have marked up. Thank you Anthony
... View more
12-02-2013
09:21 AM
|
0
|
0
|
920
|
|
POST
|
Your best bet is to add the basemaps in individually into the config.xml, that way you have total control over them, do not forget to turn the addarcgisbasemaps tag to false: <layer label="Imagery" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/86de95d4e0244cba80f0fa2c9403a7b2/info/thumbnail/tempimagery.jpg"/> <layer label="Imagery with Labels" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/413fd05bbd7342f5991d5ec96f4f8b18/info/thumbnail/tempimagery_with_labels_ne_usa.png"/> <layer label="Imagery with Labels" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/413fd05bbd7342f5991d5ec96f4f8b18/info/thumbnail/tempimagery_with_labels_ne_usa.png"/> <layer label="Oceans" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/48b8cec7ebf04b5fbdcaf70d09daff21/info/thumbnail/tempoceans.jpg"/> <layer label="Topographic" type="tiled" visible="true" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/6e03e8c26aad4b9c92a87c1063ddb0e3/info/thumbnail/topo_map_2.jpg"/> <layer label="Streets" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/d8855ee4d3d74413babfb0f41203b168/info/thumbnail/tempstreets.jpg"/> <layer label="Light Gray Canvas" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/8b3b470883a744aeb60e5fff0a319ce7/info/thumbnail/templight_gray_canvas_with_labels__ne_usa.png"/> <layer label="Light Gray Canvas" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/8b3b470883a744aeb60e5fff0a319ce7/info/thumbnail/templight_gray_canvas_with_labels__ne_usa.png"/> <layer label="Terrain with Labels" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/aab054ab883c4a4094c72e949566ad40/info/thumbnail/tempTerrain_with_labels_ne_usa.png"/> <layer label="Terrain with Labels" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Reference_Overlay/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/aab054ab883c4a4094c72e949566ad40/info/thumbnail/tempTerrain_with_labels_ne_usa.png"/> <layer label="National Geographic" type="tiled" visible="false" url="http://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer" icon="https://www.arcgis.com/sharing/rest/content/items/509e2d6b034246d692a461724ae2d62c/info/thumbnail/natgeo.jpg"/> You can then add or remove base maps as you want regards Anthony
... View more
12-02-2013
06:33 AM
|
2
|
0
|
920
|
|
POST
|
I have created a sample feature class with three columns a,b and c. A and B are Long and C is a double. The code in the attached screenshot works fine: [ATTACH=CONFIG]29490[/ATTACH] Try changing your square brakets in your expression to normal brackets () Regards Anthony
... View more
12-02-2013
06:08 AM
|
0
|
0
|
2892
|
|
POST
|
Jo It looks like you have zeros for both columns, try
def calc(f1,f2):
if (f1 <> 0 and f2 <> 0):
return (f1/f2)*100
else:
return 0
... View more
12-02-2013
05:18 AM
|
0
|
0
|
2891
|
|
POST
|
David, I am not aware of any transparency for labels, I think the only option you have is to change the colour of your label Regards Anthony
... View more
12-02-2013
01:52 AM
|
0
|
0
|
3125
|
|
POST
|
Tim, This is where the original widget was posted but it was for flex 2.0 http://forums.arcgis.com/threads/9585-MapProgressBar-widget-for-SFV-2.0 Regards Anthony
... View more
11-29-2013
05:55 AM
|
0
|
0
|
1590
|
|
POST
|
Thanks for the quick response Bjorn, looks like we will have to continue down the road we were going. Regards Anthony
... View more
11-26-2013
10:09 AM
|
0
|
0
|
674
|
|
POST
|
We are in the process of modifying the application builder to use our implementation of flex viewer and some extra widgets we have created. We are just at the process now of extending the functionality to allow widgets to be placed in side groups and containers as this seems to be something that is missing from the current builder. Before we go to far down this line is this something that anybody has already done? Or is it something the flex team are looking at doing (Bjorn)? Regards Anthony
... View more
11-26-2013
08:24 AM
|
0
|
2
|
980
|
|
POST
|
Von, Are you using a the arcgis web adapter on your server, if not you will have to use the 6080 port number on your URLs, eg: http://localhost:6080/arcgis/rest/services regards Anthony
... View more
11-24-2013
10:58 PM
|
0
|
0
|
644
|
|
POST
|
Ionara, You should be able to identify a map service with a raster using this sample: https://developers.arcgis.com/en/flex/sample-code/identify-features.htm A raster will probably only return the pixel value at the point Regards Anthony
... View more
11-20-2013
07:00 AM
|
0
|
0
|
554
|
|
POST
|
It looks like it is missing on this forum for some reason ???
... View more
11-19-2013
11:15 AM
|
0
|
0
|
1411
|
|
POST
|
Gwen, Don't forget to mark the thread as answered and give credit to the posts that helped by clicking the up arrow. Thanks Anthony
... View more
11-19-2013
10:34 AM
|
0
|
0
|
1411
|
| 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
|