Skip to content

Commit

Permalink
add import as other name for source
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18881 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Oct 27, 2023
1 parent f718442 commit 4c3055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openstreetmap/josm/data/osm/AbstractPrimitive.java
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ public boolean hasKey(String... keys) {
public static Collection<String> getUninterestingKeys() {
if (uninteresting == null) {
List<String> l = new LinkedList<>(Arrays.asList(
"source", "source_ref", "source:", "comment",
"source", "source_ref", "source:", "comment", "import",
"watch", "watch:", "description", "attribution", GpxConstants.GPX_PREFIX));
l.addAll(getDiscardableKeys());
l.addAll(getWorkInProgressKeys());
Expand Down

0 comments on commit 4c3055d

Please sign in to comment.