Map API

MGMaps Lib SDK is professional toolkit to develop mobile mapping applications.
Platforms: iPhone, Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

Latest news

Last at Mon, 8 Jun 2009 13:26:38
Topic: Trapster is in top-10 of all major application shops
See more news »

Nutiteq on Twitter

11 weeks 6 days ago Nutiteq is proud sponsor of StateOfTheMap 2010 #sotm10

Different map sources

58 replies [Last post]
jaak
User offline. Last seen 2 days 3 hours ago. Offline
Joined: 06/19/2008

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

shamitha
User offline. Last seen 12 weeks 6 days ago. Offline
Joined: 04/11/2010

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!!

jaak
User offline. Last seen 2 days 3 hours ago. Offline
Joined: 06/19/2008

Have not seen this kind of issue. Maybe you would need special consultancy, where we would review your app code.

/JaakL

shamitha
User offline. Last seen 12 weeks 6 days ago. Offline
Joined: 04/11/2010

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!!!

anjana
User offline. Last seen 12 weeks 6 days ago. Offline
Joined: 04/22/2010

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!!

jaak
User offline. Last seen 2 days 3 hours ago. Offline
Joined: 06/19/2008

What is URL of your map images?

/JaakL

shamitha
User offline. Last seen 12 weeks 6 days ago. Offline
Joined: 04/11/2010
jaak
User offline. Last seen 2 days 3 hours ago. Offline
Joined: 06/19/2008

And what is your code to activate the map (SimpleWMSMap constructor)?

/JaakL