[mapguide-users] I need coord X and Y on taskPaneFrame

Jose Manuel C G gis at mapas-sll.com
Fri Jun 22 05:26:16 EDT 2007


The problem has been resolved with the next code snip in a InvokeURL:

mapFrame.DigitizePoint(OnPointDigitized);function OnPointDigitized(point){
GetTaskFrame().GetTaskPane().location.href =
"https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCoordenadas.asmx/Consulta_RCCOOR?SRS=EPSG:4326&Coordenada_X="
+ point.X + "&Coordenada_Y=" + point.Y;
}

does any way to make a button, instead of invokeURL?
-- 
View this message in context: http://www.nabble.com/I-need-coord-X-and-Y-on-taskPaneFrame-tf3957845s16610.html#a11248830
Sent from the MapGuide Users mailing list archive at Nabble.com.



More information about the mapguide-users mailing list