Project

General

Profile

« Previous | Next » 

Revision 13903

schemas/util.sql: lat_long_in_new_world(): take a geocoord param instead of separate lat/long params

View differences:

vegbien.my.sql
1360 1360

  
1361 1361

  
1362 1362
--
1363
-- Name: lat_long_in_new_world(double, double); Type: FUNCTION; Schema: public; Owner: -
1363
-- Name: lat_long_in_new_world(util.geocoord); Type: FUNCTION; Schema: public; Owner: -
1364 1364
--
1365 1365

  
1366 1366

  
1367 1367

  
1368 1368

  
1369 1369
--
1370
-- Name: FUNCTION lat_long_in_new_world(latitude_deg double, longitude_deg double); Type: COMMENT; Schema: public; Owner: -
1370
-- Name: FUNCTION lat_long_in_new_world(point util.geocoord); Type: COMMENT; Schema: public; Owner: -
1371 1371
--
1372 1372

  
1373 1373

  

Also available in: Unified diff