Merge f406757ec4 into b60e487ffa
This commit is contained in:
commit
fc5f3519a9
@ -110,6 +110,10 @@ public class RESTResource {
|
|||||||
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