Skip to content

Commit

Permalink
mixed resolution BE example
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Apr 15, 2024
1 parent 8949cd6 commit 116ed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basics/mixed_resolution_BE.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>

//define map with initial view
const map = new gridviz.Map(document.getElementById('map'), { x: 3922000, y: 3099000, z: 20 })
const map = new gridviz.Map(document.getElementById('map'), { x: 3924500, y: 3097000, z: 20 })
.addZoomButtons()

//define dataset
Expand Down

0 comments on commit 116ed6a

Please sign in to comment.