Custom Query (1137 matches)
Results (115 - 117 of 1137)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1221 | fixed | R quickstart, missing vignette | ||
Description |
In the R quickstart, there's a reference to a non-existent vignette: "shapefiles". |
|||
#1222 | wontfix | Zoo Project zoom not working | ||
Description |
Something seems weird with the zoo-project demo. The zoom in and out buttons are not working. They pan the map, just like the pan button. No zooming is available. On the zoo website, their demos seem to work correctly, but the demo on the LiveDVD doen't. |
|||
#1224 | fixed | Spatialite version conflict | ||
Description |
We now have on the LiveDVD two versions of libspatialite, both libspatialite3 and libspatialite5. The second is brought in by PostGIS, and causes spatialite_gui to use the version 4.1 of the library instead of the version 3.1 we had up till recently. This is bad news. The botton line in that any DB created in spatialite is unreadable by QGIS ! I know we're "5 minutes" before the final build, but this problem will really reflect badly on QGIS, SpatiaLite and the LiveDVD. Two thoughts for a solution: I wonder if the install_spatialite.sh were run in the build process before PostGIS gets installed, then it would compile spatialite_gui using the libspatialite3 libraries. Alternatively, we could put into the ./configure script for spatialite_gui an explicit path to the libspatialite3 *.so rather than depending on pkg_config. ?? Any additional thoughts welcome. Thanks, Micha |