Make logo absolutely gorg for those who hate the light

This commit is contained in:
Josh Baker 2024-04-10 17:12:50 -07:00 committed by GitHub
parent 9221ca877b
commit 20522efba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -1,14 +1,15 @@
<p align="center">
<a href="https://tile38.com"><img
src="/.github/images/logo-light.svg"
width="284" border="0" alt="Tile38"></a>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/.github/images/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="/.github/images/logo-light.svg">
<img alt="Tile38" src="/.github/images/logo-light.svg" width="284">
</picture>
</p>
<p align="center">
<a href="https://tile38.com/slack/"><img src="https://img.shields.io/badge/slack-channel-orange.svg" alt="Slack Channel"></a>
<a href="https://hub.docker.com/r/tile38/tile38"><img src="https://img.shields.io/docker/pulls/tile38/tile38.svg" alt="Docker Pulls"></a>
</p>
Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofencing server.
It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.