Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
Description
10.1 tree |
MariaDB [test]> SELECT ST_AsText(ST_PointOnSurface(ST_PolyFromText('POLYGON((-70.916 42.1002,-70.9468 42.0946,-70.9754 42.0875,-70.9749 42.0879,-70.9759 42.0897,-70.916 42.1002))'))); |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
| ST_AsText(ST_PointOnSurface(ST_PolyFromText('POLYGON((-70.916 42.1002,-70.9468 42.0946,-70.9754 42.0875,-70.9749 42.0879,-70.9759 42.0897,-70.916 42.1002))'))) | |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
| NULL | |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
1 row in set (0.00 sec) |
PostGIS |
pgis=# SELECT ST_AsText(ST_PointOnSurface(ST_PolyFromText('POLYGON((-70.916 42.1002,-70.9468 42.0946,-70.9754 42.0875,-70.9749 42.0879,-70.9759 42.0897,-70.916 42.1002))'))); |
st_astext
|
-----------------------------------
|
POINT(-70.9510231824279 42.09385)
|
(1 row)
|
The shape is rather simple (see the picture).
Attachments
Issue Links
- relates to
-
MDEV-7509 Testing for GIS extensions
-
- Closed
-
-
MDEV-35766 ST_PointOnSurface returns NULL with Polygon in some case
-
- Open
-
Activity
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.4 [ 18400 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 59343 ] | MariaDB v3 [ 65690 ] |
Workflow | MariaDB v3 [ 65690 ] | MariaDB v4 [ 148752 ] |
Link | This issue relates to MDEV-35766 [ MDEV-35766 ] |