Select to view content in your preferred language

Centre cross hair

819
2
11-21-2011 01:43 AM
leecollier
Deactivated User
I need to add a cross hair to the centre of the map, any ideas?
Have tried crosshairVisible="true" in the map element of the config, but no joy.

Thanks in advance
Tags (2)
0 Kudos
2 Replies
IvanBespalov
Frequent Contributor
Lee,
if you work with source code (not compiled version) the easy way to make cross hair visible - change com.esri.viewer.skins.MapManagerSkin.mxml

<esri:Map id="map"
              crosshairVisible="true"
              width="0" height="0"
              ...
0 Kudos
leecollier
Deactivated User
Thanks for that, worked a treat.
0 Kudos