Changeset 16752 in osm for applications/editors/josm/wmsadapter
- Timestamp:
- 2009-08-01T10:24:16+02:00 (15 years ago)
- Location:
- applications/editors/josm/wmsadapter/orthofotos-bern
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/wmsadapter/orthofotos-bern/README.txt
r16723 r16752 30 30 you have to retrieve from the WMS server of Bern using your preferred web 31 31 browser (see below in section Usage). 32 33 o currently, tiles for orthofotos of Bern overlap considerably. 34 32 35 33 36 34 INSTALLATION … … 51 49 - add an entry with 52 50 menu name = Orthofotos Bern 53 WMS-URL = http://localhost:8787/orthofotos-bern? action=getmap54 55 51 WMS-URL = http://localhost:8787/orthofotos-bern? !!! Note the trailing '?' !!! 52 53 56 54 57 55 USAGE -
applications/editors/josm/wmsadapter/orthofotos-bern/VERSION.txt
r16723 r16752 1 1 2 Built-On: 2009-0 7-29 19:04:093 Build-ID: 152 Built-On: 2009-08-01 10:02:24 3 Build-ID: 22 4 4 -
applications/editors/josm/wmsadapter/orthofotos-bern/src/ch/guggis/josm/bern/servlet/OrthofotoBernWMSAdapter.java
r16723 r16752 489 489 490 490 String action = req.getParameter("action"); 491 if (action == null && req.getParameter("bbox") != null) { 492 action = "getmap"; 493 } 494 logger.info("action is <" + action + ">"); 491 495 if ("ping".equals(action)) { 492 496 handlePing(req, resp);
Note:
See TracChangeset
for help on using the changeset viewer.