Ignore:
Timestamp:
2016-03-07T23:29:14+01:00 (9 years ago)
Author:
simon04
Message:

see #11516 - Add Sinusoidal projection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data_nodist/projection/josm-epsg

    r9598 r9950  
    418418# NAD83(2011) / Oregon Columbia River West zone (m)
    419419<6810> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000 +y_0=-3000000 +no_uoff +gamma=295 +ellps=GRS80 +units=m +no_defs +bounds=-125,45,-121,47 <>
     420##
     421## Following entries use Sinusoidal projection
     422##
     423# ESRI:53008 / Sphere Sinusoidal
     424<53008> +proj=sinu +lon_0=0 +x_0=0 +y_0=0 +a=6371000 +b=6371000 +units=m +no_defs <>
     425# ESRI:54008 / World Sinusoidal
     426<54008> +proj=sinu +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs <>
Note: See TracChangeset for help on using the changeset viewer.