[mapguide-users] Creating a temporary feature source that is not an SDF file

adnanc adnan.chughtai at keynetix.com
Thu May 7 09:42:49 EDT 2009


Hello all,

I am currently serving georeferenced tiffs with the GDAL provider, using a
config file for indexing them.

A requirement I have is to enable a user to select an area of interest and
be able to programmatically generate the config file of tiffs for that
particular area.  I have been able to complete this functionality using the
gdal api.

The next step is to create a session based layer for displaying these tiffs,
however this also needs a session based feature source.  I have created a
session based feature source but it is an SDF feature source.  

Doing the following will add the config file to the feature source, but it
will not display any tiffs. 

resourceService.SetResourceData(resID, "ConfigurationDocument", "Stream",
byteReader);

The MgFeatureSourceParams class only has one concrete class
MgCreateSdfParams.

Has any one had a similar requirement or know of a workround for the above
problem.
-- 
View this message in context: http://n2.nabble.com/Creating-a-temporary-feature-source-that-is-not-an-SDF-file-tp2828125p2828125.html
Sent from the MapGuide Users mailing list archive at Nabble.com.



More information about the mapguide-users mailing list