Merge branches

This commit is contained in:
Pieter Vander Vennet 2022-04-28 00:38:08 +02:00
commit 6dd3711b5b
21 changed files with 106 additions and 95 deletions

View file

@ -4,7 +4,10 @@ import {Utils} from "../../Utils";
import {UIEventSource} from "../UIEventSource";
import {BBox} from "../BBox";
import * as osmtogeojson from "osmtogeojson";
<<<<<<< HEAD
=======
>>>>>>> b54b5061cc72488ceb007177275fb600cce0a0dd
/**
* Interfaces overpass to get all the latest data
@ -57,6 +60,8 @@ export class Overpass {
}
/**
* Constructs the actual script
*
* 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;`