Hello Alexey Pasumansky
build 5251 export to Smart3D with tie points have a problem
1、xml miss child tag <Name> in <SRS>
2、 Definition the coordinate system (like epsg: 2383),in Smart3D it‘s Wrong result。
setp by setp :
(1) AT worked with epsg 2383
(2)Coordinate system changed to local(m)
(3)Export to xml
(4) Change the xml file,add <Name> and <Definition> tag, this case DOT NOT USE "local", you needed USE "epsg: 2383 ".
like;
<SRS>
<Id>1</Id>
<Name>Xian 1980 .......... </Name>
<Definition>EPSG: 2383</Definition>
</SRS>
The result is correct With Smart3D 4.4.7。
3、Large Project(6400000 tie points /14000 images) memory overflow, export xml failure。