Skip to content

Commit fa24bdf

Browse files
committed
Bug #26990896 UPGRADE TO EPSG DATASET 9.2
The previous SRS definitions were generated from EPSG Dataset 9.1. The new ones are generated from EPSG Dataset 9.2. Changes: - New SRSs: SRIDs 8082-8083 and 8232-8348 - Adjustment of TOWGS84 parameters of SRIDs 2987 and 4638 - Correction of name of SRID 6863 Change-Id: I4b737c3971b09211cd2ed38906fc3c3cfc6a6e56
1 parent 5505c22 commit fa24bdf

File tree

4 files changed

+105
-11
lines changed

4 files changed

+105
-11
lines changed

mysql-test/suite/gis/r/srs.result

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
SELECT SUM(ST_ISSIMPLE(ST_GEOMFROMTEXT('POINT(0 0)', srs_id))) AS should_be_5061
1+
SELECT SUM(ST_ISSIMPLE(ST_GEOMFROMTEXT('POINT(0 0)', srs_id))) AS should_be_5108
22
FROM information_schema.ST_SPATIAL_REFERENCE_SYSTEMS;
3-
should_be_5061
4-
5061
3+
should_be_5108
4+
5108
55
SELECT * FROM information_schema.ST_SPATIAL_REFERENCE_SYSTEMS WHERE srs_id=4326;
66
SRS_NAME SRS_ID ORGANIZATION ORGANIZATION_COORDSYS_ID DEFINITION DESCRIPTION
77
WGS 84 4326 EPSG 4326 GEOGCS["WGS 84",DATUM["World Geodetic System 1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.017453292519943278,AUTHORITY["EPSG","9122"]],AXIS["Lat",NORTH],AXIS["Lon",EAST],AUTHORITY["EPSG","4326"]]

mysql-test/suite/gis/t/srs.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Use all defined SRSs and thereby verify that they are parseable and
55
# contain all mandatory parameters.
66
#
7-
# We currently have 5061 SRSs.
7+
# We currently have 5108 SRSs.
88

9-
SELECT SUM(ST_ISSIMPLE(ST_GEOMFROMTEXT('POINT(0 0)', srs_id))) AS should_be_5061
9+
SELECT SUM(ST_ISSIMPLE(ST_GEOMFROMTEXT('POINT(0 0)', srs_id))) AS should_be_5108
1010
FROM information_schema.ST_SPATIAL_REFERENCE_SYSTEMS;
1111

1212
# Check that I_S contains the correct information for at least one SRS

0 commit comments

Comments
 (0)