|
From: Florian L. <fle...@us...> - 2006-02-10 15:41:31
|
Update of /cvsroot/magicmap/magicmapclient/inf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17425/inf Modified Files: MapFacade.wsdl Log Message: geopositiondata implemented Index: MapFacade.wsdl =================================================================== RCS file: /cvsroot/magicmap/magicmapclient/inf/MapFacade.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MapFacade.wsdl 11 May 2005 15:42:47 -0000 1.1 --- MapFacade.wsdl 10 Feb 2006 15:41:22 -0000 1.2 *************** *** 10,13 **** --- 10,28 ---- <complexType name="MapDTO"> <sequence> + <element name="geoPoint1Alt" nillable="true" type="soapenc:int"/> + <element name="geoPoint1Lat" nillable="true" type="soapenc:int"/> + <element name="geoPoint1Long" nillable="true" type="soapenc:int"/> + <element name="geoPoint1X" nillable="true" type="soapenc:int"/> + <element name="geoPoint1Y" nillable="true" type="soapenc:int"/> + <element name="geoPoint2Alt" nillable="true" type="soapenc:int"/> + <element name="geoPoint2Lat" nillable="true" type="soapenc:int"/> + <element name="geoPoint2Long" nillable="true" type="soapenc:int"/> + <element name="geoPoint2X" nillable="true" type="soapenc:int"/> + <element name="geoPoint2Y" nillable="true" type="soapenc:int"/> + <element name="geoPoint3Alt" nillable="true" type="soapenc:int"/> + <element name="geoPoint3Lat" nillable="true" type="soapenc:int"/> + <element name="geoPoint3Long" nillable="true" type="soapenc:int"/> + <element name="geoPoint3X" nillable="true" type="soapenc:int"/> + <element name="geoPoint3Y" nillable="true" type="soapenc:int"/> <element name="id" nillable="true" type="soapenc:long"/> <element name="imageHeight" nillable="true" type="soapenc:int"/> |