Project

General

Profile

« Previous | Next » 

Revision 13924

bugfix: in_south_america(): must use util.contained_within__no_dateline() instead of util.contained_within_approx() to ensure that the more accurate geometry logic is used

View differences:

util.sql
2211 2211
    AS $_$
2212 2212
/* use function rather than operator+search_path to allow inlining, which
2213 2213
enables util.south_america() to only be evaluated once */
2214
SELECT util.contained_within_approx($1, util.south_america())
2214
SELECT util.contained_within__no_dateline($1, util.south_america())
2215 2215
$_$;
2216 2216

  
2217 2217

  

Also available in: Unified diff