SDFIdk / WEBPROJ

REST API exposing coordinate transformations with PROJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output valid JSON when invalid coordinates are received

kbevers opened this issue · comments

>curl http://127.0.0.1:5000/v1.0/trans/EPSG:4258/DK:S34S/12.0,56.0
{
    "v1": Infinity,
    "v2": Infinity,
    "v3": null,
    "v4": null
}

Infinity is not allowed in JSON. Should be replaced by an error string or possibly an HTTP error code.