Skip to content

Commit

Permalink
update tiles url
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Shyshatskyi committed Aug 10, 2020
1 parent 45f5f17 commit 11c6eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script>
var map = L.map('map').setView([48.959, 32.311], 6);

L.tileLayer('//tiles.openstreetmap.org.ua/tile/{z}/{x}/{y}.png', {
L.tileLayer('//tiles.openstreetmap.org.ua/osm/{z}/{x}/{y}.png', {
minZoom: 6,
maxZoom: 18,
attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/copyright/">OpenStreetMap</a> contributors, <a href="http://opendatacommons.org/licenses/odbl/">ODbL</a>',
Expand Down

0 comments on commit 11c6eb6

Please sign in to comment.