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

Applying width and height to getRenderableMap() results in invisible map #24

Open
wernerkrauss opened this issue May 8, 2015 · 1 comment

Comments

@wernerkrauss
Copy link

Hi,

just struggled debugging my shortcode that displays a map with a lot of pins based on categories

Didn't work (invisible, but rendered map):

    $map = $items->getRenderableMap($width,$height);

Worked:

    $map = $items->getRenderableMap();
@gordonbanderson
Copy link
Owner

Can you explain a bit more about the scenario, not a lot of info to go on with. $width and $height both 0 or not?

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