Loading atlas-commands/src/main/java/es/redmic/atlascommands/mapper/LayerWMSMapper.java +3 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,9 @@ public interface LayerWMSMapper { Dimension source = layer.getDimension(property); if (source == null) return null; dimension.setName(source.getName()); dimension.setUnits(source.getUnits()); dimension.setUnitSymbol(source.getUnitSymbol()); Loading Loading
atlas-commands/src/main/java/es/redmic/atlascommands/mapper/LayerWMSMapper.java +3 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,9 @@ public interface LayerWMSMapper { Dimension source = layer.getDimension(property); if (source == null) return null; dimension.setName(source.getName()); dimension.setUnits(source.getUnits()); dimension.setUnitSymbol(source.getUnitSymbol()); Loading