Select to view content in your preferred language

3 QUESTIONS ON FLEX

545
1
03-11-2013 12:39 AM
SaniTakwim
Deactivated User
Dear All,

I'm using ArcGIS Server 10.01 with Flex as the design for our Application.

My 3 questions :

i) "Zoom to scale" - when I type 1: 10,000 or 5,000 or whatever else, it zooms to a different scale everytime. Is there a fix for this?

ii)I would like to save permanently whatever points or markings which I'd done on the view i.e. everytime I open the application, they will always be there. Is this possible?

iii)How do I make a print layout that can be saved as pdf?

Your early assistance are very much appreciated. TQ
Tags (2)
0 Kudos
1 Reply
AnthonyGiles
Honored Contributor
Sani,

i) "Zoom to scale" - when I type 1: 10,000 or 5,000 or whatever else, it zooms to a different scale everytime. Is there a fix for this?

Are you talking about setting the scale in the map tag of the config I.e. scale="5000". If so and you are using a tiled map service the scale must match one of your cached scales. These can be found by looking at the rest endpoint for the service:

http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer

ii)I would like to save permanently whatever points or markings which I'd done on the view i.e. everytime I open the application, they will always be there. Is this possible?

You could do ths by either setting up some editable feature layers:

http://resources.arcgis.com/en/help/main/10.1/index.html#/Tutorial_Performing_web_editing_using_data...

Or by Roberts enhanced draw widget that allows you to load pre saved graphics from a file via the URL:

http://www.arcgis.com/home/item.html?id=91a0014160fc4a9caadc2c7fd7089c1b

iii)How do I make a print layout that can be saved as pdf?

http://resources.arcgis.com/en/help/main/10.1/index.html#/Tutorial_Publishing_additional_services_fo...

Regards

Anthony
0 Kudos