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
_______________________________________________
mapguide-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to