Changeset 36102 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelationComponent.java
- Timestamp:
- 2023-07-24T15:55:23+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelationComponent.java
r32398 r36102 61 61 62 62 StringBuilder sb = new StringBuilder(); 63 sb.append(type. substring(0, 1));63 sb.append(type.charAt(0)); 64 64 if (type.equals("boundary") && rel.hasKey("admin_level")) { 65 65 sb.append(rel.get("admin_level"));
Note:
See TracChangeset
for help on using the changeset viewer.
