Skip to content

Commit

Permalink
fix map
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Oct 2, 2024
1 parent 642aa71 commit 6d650d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/location.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
layer: mapnik
marker_lat: 43.07185
marker_lon: 141.35982
zoom: 13
zoom: 14
2 changes: 1 addition & 1 deletion _includes/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script>
const map = new maplibregl.Map({
container: 'map',
style: '/style.json',
style: 'files/style.json',
center: [{{ l['marker_lon'] }}, {{ l['marker_lat'] }}],
zoom: {{ l['zoom'] }}
});
Expand Down
File renamed without changes.

0 comments on commit 6d650d5

Please sign in to comment.