Loading atlas-commands/src/main/java/es/redmic/atlascommands/mapper/LayerWMSMapper.java +4 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,10 @@ public interface LayerWMSMapper { dimension.setName(source.getName()); dimension.setUnits(source.getUnits()); dimension.setUnitSymbol(source.getUnitSymbol()); if (source.getExtent() != null) { dimension.setDefaultValue(source.getExtent().getDefaultValue()); dimension.setValue(source.getExtent().getValue()); } return dimension; } Loading Loading
atlas-commands/src/main/java/es/redmic/atlascommands/mapper/LayerWMSMapper.java +4 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,10 @@ public interface LayerWMSMapper { dimension.setName(source.getName()); dimension.setUnits(source.getUnits()); dimension.setUnitSymbol(source.getUnitSymbol()); if (source.getExtent() != null) { dimension.setDefaultValue(source.getExtent().getDefaultValue()); dimension.setValue(source.getExtent().getValue()); } return dimension; } Loading