Advertisement
Guest User

geosolutions

a guest
Nov 8th, 2010
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.73 KB | None | 0 0
  1. <Layer queryable="1">
  2.         <Name>it.geosolutions:time_geotiff</Name>
  3.         <Title>time_geotiff</Title>
  4.         <Abstract/>
  5.         <KeywordList>
  6.           <Keyword>WCS</Keyword>
  7.           <Keyword>ImageMosaic</Keyword>
  8.           <Keyword>time_geotiff</Keyword>
  9.         </KeywordList>
  10.         <SRS>EPSG:4326</SRS>
  11.         <!--WKT definition of this CRS:
  12. GEOGCS["WGS 84",
  13.  DATUM["World Geodetic System 1984",
  14.    SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
  15.    AUTHORITY["EPSG","6326"]],
  16.  PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
  17.  UNIT["degree", 0.017453292519943295],
  18.  AXIS["Geodetic longitude", EAST],
  19.  AXIS["Geodetic latitude", NORTH],
  20.  AUTHORITY["EPSG","4326"]]-->
  21.         <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
  22.         <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
  23.         <Dimension name="time" units="ISO8601"/>
  24.         <Extent name="time" default="current">2004-07-01T00:00:00.000Z,2004-06-01T00:00:00.000Z,2004-05-01T00:00:00.000Z,2004-04-01T00:00:00.000Z,2004-03-01T00:00:00.000Z,2004-02-01T00:00:00.000Z,2004-01-01T00:00:00.000Z</Extent>
  25.         <Style>
  26.           <Name>raster</Name>
  27.           <Title>Default Raster</Title>
  28.           <Abstract>A sample style that draws a raster, good for displaying imagery</Abstract>
  29.           <LegendURL width="20" height="20">
  30.             <Format>image/png</Format>
  31.             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://localhost:8080/geoserver/wms?request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=time_geotiff"/>
  32.           </LegendURL>
  33.         </Style>
  34.       </Layer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement