Esri / i3s-spec

This repository hosts the specification for Scene Layers which are containers for arbitrarily large amounts of geographic data. The delivery and persistence model for Scene Layers, referred to as Indexed 3d Scene Layer (I3S) and Scene Layer Package (SLPK) respectively, are specified.
Other
318 stars 85 forks source link

i3s_converter.exe not support unit of chinese #70

Closed dansdocker closed 4 years ago

dansdocker commented 4 years ago

i3s_converter.exe not support unit of chinese { "version" : "0.5.11192019", "log" : [{ "code" : "7009", "level" : "Error", "message" : " JSON parsing error in \"/3dSceneLayer\": JSON string \"heightModelInfo.heightUnit\" is not a known value for this enumeration (米)" } ], "success" : false }

Ivonne-S commented 4 years ago

heightModelInfo is not localized. Only a set of units are supported https://github.com/Esri/i3s-spec/blob/master/docs/1.7/heightModelInfo.cmn.md If you are writing i3s you would have to heightUnit as one that is supported.