Changeset 26696 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2011-09-22T20:45:15+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/UtilsPluginPreferences.java
r26639 r26696 93 93 + " <b>{#id}</b> is replaced with the element ID<br/>" 94 94 + " <b>{#type}</b> is replaced with \"node\",\"way\" or \"relation\" <br/>" 95 + " <b>{#lat} , {#lon}</b> is replaced with elementlatitude/longitude <br/>"95 + " <b>{#lat} , {#lon}</b> is replaced with map center latitude/longitude <br/>" 96 96 + " Your can manually load settings from file <b>customurl.txt</b> in JOSM folder")); 97 97
Note:
See TracChangeset
for help on using the changeset viewer.