The requested image size to viewport size ratio is explicitly set to 2: https://github.com/jumpinjackie/mapguide-react-layout/blob/827358d6aa5fbb4313d6d90d33f3655507dcb492/src/components/map-viewer-base.tsx#L763 https://github.com/jumpinjackie/mapguide-react-layout/blob/827358d6aa5fbb4313d6d90d33f3655507dcb492/src/components/map-viewer-base.tsx#L775 Setting it to 1 should make it request the same image size as the viewport?
Alternatively, to allow large requests with normal quality WMS layers, increase these values in serverconfig.ini: MaxRasterImageHeight = 2048 MaxRasterImageWidth = 2048 However, this only works if the WMS server also allows large requests. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-react-layout-A-modern-viewer-for-MapGuide-tp5288019p5290177.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
