Remove unused function
This commit is contained in:
parent
1ea1e40272
commit
b5ca3b12d1
1 changed files with 0 additions and 4 deletions
|
@ -204,10 +204,6 @@ function removeMarkerFromMap(marker){
|
||||||
markers.removeMarker(marker);
|
markers.removeMarker(marker);
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeBoxFromMap(box){
|
|
||||||
vectors.removeFeature(box);
|
|
||||||
}
|
|
||||||
|
|
||||||
function proj(x) {
|
function proj(x) {
|
||||||
return x.clone().transform(epsg4326, map.getProjectionObject());
|
return x.clone().transform(epsg4326, map.getProjectionObject());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue