Gaia3D / mago-3d-tiler

This is the official repository of mago-3d-tiler.
https://seoul.gaia3d.com:10903/
Mozilla Public License 2.0
165 stars 20 forks source link

issue in generating b3dm 3d tiles of pipeline from pipeline shapefile. #22

Open SadhakAkshay opened 3 months ago

SadhakAkshay commented 3 months ago

Hello, I am trying to generate the 3d tiles from shapefile data, for that I am using following command,

root@admin1-B250M-DS3H:/home/akshay/Desktop/mago_3d_tiler# java -jar mago-3d-tiler-1.7.0-natives-linux.jar -i road_centerline/road_centerline/road_centerline.shp -it shp -o road_3d -ot b3dm -rc radius -c 32643 -d

I have radius column which I have mentioned in -rc argument and I want to generate 3d pipeline with respect to radius value for each pipe. Although this command is running and is generating tileset.json in the output directory, but it is not generating b3dm tiles.

what changes should I do in the above command in order to generate the complete output that I can render using cesium. Or is there any dependency issue that I need to check for.

Please guide. Thanks in advance.

znkim commented 3 months ago

Hello, @SadhakAkshay

I don't see anything wrong with your command line. The default option for -rc is also radius, so it's not wrong. There is a possibility of other issues besides the dependency issue.

That needs to be debugged a bit more.

If you can provide me with debug logs and partial sample data, I might be able to help you.

Thanks as always.