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

Overlay visibility attribute always false #408

Closed
bubblepixel opened this issue Jul 1, 2014 · 3 comments
Closed

Overlay visibility attribute always false #408

bubblepixel opened this issue Jul 1, 2014 · 3 comments

Comments

@bubblepixel
Copy link

I have two overlays which are both groups. I set both to have no visibility initially:

overlays: {
jobs: {
name: 'Allocated Jobs',
type: 'group',
visible: false
},
completed: {
name: 'Completed Jobs',
type: 'group',
visible: false
},

I can select either of them in the Layer Controller and they display correctly, however even if the overlay is visible on screen; $scope.layers.overlays.jobs.visible is always false.

@ghost
Copy link

ghost commented May 11, 2015

This issue seem to be doesn't solved...

@nmccready
Copy link
Contributor

This issue was moved to angular-ui/ui-leaflet#28

@tombatossals
Copy link
Owner

I'm going to rework&redesign angular-leaflet-directive to be compatible with Leaflet v1.0. It will mantain almost all its functionality, and will be compatible with the current features of the directive, but I must start from a fresh point, so I'm going to close this issue. If you think it must be worked with the new version, please reopen it.

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

3 participants