lib/adiwg/mdtranslator/readers/fgdc/modules/mapProjections/projection_robinson.rb in adiwg-mdtranslator-2.9.2 vs lib/adiwg/mdtranslator/readers/fgdc/modules/mapProjections/projection_robinson.rb in adiwg-mdtranslator-2.10.0
- old
+ new
@@ -32,11 +32,10 @@
# verify parameter count
if paramCount == 3
return hProjection
else
- hResponseObj[:readerExecutionMessages] << 'robinson projection is missing one or more parameters'
- return nil
+ hResponseObj[:readerExecutionMessages] << 'WARNING: FGDC reader: Robinson projection is missing one or more parameters'
end
end
return nil