Skip to content

Commit

Permalink
Document reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Mar 4, 2024
1 parent 0939f13 commit 140cd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,7 @@ if(my $whosonfirst = $ENV{'WHOSONFIRST_HOME'}) {
# print 'processing ', $properties->{'wof:id'}, "\n";

next if(exists($properties->{'wof:superseded_by'}) && scalar(@{$properties->{'wof:superseded_by'}}));
# https://github.com/whosonfirst-data/whosonfirst-data/issues/1844
# "mz:is_current":-1 means "not sure" versus 1 meaning known to be current when record last updated and 0 no longer current.
# Most records have -1.
next if(exists($properties->{'mz:is_current'}) && ($properties->{'mz:is_current'} <= 0));
Expand Down

0 comments on commit 140cd5b

Please sign in to comment.