removing comments
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
--
|
||||
-- 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
|
||||
|
||||
Reference in New Issue
Block a user