Skip to content

Commit

Permalink
Add ED50-based CRS's
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
kbevers committed Jan 29, 2020
1 parent 116b999 commit 2aeb4af
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions webproj/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2aeb4af

Please sign in to comment.