mago-3d-tiler
mago-3d-tiler copied to clipboard
issue in generating b3dm 3d tiles of pipeline from pipeline shapefile.
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.