Hi list,
In v 2.4, there is a new stuff in the edition of ISO19139 metadata, the
suggestions for denominator (a list of denominators). It is quite useful
but it is only available in the english version. I think it would be better
to make it avaible for every language. And it is really a minor and easy
change :
Just add the helper markup in "gmd:denominator" in every local version of
labels.xml (...\geonetwork\web\geonetwork\xml\schemas\iso19139\loc\...)
<element name="gmd:denominator">
<label>Denominator</label>
<description>The number below the line in a vulgar fraction</description>
<condition>mandatory</condition>
<helper>
<option value="5000">1:5´000</option>
<option value="10000">1:10´000</option>
<option value="25000">1:25´000</option>
<option value="50000">1:50´000</option>
<option value="100000">1:100´000</option>
<option value="200000">1:200´000</option>
<option value="300000">1:300´000</option>
<option value="500000">1:500´000</option>
<option value="1000000">1:1´000´000</option>
</helper>
</element>
Pierre
--
View this message in context: http://n2.nabble.com/suggestions-for-denominator-only-available-in-english-tp3651990p3651990.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.