Posts

Showing posts from October, 2013

Desktop automation software

AutoHotkey, a nice one. http://www.autohotkey.com/

Remove the "Zoom to" link in Callout of ArcGIS Javascript API

We can add the following style to hide the "Zoom to" link:       .action.zoomTo {       display: none;       } Ref: http://forums.arcgis.com/threads/89318-Remove-quot-Zoom-to-quot-link