Revision 13899
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2367 | 2367 |
AS $_$ |
2368 | 2368 |
/* use function rather than operator+search_path to allow inlining, which |
2369 | 2369 |
enables util.new_world() to only be evaluated once */ |
2370 |
SELECT util.contained_within_approx(util.geometry(($1, $2)), util.new_world())
|
|
2370 |
SELECT util.contained_within_approx(($1, $2), util.new_world())
|
|
2371 | 2371 |
$_$; |
2372 | 2372 |
|
2373 | 2373 |
|
Also available in: Unified diff
schemas/util.sql: lat_long_in_new_world(): use new contained_within_approx(geocoord, geography)