From 174bbd5fa2a16318f9b1ccf890a7bc502d3f92fb Mon Sep 17 00:00:00 2001 From: Alexander Overvoorde Date: Tue, 23 Apr 2019 21:39:38 +0200 Subject: [PATCH] Update instructions based on new embedded demo map --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac61e1..66415c4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Run the server like this: docker run -p 80:80 -v openstreetmap-data:/var/lib/postgresql/10/main -d overv/openstreetmap-tile-server run -Your tiles will now be available at http://localhost:80/tile/{z}/{x}/{y}.png. If you open `leaflet-demo.html` in your browser, you should be able to see the tiles served by your own machine. Note that it will initially quite a bit of time to render the larger tiles for the first time. +Your tiles will now be available at `http://localhost:80/tile/{z}/{x}/{y}.png`. The demo map in `leaflet-demo.html` will then be available on `http://localhost:80`. Note that it will initially quite a bit of time to render the larger tiles for the first time. ## Preserving rendered tiles @@ -61,7 +61,7 @@ For too high values you may notice excessive CPU load and memory usage. It might ## License ``` -Copyright 2018 Alexander Overvoorde +Copyright 2019 Alexander Overvoorde Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.