[MDEV-4045] Missing OGC Spatial functions Created: 2013-01-15 Updated: 2015-01-27 Due: 2014-11-26 Resolved: 2014-11-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | GIS |
| Fix Version/s: | 10.1.2 |
| Type: | Task | Priority: | Critical |
| Reporter: | Friedhold Matz | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | gis | ||
| Issue Links: |
|
||||||||
| Description |
|
Hi, FUNCTION ogcdemo.IsRing I used the demo data and function checks from: Does this functions not exist in MariaDB ? Thanks |
| Comments |
| Comment by Alexey Botchkov [ 2013-01-16 ] |
|
Some of these functions exist with SQL_MM names only: We have NumInteriorRings instead of NumInteriorRing, that's a bug. Some are not in the 10.0 code yet, but ready to be pushed. These are: And finally PointOnSurface - doesn't exist and no plans at the moment to implement the Surface-related functions. |
| Comment by Friedhold Matz [ 2013-01-16 ] |
|
Many thanks Alexey. I've not checked the result yet: Does MariaDB handle the shapes and not Friedhold. 2013/1/16 Alexey Botchkov (JIRA) <jira@mariadb.atlassian.net> |
| Comment by Alexey Botchkov [ 2013-01-16 ] |
|
New functions in MariaDB handle shapes, not the bounding boxes. |
| Comment by Friedhold Matz [ 2013-01-16 ] |
|
Good News!! Many thanks 2013/1/16 Alexey Botchkov (JIRA) <jira@mariadb.atlassian.net> |
| Comment by Friedhold Matz [ 2013-01-18 ] |
|
Good News! I will check and verify the spatial results. So long, 2013/1/16 Alexey Botchkov (JIRA) <jira@mariadb.atlassian.net> |
| Comment by Sergei Golubchik [ 2014-04-17 ] |
|
hf said it's almost ready to be pushed |
| Comment by Friedhold Matz [ 2014-04-18 ] |
|
Hi Sergey, many thanks. Best, |
| Comment by Sergei Golubchik [ 2014-04-18 ] |
|
10.1.0 is not released yet. We're discussing now what tasks will be in 10.1 and what tasks will be postponed to 10.2. But it looks like this task will be in 10.1, give it few more months, please, and you'll have a download link. |
| Comment by Friedhold Matz [ 2014-04-18 ] |
|
Hi Sergei, many thanks for your answer and let me know it. 2014-04-18 13:35 GMT+02:00 Sergei Golubchik (JIRA) < |
| Comment by Alexey Botchkov [ 2014-11-28 ] |
|
Patch : |