From c76d2351cbd17b255426c93c4b4f5e0f80b5d2c0 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 23 Jul 2015 17:20:43 +0000 Subject: [PATCH] Remove unneeded commit/begin lines git-svn-id: http://svn.osgeo.org/postgis/trunk@13845 b70326c6-7e19-0410-871a-916f4a2858ee --- spatial_ref_sys.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/spatial_ref_sys.sql b/spatial_ref_sys.sql index 2973384fb..9bd382aa5 100644 --- a/spatial_ref_sys.sql +++ b/spatial_ref_sys.sql @@ -1899,9 +1899,6 @@ INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4tex --- EPSG 6783 : NAD83(CORS96) --- INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (6783,'EPSG',6783,'GEOGCS["NAD83(CORS96)",DATUM["NAD83_Continuously_Operating_Reference_Station_1996",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1133"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","6783"]]','+proj=longlat +ellps=GRS80 +no_defs '); -COMMIT; -VACUUM ANALYZE spatial_ref_sys; -BEGIN; --- --- EPSG 2000 : Anguilla 1957 / British West Indies Grid --- @@ -19162,9 +19159,6 @@ INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4tex --- EPSG 32766 : WGS 84 / TM 36 SE --- INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (32766,'EPSG',32766,'PROJCS["WGS 84 / TM 36 SE",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",36],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","32766"]]','+proj=tmerc +lat_0=0 +lon_0=36 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs '); -COMMIT; -VACUUM ANALYZE spatial_ref_sys; -BEGIN; --- --- EPSG 3822 : TWD97 --- @@ -19717,9 +19711,6 @@ INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4tex --- EPSG 6781 : NAD83(CORS96) --- INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (6781,'EPSG',6781,'GEOCCS["NAD83(CORS96)",DATUM["NAD83_Continuously_Operating_Reference_Station_1996",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1133"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","6781"]]','+proj=geocent +ellps=GRS80 +units=m +no_defs '); -COMMIT; -VACUUM ANALYZE spatial_ref_sys; -BEGIN; --- --- EPSG 3901 : KKJ / Finland Uniform Coordinate System + N60 height --- -- 2.50.0