Hi I use db.GeoPtProperty like
{{a.geopt.lat}}
and heuristically found 2 decimals get "good enough" for my requirements. So I try to round off to 2 decimals either with template filter like a django filter or by python code. Can you recommend a how to proceed? Thanks