Last change
on this file since 24504 was 16752, checked in by guggis, 16 years ago |
added missing files from first checkin
HTTP parameter action=getmap now optional
|
File size:
965 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 |
|
---|
3 | <web-app>
|
---|
4 |
|
---|
5 | <display-name>
|
---|
6 | Adapter for Orthofotos of Bern
|
---|
7 | </display-name>
|
---|
8 | <description>
|
---|
9 | This servlet provides an adapter for the WMS server of the city of Bern. It
|
---|
10 | allows JOSM to access orthofotos of Bern through its WMS plugin.
|
---|
11 | </description>
|
---|
12 |
|
---|
13 | <context-param>
|
---|
14 | </context-param>
|
---|
15 |
|
---|
16 | <servlet>
|
---|
17 | <servlet-name>OrthofotoBernWMSAdapter</servlet-name>
|
---|
18 | <description> This servlet provides an adapter for the WMS server of the city of Bern. It
|
---|
19 | allows JOSM to access orthofotos of Bern through its WMS plugin.</description>
|
---|
20 | <servlet-class>ch.guggis.josm.bern.servlet.OrthofotoBernWMSAdapter</servlet-class>
|
---|
21 | <init-param>
|
---|
22 | </init-param>
|
---|
23 | </servlet>
|
---|
24 |
|
---|
25 | <servlet-mapping>
|
---|
26 | <servlet-name>OrthofotoBernWMSAdapter</servlet-name>
|
---|
27 | <url-pattern>/orthofotos-bern/*</url-pattern>
|
---|
28 | </servlet-mapping>
|
---|
29 |
|
---|
30 | </web-app>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.