{"id":25830869,"url":"https://github.com/lab5e/gotileserver","last_synced_at":"2025-06-10T11:14:39.445Z","repository":{"id":153086620,"uuid":"624655058","full_name":"lab5e/gotileserver","owner":"lab5e","description":"OSM/OpenMapTile server","archived":false,"fork":false,"pushed_at":"2024-11-08T09:07:41.000Z","size":20481,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-28T22:38:48.676Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lab5e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-04-07T00:38:11.000Z","updated_at":"2024-11-08T09:07:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"063edb9c-0b73-4c04-bc6b-18a776d7cce2","html_url":"https://github.com/lab5e/gotileserver","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lab5e%2Fgotileserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lab5e%2Fgotileserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lab5e%2Fgotileserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lab5e%2Fgotileserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lab5e","download_url":"https://codeload.github.com/lab5e/gotileserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lab5e%2Fgotileserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259064039,"owners_count":22799739,"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":"2025-02-28T19:34:20.688Z","updated_at":"2025-06-10T11:14:39.417Z","avatar_url":"https://github.com/lab5e.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenMapTile server library\n\nThis uses data from [OpenStreetMap](https://www.openstreetmap.org/#map=17/63.43213/10.40691). The OSM data\nhas usually been converted from PostgreSQL GIS data into bitmap tiles but this is an slightly outdated\ntechnique and [OpenMapTiles](https://openmaptiles.org) is a vector-based solution built on top of OSM data.\n\nThe styling is... interesting... There's a lot of hard coded references to external resources so the styles\nincluded in this project has been massaged to point to both the proper tile data and local resources.\n\n\n## Using custom tilers\n\nThe library includes a sample set of tiles from a different library. To add your own tiles follow the guidelines below.\n\n## Building the tiles\n\nThe tiles can be rebuilt in a few minutes (a more elaborate description is at https://blog.kleunen.nl/blog/tilemaker-generate-map). \n\nTools needed:\n\n* Osmium - install with `brew install osmium-tool` on macOS\n* [Tilemaker](https://tilemaker.org) - build from the [GitHub sources](https://github.com/systemed/tilemaker)\n* wget - pull a suitable data set from [GeoFabrik](http://download.geofabrik.de)\n\nRun the following commands to extract the data into tiles\n\n```shell\nwget http://download.geofabrik.de/europe/norway-latest.osm.pbf \nosmium extract --bbox=9.78,63.17,10.97,63.56 --set-bounds --strategy=smart norway-latest.osm.pbf --output trondheim.osm.pbf \ntilemaker --input trondheim.osm.pbf --output tiles --process [...]/resources/process-openmaptiles.lua \\\n\t\t--config [...]/resources/config-openmaptiles.json        \n```\n\nThe whole process should take three to four minutes on a decent computer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flab5e%2Fgotileserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flab5e%2Fgotileserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flab5e%2Fgotileserver/lists"}