{"id":15932874,"url":"https://github.com/krithin/tileguide","last_synced_at":"2025-04-03T14:41:59.655Z","repository":{"id":68786577,"uuid":"229513115","full_name":"krithin/tileguide","owner":"krithin","description":"Visualize slippy tile bounds over a mapbox map.","archived":false,"fork":false,"pushed_at":"2023-01-24T19:24:08.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T07:02:49.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krithin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-12-22T03:28:04.000Z","updated_at":"2023-01-24T18:58:46.000Z","dependencies_parsed_at":"2023-03-16T10:15:41.091Z","dependency_job_id":null,"html_url":"https://github.com/krithin/tileguide","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.23076923076923073","last_synced_commit":"f377d27e1e308298040efc38d7fdc722367463c2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krithin%2Ftileguide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krithin%2Ftileguide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krithin%2Ftileguide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krithin%2Ftileguide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krithin","download_url":"https://codeload.github.com/krithin/tileguide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247023154,"owners_count":20870928,"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":[],"created_at":"2024-10-07T02:04:10.523Z","updated_at":"2025-04-03T14:41:59.633Z","avatar_url":"https://github.com/krithin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tileguide\nVisualize slippy tile bounds over a mapbox map.\n\nThis supports XYZ tiles in the format used by [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) and [Google Maps](https://developers.google.com/maps/documentation/javascript/coordinates#tile-coordinates), which is notably different from the [TMS scheme](https://gist.github.com/tmcw/4954720) used by some other services.\n\nSee it in action: https://onetwotwo.sg/tileguide\n\n## Motivation\nI often work with tiled geospatial datasets (whether that's raster satellite imagery or vector tiles containing information about a road network). Getting tile references right when working with external datasets is occasionally challenging, so I created this tool to help visualize standard [OSM](https://wiki.openstreetmap.org/wiki/Slippy_Map) / [Mapbox](https://docs.mapbox.com/vector-tiles/reference/)-compatible [slippy tile](https://en.wikipedia.org/wiki/Tiled_web_map) numbers to make it easier to compare them to the tile identifiers used in an dataset.\n\n## Usage\n\nYou can use an existing, deployed instance of this tool at https://onetwotwo.sg/tileguide.\n\nAlternatively, deploy it for yourself with Docker.\n\n### Deploy with docker\n\n1. Set up the tileguide server:\n    ```\n    docker build -t krithin/tileguide .\n    docker run --rm -p 8080:8080 krithin/tileguide:latest\n    ```\n    Optionally, instead of using 'docker run' you can set up a systemd service to run this container on startup, using the included tileguide.service file.\n\n1. Move `index.html` somewhere where your HTTP server can read from it.\n\n1. Modify `index.html`:\n\t1. Set `mapboxgl.accessToken` to your [Mapbox access token](https://docs.mapbox.com/help/how-mapbox-works/access-tokens/)\n\t1. Set `tileguide_server_url` to point to your tileguide server from step 1.\n\nThat's it!\n\n### Manual deploy\n\nAs an alternative to the docker build you can also clone this repository into your `$GOPATH` and use standard golang tooling (`go install \u0026\u0026 go build`) to build the server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrithin%2Ftileguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrithin%2Ftileguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrithin%2Ftileguide/lists"}