Kyrylo Zharkovskyi

Results 10 comments of Kyrylo Zharkovskyi

Hi yes That was defolut ` let mapOSM = new ol.layer.Group({ layers: [ new ol.layer.Tile({ opacity: 0.8, source: new ol.source.OSM({ }) }), this.toolLayer, this.annotationsLayer, this.sourcesLayer, this.sourcesLabelLayer, this.images360Layer, extentsLayer, cameraLayer, cameraLayerpoint...

@HolgerHerrmannGE Hre is your code ` new ol.layer.Image({ className: 'background', opacity: 1, source: new ol.source.ImageWMS({ url: 'https://gdi.gelsenkirchen.de/wss/service/WMSStadtkarten/guest?request=GetLegendGraphic&version=1.3.0&format=image/png', params: { layers: 'SK15_farb2024' } }) }),` ![333](https://github.com/potree/potree/assets/108589852/517d0385-26c5-4b8b-875a-4d0fb28e4a0f) ![222222](https://github.com/potree/potree/assets/108589852/a0aa5277-ab97-4514-a9fd-bb5a2f97eba0) ![image](https://github.com/potree/potree/assets/108589852/5b851b7b-9e25-4f16-81dd-96a9e9a84eb5)

it will be great, can help

try to add data separately to tree in the scene. just add link to Potree.loadPointCloud in index.html ` Potree.loadPointCloud("https://ogolne.potree.smart-gem.pl/prezentacyjne/ept_poznan_2177/POZNAN_MLS_EPSG_2177/ept.json", "name of pointcloud", e => { let scene = viewer.scene; let...

Hi Add to scene DEM loader from cesium or MapTiler need to add terrian provider set EPSG proj for Scene same as pointcloud or add in metadata.json (file after conversion...

HI @DipikaBorwar1 On index.html use i your loader same EPSG code for pointcloud and XYZ fo foto360 in coordinates.txt If steel has error acurancy try to change angel parametr on...

> Odnosząc się do obaw: > > * Budowa Typescriptu zajmuje trochę czasu, ale jest to kilka sekund, które mogą wzmocnić możliwość rozszerzenia i ułatwić korzystanie z Potree jako API....

Hi, Use the newest version web potree 1.8.2 this functionality already added For example you can see these buttons below https://github.com/potree/potree/blob/develop/src/viewer/profile.html

@A-Numahan see this example https://github.com/potree/potree/blob/develop/examples/360.html http://3.16.211.103/examples/360.html works example Hi generaly you need add to loader file with data for foto360 (xyz course etc) like in those link belowe Important EPSG...

@A-Numahan it will work start from 1.7 Better use latest 1.8.2