You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: