[Talk-de] spatial_ref_sys.sql und lwpostgis.sql - gesucht !
André Joost
andre+joost at nurfuerspam.de
Fr Okt 22 09:38:56 UTC 2010
Am 21.10.10 20:56, schrieb Jan Tappenbeck:
>
> ich suche jetzt noch die spatial_ref_sys.sql und lwpostgis.sql - dateinen.
>
> kann mir einer weiterhelfen ?
>
Vielleicht hilft dir dieses:
http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisOnUbuntu?version=8
2b. If you installed from source:
Pre postgresql 8.4 versions:
$ psql -d mytestdb -f
/usr/share/postgresql/8.0/contrib/postgis-1.1.1/lwpostgis.sql
$ psql -d mytestdb -f
/usr/share/postgresql/8.0/contrib/postgis-1.1.1/spatial_ref_sys.sql
In postgresql 8.4 lwpostgis.sql was moved and renamed, but
spatial_ref_sys.sql remains the same though, so:
$ psql -d mytestdb -f
/usr/share/postgresql/8.4/contrib/postgis-1.5.1/postgis/postgis.sql
$ psql -d mytestdb -f
/usr/share/postgresql/8.4/contrib/postgis-1.5.1/spatial_ref_sys.sql
Gruß,
André Joost
Mehr Informationen über die Mailingliste Talk-de