summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json12
1 files changed, 8 insertions, 4 deletions
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 <b>taginfo test instance</b>. Change this text in your <tt>taginfo-config.json</tt>.",
// 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": {