Last active
November 8, 2021 16:51
-
-
Save Rub21/1a82fb3e4c0efd15524709a5e2d8ab89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"instance": { | |
"url": "http://localhost:4567", | |
"name": "OpenStreetMap Taginfo", | |
"description": "This is a <b>taginfo test instance</b>. Change this text in your <tt>taginfo-config.json</tt>.", | |
"about": "<p>This site is maintained by XXX.</p><p>There isn't just one taginfo site, there are several. The main site is at <a class='extlink' href='https://taginfo.openstreetmap.org/'>taginfo.openstreetmap.org</a>, but several <a class='extlink' href='https://wiki.openstreetmap.org/wiki/Taginfo/Sites'>other taginfo sites</a> are operated by different people.</p>", | |
"icon": "/img/logo/test.png", | |
"contact": "Anonymous", | |
"area": "World", | |
"access_control_allow_origin": "*", | |
"sections": ["download", "taginfo"] | |
}, | |
"turbo": { | |
"max_auto": 1000, | |
"url_prefix": "https://test", | |
"wizard_area": "global" | |
}, | |
"sources": { | |
"master": { | |
"min_count_tags": 1, | |
"min_tag_combination_count": 1, | |
"min_count_for_map": 1, | |
"min_count_relations_per_type": 1 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment