-
Notifications
You must be signed in to change notification settings - Fork 20
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
Filtering the tiles based on attribute. #26
Comments
Hello, @SadhakAkshay Unfortunately, we do not plan to support the feature of filtering attributes in the b3dm generate step. Thank you. |
Hi, @SadhakAkshay . I recommend to divide the original shp file into multiple shp files along attributes which you want to use in filtering geometries and to convert each created shp files to individual 3D Tiles layers. Then, you can implement filtering 3D objects by simple layer on/off. |
ok sir, thanks for suggestion, I will give it a try. |
ok |
Hello, WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
|
Hello @SadhakAkshay ! We converted 10_z data (diameter exaggered and z += 3m) 👍 all is correct. |
ok sir thank you. |
sir can you please share the command used or any modifications in data |
We does not added any modifications, only exaggered the diameter value in the shp file. The diameter is very small. Remember that in the *.shp file, must contain "diameter" parameter and this is in "millimeters". |
ok sir. |
Hello sir, I increase the diameter size of the pipes and use following command, it gives me this error akshay@admin1-B250M-DS3H:~$ java -jar /home/akshay/Desktop/mago_1.8/mago-3d-tiler-1.8.1-natives-linux.jar --input "/home/akshay/Desktop/final_data/6_z.shp" --inputType shp -c 32643 -hc PIPE_DEPTH -dc PIPE_DIA_I --output "/home/akshay/Desktop/final_data/" -d
|
In your shp file, are there more than 100 pipe-lines? |
no sir only one |
Then wait few days please. We are testing a lot of data conversion before to update the release version. In the updated version this error will be corrected (in current version there are an error when pipe-lines count is less than 100). Sorry for this error. |
ok sir no problem, waiting for new release as it will be really helpful having such functionality. |
Hello,
I want to know if we can filter the generated b3dm tiles from shapefile based on certain attribute values of shp.
Thank you.
The text was updated successfully, but these errors were encountered: