mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-25 15:04:30 +00:00
Improve provided example configuration.
This commit is contained in:

committed by
ǝɹʇʇɐʃǝ◖ xıʃǝɟ

parent
1d837265b5
commit
43beadaf08
@ -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 © <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors.',
|
||||
}).addTo(map);
|
||||
|
Reference in New Issue
Block a user