You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Reported by @smartoma:
This code renders an empty map:
The text was updated successfully, but these errors were encountered: