Would it be possible to make BlenderGIS display more digits in accurency for the lat/lon geo-positioning. That would be nice. I just leave it here as a wish. Regards!
I don't think the developer is active here, you can try adding a feature request over on the github page : https://github.com/domlysz/BlenderGIS/issues
Cheers
Addon seems to be abandoned for now but you can edit it's geoscene.py file and add precision=6 to lon and lat float properties (6 is the max precision). Note that it won't increase the precision of calculations, it will just display more digits in UI. https://github.com/domlysz/BlenderGIS/blob/57fd198b9572e0bdc34b7aa83de71f969655b39b/geoscene.py#L691-L692
precision=6
lon
lat
Thanks! Will leave in on hithub as well.. Small effective change
Comments
I don't think the developer is active here, you can try adding a feature request over on the github page : https://github.com/domlysz/BlenderGIS/issues
Cheers
Addon seems to be abandoned for now but you can edit it's geoscene.py file and add
precision=6
tolon
andlat
float properties (6 is the max precision). Note that it won't increase the precision of calculations, it will just display more digits in UI.https://github.com/domlysz/BlenderGIS/blob/57fd198b9572e0bdc34b7aa83de71f969655b39b/geoscene.py#L691-L692
Thanks! Will leave in on hithub as well.. Small effective change