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

Inhibit drilldown if mapName is null #345

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

felipefg
Copy link

@felipefg felipefg commented Aug 6, 2015

I have some regions I need represented but don't want to drilldown to. This modification allows me to return null from mapNameByCode function, and the multimap won't try to drill down to that region.

This way it is possible to return null from the mapNameByCode function
and inhibit the drilldown for certain regions.
@TehShrike
Copy link

That would conflict with my change in #363.

I actually needed the same behavior, but I implemented it by having mapUrlByCode return a falsey value instead of mapNameByCode.

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.

3 participants