{"id":15465986,"url":"https://github.com/augmentedlogic/osm-tile-proxy","last_synced_at":"2025-04-22T10:43:40.606Z","repository":{"id":62489552,"uuid":"248066620","full_name":"augmentedlogic/osm-tile-proxy","owner":"augmentedlogic","description":"OSM Tile Proxy is a proxy/tile cache for openstreetmap tiles which also can modify the tiles on the fly to create custom colorful maps","archived":false,"fork":false,"pushed_at":"2023-08-26T15:51:09.000Z","size":20,"stargazers_count":6,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T10:43:31.268Z","etag":null,"topics":["openlayers","openstreetmap","openstreetmap-tiles","php","tile-cache"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/augmentedlogic.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,"zenodo":null}},"created_at":"2020-03-17T20:27:30.000Z","updated_at":"2024-04-30T11:42:32.000Z","dependencies_parsed_at":"2025-04-20T06:15:26.748Z","dependency_job_id":null,"html_url":"https://github.com/augmentedlogic/osm-tile-proxy","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/augmentedlogic%2Fosm-tile-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fosm-tile-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fosm-tile-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fosm-tile-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augmentedlogic","download_url":"https://codeload.github.com/augmentedlogic/osm-tile-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250222421,"owners_count":21394863,"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":["openlayers","openstreetmap","openstreetmap-tiles","php","tile-cache"],"created_at":"2024-10-02T01:04:29.635Z","updated_at":"2025-04-22T10:43:40.584Z","avatar_url":"https://github.com/augmentedlogic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSM Tile Proxy\n\n### Description\n\nOSM Tile Proxy is a proxy/tile cache (written in PHP) for openstreetmap tiles which also can modify the tiles on the fly to create custom colorful maps. \n\n### Prerequisites\n\nYou will need apache or nginx with PHP support and php-imagick (imagmagick) support.\n\n### Installing\n\n* Clone the repository\n\n* copy example/index.php-dist to public/index.php\n\n* make sure your webserver has write permissions on cache/ and log/ directories\n\n* redirect all requests to index.php, e.g. in apache with mod_rewrite\n\n\n```\nRewriteEngine on\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteRule . /index.php [L]\n```\nor for nginx\n\n```\n location /  {\n            include /etc/nginx/fastcgi_params;\n            fastcgi_param   SCRIPT_FILENAME  $document_root/index.php;\n            fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;\n}\n```\n\nyour tiles will now be served at\n\n```\nhttp://\u003cmydomain\u003e/\u003cstylename\u003e/${z}/${x}/${y}.png\n```\n\n## Further Documentation\n\nFor more configuration options and styling examples, see [OSM Tile Proxy on augmentedlogic developer](https://developer.augmentedlogic.com/project/osm-tile-proxy) \n\n## Demo\n\nSee some style examples in action https://augmentedlogic.github.io/demo/osm-tile-proxy/\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentedlogic%2Fosm-tile-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugmentedlogic%2Fosm-tile-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentedlogic%2Fosm-tile-proxy/lists"}