On 8 December 2011 09:24, Bob Pawley <[email protected]> wrote: > I’m attempting to install Postgis Raster, but I have one question. > > When I import a vector project, say a DXF file, into Postgis the labels > (text) and the text’s coordinates are handled as a separate feature. > > Does Postgis Raster separate the text in a similar manner.
When you say "When I import a vector project" you probably mean a particular importing tool you use. It's courtesy of that tool you get it imported. PostGIS Raster loader (raster2pgsql.py) imports only raster data: - raster metadata (width, height, number of channels, bits per sample, samples per pixel, SRS, etc.) - raster bits Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org Member of ACCU, http://accu.org _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
