-
Notifications
You must be signed in to change notification settings - Fork 208
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
Help on adding datatypes as an option to qgeometries #982
Comments
You have correctly identified the location where the GDS polygon is created and you can specify its
What is |
Hi @zlatko-minev, thanks for your quick answer. I have created a draft PR #983 for you to see what I have done. Please, keep in mind that I am a novice at all this, but I am happy to learn to make it right! |
Great job, very well done! This is a substantial change part of the code so we should take this a little carefully. Have you checked this in one or two settings to make sure it works and doesn't fail anywhere? Is it backwards compatible |
For now, it does not work, so it is already failing. I was hoping that you would know what am I missing to have it working. Once it works, which settings do you want me to test and I will test it properly? |
Can you tell me more about where it is failing. Ideally you can print the pandas datatables that are the tables and post a screenshot of them here. you can do from IPython.display import display
display(my_table_variable) |
I want to have the option to choose which GDS datatype each geometry will belong to. For that, I have tried editing the render as follows:
However, it does not work and I don't really understand why. It has an impact which is that all geometries are now on datatype 0. Can someone point me to the right direction?
What is the feature being requested?
Being able to expose the same layer with different intensities. Having them on separate layers does not work, else the cheesing will ignore the feature on higher layers. I have been discussing this on Slack.
What are use cases for this feature?
Having a more advanced fab.
The text was updated successfully, but these errors were encountered: