Changeset 16442 in osm for applications/editors
- Timestamp:
- 2009-07-11T18:06:26+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java
r15858 r16442 79 79 "http://labs.metacarta.com/rectifier/", 80 80 "http://labs.metacarta.com/rectifier/wms.cgi?id=__s__&srs=EPSG:4326" 81 + "&Service=WMS&Version=1.1.0&Request=GetMap&format=image/png ",81 + "&Service=WMS&Version=1.1.0&Request=GetMap&format=image/png&", 82 82 // This matches more than the "classic" WMS link, so users can pretty much 83 83 // copy any link as long as it includes the ID … … 92 92 "http://warper.geothings.net/", 93 93 "http://warper.geothings.net/maps/wms/__s__?request=GetMap&version=1.1.1" 94 + "&styles=&format=image/png&srs=epsg:4326&exceptions=application/vnd.ogc.se_inimage ",94 + "&styles=&format=image/png&srs=epsg:4326&exceptions=application/vnd.ogc.se_inimage&", 95 95 // This matches more than the "classic" WMS link, so users can pretty much 96 96 // copy any link as long as it includes the ID
Note:
See TracChangeset
for help on using the changeset viewer.