BUG #2533: PostGIS- envelope function returns wrong results

Поиск
Список
Период
Сортировка
От Vania Bogorny
Тема BUG #2533: PostGIS- envelope function returns wrong results
Дата
Msg-id 200607161311.k6GDBrIS099455@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2533: PostGIS- envelope function returns wrong results  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2533
Logged by:          Vania Bogorny
Email address:      vbogorny@gmail.com
PostgreSQL version: 7.4
Operating system:   Windows XP
Description:        PostGIS- envelope function returns wrong results
Details:

I would like to report an error with the evelope function in PostGIS (Geos
library).

According to the OGC, two geometries may only overlap if they are both of
the same type. I performed a query in PostGIS with 2 objects one polygon and
on multi-line. using the overlaps operation with the envelope function this
query returned 71 rows. It should return zero, since polygons and lines may
cross, an not overlap. Indeed, the crosses operations returns zero rows
among this objects using the evelope function.

Have you already presented a solution for the envelope operation or has this
problem not been reported previously.

Regards,
Vania

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgresql bug on macosx
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #2533: PostGIS- envelope function returns wrong results