Thanks for the reply!!!
The whole map is getting displayed now.
The only problem now is the zooming.
I think there is an issue in loading new images in emulator once the map is zoomed. Zooming works fine in geoserver as it uses openlayers.
When I tried zooming in emulator, the map becomes blur for few minutes and then it is replaced by the previous map image(that is unzoomed map). Can you please suggest what I should do in order solve this??
Thanks in advance!!! Really appreciate ur fast replies!!
Have not seen this kind of issue. Maybe you would need special consultancy, where we would review your app code.
Hello again!
Maps displayed in openlayers format on geoserver shows proper details when zoomed.
In midlet we use:
SimpleWMSMap consturctor and specify the format as either-image/jpeg or image/png.
The map image, in png or jpeg format, becomes blur when zoomed. This is exactly what is happening in emulator.
Can you suggest what I need to do to solve this problem.
Thanks in advance!!!
hello,
There are two problems.
1. we can display the maps...but as soon as we zoom,it doesn't display the subsequent layers.instead it just displays the original map which gets blurred as we zoom further.
2. When we pan or scroll towards right, image of the same map is repeated.
Really appreciate your help!!
Thanks!!
What is URL of your map images?
And what is your code to activate the map (SimpleWMSMap constructor)?
1) Caching in RMS, streaming and caching in serverside using geowebcache are all improving performance. It depends where your issue really is: traffic, image generation or somewhere else.
2) I suggest to use TMS (z/x/y URL) front-end API of GeoWebCache instead of WMS. WMS has specific requirements and if you do not have configured it precisely, then it gives some textual error message instead of map image, and this is rendered as red image.
3) Zooming shows scaled image as temporary buffer. It should be replaced with new loaded image automatically, as soon as it is loaded. Perhaps there is some issue on loading new images?
/JaakL