Custom Query (1137 matches)
Results (1 - 3 of 1137)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1642 | fixed | GeoKettle download link is broken | ||
Description |
The GeoKettle download URL is not working the last couple of days, so our latest builds are missing it. |
|||
#1670 | wontfix | PostGIS not available in TileMill | ||
Description |
When following the TileMill quickstart, first you create a project, then you load data from the PostGIS DB. Which you can't since it is greyed ! Looking to use gdal and Mapnik, i found the reason: TileMill needs the mapnik-input-plugin-postgis to communicate with the DB. If you install the package, you can use the PostGIS tab in TileMill. I didn't finish the quickstart since i found a way around. But I recommend to had those package in OSGeo-Live 10.0: mapnik-input-plugin-postgis mapnik-input-plugin-ogr mapnik-input-plugin-gdal mapnik-input-plugin-osm mapnik-input-plugin-sqlite They are around 200 kB each. |
|||
#447 | worksforme | PgRouting Install Fails | ||
Description |
svn rev 2185 ... INSERT 0 1 ERROR: function dijkstra_sp_delta(unknown, integer, integer, numeric) does not exist LINE 1: SELECT gid, AsText(the_geom) AS the_geom FROM dijkstra_sp_de... HINT: No function matches the given name and argument types. You might need to add explicit type casts. ERROR: function astar_sp_delta(unknown, integer, integer, numeric) does not exist LINE 1: SELECT gid, AsText(the_geom) AS the_geom FROM astar_sp_delta... HINT: No function matches the given name and argument types. You might need to add explicit type casts. ERROR: function shootingstar_sp(unknown, integer, integer, numeric, unknown, boolean, boolean) does not exist LINE 1: SELECT gid, AsText(the_geom) AS the_geom FROM shootingstar_s... HINT: No function matches the given name and argument types. You might need to add explicit type casts. |