summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2015-02-27 10:41:08 +0100
committerJochen Topf <jochen@topf.org>2015-02-27 10:41:08 +0100
commitd3aa8d9e568deb642113ad6e9c59c170960da9c8 (patch)
tree0bd2d9657ee3476fa4afdf90671cf05b240197ed /taginfo-config-example.json
parent3df1fc618f2884b39e12352b4a66f58cf03adead (diff)
downloadtaginfo-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.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json2
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"