Skip to content

Commit

Permalink
Merge pull request #33 from sul-dlss/logger-type
Browse files Browse the repository at this point in the history
adds logging message for unknown type
  • Loading branch information
jcoyne committed Mar 21, 2014
2 parents bbb5696 + 1a385f4 commit bf2b6a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/blacklight/maps/export.rb
Expand Up @@ -49,6 +49,8 @@ def build_geojson_features
build_placename_coord_features
when 'bbox'
build_bbox_features
else
Rails.logger.error("Your Solr field type was not configured with a recognized type, '#{type}' is not yet supported")
end
end

Expand Down

0 comments on commit bf2b6a6

Please sign in to comment.