Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SadhakAkshay opened this issue Aug 2, 2024 · 1 comment

Comments

@SadhakAkshay
Copy link

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
Copy link
Contributor

znkim commented Aug 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants