Custom Query (1118 matches)
Results (172 - 174 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#774 | fixed | pgrouting quickstart examples do not work | ||
Description |
run LiveDVD RC2 user@osgeo-live:/home/shared$ psql pgrouting psql (8.4.8) Type "help" for help. pgrouting=# \d
(9 rows) pgrouting=# SELECT * FROM shortest_path(' pgrouting'# SELECT gid as id, pgrouting'# source::integer, pgrouting'# target::integer, pgrouting'# length::double precision as cost pgrouting'# FROM ways', pgrouting(# 1888, 4738, false, false);
(0 rows) pgrouting=# SELECT gid, AsText(the_geom) AS the_geom pgrouting-# FROM dijkstra_sp('ways', 1888, 4738);
(0 rows) pgrouting=# \l+ pgrouting=# \df dijkstra_sp pgrouting=# \d ways pgrouting=# select min(gid), max(gid), count(gid) from ways;
(1 row) pgrouting=# select gid from ways where gid = 1888;
(1 row) pgrouting=# select gid from ways where gid = 4738;
(0 rows) pgrouting=# select gid from ways where gid > 4700 and gid < 5000; pgrouting=# select gid from ways where gid > 4700 and gid < 5000 order by gid; pgrouting=# SELECT gid, AsText(the_geom) AS the_geom
(0 rows) pgrouting=# SELECT gid, AsText(the_geom) AS the_geom
(0 rows) |
|||
#775 | fixed | MapServer does not support WMS | ||
Description |
The MapServer itasca demo on the LiveDVD does not support WMS. It is missing a projection definition and the ows_enable_request settings. I reported that two month ago http://lists.osgeo.org/pipermail/live-demo/2011-June/003504.html It is not possible to use the demo in uDig/QGIS/MapProxy/etc. The MapServer demo/quick guide works, but it should also support WMS since we (OSGeo) advocate open standards. |
|||
#776 | wontfix | Can't log out of the ISO | ||
Description |
Hi, 5.0rc2 ISO. as reported by others, and I see it too, when you boot using the ISO it seems impossible to log out. the first time you click on "are you sure you want to log out?" it seems to do nothing. the second time you try you get this error message: Failed to log out. Session manager must be in idle state when requesting a shutdown [Close] I haven't experienced this in the VM.7zip version. (although technically I am running the ISO in a VM, but I think others reported it once the ISO was installed onto a USB drive & booted natively)
if I look at workarounds
hmm, I was thinking it might be molly-guard, but that package isn't installed. this seems to work on a stock xubuntu CD, even if I remove the indicator-messages package. ?, Hamish |