From d3aa8d9e568deb642113ad6e9c59c170960da9c8 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 27 Feb 2015 10:41:08 +0100 Subject: Increase max_auto parameter for Overpass Turbo. Overpass turbo is well able to handle larger number of objects. Fixes #110. --- taginfo-config-example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 544144f..4866116 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -48,7 +48,7 @@ "turbo": { // if there are more objects than this with a key/tag, the normal Overpass Turbo // will be called, if less the Wizard will be used with autorun and autozoom - "max_auto": 100, + "max_auto": 1000, "url_prefix": "http://overpass-turbo.eu/?", // set this to "global" or "in " where is a country name or other region found by Nominatim "wizard_area": "global" -- cgit v1.2.3