├── .github └── workflows │ └── test.yml ├── .gitignore ├── CONTRIBUTING.md ├── README.md ├── osm-mug ├── osm-mug.json └── osm-mug.png ├── project_list.txt ├── taginfo-project-schema.json └── test_changes /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/README.md -------------------------------------------------------------------------------- /osm-mug/osm-mug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/osm-mug/osm-mug.json -------------------------------------------------------------------------------- /osm-mug/osm-mug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/osm-mug/osm-mug.png -------------------------------------------------------------------------------- /project_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/project_list.txt -------------------------------------------------------------------------------- /taginfo-project-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/taginfo-project-schema.json -------------------------------------------------------------------------------- /test_changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taginfo/taginfo-projects/HEAD/test_changes --------------------------------------------------------------------------------