You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current method of handling missing information in the ISO writers is to include the tag with a 'nilReason'='missing' attribute. This works and passes validation, but it's difficult and tedious for users to spot data that was unintentionally overlooked.
Add messages to the hResponseObj[:writerMessages] for all missing required fields. Do not set the hResponseObj[:writerPass] to false.
ISO 19115-2
ISO 19110
The text was updated successfully, but these errors were encountered:
The current method of handling missing information in the ISO writers is to include the tag with a 'nilReason'='missing' attribute. This works and passes validation, but it's difficult and tedious for users to spot data that was unintentionally overlooked.
Add messages to the
hResponseObj[:writerMessages]
for all missing required fields. Do not set thehResponseObj[:writerPass]
to false.The text was updated successfully, but these errors were encountered: