From 9fcca690c9786fcef2fc36251e0f44698878843c Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 18 May 2014 11:01:57 +0200 Subject: Improved comments in config file --- taginfo-config-example.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 2ea5db2..dac6bc8 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -35,13 +35,19 @@ // "url_prefix": "http://open.mapquestapi.com/xapi/api/0.6/" "url_prefix": "http://overpass-api.de/api/xapi_meta?" }, + // "overpass turbo" button on key/tag pages "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, "url_prefix": "http://overpass-turbo.eu/?", "wizard_url_prefix": "http://overpass-turbo.eu/master?", + // set this to "global" or "in " where is a country name or other region found by Nominatim "wizard_area": "global" }, + // "Level0 Editor" button on key/tag pages "level0": { + // disable Level0 Editor button if there are more than this many objects with a key/tag "max_results": 50, "overpass_url_prefix": "http://overpass.osm.rambler.ru/cgi/interpreter?", "level0_url_prefix": "http://level0.osmz.ru/?" @@ -74,7 +80,7 @@ "min_count_tags": 10000, // Tag combinations not appearing this often are not written to database. "min_tag_combination_count": 1000, - // Minimum number of occurances for creating a map + // Minimum number of tag occurances for creating a map "min_count_for_map": 1000, // Minimum number of relations per type to make this // relation type "interesting", ie. to make it show -- cgit v1.2.3