Changes between Version 33 and Version 34 of Ecological region Download and load
- Timestamp:
- May 25, 2012 2:01:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ecological region Download and load
v33 v34 12 12 PROJECTION[!"Lambert_Azimuthal_Equal_Area"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",9.0],PARAMETER["Latitude_Of_Origin",48.0],UNIT["Meter",1.0]] 13 13 {{{ 14 #!sql 14 15 select srid, srtext, proj4text from spatial_ref_sys where srtext ILIKE '%Lambert_Azimuthal_Equal_Area%'; 15 16 }}}