Skip to content

Commit

Permalink
docs: Add some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Michad committed Jun 1, 2024
1 parent 062d661 commit e71cb70
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# tilegroxy

A map tile proxy and cache service.

🎨 Designed to live between your map and mapping services.
[![Docker Image CI](https://github.com/Michad/tilegroxy/actions/workflows/docker-image.yml/badge.svg)](https://github.com/Michad/tilegroxy/actions/workflows/docker-image.yml)
[![Go Report Card](https://goreportcard.com/badge/michad/tilegroxy)](https://goreportcard.com/report/michad/tilegroxy)
[![CodeQL](https://github.com/Michad/tilegroxy/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Michad/tilegroxy/actions/workflows/github-code-scanning/codeql)

A map tile proxy and cache service. Lives between your webmap and your mapping engines to provide a simple, consistent interface and improved performance.

💡 Inspired by [tilestache](https://github.com/tilestache/tilestache) and mostly compatible with tilestache configurations.
🚀 Built in Go for speed.
🔌 Features a flexible plugin system for custom providers written in TODO.
🪪 Licensed with a permissive Unlicense
🛠️ BUT DO NOT USE YET! STILL A WORK IN PROGRESS!




## Features

The following features are currently available:
Expand Down

0 comments on commit e71cb70

Please sign in to comment.