summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-10-12 19:47:43 +0200
committerJochen Topf <jochen@topf.org>2011-10-12 19:47:43 +0200
commitc4fe6f764a8ed74c4500993b5b62853c4bcdec4e (patch)
treeb0c98239f8c3d991e6c5f1a7eea2f092b0801844 /taginfo-config-example.json
parent37cdf05ea821f39f69ca023e9a4c02680bb772e4 (diff)
downloadtaginfo-c4fe6f764a8ed74c4500993b5b62853c4bcdec4e.tar
taginfo-c4fe6f764a8ed74c4500993b5b62853c4bcdec4e.tar.gz
Add config for distribution images.
New config options for the geographic distribution images.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index ff2f0a2..9dbc624 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -13,10 +13,15 @@
"tagcloud": {
"number_of_tags": 200
},
- // For the geodistribution map. If you change this, you also have to change the C++ code in tagstats.
+ // For the geodistribution map. See the wiki documentation about these settings.
"geodistribution": {
- "width": 720,
- "height": 360,
+ "left": -180,
+ "bottom": -90,
+ "right": 180,
+ "top": 90,
+ "width": 360,
+ "height": 180,
+ "scale_image": 2,
"background_image": "/img/worldp.png"
},
"xapi": {