You are here: Reference > Hand-Editing Configuration Files > Configuring Catalogs Using XML Files > Sample catalogs.xml file

Sample catalogs.xml File

Below is the text from a sample catalogs.xml file similar to the one included with your installation of Express Server. It can be a useful reference when reading about the elements and attributes and their values in the following topics.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<CatalogConfig xmlns="http://www.lizardtech.com" xmlns:wms="http://www.opengis.net/wms" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.lizardtech.com catalogs.xsd http://www.opengis.net/wms capabilities_1_3_0.xsd http://www.w3.org/1999/xlink xlinks.xsd">
 
<Globals>
<BufferMergeRule fuzziness="3" method="pixelNonTransparentFuzzy"/>
<SizeConstraint height="5000" width="5000"/>
<VoidFillWindow>3</VoidFillWindow>
<ThumbSpec height="255" name="phantom" width="360"/>
<ThumbSpec height="50" name="main" width="80"/>
<ThumbSpec height="220" name="gallery" width="200"/>
<CatalogProps>Name,Description</CatalogProps>
<ItemProps>Name,Description</ItemProps>
<JPIPRoot>http://10.2.1.203:9013/</JPIPRoot>
<MaxWaveletSourceMP>1000</MaxWaveletSourceMP>
<BrowseIndexOnly>true</BrowseIndexOnly>
<WMSCapabilitiesMime>text/xml</WMSCapabilitiesMime>
<wms:Layer noSubsets="false" opaque="false" queryable="false">
<wms:Title>TopLayer</wms:Title>
<wms:CRS>EPSG:3857</wms:CRS>
<wms:CRS>EPSG:4326</wms:CRS>
</wms:Layer>
<MaxPointCloud>100000000</MaxPointCloud>
</Globals>
 
<Catalog enabled="true" name="Geo">
<Path>/opt/LizardTech/SampleImages/geo</Path>
<SizeConstraint height="2500" width="2500"/>
<Property name="Description">
A sampling of MrSID images 
from LizardTech's customers who work with geographic imagery.
</Property>
<Property name="ExportConstraint">2000,1500</Property>
</Catalog>
 
<Catalog enabled="true" name="MODIS">
<Path>/opt/LizardTech/SampleImages/bm2002</Path>
<SpatialIndex classID="{FADE7E45-CC54-4569-843E-A82AECA8F134}">
<CRS>EPSG:4326</CRS>
</SpatialIndex>
<Property name="Name">MODIS Data 2002</Property>
<Property name="Description">A composite of four months of MODIS observations, with a spatial resolution of 1000m/pixel.</Property>
<Property name="Credits">NASA's Earth Observatory</Property>
<wms:Layer noSubsets="false" opaque="false" queryable="false">
<wms:Title>MODIS Data 2002</wms:Title>
<wms:KeywordList>
<wms:Keyword>bluemarble</wms:Keyword>
<wms:Keyword>MODIS</wms:Keyword>
<wms:Keyword>satellite</wms:Keyword>
</wms:KeywordList>
<wms:Attribution>
<wms:Title>Dataset provided by Reto Stockli, NASA Earth Observatory, rstockli@climate.gsfc.nasa.gov</wms:Title>
<wms:OnlineResource xlink:href="http://earthobservatory.nasa.gov/Newsroom/BlueMarble/BlueMarble_2002.html" xlink:type="simple"/>
</wms:Attribution>
</wms:Layer>
</Catalog>
 
<Catalog enabled="true" name="Missouri_RGB">
<Path>/opt/LizardTech/SampleImages/geoeye</Path>
<Bands>1,2,3</Bands>
<SpatialIndex classID="{FADE7E45-CC54-4569-843E-A82AECA8F134}">
<CRS>EPSG:2817</CRS>
</SpatialIndex>
<Property name="Name">GeoEye RGBView</Property>
<Property name="Description">This RGB-NIR satellite data has been compressed into MG4 and reprojected into EPSG 2817 (NAD83(HARN) / Missouri West).  Here we display the R-G-B combination.  Note how the Alpha band causes transparency at the corners</Property>
<Property name="Credits">Courtesy MJ Harden/GeoEye</Property>
<wms:Layer noSubsets="false" opaque="false" queryable="false">
<wms:Title>GeoEye Missouri - RGB</wms:Title>
<wms:KeywordList>
<wms:Keyword>Missouri</wms:Keyword>
<wms:Keyword>Geoeye</wms:Keyword>
<wms:Keyword>satellite</wms:Keyword>
</wms:KeywordList>
<wms:Attribution>
<wms:Title>Dataset provided courtesy MJ Harden/GeoEye</wms:Title>
</wms:Attribution>
</wms:Layer>
</Catalog>
 
<Catalog enabled="true" name="Missouri_NIR">
<Path>/opt/LizardTech/SampleImages/geoeye</Path>
<Bands>4,2,3</Bands>
<SpatialIndex classID="{FADE7E45-CC54-4569-843E-A82AECA8F134}">
<CRS>EPSG:2817</CRS>
</SpatialIndex>
<Property name="Name">GeoEye IR</Property>
<Property name="Description">This is the same dataset as "Missouri_RGB" but renders the NIR-G-B combination</Property>
<Property name="Credits">Courtesy MJ Harden/GeoEye</Property>
<wms:Layer noSubsets="false" opaque="false" queryable="false">
<wms:Title>GeoEye Missouri - IR</wms:Title>
<wms:KeywordList>
<wms:Keyword>Missouri</wms:Keyword>
<wms:Keyword>Geoeye</wms:Keyword>
<wms:Keyword>IR</wms:Keyword>
<wms:Keyword>satellite</wms:Keyword>
</wms:KeywordList>
<wms:Attribution>
<wms:Title>Dataset provided courtesy MJ Harden/GeoEye</wms:Title>
</wms:Attribution>
</wms:Layer>
</Catalog>
 
<Catalog enabled="true" name="MtStHelens">
<Path>/opt/LizardTech/SampleImages/mtsthelens</Path>
<SpatialIndex classID="{9DC2A1AF-5315-49B0-BA3D-B68D8F47655D}">
<CRS>EPSG:26910</CRS>
</SpatialIndex>
<Property name="Name">Mt. St. Helens</Property>
<Property name="Description">A LiDAR point cloud in MG4 format (MrSID Generation 4)</Property>
<Property name="Credits">Courtesy USGS</Property>
</Catalog>
 
</CatalogConfig>