Skip to content

Commit

Permalink
feat(shapefile): filter records with no wof:name (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso authored Oct 13, 2023
1 parent eb987ce commit 37bb0ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion whosonfirst/view/_filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function exportable (feat, spr) {
if (spr.id <= 0) return false
if (spr.is_deprecated) return false
if (spr.is_superseded) return false
if (spr.name.trim() === '') return false
if (spr.latitude === 0.0 && spr.longitude === 0.0) return false

return true
Expand Down

0 comments on commit 37bb0ef

Please sign in to comment.