Reply
Thread Tools Search this Thread
Posts: 38 | Thanked: 6 times | Joined on Mar 2006 @ Finland
#281
What about this CSSU issue with QtMobility - I do not like to downgrade.
 
Posts: 216 | Thanked: 273 times | Joined on Dec 2010
#282
Originally Posted by pekkis View Post
What about this CSSU issue with QtMobility - I do not like to downgrade.
I'm working with version 4.0 at the moment and when I get it done(hopefully by the end of this week) I'll compile it against that latest Qt Mobility package.
 

The Following 2 Users Say Thank You to orava For This Useful Post:
Posts: 1 | Thanked: 0 times | Joined on Jan 2012
#283
Originally Posted by oulu View Post
merikartat näköjään poistettu ikkunasta.
Niin on. Ja juuri teidän takianne. Kiitos kaikille. Not.

"Sovelluksen avulla on ladattu Maanmittauslaitoksen maasto- ja taustakarttoja, ortokuvia sekä Liikenneviraston merikarttatietoja. Merikarttatiedot on tästä syystä poistettu kokonaan Paikkatietoikkunasta toistaiseksi."
 
Posts: 216 | Thanked: 273 times | Joined on Dec 2010
#284
Originally Posted by pekkis View Post
What about this CSSU issue with QtMobility - I do not like to downgrade.
I looked into this more and it seems that Qt Mobility version in CSSU (in community repository) is older than this one that I've been using. I'll use also that newest version in the next version of Mapsi(which will be released tomorrow for N900, N9/N950 and for Windows) so you should install it (you can have multiple versions installed at the same time so installing that shouldn't mess up anything).
 

The Following User Says Thank You to orava For This Useful Post:
Posts: 38 | Thanked: 6 times | Joined on Mar 2006 @ Finland
#285
I checked and I have exactly the same version installed and still Mapsi fails to start.
 
Posts: 216 | Thanked: 273 times | Joined on Dec 2010
#286
Mapsi v4.0.0 is now available for N900, N9/N950 and for Windows.

Changes
- Support for EPSG:900913
- Bug fixes and some other minor features

N900 version
v4.0.0 for N900 is available here.

Installation
1. Install latest Qt Mobility 1.2 libraries. If you have extras-devel repository enabled you can install those with "apt-get install libqtm-12=1:1.2.0+git20111104-0nd~fremantle5" or if you don't you can download libraries from here (and install with "dpkg -i libqtm-12_1.2.0+git20111104-0nd~fremantle5_armel.deb").
2. Download .deb file from the link above and install it.
3. Copy WMS settings (wms_settings.ini) and map settings (map_settings.ini) files (attached to this post is example settings files, remove .txt extension) to '/home/user/MyDocs/.mapsi' directory (if you connect N900 to computer using mass storage mode that directory is '.mapsi' in root)


N9/N950 version
v4.0.0 for N9/N950 is available here.

Installation
1. Install .deb file from the link above.
2. Copy WMS settings (wms_settings.ini) and map settings (map_settings.ini) files (attached to this post is example settings files, remove .txt extension) to '/home/user/MyDocs/.mapsi' directory (if you connect N9 to computer using mass storage mode that directory is '.mapsi' in root)


Windows version
v4.0.0 for Windows is available here.

Installation
1. Download file from the link above and unzip it to directory with no white spaces in it (e.g. to "c:\").
2. Make 'data' directory in Mapsi-v4.0.0 directory and copy WMS settings (wms_settings.ini) and map settings (map_settings.ini) files (attached to this post is example settings files, remove .txt extension) to that directory.


For existing users
New database format
v4.0.0 has new map tile database format and old database files won't work anymore. If you want to use your old database follow these steps (I suggest using Windows version 'cause this requires quite a lot of memory and free space)
1. Rename your old WMS settings file to 'wms_settings.ini-old' and your database file to 'wms.db-old'
2. Run Mapsi and now it should start creating new database to 'wms.db-new' file.
3. Wait (this may take up to ten minutes). There's no window showing status of the new database creation but you can check that 'wms.db-new' file size increases to make sure it's working. When new database is ready window should appear saying that it's done.
4. Rename 'wms.db-new' to 'wms.db' and remove 'wms.db-old' (if 'wms.db-old' and 'wms.db-new' don't have almost same file size, there probably have been some errors creating new database and in that case you might not want to delete 'wms.db-old')

New WMS settings format
Also WMS settings file format has changed in v4.0.0 (and now there's own settings file for maps) but old WMS setting files still work(those are automatically converted to new format).


Example WMS and map settings files that are attached to this post use World OSM WMS.
Attached Files
File Type: txt map_settings.ini.txt (333 Bytes, 501 views)
File Type: txt wms_settings.ini.txt (423 Bytes, 462 views)
 

The Following 5 Users Say Thank You to orava For This Useful Post:
Posts: 38 | Thanked: 6 times | Joined on Mar 2006 @ Finland
#287
This one starts correctly. Conversion of the old-ini failed, but osm-map works.
 
pursueky's Avatar
Posts: 189 | Thanked: 46 times | Joined on Jun 2010 @ NanJing China
#288
Originally Posted by orava View Post
Mapsi v4.0.0 is now available for N900, N9/N950 and for Windows.

Changes
- Support for EPSG:900913
- Bug fixes and some other minor features

N900 version
v4.0.0 for N900 is available here.

Installation
1. Install latest Qt Mobility 1.2 libraries. If you have extras-devel repository enabled you can install those with "apt-get install libqtm-12=1:1.2.0+git20111104-0nd~fremantle5" or if you don't you can download libraries from here (and install with "dpkg -i libqtm-12_1.2.0+git20111104-0nd~fremantle5_armel.deb").
2. Download .deb file from the link above and install it.
3. Copy WMS settings (wms_settings.ini) and map settings (map_settings.ini) files (attached to this post is example settings files, remove .txt extension) to '/home/user/MyDocs/.mapsi' directory (if you connect N900 to computer using mass storage mode that directory is '.mapsi' in root)


N9/N950 version
v4.0.0 for N9/N950 is available here.

Installation
1. Install .deb file from the link above.
2. Copy WMS settings (wms_settings.ini) and map settings (map_settings.ini) files (attached to this post is example settings files, remove .txt extension) to '/home/user/MyDocs/.mapsi' directory (if you connect N9 to computer using mass storage mode that directory is '.mapsi' in root)


Windows version
v4.0.0 for Windows is available here.

Installation
1. Download file from the link above and unzip it to directory with no white spaces in it (e.g. to "c:\").
2. Make 'data' directory in Mapsi-v4.0.0 directory and copy WMS settings (wms_settings.ini) and map settings (map_settings.ini) files (attached to this post is example settings files, remove .txt extension) to that directory.


For existing users
New database format
v4.0.0 has new map tile database format and old database files won't work anymore. If you want to use your old database follow these steps (I suggest using Windows version 'cause this requires quite a lot of memory and free space)
1. Rename your old WMS settings file to 'wms_settings.ini-old' and your database file to 'wms.db-old'
2. Run Mapsi and now it should start creating new database to 'wms.db-new' file.
3. Wait (this may take up to ten minutes). There's no window showing status of the new database creation but you can check that 'wms.db-new' file size increases to make sure it's working. When new database is ready window should appear saying that it's done.
4. Rename 'wms.db-new' to 'wms.db' and remove 'wms.db-old' (if 'wms.db-old' and 'wms.db-new' don't have almost same file size, there probably have been some errors creating new database and in that case you might not want to delete 'wms.db-old')

New WMS settings format
Also WMS settings file format has changed in v4.0.0 (and now there's own settings file for maps) but old WMS setting files still work(those are automatically converted to new format).


Example WMS and map settings files that are attached to this post use World OSM WMS.
sorry but can you upload the N900 version in any other link???
medfire is forbidden in the mainland fo china..
 
Posts: 216 | Thanked: 273 times | Joined on Dec 2010
#289
Originally Posted by pursueky View Post
sorry but can you upload the N900 version in any other link???
medfire is forbidden in the mainland fo china..
I uploaded it to extras-devel repository (here).

I forgot to mention about v4.0.0 that I know there are quite a few bugs in it but I decided to release it anyway as it still should be pretty stable and working. Most "critical" bugs that I'm aware of are:
- zooming doesn't work very well
- sometimes wrong map tiles are shown or some map tiles are not shown at all
- routes won't work properly (on N900 those don't work at all and on N9 those disappear automatically at some point)
- GPS track drawing probably won't work very well
I'll try to fix these on upcoming versions.

Also from now on it should be trivial to add support for new EPSG projections, so if you want to have support for some EPSG let me know (or if you know some specific WMS server and want to have support for that, give a link to it and I'll see if I can add support for it).

Last edited by orava; 01-20-2012 at 02:18 PM.
 

The Following User Says Thank You to orava For This Useful Post:
Posts: 216 | Thanked: 273 times | Joined on Dec 2010
#290
Originally Posted by pekkis View Post
This one starts correctly. Conversion of the old-ini failed, but osm-map works.
Those instructions were a bit inaccurate but when you want to convert old WMS settings to new, start mapsi when old settings file is named 'wms_settings.ini' (so no '-old' extension ). Then when mapsi is started it should backup that old settings file to 'wms_settings.ini-old' and when it is closed it should save settings in new format to 'wms_settings.ini' and 'map_settings.ini'.
 

The Following User Says Thank You to orava For This Useful Post:
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 05:02 AM.