forked from MapComplete/MapComplete
More refactoring!
This commit is contained in:
parent
b2c234b51d
commit
6ac8ec84e4
22 changed files with 170 additions and 158 deletions
|
|
@ -57,7 +57,7 @@ export class SearchAndGo extends UIElement {
|
|||
}
|
||||
|
||||
const bb = result[0].boundingbox;
|
||||
const bounds = [
|
||||
const bounds : [[number, number], [number, number]] = [
|
||||
[bb[0], bb[2]],
|
||||
[bb[1], bb[3]]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue