geolexica / isotc211.geolexica.org

ISO/TC 211 online version of the Multi-Lingual Glossary of Terms
https://isotc211.geolexica.org
4 stars 2 forks source link

`/api/concepts.json`: some concepts don't link to the JSON URL #38

Closed ronaldtse closed 5 years ago

ronaldtse commented 5 years ago

Somehow, some of the concepts aren't linked to uri-json.

And as you can also see, the uri-json also links to the wrong concept...

We ought to fix this.

  "133": {
    "term": "Dijkstra graph",
    "termid": 133,
    "uri-html": "/concepts/133/",
    "uri-json": "/api/concepts/1245.json"
  },

  "1330": {
    "term": "customer",
    "termid": 1330,
    "uri-html": "/concepts/1330/",
    "uri-json": ""
  },

  "1331": {
    "term": "process",
    "termid": 1331,
    "uri-html": "/concepts/1331/",
    "uri-json": ""
  },
ronaldtse commented 5 years ago

Fixed now.