Project

General

Profile

« Previous | Next » 

Revision 35ba1a56

Added by Patrick Plitzner about 6 years ago

ref #7095 Format enhancement for quantitative data

  • unit shown in abbreviation
  • min/max shown as range

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
869 869
                return;
870 870
            }
871 871
            MeasurementUnit unit = recommendedMeasurementUnits.iterator().next();
872
            featureLabel += " ["+unit.getLabel()+"]";
872
            featureLabel += " ["+unit.getIdInVocabulary()+"]";
873 873
        }
874 874
        propertyToLabelMap.put(property, featureLabel);
875 875
    }

Also available in: Unified diff