[mapguide-users] MaestroAPI - Possible error in RenderRuntimeMap

2009-09-10 Thread Gunter Becker
Hi, when using RenderRuntimeMap methode of the Connection object it seems that the dpi value takes no effect. I'm trying to render the map with 150 dpi but it renders like using 96 dpi. When rendering through the WebTierApi with the exact same values (150 dpi) it shows up as expected.

Re: [mapguide-users] MaestroAPI - Possible error in RenderRuntimeMap

2009-09-10 Thread Kenneth Skovhede, GEOGRAF A/S
For some reason the DPI property is not set-able in the MapGuide API, but works just fine with the WebAPI. So you are correct, the DPI setting is ignored. Not sure if it is per-design or a bug in the API. My workaround is something like this: LocalNativeConnection realCon; //Assigned somewhere