Revision 38768

View differences:

branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/postgresql/PostgreSQLHelper.java
598 598
		ConnectionAction action = new ConnectionAction(){
599 599

  
600 600
			public Object action(Connection conn) throws DataException {
601
				// select srid from spatial_ref_sys where auth_name = 'EPSG' and
602
				// auth_srid = 23030
601

  
603 602
				String[] abrev = srsID.split(":");
604 603
				StringBuilder sqlb = new StringBuilder();
605 604
				sqlb.append("select srid from spatial_ref_sys where ");

Also available in: Unified diff