diff --git a/Logic/Osm/Overpass.ts b/Logic/Osm/Overpass.ts index 9845055b9b..2e82e8f62b 100644 --- a/Logic/Osm/Overpass.ts +++ b/Logic/Osm/Overpass.ts @@ -5,6 +5,7 @@ import {UIEventSource} from "../UIEventSource"; import {BBox} from "../BBox"; import * as osmtogeojson from "osmtogeojson"; + /** * Interfaces overpass to get all the latest data */ @@ -56,6 +57,8 @@ 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;` */ public buildScript(bbox: string, postCall: string = "", pretty = false): string { diff --git a/Models/Constants.ts b/Models/Constants.ts index abb2ab56cd..73c937293e 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import {Utils} from "../Utils"; export default class Constants { - public static vNumber = "0.18.2"; + public static vNumber = "0.19.0-alpha"; public static ImgurApiKey = '7070e7167f0a25a' public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"