Skip to content

Commit

Permalink
fix(examples): update three version in view_mutli_25d
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie authored and gchoqueux committed Feb 3, 2021
1 parent f5e1004 commit 7778a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/view_multi_25d.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="text/javascript">
window.THREE = itowns.THREE;
</script>
<script src="https://unpkg.com/three@0.86.0/examples/js/controls/OrbitControls.js"></script>
<script src="https://unpkg.com/three@0.124.0/examples/js/controls/OrbitControls.js"></script>
<script type="text/javascript">
// Define crs projection that we will use (taken from https://epsg.io/3946, Proj4js section)
itowns.proj4.defs('EPSG:3946', '+proj=lcc +lat_1=45.25 +lat_2=46.75 +lat_0=46 +lon_0=3 +x_0=1700000 +y_0=5200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs');
Expand Down

0 comments on commit 7778a4d

Please sign in to comment.