I don't know what is happened, but now mapComponent search for JaredMap tiles files that begin with t and then zoom_x_y. I try 1.1.0 and 1.1.1a SDK version and on both it wants files that start with t.
I am confused because I develop one app with 1.1.0 SDK version and it wanted normal zoom_x_y.png files but now it wants files that start with t. I add t on files and now evrtything is fine. I am talking about J2ME lib. First, SDK wants normal tiles name and then after few months it wants tiles that start with t... Maybe I made some mistake but I am really confused.
I notice that in new Android sample, wich I have in my workspace, tiles for some map start with t(probably because Android don't let you to start files with number). But how android sdk influence on j2me SDK...
| Failinimi | Suurus |
|---|---|
| JaredOpenStreetMap.java | 2.02 KB |
J2ME and Android SDK share as much as common codebase as possible to reduce management overhead. All map services are same. Android does not allow start with number, so we needed to change Jaredmap implementation on all platforms. You can always use your custom jaredmap with old filenames. I attach default file here, and you can modify buildPath method (remove line 55) to have old behaviour.
/JaakL