adiwg / mdTranslator

Metadata translation tool built using Ruby
https://www.adiwg.org/mdTranslator/
The Unlicense
14 stars 12 forks source link

Update iso19115 v1 to v3 #297

Closed jwaspin closed 7 months ago

jwaspin commented 9 months ago

Update drop down lists in mdEditor and the mdTools/mdTranslator UI to reflect decision that the -3 schema should be the default ISO writer used by most users, while the -2/19139:2012 writer will continue to be offered for backwards compatibility.

Current ISO writer language: -1 -2 where -1 correlates to the -3 schema and -2 correlates to the 19139:2012 schema

Change to: -3 -2/19139 (deprecated)

mdTranslator and mdEditor both require changes, this is a duplicate of https://github.com/adiwg/mdEditor/issues/602 but for the work required in mdTranslator