{"id":24228772,"url":"https://github.com/blacha/xyz-tile-debug","last_synced_at":"2025-09-22T21:30:53.949Z","repository":{"id":36381391,"uuid":"196472186","full_name":"blacha/xyz-tile-debug","owner":"blacha","description":"Debug tiles to overlay in systems that consume XYZ tiles","archived":false,"fork":false,"pushed_at":"2023-03-06T17:57:23.000Z","size":1868,"stargazers_count":6,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-28T22:01:10.272Z","etag":null,"topics":["nodejs","tile","xyz"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blacha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-11T22:23:23.000Z","updated_at":"2024-05-25T14:39:46.000Z","dependencies_parsed_at":"2023-02-12T03:45:47.334Z","dependency_job_id":null,"html_url":"https://github.com/blacha/xyz-tile-debug","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fxyz-tile-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fxyz-tile-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fxyz-tile-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacha%2Fxyz-tile-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blacha","download_url":"https://codeload.github.com/blacha/xyz-tile-debug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233885587,"owners_count":18745610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nodejs","tile","xyz"],"created_at":"2025-01-14T11:32:42.404Z","updated_at":"2025-09-22T21:30:48.568Z","avatar_url":"https://github.com/blacha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debug XYZ tile server\n\nGenerates debug tiles to overlay in systems that consume XYZ tiles\n\n![Example Tile](static/example.tile.png)\n\n## Format\n\nImages are output with a red border, QuadKey and XYZ tile information\n\n```\nX, Y\nQuadKey\nZoom\n```\n\n# Usage\n\n```\nnpm i -g xyz-tile-debug\n\nxyz-tile-debug\nopen http://localhost:8855/v1/tiles/WebMercatorQuad/10/10/10.png\nopen http://localhost:8855/v1/wmts/WMTSCapabilities.xml\n```\n\nor with docker\n\n```\ndocker run  -it -p 8855:8855 blacha/xyz-tile-debug\nopen http://localhost:8855/v1/tiles/WebMercatorQuad/10/10/10.png\nopen http://localhost:8855/v1/wmts/WMTSCapabilities.xml\n```\n\n# Building\n\nThis requires [NodeJs](https://nodejs.org/en/) \u003e 12 \u0026 [Yarn](https://yarnpkg.com/en/)\n\nUse [n](https://github.com/tj/n) to manage nodeJs versions\n\n```bash\n# Download the latest nodejs \u0026 yarn\nn latest\nnpm install -g yarn\n\n# Install node deps\nyarn\n\n# Build everything into /build\nyarn run build\n\n# Run the unit tests\nyarn run test\n\n# Start the server\nyarn run start\n```\n\nThe server will start on a random port `8855`, this can be configured using the `PORT` environment variable\n\n```shell\nPORT=1234 yarn run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacha%2Fxyz-tile-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacha%2Fxyz-tile-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacha%2Fxyz-tile-debug/lists"}