[Mapbender-commits] r6788 - trunk/mapbender/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Aug 23 05:51:05 EDT 2010


Author: armin11
Date: 2010-08-23 09:51:05 +0000 (Mon, 23 Aug 2010)
New Revision: 6788

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
Log:
Use crs instead of the name epsg which is used in the layer_epsg table - maybe we should alter every epsg into crs.

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql	2010-08-23 09:36:17 UTC (rev 6787)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql	2010-08-23 09:51:05 UTC (rev 6788)
@@ -2604,7 +2604,7 @@
   datalink_owsproxy character varying(50),
   fees character varying(255),
   accessconstraints text,
-  epsg character varying(50) NOT NULL DEFAULT ''::character varying,
+  crs character varying(50) NOT NULL DEFAULT ''::character varying,
   minx double precision DEFAULT 0,
   miny double precision DEFAULT 0,
   maxx double precision DEFAULT 0,



More information about the Mapbender_commits mailing list