formatting

This commit is contained in:
Stuart Lynn
2015-11-18 15:30:16 +00:00
parent 66249843e8
commit f36f1ab536

View File

@@ -1,8 +1,11 @@
--
-- Return a line for the Great Circle between two points
--
-- start_point geometry : The origin of the line
-- end_point geometry : The distination of the line
-- retruns geometry
--
create or replace function CDB_GreatCircle(start_point geometry ,end_point geometry ) RETURNS geometry as
$$
DECLARE