Hi all,
I had several applications using raster files up to now, but they were all using just few images and I used to create a feature source and layer file for each of them, the data resource having a configuration file like the one below. Now I need to display more files - perhaps up to 200, and this approach seems insane. Can anyone help with a link to read, or a short instruction how to configure a feature source so that it reads the content of a folder let say. Not necessarily a step by step instruction ;-) . And this is not a 1-st- of - April joke. ;-)

Stefan Dalakov

<SchemaMapping xmlns="http://fdogrfp.osgeo.org/schemas"; provider="OSGeo.Gdal.3.2" name="default">
<complexType name="defaultType">
<complexType name="RasterTypeType">
<RasterDefinition name="images">
<Location name="C:\Rakvag\">
<Feature name="rakvag_join.tif">
<Band name="RGB" number="1">
<Image frame="1" name="rakvag_join.tif">
<Bounds>
 <MinX>551199.75</MinX>
 <MinY>7069200</MinY>
 <MaxX>554400.5</MaxX>
 <MaxY>7072800</MaxY>
 </Bounds>
 </Image>
 </Band>
 </Feature>
 </Location>
 </RasterDefinition>
 </complexType>
 </complexType>
 </SchemaMapping>

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to