Changeset 33479 in osm for applications/editors
- Timestamp:
- 2017-07-27T21:04:26+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/CreatePlatformNodeAction.java
r33478 r33479 132 132 for (Entry<String, String> tag: prim.getKeys().entrySet()) { 133 133 if ("note".equals(tag.getKey()) 134 || "line".equals(tag.getKey()) 134 135 || "lines".equals(tag.getKey()) 135 136 || "route_ref".equals(tag.getKey())) {
Note:
See TracChangeset
for help on using the changeset viewer.