UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

10 lines (7 loc) 234 B
import proj4 from "proj4"; // Add equal area projection - https://epsg.io/6933 proj4.defs( "EPSG:6933", "+proj=cea +lat_ts=30 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs", ); export { default } from "proj4";