Closed yash-154 closed 5 months ago
Missing files are usually caused by errors in the files during generation or incorrect CRS options, so I think you'll need more details to answer. I would appreciate it if you could point me to the input files, commands and logs.
Below is the screenshot of my input files i have taken gltf and these are commands and logs for the same
C:\Users\GIS\Desktop\mago 3d\mago-3d-tiler-main\tiler\dist>java -jar mago-3d-tiler-1.4.4-natives-windows.jar --input "C:\Users\GIS\Desktop\mago 3d\data\PCMC_GLB\PCMC_GLB.gltf" --inputType gltf -c 4326 -aa --o utput "C:\Users\GIS\Desktop\mago 3d\3D tiles\glb_tiles" WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Hello, @yash-154 After checking the logs and the content, it seems to be a path error when reading textures from gltf file. This hotfix fixed this and similar cases, so it might be resolved in the new version. However, it could also be an issue with the file itself, so I need to check the data itself. If it doesn't work after patching, can you provide a sample file?
While generating 3D tiles From GLB and gltf format there is only Tileset.json file Data folder which contains .b3Dm is missing. where as when i change input to .shp (shapefile) its generating that folder as well as tileset.json files.
Am i missing something here?