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!
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.
Thanks! Will leave in on hithub as well.. Small effective change
Login or Register to reply.