kopia lustrzana https://github.com/OpenDroneMap/WebODM
Merge pull request #1040 from AuScalableDroneCloud/potree-fix
Fix potree bug when info.srs is undefinedpull/1042/head
commit
b24d852559
|
@ -56837,7 +56837,7 @@
|
|||
this.projection = info.srs.authority + ':' + info.srs.horizontal;
|
||||
}
|
||||
|
||||
if (info.srs.wkt) {
|
||||
if (info.srs && info.srs.wkt) {
|
||||
if (!this.projection) this.projection = info.srs.wkt;
|
||||
else this.fallbackProjection = info.srs.wkt;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue