Skip to content

Commit 45b517a

Browse files
committed
Bug #26711258 UPGRADE TO EPSG DATASET 9.1
The previous SRS definitions were generated from EPSG Dataset 9.0. The new ones are generated from EPSG Dataset 9.1. The only change is the addition of SRIDs 7991-8226. Change-Id: I27b6923a1b6666d7a407656ce40e7ca49d520a1a
1 parent 1c642db commit 45b517a

File tree

5 files changed

+317
-8
lines changed

5 files changed

+317
-8
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_4907
1+
SELECT SUM(ST_ISSIMPLE(ST_GEOMFROMTEXT('POINT(0 0)', srs_id))) AS should_be_5061
22
FROM information_schema.ST_SPATIAL_REFERENCE_SYSTEMS;
3-
should_be_4907
4-
4907
3+
should_be_5061
4+
5061
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 4907 SRSs.
7+
# We currently have 5061 SRSs.
88

9-
SELECT SUM(ST_ISSIMPLE(ST_GEOMFROMTEXT('POINT(0 0)', srs_id))) AS should_be_4907
9+
SELECT SUM(ST_ISSIMPLE(ST_GEOMFROMTEXT('POINT(0 0)', srs_id))) AS should_be_5061
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)