dburles / dburles/meteor-google-maps
Map works once / CSS height issues
Open
question
- Dominant language
- JavaScript
- Stars
- 194
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Hi im using iron router to load a template than contains a GoogleMap, it works perfectly the first time you navigate to the the route, but when access again, the map not work. Heres the code
``` javascript
Template.appraisalGeolocation.created = function() {
GoogleMaps.load({v: '3', key: '12345', libraries: 'geometry'});
GoogleMaps.ready('geolocation', geolocation.readyHandler);
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.