[mapguide-users] creating package problem
Gyufi
endre.budai at geoview.hu
Mon Jun 29 11:09:42 EDT 2009
The code in the ServerRenderingService.cpp:
1040 if (width <= 0 || height <= 0 || dpi <= 0 || scale <= 0.0 ||
metersPerUnit <= 0.0)
1041 throw new
MgInvalidArgumentException(L"MgServerRenderingService.RenderForSelection",
__LINE__, __WFILE__, NULL, L"MgValueCannotBeLessThanOrEqualToZero",
NULL);
Try to check the extent of the map in webstudio.
You cannot set dpi or scale or metersPerUnit, but you can set width and
height.
width and height must > 0.
--
View this message in context: http://n2.nabble.com/creating-package-problem-tp3173532p3174988.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list