Merge f406757ec4 into b60e487ffa
This commit is contained in:
commit
fc5f3519a9
@ -109,6 +109,10 @@ public class RESTResource {
|
|||||||
Namespace.getNamespace("atom", "http://www.w3.org/2005/Atom"));
|
Namespace.getNamespace("atom", "http://www.w3.org/2005/Atom"));
|
||||||
return atom.getAttributeValue("href");
|
return atom.getAttributeValue("href");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getNativeCRS() {
|
||||||
|
return rootElem.getChildText("nativeCRS");
|
||||||
|
}
|
||||||
|
|
||||||
public String getNativeCRS() {
|
public String getNativeCRS() {
|
||||||
return rootElem.getChildText("nativeCRS");
|
return rootElem.getChildText("nativeCRS");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user