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

(dev branch) Layer prop validation fails on valid 0 values #31

Closed
nrabinowitz opened this issue Apr 20, 2016 · 1 comment
Closed

(dev branch) Layer prop validation fails on valid 0 values #31

nrabinowitz opened this issue Apr 20, 2016 · 1 comment

Comments

@nrabinowitz
Copy link
Contributor

The Layer class validates input with if (!property). This fails on 0 values for zoom, latitude, and longitude.

@ibgreen
Copy link
Collaborator

ibgreen commented Sep 14, 2016

The Layer class validates input with if (!property). This fails on 0 values for zoom, latitude, and longitude.

This has been fixed for a while, closing. Layers now check for property !== undefined.

@ibgreen ibgreen closed this as completed Sep 14, 2016
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