@pageinit[]
^if($locale eq 'ru'){
$pagetitle[UNTEH - Ïðîäóêòû - Ìîáèëüíûå - MobiTrack]
}{
$pagetitle[UNTEH - Products - Mobile - MobiTrack]
}
$pagetype[products]
@middlebody[]
MobiTrack
The MobiTrack can utilize only a pixel maps in gif, jpg or png formats.
To insert map and calibration information into the MobiTrack you need to make some steps sequentially:
- Make backup copy of JAD/JAR files
- Prepare a picture map in png, gif or jpg format
- Append picture in root folder of JAR file with WinRAR or WinZip
- Remember or write size of new JAR file
- Open JAD file and set new size in MIDlet-Jar-Size parameter
- Append other parameters: map2 – name of new map, path2 – path to new map in JAR, example ‘/newmap.gif’, minlat2 – min latitude in GG.GGGG format, maxlat2 – max latitude in GG.GGGG format, minlon2 – min longitude in GG.GGGG format, maxlon2 – max longitude in GG.GGGG format
Since version 1.31 of the MobiTrack such maps can be loaded:
- automatically - when the cursor is out of current map then will be loaded smallest map with appropriate coordinates (latitude, longitude), this mode must be activated by flag Auto load map in settings of midlet
- semi-automatically - by holding <3> button you can initiate loading of the smallest map with appropriate coordinates manually
- manually - by Select map command in menu
On a Siemens cell phones you can use external maps (up to 100 since the MobiTrack 1.42) that must be described like this:
path2: file:///0:/Pictures/map2.png. In this case you don't need to change JAR file and
MIDlet-Jar-Size parameter in JAD file.
Any cell phone has a limited amount of memory. Therefore you can't use map that is not fitting this feature. For example on the Nokia 6230 are permitted maps up to 500x500px.
MobiTrackPRO
In this version the technique that was described above is available but in the MobiTrackPRO is also exists access to external files. For example you can write in JAD file
path2: file:///E:/Seattle.png or load maps from internal memory of the cell phone or MMC card by command
Load in menu.
External map sources that are supported now:
- Virtual Earth's maps
- Google Map's services
- Maps exported from OziExplorer (png and map files)
- Use of existing maps as jpg, gif, gif images with calibration in gmi format. Since version 1.52 you can use Map Calibrator utility for calibration and slicing of big maps onto small parts
Minor change since MobiTrackPRO 1.58: now you can describe maps in JAD file by more convenient way. For instance:
map2: MyBestMap;file:///0:/Pictures/map2.png;568;479;-486;-971;16.25;49.42;255;384;16.58;49.00
- map2 - serial number of map
- MyBestMap - name
- file:///0:/Pictures/map2.png - address of map
- 568;479 - width and height of map in pixels, it is neccessary if you want to use the autoload feature, if not put 0;0
- -486;-971;16.25;49.42 - first calibration point: x;y;longitude;latitude
- 255;384;16.58;49.00 - second calibration point: x;y;longitude;latitude