<div dir="ltr"><div><div><div>Hi, I am trying to add simple georeferecing information to my LAS files with:<br><br>   liblas::SpatialReference srs;<br>   srs.SetFromUserInput("EPSG:4326");<br><br>   header.SetSRS(srs);<br><br></div>But when I try to read it with lasinfo I get None:<br><br>  Spatial Reference:           None<br><br><br></div><div>If I print out the proj4 string it works well:<br><br>code:         std::cout << srs.GetProj4() << endl;<br></div><div>output:       +proj=longlat +datum=WGS84 +no_defs<br></div><div><br></div>However if I can read other las files not writed by me using lasinfo so I think that the problem is in the code...<br><br><br></div><div>Thanks!<br></div><div><br> <br></div><div><div><br></div></div></div>