Changeset 12707 in osm for applications/editors/josm/plugins/wmsplugin/src
- Timestamp:
- 2008-12-31T00:38:51+01:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin/src/wmsplugin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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" + -
TabularUnified 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 -
TabularUnified 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.