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

Map not visible when zoom not provided #81

Closed
sebholstein opened this issue Jan 15, 2016 · 0 comments
Closed

Map not visible when zoom not provided #81

sebholstein opened this issue Jan 15, 2016 · 0 comments

Comments

@sebholstein
Copy link
Owner

Reported by @smartoma:

This code renders an empty map:

<sebm-google-map [latitude]="lat" [longitude]="lng">
</sebm-google-map>
@sebholstein sebholstein self-assigned this Jan 15, 2016
@sebholstein sebholstein added this to the v0.6.1 milestone Jan 15, 2016
sebholstein added a commit that referenced this issue Jan 15, 2016
This fixes the following (allowed) use of SebmGoogleMap.
When the zoom was not set, the map was empty.

```
<sebm-google-map [latitude]="lat" [longitude]="lng">
</sebm-google-map>
```

closes #81
sebholstein added a commit that referenced this issue Jan 15, 2016
This fixes the following (allowed) use of SebmGoogleMap.
When the zoom was not set, the map was empty.

```
<sebm-google-map [latitude]="lat" [longitude]="lng">
</sebm-google-map>
```

closes #81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant