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

_GraphicsMixin: graphics layer load order #34

Closed
kcsgisRham opened this issue Sep 15, 2015 · 2 comments
Closed

_GraphicsMixin: graphics layer load order #34

kcsgisRham opened this issue Sep 15, 2015 · 2 comments

Comments

@kcsgisRham
Copy link

In the addGraphicsLayer function, I have reorder the load order of the graphics layers. We have noticed an issue especially with polygon shapes. The Source graphic is the top most graphic. this prevents the Feature graphics from being highlighted.

I have changed the load order to:
this.map.addLayer(this.sourceGraphics);
this.map.addLayer(this.bufferGraphics);
this.map.addLayer(this.featureGraphics);
this.map.addLayer(this.selectedGraphics);

@tmcgee
Copy link
Owner

tmcgee commented Sep 15, 2015

Hmm. Are you working with the current version of the widget? I believe that was already implemented back in April: 369aa6c

@kcsgisRham
Copy link
Author

Sorry, no. I updated most of the files for the Search and Attributes Table widgets, but must have missed this one. Thanks.

@tmcgee tmcgee closed this as completed Sep 16, 2015
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

No branches or pull requests

2 participants