geoserver

Форк
0
43 строки · 1.4 Кб
1
<?config.xml version="1.0" encoding="UTF-8"?>
2
<catalog >
3
  <datastores >
4
    <!--
5
      a datastore configuration element serves as a common data source connection
6
      parameters repository for all featuretypes it holds.
7
    -->
8
  </datastores>
9
  <formats >
10
    <!--
11
      a format configuration element serves as a common data source
12
      parameters repository for all coverages it holds.
13
    -->
14
    <format id = "tazdem" enabled = "true" namespace = "topp" >
15
      <type>GeoTIFF</type>
16
      <url>file:coverages/tazdem.tiff</url>
17
    </format>
18
    <format id = "dem" enabled = "true" namespace = "topp" >
19
      <type>GeoTIFF</type>
20
      <url>file:coverages/tazbm.tiff</url>
21
    </format>
22
    <format id = "rotated" enabled = "true" namespace = "topp" >
23
      <type>GeoTIFF</type>
24
      <url>file:coverages/rotated.tiff</url>
25
    </format>
26
  </formats>
27
  <!--
28
    Defines namespaces to be used by the datastores.
29
  -->
30
  <namespaces >
31
    <namespace prefix = "it.geosolutions" uri = "http://www.geo-solutions.it" />
32
    <namespace default = "true" prefix = "topp" uri = "http://www.openplans.org/topp" />
33
  </namespaces>
34
  <styles >
35
    <!--
36
      Defines the style ids and file name to be used by the wms.
37
    -->
38
    <style id = "polygon" filename = "default_polygon.sld" />
39
    <style id = "point" filename = "default_point.sld" />
40
    <style id = "raster" filename = "raster.sld" />
41
    <style id = "line" filename = "default_line.sld" />
42
  </styles>
43
</catalog>
44

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.