From what I've seen, these lods are strings, and not pure JS numbers. This is also what's expected from the spec:
A Geometry object:
must have one member with the name "lod". The value must be a string with the LoD identifying the level-of-detail (LoD) of the geometry. This can be either a single digit (following the CityGML standards), or "X.Y"-formatted if the improved LoDs by TU Delft are used.
Hi,
From what I've seen, these
lods
are strings, and not pure JS numbers. This is also what's expected from the spec: