Changeset 34070 in osm for applications
- Timestamp:
- 2018-02-18T15:28:46+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/HouseNumberTaggingTool
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/HouseNumberTaggingTool/README
r29475 r34070 4 4 Simple tool to tag house numbers. Select house and press 'k'. Select your addr-tags and press OK. 5 5 6 author: Oliver Raupach, oliver@raupach.cc 6 author: Oliver Raupach, oliver@raupach.cc, http://www.oliver-raupach.de 7 Victor Kropp, http://victor.kropp.name -
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/Dto.java
r34069 r34070 5 5 6 6 /** 7 * @author Oliver Raupach 18.01.2012 <http://www.oliver-raupach.de>7 * @author Oliver Raupach 18.01.2012 8 8 */ 9 9 public class Dto implements Serializable { -
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java
r34069 r34070 49 49 50 50 /** 51 * @author Oliver Raupach 09.01.2012 <http://www.oliver-raupach.de>52 * @author Victor Kropp 10.03.2012 <http://victor.kropp.name>51 * @author Oliver Raupach 09.01.2012 52 * @author Victor Kropp 10.03.2012 53 53 */ 54 54 public class TagDialog extends ExtendedDialog {
Note:
See TracChangeset
for help on using the changeset viewer.