Index: applications/editors/josm/wmsadapter/orthofotos-bern/README.txt
===================================================================
--- applications/editors/josm/wmsadapter/orthofotos-bern/README.txt	(revision 18833)
+++ applications/editors/josm/wmsadapter/orthofotos-bern/README.txt	(revision 18836)
@@ -5,5 +5,5 @@
 
 This adapter translates JOSMs tile requests for orthofotos of Bern to tile
-requests which can be handled by the WMS server of  Bern.
+requests which can be handled by the WMS server of Bern.
 
 The adapter is a small web application which runs on your local computer.  
@@ -24,6 +24,5 @@
 o although I tried to mimic the behaviour of a standard browser like Firefox as
   closely as possible I wasn't able to automatically retrieve a valid session
-  ID from the WMS server of Bern. Session IDs retrieved automatically 
-  timed out immediately.
+  ID from the WMS server of Bern. They timed out immediately.
   
   You therefore have to configure the WMS adapter with a valid session ID which
@@ -40,5 +39,4 @@
 o  Unzip orthofoto-bern-wms-adapter-<version>.zip
 
-   
 
 CONFIGURING JOSM 
@@ -49,35 +47,43 @@
   - add an entry with
        menu name = Orthofotos Bern 
-       WMS-URL   = http://localhost:8787/orthofotos-bern?    !!! Note the trailing '?' !!!
-
+       WMS-URL   = http://localhost:<port>/orthofotos-bern?    !!! Note the trailing '?' !!!
+       (replace <port> with the port number is listing on, see below)
              
-
 USAGE 
 ------------
 o Start the WMS adapter 
 
-   c:\> java -jar winstone-0.9.10.jar --warfile=orthofoto-bern-wms-adapter.war 
+  c:\> java -jar winstone-0.9.10.jar --warfile=orthofoto-bern-wms-adapter.war 
 
-   Use --httpPort=<port> to set another port the adapter is listening too.
+  Use --httpPort=<port> to set another port the adapter is listening on.
+   
+  Example for port 8787:  
+  c:\> java -jar winstone-0.9.10.jar --warfile=orthofoto-bern-wms-adapter.war --httpPort=8787
+     
+o The port number    
+  The adapter runs on your computer and listens to requests on a specific port.
+  The default port is 8080.
+  If you use the commmand line option --httpPort=<port>, then the port number is
+  the number you entered instead of <port>.
  
 o Get a valid session ID
 
-   - Launch your browser and point it at
-     http://www.stadtplan.bern.ch/TBInternet/default.aspx?User=1
+  - Launch your browser and point it at
+    http://www.stadtplan.bern.ch/TBInternet/default.aspx?User=1
     
-   - View the current set of cookies in your browser and copy the cookie
+  - View the current set of cookies in your browser and copy the cookie
         for domain  stadtplan.bern.ch
         with name   ASP.NET_SessionId 
-     to the clipboard
+    to the clipboard
      
 o Configure WMS adapter with the session ID
-   - Point your browser at 
-        http://localhost:8787/orthofotos-bern
-   - Enter the Session ID retrieved in the previous step
-     and click on "Submit"
+  - Point your browser at 
+        http://localhost:<port-number>/orthofotos-bern
+    for instance
+        http://localhost:8080/orthofotos-bern
+  - Enter the Session ID retrieved in the previous step and click on "Submit"
      
 o Use JOSM
   - You may now use JOSM to retrieve orthofotos of Bern
      
-   
-    
+ 
Index: applications/editors/josm/wmsadapter/orthofotos-bern/RELEASE-NOTES.txt
===================================================================
--- applications/editors/josm/wmsadapter/orthofotos-bern/RELEASE-NOTES.txt	(revision 18833)
+++ applications/editors/josm/wmsadapter/orthofotos-bern/RELEASE-NOTES.txt	(revision 18836)
@@ -1,2 +1,5 @@
+Release 25 - 2009-11-28
+* fix: improved README
+
 Release 25 - 2009-11-15
 * new: select whether orthofotos of the city of Bern or the region of Bern are displayed
Index: applications/editors/josm/wmsadapter/orthofotos-bern/VERSION.txt
===================================================================
--- applications/editors/josm/wmsadapter/orthofotos-bern/VERSION.txt	(revision 18833)
+++ applications/editors/josm/wmsadapter/orthofotos-bern/VERSION.txt	(revision 18836)
@@ -1,4 +1,4 @@
 
-Built-On: 2009-11-15 13:54:18
-Build-ID: 25			
+Built-On: 2009-11-28 15:50:53
+Build-ID: 26			
 		
Index: applications/editors/josm/wmsadapter/orthofotos-bern/build.xml
===================================================================
--- applications/editors/josm/wmsadapter/orthofotos-bern/build.xml	(revision 18833)
+++ applications/editors/josm/wmsadapter/orthofotos-bern/build.xml	(revision 18836)
@@ -11,5 +11,5 @@
 	<property name="build.dir.lib" value="${build.dir}/lib"/>
 	
-	<property name="build.number" value="25"/>
+	<property name="build.number" value="26"/>
 
 	<path id="javax.servlet.classpath">
