Skip to content

Commit

Permalink
docs(README): Fixed URL protocol in leaflet demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspardCulis committed May 18, 2024
1 parent 4458756 commit b0cd912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const map = new L.Map("#map", {
zoom: 0,
});

L.tileLayer("https://localhost:8080/tile/{z}/{x}/{y}.png", {
L.tileLayer("http://localhost:8080/tile/{z}/{x}/{y}.png", {
maxZoom: 19,
}).addTo(map);
```

0 comments on commit b0cd912

Please sign in to comment.