From d7922429f3d9bc43f5a982bfd326b67e84736ad1 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquenot Date: Mon, 23 Dec 2019 13:58:23 +0100 Subject: [PATCH] :sparkles: Added badges in main Readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c3140f5..4f0d4d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # openstreetmap-tile-server +[![Build Status](https://travis-ci.org/Gjacquenot/openstreetmap-tile-server.svg?branch=master)](https://travis-ci.org/Gjacquenot/openstreetmap-tile-server) + +[![](https://images.microbadger.com/badges/image/gjacquenot/openstreetmap-tile-server.svg)](https://microbadger.com/images/gjacquenot/openstreetmap-tile-server "openstreetmap-tile-server") + This container allows you to easily set up an OpenStreetMap PNG tile server given a `.osm.pbf` file. It is based on the [latest Ubuntu 18.04 LTS guide](https://switch2osm.org/manually-building-a-tile-server-18-04-lts/) from [switch2osm.org](https://switch2osm.org/) and therefore uses the default OpenStreetMap style. ## Setting up the server