From 6f9e6d0092cdc1efccd452eb54762bdd9dcfacd1 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 20 Jan 2012 23:04:56 +0100 Subject: Add more instance logos and API call to get to instance info --- taginfo-config-example.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 1ff40a3..4c4a275 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -1,16 +1,20 @@ -// This is an example of a Taginfo config file. +// This is an example of a taginfo config file. // Copy it to the directory above and name it 'taginfo-config.json', then change your local settings. { // You probably want to change all these. "instance": { - // url prefix for the site + // URL prefix for the site. "url": "http://localhost:4567", // Used in the title of all HTML pages. "name": "OpenStreetMap Taginfo", - // Description of this taginfo instance + // Description of this taginfo instance. "description": "This is a taginfo test instance. Change this text in your taginfo-config.json.", // URL path to instance icon in the upper left. - "icon": "/img/logo/world.png" + "icon": "/img/logo/test.png", + // Contact name and email address. + "contact": "Anonymous", + // Geographical area this taginfo instance covers. + "area": "World" }, // For the geodistribution map. See the wiki documentation about these settings. "geodistribution": { -- cgit v1.2.3