From 2aeb4afdf06e4214880f7b1b4b7de0770d1cf1e0 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 29 Jan 2020 14:48:04 +0100 Subject: [PATCH] Add ED50-based CRS's Fixes #20 --- webproj/data.json | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/webproj/data.json b/webproj/data.json index 85754a8..ef91f87 100644 --- a/webproj/data.json +++ b/webproj/data.json @@ -181,6 +181,58 @@ "v4": null, "v4_short": null }, + "EPSG:4230": { + "country": "DK", + "title": "European Datum 1950", + "title_short": "ED50", + "v1": "breddegrad", + "v1_short": "ϕ", + "v2": "længdegrad", + "v2_short": "λ", + "v3":"ellipsoidehøjde", + "v3_short":"h", + "v4": null, + "v4_short": null + }, + "EPSG:23031": { + "country": "DK", + "title": "ED50 / UTM Zone 31 Nord", + "title_short": "ED50/UTM31N", + "v1": "easting", + "v1_short": "x", + "v2": "northing", + "v2_short": "y", + "v3":"ellipsoidehøjde", + "v3_short":"h", + "v4": null, + "v4_short": null + }, + "EPSG:23032": { + "country": "DK", + "title": "ED50 / UTM Zone 32 Nord", + "title_short": "ED50/UTM32N", + "v1": "easting", + "v1_short": "x", + "v2": "northing", + "v2_short": "y", + "v3":"ellipsoidehøjde", + "v3_short":"h", + "v4": null, + "v4_short": null + }, + "EPSG:23033": { + "country": "DK", + "title": "ED50 / UTM Zone 33 Nord", + "title_short": "ED50/UTM33N", + "v1": "easting", + "v1_short": "x", + "v2": "northing", + "v2_short": "y", + "v3":"ellipsoidehøjde", + "v3_short":"h", + "v4": null, + "v4_short": null + }, "DK:S34J": { "country": "DK", "title": "System 34 Jylland",