Skip to content

Commit

Permalink
Support more coordiante references systems
Browse files Browse the repository at this point in the history
EPSG:7416  ETRS89 / UTM Zone 32 Nord + DVR90
EPSG:7417  ETRS89 / UTM Zone 33 Nord + DVR90
EPSG:4097  ETRS89 / DKTM Zone 1 + DVR90
EPSG:4098  ETRS89 / DKTM Zone 2 + DVR90
EPSG:4099  ETRS89 / DKTM Zone 3 + DVR90
EPSG:4100  ETRS89 / DKTM Zone 4 + DVR90
EPSG:8350  Greenland Reference 1996 + GVR2016 højde

Closes #1
  • Loading branch information
kbevers committed Nov 29, 2019
1 parent 0e0d4bf commit fa0fea8
Showing 1 changed file with 92 additions and 4 deletions.
96 changes: 92 additions & 4 deletions webproj/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,32 @@
"v4": null,
"v4_short": null
},
"EPSG:7416": {
"country": "DK",
"title": "ETRS89 / UTM Zone 32 Nord + DVR90",
"title_short": "ETRS89/UTM32N+DVR90",
"v1": "Easting",
"v1_short": "x",
"v2": "Northing",
"v2_short": "y",
"v3": "kote",
"v3_short": "h",
"v4": null,
"v4_short": null
},
"EPSG:7417": {
"country": "DK",
"title": "ETRS89 / UTM Zone 33 Nord + DVR90",
"title_short": "ETRS89/UTM33N+DVR90",
"v1": "Easting",
"v1_short": "x",
"v2": "Northing",
"v2_short": "y",
"v3": "kote",
"v3_short": "h",
"v4": null,
"v4_short": null
},
"EPSG:32632": {
"country": "DK",
"title": "WGS84 / UTM Zone 32 Nord",
Expand Down Expand Up @@ -103,6 +129,58 @@
"v4": null,
"v4_short": null
},
"EPSG:4097": {
"country": "DK",
"title": "ETRS89 / DKTM Zone 1 + DVR90",
"title_short": "ETRS89/DKTM1+DVR90",
"v1": "Easting",
"v1_short": "x",
"v2": "Northing",
"v2_short": "y",
"v3": "kote",
"v3_short": "h",
"v4": null,
"v4_short": null
},
"EPSG:4098": {
"country": "DK",
"title": "ETRS89 / DKTM Zone 2 + DVR90",
"title_short": "ETRS89/DKTM2+DVR90",
"v1": "Easting",
"v1_short": "x",
"v2": "Northing",
"v2_short": "y",
"v3": "kote",
"v3_short": "h",
"v4": null,
"v4_short": null
},
"EPSG:4099": {
"country": "DK",
"title": "ETRS89 / DKTM Zone 3 + DVR90",
"title_short": "ETRS89/DKTM3+DVR90",
"v1": "Easting",
"v1_short": "x",
"v2": "Northing",
"v2_short": "y",
"v3": "kote",
"v3_short": "h",
"v4": null,
"v4_short": null
},
"EPSG:4100": {
"country": "DK",
"title": "ETRS89 / DKTM Zone 4 + DVR90",
"title_short": "ETRS89/DKTM4+DVR90",
"v1": "Easting",
"v1_short": "x",
"v2": "Northing",
"v2_short": "y",
"v3": "kote",
"v3_short": "h",
"v4": null,
"v4_short": null
},
"DK:S34J": {
"country": "DK",
"title": "System 34 Jylland",
Expand Down Expand Up @@ -144,7 +222,6 @@
},
"EPSG:3184": {
"country": "GL",
"srid": "EPSG:3184",
"title": "GR96 / UTM Zone 24 Nord",
"title_short": "GR96/UTM24N",
"v1": "Easting",
Expand All @@ -171,7 +248,6 @@
},
"EPSG:4909": {
"country": "GL",
"srid": "EPSG:4909",
"title": "Greenland Reference 1996",
"title_short": "GR96",
"v1": "breddegrad",
Expand All @@ -183,9 +259,21 @@
"v4": null,
"v4_short": null
},
"EPSG:8350": {
"country": "GL",
"title": "Greenland Reference 1996 + GVR2016 højde",
"title_short": "GR96",
"v1": "breddegrad",
"v1_short": "ϕ",
"v2": "længdegrad",
"v2_short": "λ",
"v3": "kote",
"v3_short": "h",
"v4": null,
"v4_short": null
},
"EPSG:4326": {
"country": "Global",
"srid": "EPSG:4909",
"title": "World Geodetic System 1984",
"title_short": "WGS84",
"v1": "breddegrad",
Expand Down Expand Up @@ -223,4 +311,4 @@
"v4": null,
"v4_short": null
}
}
}

0 comments on commit fa0fea8

Please sign in to comment.