File: config.xml

package info (click to toggle)
tinyows 1.2.2-2
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 4,472 kB
  • sloc: ansic: 10,067; xml: 1,124; lex: 816; sql: 273; sh: 160; makefile: 82
file content (19 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<tinyows online_resource="http://127.0.0.1/cgi-bin/tinyows.exe"
  schema_dir="/ms4w/apps/tinyows/schema/">
  <pg host="127.0.0.1" user="postgres" password="postgres" dbname="tinyows_demo" port="5432"/>
  <metadata name="TinyOWS Server"
         title="TinyOWS Server - Demo Service" />
         
  <layer retrievable="1"
  writable="1"
  ns_prefix="tows"
  ns_uri="http://www.tinyows.org"
         name="world"
         title="World Administrative Boundaries" />
  <layer retrievable="1"
    writable="1"
    ns_prefix="tows"
    ns_uri="http://www.tinyows.org"
         name="france"
         title="French Administrative Sub Boundaries (IGN - GeoFLA Departements)" />
</tinyows>