Revision 13817
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2242 | 2242 |
|
2243 | 2243 |
|
2244 | 2244 |
-- |
2245 |
-- Name: FUNCTION lat_long_in_new_world(latitude_deg double precision, longitude_deg double precision); Type: COMMENT; Schema: util; Owner: - |
|
2246 |
-- |
|
2247 |
|
|
2248 |
COMMENT ON FUNCTION lat_long_in_new_world(latitude_deg double precision, longitude_deg double precision) IS ' |
|
2249 |
**WARNING**: this includes false positives above and below the New World |
|
2250 |
bounding box, as described in util.bounding_box() |
|
2251 |
'; |
|
2252 |
|
|
2253 |
|
|
2254 |
-- |
|
2245 | 2255 |
-- Name: limit2row_num(integer, integer, integer); Type: FUNCTION; Schema: util; Owner: - |
2246 | 2256 |
-- |
2247 | 2257 |
|
Also available in: Unified diff
schemas/util.sql: lat_long_in_new_world(): documented that this includes false positives above and below the New World bounding box, as described in util.bounding_box()