CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

CDBConverter does not recognise Latitude with prefixing 0. #66

Open keeper74 opened 2 years ago

keeper74 commented 2 years ago

Minor issue, I think..

OGC CDB 1.0 specifications states that the latitude directory starts with N or S, followed by 2 digits. So a latitude of 1 degree N is N01. CDBConverter ignores such a directory. Renaming it to N1 works, but contravenes the CDB specs.