Skip to content

Commit

Permalink
Part of #2957, show publish reminder button for map data
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed Feb 23, 2016
1 parent b87766c commit ffe8236
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/java/edu/harvard/iq/dataverse/DatasetPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -1063,11 +1063,7 @@ public boolean canSeeMapButtonReminderToPublish(FileMetadata fm){
return false;
}

// (2) Is this file a Shapefile
// TODO: or a Tabular file tagged as Geospatial?
//
// REMOVED


// Is this file a Shapefile or a Tabular file tagged as Geospatial?
//
if (!(this.isPotentiallyMappableFileType(fm))){
Expand Down

0 comments on commit ffe8236

Please sign in to comment.