From c4fe6f764a8ed74c4500993b5b62853c4bcdec4e Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 12 Oct 2011 19:47:43 +0200 Subject: Add config for distribution images. New config options for the geographic distribution images. --- taginfo-config-example.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'taginfo-config-example.json') 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": { -- cgit v1.2.3