|
80 | 80 | => crs unknown. Most probaly a projection centered on the center of acquisition... |
81 | 81 | */ |
82 | 82 |
|
83 | | - itowns.CRS.defs("EPSG:25831","+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"); |
| 83 | + // itowns.CRS.defs("EPSG:25831","+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"); |
| 84 | + // const name = 'Sagrada Familia'; |
| 85 | + // const url = 'https://betaserver.icgc.cat/potree12/resources/pointclouds/templesagradafamilia/cloud.js'; |
| 86 | + // const crs = 'EPSG:25831'; |
| 87 | + |
| 88 | + |
| 89 | + // itowns.CRS.defs("EPSG:3947","+proj=lcc +lat_0=47 +lon_0=3 +lat_1=46.25 +lat_2=47.75 +x_0=1700000 +y_0=6200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"); |
| 90 | + // const name = 'Orvault-Potree1_7-3947'; |
| 91 | + // const url = 'https://raw.githubusercontent.com/bloc-in-bloc/sample-datas/main/Orvault-Potree1_7-3947/cloud.js'; |
| 92 | + // const crs = 'EPSG:3947'; |
| 93 | + |
| 94 | + // const name = 'archeodev'; |
| 95 | + // const url = 'https://www.wild-lights.com/archeodev/Cotencher/pointclouds/index/cloud.js'; |
| 96 | + // const crs = 'EPSG:3857';// => crs unknown... |
| 97 | + |
| 98 | + |
| 99 | + itowns.CRS.defs("EPSG:32755","+proj=utm +zone=55 +south +datum=WGS84 +units=m +no_defs +type=crs"); |
| 100 | + const name = 'Melbourne'; |
| 101 | + const url = 'https://raw.githubusercontent.com/masonproco/melbournePotree/f1a32efa243bd3c7a61f975e3c1155078ecf73d5/pointcloud/cloud.js'; |
| 102 | + const crs = 'EPSG:32755'; |
84 | 103 |
|
85 | | - const name = 'Sagrada Familia'; |
86 | | - const url = 'https://betaserver.icgc.cat/potree12/resources/pointclouds/templesagradafamilia/cloud.js'; |
87 | | - const crs = 'EPSG:25831'; |
88 | 104 |
|
89 | 105 | viewerDiv = document.getElementById('viewerDiv'); |
90 | 106 | viewerDiv.style.display = 'block'; |
|
0 commit comments