Question one :
i have a use case where i want to load images in the GIS.
Potentially the size of all the images is approximatly 500KB.
How do you handle the image in the GIS ?
I know in http protocol the images are loaded when all the html text is displayed in the webBrowser, so the slow connection can navigate on the web without the images.
Do you handle images as the http protocol ? I explain myself a bit :
If I want to display a google background and 500 KB of images. The google background will be requested by the client itself. The images will come from the server. My question is : does the google background will be loaded by the client before the images, and the images will be available once by once the time it is downloaded by the client ?
Obviously, for me the client is the web browser, the server is the IIS server.
Question two :
When I use GdiPlusRasterLayer to load images i set the imageurl. how this image is rendered to the client ? i mean i can zoom in zoom out and the image shown zooms in and out accordingly. is there a server call each time so a service reprocess the image i previously set? or everything is made in the client side?
thanks for your help