forked from MapComplete/MapComplete
Fix: fix tests
This commit is contained in:
parent
221b572a1f
commit
767bd18234
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export class Overpass {
|
|||
*
|
||||
* import {Tag} from "../Tags/Tag";
|
||||
*
|
||||
* new Overpass(new Tag("key","value"), [], "").buildScript("{{bbox}}") // => `[out:json][timeout:90]{{bbox}};(nwr["key"="value"];);out body;out meta;>;out skel qt;`
|
||||
* new Overpass("no-url-needed", new Tag("key","value")).buildScript("{{bbox}}") // => `[out:json][timeout:90]{{bbox}};(nwr["key"="value"];);out body;out meta;>;out skel qt;`
|
||||
*/
|
||||
public buildScript(bbox: string, postCall: string = "", pretty = false): string {
|
||||
const filters = this._filter?.asOverpass() ?? []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue