|
959dfac4d0
|
MDEV-19723 Assertion je->state == JST_KEY' failed while SELECT ST_GEOMFROMGEOJSON() and Assertion !mysql_bin_log.is_open() || thd.is_current_stmt_binlog_format_row()'
The invalid GeoJSON case wasn't handled here.
|
2021-01-19 15:29:03 +04:00 |
|
|
24184938ad
|
MDEV-11881 Empty coordinates must be rejected in GeoJSON objects.
Check for the empty 'coordinates' array.
|
2017-11-14 13:36:50 +04:00 |
|
|
4ff6ebf76a
|
MDEV-12181 ST_AsGeoJSON argument does not limit decimals.
Options handling implemented for ST_AsGeoJSON.
|
2017-08-07 12:49:04 +04:00 |
|
|
11948d7586
|
MDEV-12180 ST_GeomFromGeoJSON option argument appears to have no effect.
Implement the 'option' argument for the ST_GeomFromGeoJSON.
|
2017-08-06 16:27:37 +04:00 |
|
|
1782102d97
|
MDEV-11042 Implement GeoJSON functions.
Typenames made into proper character case.
|
2017-01-24 22:39:55 +04:00 |
|
|
0d107a85b3
|
MDEV-11042 Implement GeoJSON functions.
ST_AsGeoJSON and ST_GeomFromGeoJSON functions implemented.
|
2017-01-24 02:29:04 +04:00 |
|