Code cleanup.

This commit is contained in:
ahocevar
2012-04-02 16:42:33 +02:00
parent 6ce9a36715
commit 3385c2b5b1

View File

@@ -158,6 +158,7 @@ function addWKTInput(input, previousSibling) {
container.appendChild(field);
}
// helper function for xml input
function addXMLInput(input, type) {
var name = input.identifier;
var field = document.createElement("input");
@@ -225,7 +226,7 @@ function addBoundingBoxInput(input) {
input.boundingBoxData = {
projection: "EPSG:4326",
bounds: OpenLayers.Bounds.fromString(field.value)
}
};
});
}