Hi All,
I was facing speed issue in mapserver to add WMS on google map.
As you all know, for add WMS on google map, tileoverlays method do
request for each single tiles and mapserver generate image for these request
and we placed it on google map. But when we do zoom in these request
increases and because of this mapserver gets overloaded and server images
slowly.
To avoid this speed issue, I changed my code a bit and using gound
overlays method in which I am passing full GetMap url ( with map bound ) to
add image in single request. this is giving images too fast but this is not
projecting well on google map.
Can anyone help me out ?
Regards
Praveen
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en.