[FrontPage] [TitleIndex] [WordIndex

Tile Store Configuration (workspace/datasources/tile)

1. 1. Basics

2. 2. Schema Location

The schemas for defining deegree 3 tile store datasources may be found at http://schemas.deegree.org/datasource/tile/. It is mandatory to refer to a specific version of the schemas, as the schema may change over time.

3. 3. Configuration Details

Current Version geotiff: 3.2.0

With the possibility of configuring tile stores for deegree webservices, one is able to to have tiled GeoTiFF's as datasources for several services. The configuration of tile stores based on GeoTiFF's is very similar to the configuration of raster pyramids (http://wiki.deegree.org/deegreeWiki/deegree3/WorkspaceConfiguration/CoverageStoreConfiguration). One must simply configure a pyramid configuration like the following example and take it into the workspace/datasources/tile directory of your deegree workspace.

3.1. 3.1 Configuration example

<Pyramid xmlns="http://www.deegree.org/datasource/tile/geotiff" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.deegree.org/datasource/tile/geotiff geotiff.xsd" configVersion="3.2.0">
  <PyramidFile>aerial.tif</PyramidFile>
</Pyramid>

3.2. 3.2 Configuration File Structure

Attributes configVersion

Elements and their Attributes


CategoryWorkspaceConfiguration CategoryDeegree3


2018-04-20 12:05