//////////////////////////////////////////////////////
// responds to the clear map toolbutton
////////////////////////////////////////////
function setMapClear_ToolAction(){
   // grab the geocode center
   // lay out the code to center map 
    
   setMapCommand('(clear())  (zoom( x(' + getCenterLongitude().value +') y('+ getCenterLatitude().value + ') factor(1)))' );

   map_checkMap('','');

   //NO NEED for reposition of edit point here it is in the map_Check
}
