Try to find more information on this link: http://franson.com/coordtrans/index.asp
----- Original Message ---- From: gimbrogno <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, July 11, 2008 2:04:49 PM Subject: Re: [mapguide-users] Get Coordinates Hi I have another problem :( The coordinate system that I can show on status bar are in meters (planar Gauss-Boaga Roma40 (M. Mario)) and I would to show it in the standard WGS84 GD like google maps... Can you help me? Thanks a lot... Dorin333 wrote: > > Hi, tries this > > Longitude > grade=(int)point.X/60 > minutes=(int) point.X/3600 > rests are seconds > > Latitude > grades=(int)point.Y/60 > minutes=(int) point.Y/3600 > rests are seconds > > > > > > ----- Original Message ---- > From: gimbrogno <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, July 10, 2008 12:33:58 PM > Subject: Re: [mapguide-users] Get Coordinates > > > Hi all, I have solved using the suggestions of Dorin333... > I managed the DigitizePoint() function in the js, so when I click there is > a > popup with the coordinates (meters), but now I have to convert it into > latlon. There is alredy a function that make this? > > Thanks a lot to all > > > > Kenneth Skovhede, GEOGRAF A/S wrote: >> >> It's a bit unclear what you want. >> If you want to get the coordinate when you click, Dorin is correct. >> The javascript function is called "DigitizePoint". >> >> If you want to display the coordinates as the mouse moves, you will have >> to >> study the file "ajaxmappane.templ" and figure out what function to hook >> into. >> >> Regards, Kenneth Skovhede, GEOGRAF A/S >> >> >> >> Dorin skrev: >>> Hi, >>> On the phpviewer sample (PHP code) you have a markup option, and you >>> can create on a click mouse on a map (get coordinate x,y) an point.You >>> can studying this samples in order to find a solution. >>> Dorin >>> >>> ----- Original Message ---- >>> From: gimbrogno <[EMAIL PROTECTED]> >>> To: [email protected] >>> Sent: Tuesday, July 8, 2008 6:28:46 PM >>> Subject: Re: [mapguide-users] Get Coordinates >>> >>> >>> Hi I have the same problem... Have you solved? Can you or any other >>> people >>> help me to solve my problem? >>> >>> Thanks a lot >>> >>> >>> >>> Jhonn Jairo Vesga Cadena wrote: >>> > >>> > Hi, i have a map in autodesk studio 2007, and i need to solve this >>> issue: >>> > >>> > I need to create a point begins by click on the map, when i click the >>> > application launch a window where i get the X and Y coordinate, the >>> > problem its that, how can i get that coordinate?? >>> > >>> > Some ideas?? >>> > >>> > Thanks >>> > >>> > -- >>> > att: >>> > >>> > Jhonn Jairo Vesga Cadena >>> > >>> > Móvil: >>> > Movistar: 316-524-4147 >>> > _______________________________________________ >>> > mapguide-users mailing list >>> > [email protected] <mailto:[email protected]> >>> > http://lists.osgeo.org/mailman/listinfo/mapguide-users >>> > >>> > >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Get-Coordinates-tp13951030p18341934.html >>> Sent from the MapGuide Users mailing list archive at Nabble.com >>> <http://Nabble.com>. >>> >>> _______________________________________________ >>> mapguide-users mailing list >>> [email protected] <mailto:[email protected]> >>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> mapguide-users mailing list >>> [email protected] >>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>> >> >> _______________________________________________ >> mapguide-users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/mapguide-users >> >> > > -- > View this message in context: > http://www.nabble.com/Get-Coordinates-tp13951030p18379167.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > > > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- View this message in context: http://www.nabble.com/Get-Coordinates-tp13951030p18401412.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
