lutraconsulting / qgis-crayfish-plugin

Plotting and manipulating mesh data in QGIS.
http://www.lutraconsulting.co.uk/products/crayfish/
Other
62 stars 24 forks source link

Crayfish and multiple 2D domains #31

Closed saberraz closed 6 years ago

saberraz commented 11 years ago

Crayfish seems to have problem rendering the output from multiple domains at the point where domains join.

mostlyAtNight commented 11 years ago

I suspect this is likely due to having cells from adjacent domains overlapping in space. At present, they will not be drawn in any particular order and the info tool will most likely return the value of the first element it finds in the case of an overlap.

Marked as an enhancement as its not a bug as such. Please could you indicate your preferred way that Crayfish handle this situation?

saberraz commented 9 years ago

multi-domians

PeterPetrik commented 6 years ago

From Crayfish 3.x release and QGIS 3.4 release, the rendering and styling is implemented in QGIS Core. The data reading and support is implemented in MDAL. Please reopen the ticket in QGIS bug tracker for rendering issues or MDAL for format support issues. Thanks.