Project

General

Profile

1
//
2
//# USA Contiguous Equidistant Conic
3
//<102005> +proj=eqdc +lat_0=0 +lon_0=0 +lat_1=33 +lat_2=45 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m 
4

    
5
Proj4js.defs["EPSG:27582"] = "+proj=lcc \
6
 +lat_1=46.8  \
7
 +lat_0=46.8  +lon_0=0  \
8
 +k_0=0.99987742  \
9
 +x_0=600000  +y_0=2200000  \
10
 +a=6378249.2  +b=6356515  \
11
 +towgs84=-168,-60,320,0,0,0,0  \
12
 +pm=paris  \
13
 +units=m +no_defs  \
14
  ";
15

    
16

    
(11-11/51)