[GRASSLIST:10681] Re: [Qgis-user] QGIS/GRASS for Windows 060228

On 3/1/06, Düster Horst <Horst.Duester@bd.so.ch> wrote:

I took a look at the new Version and found out a discrepancy compared with
the further version:

1. WMS doesn't work any more

I can only confirm that it is not working either on Linux.
Can you provide URL of the WMS?
I'll leave this for Brendan Morley (cc), he is working on WMS provider.

Further problem
2. Shape Layer creation and editing crashes QGIS

This is strange, it fails with:
  Assertion failed: myResult == 0, file qgsspatialrefsys.cpp, line 612
Which should almost never happen because the srs.db exists
(and projection dialog works).
Maybe the database is already open and SQLite cannot open it twice?
Is it possible that srs.db was left open somewhere?

Radim

with best regards

Dr. Horst Düster
GIS-Koordinator, Stv. Amtschef

Kanton Solothurn
Amt für Geoinformation
Abteilung SO!GIS(r) Koordination
Rötistrasse 4
CH-4501 Solothurn

Tel.: ++41 (0)32 627 25 32
Fax: ++41 (0)32 627 22 14

horst.duester@bd.so.ch
www.sogis.so.ch

> -----Ursprüngliche Nachricht-----
> Von: Radim Blazek [mailto:radim.blazek@gmail.com]
> Gesendet am: Dienstag, 28. Februar 2006 19:21
> An: qgis-user@lists.sourceforge.net; GRASSLIST
> Betreff: [Qgis-user] QGIS/GRASS for Windows 060228
>
> http://mpa.itc.it/radim/wingrass/qgis-0.7.9-win32-060228.zip
>
> Various bugs were fixed and new GRASS data browser was added:
> http://mpa.itc.it/radim/qgis/browser1.png
> Details: http://mpa.itc.it/radim/wingrass/
>
> Radim
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking
> scripting language
> that extends applications into web and mobile media. Attend
> the live webcast
> and join the prime developer group breaking into this new
> coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&
> dat=121642
> _______________________________________________
> Qgis-user mailing list
> Qgis-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qgis-user
>

On 3/2/06, Radim Blazek <radim.blazek@gmail.com> wrote:

> Further problem
> 2. Shape Layer creation and editing crashes QGIS

This is strange, it fails with:
  Assertion failed: myResult == 0, file qgsspatialrefsys.cpp, line 612
Which should almost never happen because the srs.db exists
(and projection dialog works).
Maybe the database is already open and SQLite cannot open it twice?
Is it possible that srs.db was left open somewhere?

Fixed, OGR provider was linked with static libs and consequently
the path to QGIS resources was not initialized.

I have also changed qgsspatialrefsys.cpp so that it does not exit with assert
if database cannot be opened.

Radim