Add RGF93 (CC43) and RGF93 (CC42) to default available projections

This commit is contained in:
wpetit 2021-05-27 09:59:32 +02:00
parent d020bcdb74
commit fb535cddf5
6 changed files with 18 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -58,6 +58,18 @@ export const Projections = [
url: "http://spatialreference.org/ref/epsg/3944/",
proj4: "+proj=lcc +lat_1=43.25 +lat_2=44.75 +lat_0=44 +lon_0=3 +x_0=1700000 +y_0=3200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
},
{
title: "RGF93 (CC43)",
code: "EPSG:3943",
url: "http://spatialreference.org/ref/epsg/3943/",
proj4: "+proj=lcc +lat_1=42.25 +lat_2=43.75 +lat_0=43 +lon_0=3 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
},
{
title: "RGF93 (CC42)",
code: "EPSG:3942",
url: "http://spatialreference.org/ref/epsg/3942/",
proj4: "+proj=lcc +lat_1=41.25 +lat_2=42.75 +lat_0=42 +lon_0=3 +x_0=1700000 +y_0=1200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
},
{
title: "NTF (Lambert II)",
code: "EPSG:27572",