Changeset 16752 in osm for applications/editors/josm/wmsadapter/orthofotos-bern/src
- Timestamp:
- 2009-08-01T10:24:16+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.