Improve provided example configuration.

This commit is contained in:
Felix Delattre
2021-09-19 15:26:03 +00:00
committed by ǝɹʇʇɐʃǝ◖ xıʃǝɟ
parent 1d837265b5
commit 43beadaf08
6 changed files with 140 additions and 154 deletions

View File

@ -14,7 +14,7 @@
<script>
var map = L.map('map').setView([0, 0], 4);
L.tileLayer('/renderd-example/tiles/{z}/{x}/{y}.png', {
L.tileLayer('http://localhost:8081/tiles/renderd-example/{z}/{x}/{y}.png', {
maxZoom: 12,
attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors.',
}).addTo(map);