diff options
author | Jochen Topf <jochen@topf.org> | 2015-02-27 10:41:08 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2015-02-27 10:41:08 +0100 |
commit | d3aa8d9e568deb642113ad6e9c59c170960da9c8 (patch) | |
tree | 0bd2d9657ee3476fa4afdf90671cf05b240197ed | |
parent | 3df1fc618f2884b39e12352b4a66f58cf03adead (diff) | |
download | taginfo-d3aa8d9e568deb642113ad6e9c59c170960da9c8.tar taginfo-d3aa8d9e568deb642113ad6e9c59c170960da9c8.tar.gz |
Increase max_auto parameter for Overpass Turbo.
Overpass turbo is well able to handle larger number of objects.
Fixes #110.
-rw-r--r-- | taginfo-config-example.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 <area>" where <area> is a country name or other region found by Nominatim "wizard_area": "global" |