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

revert emf model rebuild changes for layers view #187

Merged
merged 1 commit into from Feb 12, 2015

Conversation

egouge
Copy link
Contributor

@egouge egouge commented Feb 12, 2015

To undo some changes made when the EMF model was regenerated. These changes caused the layer view to not update correctly. More info: https://locationtech.org/mhonarc/lists/udig-dev/msg24060.html

}

return layerItemProvider;
return new LayerItemProvider(this);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interesting change - I guess it makes a unique provider each time (rather than a single one). This is only necessary if the provider is now statefull - is that now the case?

jodygarnett added a commit that referenced this pull request Feb 12, 2015
revert emf model rebuild changes for layers view
@jodygarnett jodygarnett merged commit 6a00614 into locationtech:master Feb 12, 2015
@egouge
Copy link
Contributor Author

egouge commented Feb 12, 2015

It seems that way. When you have more then one map the provider references the first map when sending events. I did not dig too far into the code to figure out why this was occurring.

@egouge egouge deleted the emffixes branch February 18, 2015 17:45
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

Successfully merging this pull request may close these issues.

None yet

2 participants