{"id":51116264,"url":"https://github.com/osmberlin/tagging-schema-browser","last_synced_at":"2026-06-24T22:01:15.028Z","repository":{"id":364744374,"uuid":"1269051921","full_name":"osmberlin/tagging-schema-browser","owner":"osmberlin","description":"Browse, search, and review the OpenStreetMap iD tagging schema — presets, fields, and icons — for any release or PR-preview build.","archived":false,"fork":false,"pushed_at":"2026-06-23T06:11:11.000Z","size":227,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T06:17:47.606Z","etag":null,"topics":["id-editor","id-tagging-schema","openstreetmap","osm"],"latest_commit_sha":null,"homepage":"https://osmberlin.github.io/tagging-schema-browser/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osmberlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-14T08:50:19.000Z","updated_at":"2026-06-23T05:55:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/osmberlin/tagging-schema-browser","commit_stats":null,"previous_names":["osmberlin/tagging-schema-browser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osmberlin/tagging-schema-browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Ftagging-schema-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Ftagging-schema-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Ftagging-schema-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Ftagging-schema-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osmberlin","download_url":"https://codeload.github.com/osmberlin/tagging-schema-browser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Ftagging-schema-browser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34750953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["id-editor","id-tagging-schema","openstreetmap","osm"],"created_at":"2026-06-24T22:01:14.142Z","updated_at":"2026-06-24T22:01:15.022Z","avatar_url":"https://github.com/osmberlin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tagging Schema Browser\n\nA standalone web app to **browse, search, and inspect the [OpenStreetMap iD tagging schema](https://github.com/openstreetmap/id-tagging-schema)** — its presets, fields, icons, and the connections between them — for any released or pre-release build.\n\n**Live:** https://osmberlin.github.io/tagging-schema-browser/\n\n## About\n\nThe iD tagging schema is the dataset that drives preset and field selection in the [iD editor](https://github.com/openstreetmap/iD) (and other tools). It is large and highly cross-referenced, which makes it hard to review changes or understand how a preset, field, or icon is reused across the dataset.\n\nThis app loads a built `dist/` of the schema and makes it explorable in the browser — no build step or checkout required. It is meant both as an everyday reference and as a **review tool for schema pull requests**: point it at a PR's preview build and see exactly what changed.\n\n## Features\n\n- **Presets** — faceted search by category, primary tag, geometry, field, and icon set. Open a preset to see its tags, fields, category, and icon — each with a count that links to everything else using the same value.\n- **Icons** — browse the icon sets presets draw from (Maki, Temaki, Roentgen, FontAwesome), filter by supplier / usage / asset status, and spot duplicates.\n- **Shareable state** — all search and filter state lives in the URL (TanStack Router + Zod), so any view can be linked. Press \u003ckbd\u003e?\u003c/kbd\u003e in the app for keyboard shortcuts.\n\n## Loading a schema build (`?dataUrl=`)\n\nThe app reads the schema from the `dataUrl` query parameter — the base URL of a tagging-schema `dist/` folder:\n\n| Goal | URL |\n| --- | --- |\n| Latest release (default) | open the app |\n| A specific version | `…/?dataUrl=https://cdn.jsdelivr.net/npm/@openstreetmap/id-tagging-schema@6/dist` |\n| A pull-request preview | `…/?dataUrl=\u003cthe PR's built dist/ URL\u003e` |\n\n## Develop\n\nThis project is **bun-only** ([bun](https://bun.com) ≥ 1.3):\n\n```bash\nbun install\nbun run dev      # dev server\nbun run build    # typecheck (tsc) + production build (vite)\nbun run lint     # biome\nbun run test:e2e # playwright\n```\n\nTech stack: React 19, Vite 8 (Rolldown), TanStack Router (Zod-validated search params), Tailwind CSS v4, itemsjs (faceted search), Fontsource (self-hosted Inter + Lexend).\n\n## Deploy\n\nPushing to `main` builds with bun and publishes `dist/` to GitHub Pages via [`.github/workflows/deploy-pages.yml`](.github/workflows/deploy-pages.yml). The workflow sets `BASE_PATH` to `/\u003crepo\u003e/` for [Vite's base path](https://vite.dev/guide/build#public-base-path), and the build emits a `404.html` (a copy of `index.html`) so deep links and refreshes resolve client-side on Pages.\n\n## License\n\n[ISC](LICENSE.md) — copied from the [iD editor](https://github.com/openstreetmap/iD).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmberlin%2Ftagging-schema-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosmberlin%2Ftagging-schema-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmberlin%2Ftagging-schema-browser/lists"}