Guest User

Untitled

a guest
May 25th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 'lon :' || floor($x)
  2. ||'° '||
  3. floor( ($x - floor($x))*60)
  4. ||''' '||
  5. format_number(
  6. to_real((($x - floor($x))*60) -floor((($x - floor($x))*60 )))*60 ,2)||'"'
  7. ||'_'||
  8. 'lat :' || floor($y)
  9. ||'° '||
  10. floor( ($y - floor($y))*60)
  11. ||''' '||
  12. format_number(
  13. to_real((($y - floor($y))*60) -floor((($y - floor($y))*60 )))*60 ,2) ||'"'
Add Comment
Please, Sign In to add comment