Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
arbyn-argabioso committed Nov 17, 2023
1 parent 0a54eb6 commit eaa7137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/ebike/fare/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>TEST</h1>
<script>

document.addEventListener("DOMContentLoaded", (event) => {
const map = L.map('map').setView([14.599732043846203, 120.98514882838623], 13);
const map = L.map('map').setView([14.599732043846203, 120.98514882838623], 17);

const tiles = L.tileLayer('http://{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}', {
maxZoom: 19,
Expand Down

0 comments on commit eaa7137

Please sign in to comment.