[mapguide-users] Configuration for PostGIS raster

Jackie Ng jumpinjackie at gmail.com
Wed Oct 3 05:50:01 PDT 2018


Without knowing much about the GDAL provider internals, but assuming it uses
GDAL in the same way the OGR provider uses OGR, then I would assume the
DefaultRasterFileLocation property is not necessarily a physical file path,
but rather is actually just an arbitrary data source string and going by
that logic you would set DefaultRasterFileLocation to something like:

PG:host=localhost port=5432 dbname='mydb' user='postgres' password='secret'
schema='public' table=mytable

As per the PostGIS raster format documentation:
https://www.gdal.org/frmt_postgisraster.html

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html


More information about the mapguide-users mailing list