{"id":24789409,"url":"https://github.com/detunized/tile-generator-docker","last_synced_at":"2026-04-10T20:48:28.945Z","repository":{"id":148651734,"uuid":"193647777","full_name":"detunized/tile-generator-docker","owner":"detunized","description":"Docker container to rasterize OSM tiles","archived":false,"fork":false,"pushed_at":"2019-07-23T10:27:03.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:18:07.793Z","etag":null,"topics":["container","docker","openstreetmap","rasterization","tiles"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/detunized.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-06-25T06:27:16.000Z","updated_at":"2021-06-30T08:06:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"eeb78bb6-64fc-44a8-9eb1-47c199333aa7","html_url":"https://github.com/detunized/tile-generator-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/detunized/tile-generator-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Ftile-generator-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Ftile-generator-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Ftile-generator-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Ftile-generator-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/detunized","download_url":"https://codeload.github.com/detunized/tile-generator-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Ftile-generator-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262461211,"owners_count":23314902,"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":["container","docker","openstreetmap","rasterization","tiles"],"created_at":"2025-01-29T17:17:29.153Z","updated_at":"2026-04-10T20:48:23.914Z","avatar_url":"https://github.com/detunized.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"OSM Tile Generator\n==================\n\nThis is a Docker config to run the OSM raster tile generator in a container.\nTo run simply build the image and run like this:\n\n```bash\ndocker build -t tilegen .\ndocker run --rm -v $(pwd):/data tilegen -- \"12.26,51.849,14.699,52.994\"\n```\n\nor simply from Docker Hub:\n\n```bash\ndocker run --rm -v $(pwd):/data detunized/tilegen -- \"12.26,51.849,14.699,52.994\"\n```\n\nThe last parameter is a bounding box in a CSV \"west, south, east, north\"\nformat. It's easy to make here by selecting an area on the map on\n[OpenMapTiles][omp].\n\nThe tiles will be saved to the `./png` folder. If something goes wrong,\nthere's also a log from the [TileServer GL][tsgl].\n\nThere should one `*.mbtiles` file available in the current directory. It's\ngonna be used by the tile server as a source of verctor tiles.\n\nTODO\n====\n\n  - [ ] Expose generated tile viewer from the container (see [this][html])\n  - [x] Publish the container to Docker Hub (publishes automatically)\n\nCredit\n======\n\nThis repo is merely a repackaging of the existing awesome tools:\n\n  - [TileServer GL][tsgl] that does all the dirty work of generating tiles\n  - [tile-generation][tg] toolkit that scrapes the tiles from the the server\n\nLicense\n=======\n\nMIT, see [LICENSE][lic]\n\n\n[omp]: https://openmaptiles.com/extracts/#bounds=12.26,51.849,14.699,52.994\n[tsgl]: https://github.com/klokantech/tileserver-gl\n[tg]: https://github.com/CMU-CREATE-Lab/tile-generation\n[html]: https://github.com/CMU-CREATE-Lab/tile-generation/blob/master/tile-fetcher/tile-viewer.html\n[lic]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetunized%2Ftile-generator-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdetunized%2Ftile-generator-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetunized%2Ftile-generator-docker/lists"}