SDFIdk / WEBPROJ

REST API exposing coordinate transformations with PROJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistency in capitalization

larsnaesbye opened this issue · comments

Easting and Northing are inconsistently capitalized, e.g.

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: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\u00f8jde", "v3_short": "h", "v4": null, "v4_short": null}