Merge 9396ff0527 into d518e9e5a4
This commit is contained in:
commit
fbedd8c551
@ -136,7 +136,11 @@ public class RESTResource {
|
|||||||
RESTBoundingBox bbox = this.getLatLonBoundingBox();
|
RESTBoundingBox bbox = this.getLatLonBoundingBox();
|
||||||
return bbox.getCRS();
|
return bbox.getCRS();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getSrs(){
|
||||||
|
return rootElem.getChildText("srs");
|
||||||
|
}
|
||||||
|
|
||||||
public double getMinX() {
|
public double getMinX() {
|
||||||
return this.getLatLonBoundingBox().getMinX();
|
return this.getLatLonBoundingBox().getMinX();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user