From 6fb62935f38cc9a2aac0bed398bf76c07c622bc8 Mon Sep 17 00:00:00 2001 From: Jeremy D Monin Date: Sat, 6 Feb 2021 16:20:46 -0500 Subject: [PATCH 1/2] README: Update link to switch2osm.org tile server guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54d4b7b..4d6f47b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/Overv/openstreetmap-tile-server.svg?branch=master)](https://travis-ci.org/Overv/openstreetmap-tile-server) [![](https://images.microbadger.com/badges/image/overv/openstreetmap-tile-server.svg)](https://microbadger.com/images/overv/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. +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/serving-tiles/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 From 2ae828c52bbfdbdd7a563abcb313c892531e72b4 Mon Sep 17 00:00:00 2001 From: Jeremy D Monin Date: Sun, 7 Feb 2021 15:56:36 -0500 Subject: [PATCH 2/2] Dockerfile: Update same switch2osm.org url as readme --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ffb6be..ccf309f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 # Based on -# https://switch2osm.org/manually-building-a-tile-server-18-04-lts/ +# https://switch2osm.org/serving-tiles/manually-building-a-tile-server-18-04-lts/ # Set up environment ENV TZ=UTC