trackeditor: add units

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8421 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 33de2b7813b3a6a475c834c274b46c63fe278b82
Former-commit-id: a3dc6182f6e82d357ff3244a0f6526a157160f5c
This commit is contained in:
iobyte 2022-08-21 13:29:40 +00:00
parent d74b5343f9
commit 1d92330748

View file

@ -750,7 +750,7 @@ public class XmlReader
shape.setHeightEndRight(z);
}
shape.setGrade(getAttrNumValue(seg, "grade"));
shape.setGrade(getAttrNumValue(seg, "grade", "%"));
shape.setBankingStart(getAttrNumValue(seg, "banking start", "deg"));
shape.setBankingEnd(getAttrNumValue(seg, "banking end", "deg"));
shape.setProfil(getAttrStrValue(seg, "profil"));