This PR fixes the error of after the reload a default style or metadata from GeoNode in the layer properties dialog, reported in the issue #285
Also, it was implemented a more elegant way to find the QDialog object, in order using its syncToLayer method to synchronize the current changes from the plugin with the layer properties dialog.
This PR fixes the error of after the reload a default style or metadata from GeoNode in the
layer properties
dialog, reported in the issue #285 Also, it was implemented a more elegant way to find the QDialog object, in order using itssyncToLayer
method to synchronize the current changes from the plugin with the layer properties dialog.