RE: [mapguide-users] Manipulating Maps in a Session, .NET API

2008-08-28 Thread Maksim Sestic
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: Wednesday, August 27, 2008 19:05 To: MapGuide Users Mail List Subject: Re: [mapguide-users] Manipulating Maps in a Session, .NET API I have not used tiles, so I don't know how

Re: [mapguide-users] Manipulating Maps in a Session, .NET API

2008-08-27 Thread Kenneth Skovhede, GEOGRAF A/S
I have not used tiles, so I don't know how that is done. If you just want to create tiles, Kori Maleski has done a great job with a builder: http://www.websoftdev.com/download.cfm I'm guessing that tile (0,0) is has the same upper left coordinates as your map extent. Regards, Kenneth

RE: [mapguide-users] Manipulating Maps in a Session, .NET API

2008-08-26 Thread Maksim Sestic
Hi Nothi, Please see Maestro API: http://trac.osgeo.org/mapguide/wiki/maestro You need to reference OSGeo.MapGuide.MaestroAPI.dll and MapGuideDotNetApi.dll libraries to get started. Then look for RuntimeClasses.RuntimeMap, I'll see to post some coding examples on Wiki page. It's still thin on