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

Issue with "convex hull" (term ID 86) #138

Closed ronaldtse closed 4 years ago

ronaldtse commented 4 years ago
Screen Shot 2020-07-03 at 8 58 01 PM

The site is treating the old note as math.

The other issue is representation of math, e.g. "C = A.convexHull..." not "C = A.convexHl..." Maybe this is a MathJax issue.

Screen Shot 2020-07-03 at 8 58 45 PM
skalee commented 4 years ago

I suppose it is from underlying data.

`C = A.""convexHull"" <=> [C.""convex"" = ""TRUE""] ^^ [A sub C] ^^ [[B.""convex"" = ""true"", A sub B] => [A sube C sube B]]`

Mind these double-double quotes. Perhaps it was some kind of quotes escaping.

Concept 86 (convex hull) is the only one in glossary which contains "" sequence of characters.

skalee commented 4 years ago

Data fixed in https://github.com/geolexica/isotc211-glossary/pull/18. Already deployed.