When we create a new MapImageLayer, the dpi send to the MapServer is not the one defined.
By default, the dpi is 96 but the one send to the http GET is 108.
(witch make our servers not sending the correct data)
To have the correct dpi send, we are obliged to set the dpi to (96*96)/108.
Why the dpi can't stay the same ? Why is it modified ?