Fix readme.

This commit is contained in:
Sergey Vartanov 2021-08-29 15:19:21 +03:00
parent 23bb69b653
commit 66a57678d9
2 changed files with 4 additions and 2 deletions

View file

@ -260,7 +260,7 @@ Use JavaScript code for \ref {https://leafletjs.com/} {Leaflet}\:
\code {var map = L.map('mapid').setView([48.8555, 2.3655], 18);
L.tileLayer('http://127.0.0.1:8080/tiles/{z}/{x}/{y}', \{
L.tileLayer('http://127.0.0.1:8080/tiles/\{z\}/\{x\}/\{y\}', \{
maxZoom: 19,
attribution: 'Map data © ' +
'<a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> ' +