Custom Query (1118 matches)
Results (73 - 75 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1035 | fixed | osm2pgsql data loading fails at build time | ||
Description |
NOTICE: table "planet_osm_point" does not exist, skipping NOTICE: table "planet_osm_point_tmp" does not exist, skipping PREPARE get_way (int4) AS SELECT AsText(way) FROM planet_osm_point WHERE osm_id = $1;
LINE 1: PREPARE get_way (int4) AS SELECT AsText(way) FROM planet_osm... |
|||
#1062 | fixed | Cartaro, EOxServer and Geomajas should be in submenus | ||
Description |
Hi, The Cartaro and Geomajas should be in submenus like many of the web server tools are. Not touching this for the current release, too late. I must ask: why are things in the "browser apps" menu starting and stopping servers? Isn't it sort of by definition a server if it does that...? Hamish |
|||
#1067 | fixed | GRASS quickstart - Vector Modules | ||
Description |
The quickstart section on Vector Modules suggests creating attributes for the basins area vector with v.rast.stats, then filtering based on stddev < 50. In my trial all the stdev values where below 15. I suggest to change the quickstart to "stddev<10" |