forked from MapComplete/MapComplete
Merge branches
This commit is contained in:
commit
6dd3711b5b
21 changed files with 106 additions and 95 deletions
|
@ -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;`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue