]> granicus.if.org Git - postgis/commitdiff
change docs to use unix style slashes which work correctly on both Unix and windows.
authorRegina Obe <lr@pcorp.us>
Sat, 24 Dec 2011 18:40:26 +0000 (18:40 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 24 Dec 2011 18:40:26 +0000 (18:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8569 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index 2e8306c65077ae26faa6e993dc01146ecd32dc0d..e68cc09338ec110b4c4ef99bd18888eae24fcb28 100644 (file)
@@ -256,7 +256,7 @@ psql -d gisdb -f elev.sql</programlisting>
     
     <para>Load rasters Massachusetts state plane meters aerial tiles 
        into a schema called <varname>aerial</varname> and create a full view, 2 and 4 level overview tables and directly insert to database.  Break up the rasters into 100x100 pixel tiles and apply raster constraints. Use copy mode instead of table insert. (-F) Include a field called filename to hold the name of the file the tiles were cut from.</para>
-    <programlisting>raster2pgsql -I -C -Y -F -s 26986 -t 100x100  -l 2,4 bostonaerials2008\*.jpg aerials.boston | psql -U postgres -d gisdb -h localhost -p 5432</programlisting>
+    <programlisting>raster2pgsql -I -C -Y -F -s 26986 -t 100x100  -l 2,4 bostonaerials2008/*.jpg aerials.boston | psql -U postgres -d gisdb -h localhost -p 5432</programlisting>
  
     <programlisting>--get a list of raster types supported:
 raster2pgsql -G</programlisting>