[Live-demo] [OSGeo] #1059: gpsdrive's Mapnik doesn't start since stuff changed
OSGeo
trac_osgeo at osgeo.org
Mon Jan 28 14:11:28 PST 2013
#1059: gpsdrive's Mapnik doesn't start since stuff changed
---------------------------------------------------+------------------------
Reporter: hamish | Owner: live-demo@…
Type: defect | Status: closed
Priority: normal | Milestone: OSGeoLive6.5
Component: LiveDVD | Resolution: fixed
Keywords: gpsdrive, kosmo, gvSIG, postgis2, 6.5 |
---------------------------------------------------+------------------------
Changes (by hamish):
* keywords: gpsdrive, kosmo, postgis2, 6.5 => gpsdrive, kosmo, gvSIG,
postgis2, 6.5
Comment:
So gvSIG needs it too? :-/
I committed a hack yesterday to get Kosmo to work (r9639) by loading
legacy.sql in its startup script. If it's gvSIG (and perhaps other stuff
too), the best I can offer is this not entirely popular patch:
{{{
Index: bin/load_gisdata.sh
===================================================================
--- bin/load_gisdata.sh (revision 9640)
+++ bin/load_gisdata.sh (working copy)
@@ -153,7 +153,7 @@
sudo -u $POSTGRES_USER createdb natural_earth2
sudo -u $POSTGRES_USER psql natural_earth2 -c 'create extension postgis;'
sudo -u $POSTGRES_USER psql natural_earth2 \
- -f /usr/share/postgresql/9.1/contrib/postgis-2.0/legacy_minimal.sql
+ -f /usr/share/postgresql/9.1/contrib/postgis-2.0/legacy.sql
for n in "$SRC_DIR"/*.shp;
do
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1059#comment:14>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list