Project

General

Profile

« Previous | Next » 

Revision 13810

bugfix: schemas/util.sql: bounding_box(): need to explicitly set SRID to make sure the correct value is used

View differences:

util.sql
745 745
SELECT postgis.st_makeenvelope(
746 746
  /*xmin=*/$2.lower, /*ymin=*/$1.lower
747 747
, /*xmax=*/$2.upper, /*ymax=*/$1.upper
748
, /*WGS84*/4326
748 749
)
749 750
$_$;
750 751

  

Also available in: Unified diff