From 6cb9e2de145ebfc8a3caad377cd40780823d1ad2 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 15 May 2014 09:04:48 +0200 Subject: Use different overpass turbo call when numbers of objects is small. When there aren't too many objects with a given key or tag, use the new wizard interface of overpass turbo, which runs automatically in global context and automatically zooms to the results. This is much nicer and easier. If there are too many objects, we keep the old behaviour. Unfortunately this is rather confusing. Maybe we can figure out something better... --- taginfo-config-example.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 74789c2..2ea5db2 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -36,7 +36,10 @@ "url_prefix": "http://overpass-api.de/api/xapi_meta?" }, "turbo": { - "url_prefix": "http://overpass-turbo.eu/?" + "max_auto": 100, + "url_prefix": "http://overpass-turbo.eu/?", + "wizard_url_prefix": "http://overpass-turbo.eu/master?", + "wizard_area": "global" }, "level0": { "max_results": 50, -- cgit v1.2.3