Changeset 12707 in osm for applications/editors/josm/plugins/wmsplugin
- Timestamp:
- 2008-12-31T00:38:51+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/sources.cfg
r12427 r12707 17 17 # only for Germany 18 18 false;Oberpfalz Geofabrik.de;http://oberpfalz.geofabrik.de/wms4josm? 19 false;Str assenNRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms19 false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Help_WMSmenuAction.java
r12187 r12707 38 38 "format=image/jpeg \n\n"+ 39 39 40 "For Metacartas Map Rectifier http://labs.metacarta.com/rectifier/ , you only need to input the relevant 'id'.\n" + 41 "To add a Metacarta Map Rectifer menu item, manually create the urllike in this example," +40 "For Metacarta's Map Rectifier http://labs.metacarta.com/rectifier/ , you only need to input the relevant 'id'.\n" + 41 "To add a Metacarta Map Rectifier menu item, manually create the URL like in this example," + 42 42 "replacing 73 with your image id: \n" + 43 43 "http://labs.metacarta.com/rectifier/wms.cgi?id=73\n" + -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java
r12444 r12707 18 18 19 19 public Map_Rectifier_WMSmenuAction() { 20 super(tr("Rectified Image ..."), "OLmarker", tr("Download Rectified Image from Metacarta's Map Rectifer WMS"), null, false); 20 super(tr("Rectified Image ..."), "OLmarker", tr("Download Rectified Image from Metacarta's Map Rectifier WMS"), null, false); 21 21 } 22 22 -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r12438 r12707 108 108 @Override public String getToolTipText() { 109 109 if(startstop.isSelected()) 110 return tr("WMS layer ({0}), automaticaly downloading in zoom {1}", name, resolution); 110 return tr("WMS layer ({0}), automatically downloading in zoom {1}", name, resolution); 111 111 else 112 112 return tr("WMS layer ({0}), downloading in zoom {1}", name, resolution);
Note:
See TracChangeset
for help on using the changeset viewer.