David Burles
David Burles
If the geocoding library is loaded externally make sure that you use [loadUtilityLibrary](https://github.com/dburles/meteor-google-maps#loadutilitylibrary) so that the `GoogleMaps.loaded` covers loading state for it too. Edit: Looks like it's not a utility...
Also try this https://github.com/dburles/meteor-google-maps/issues/131
I haven't looked into it lately, but I think the problem remains that we can't because of the dependency on Meteor's `mongo` package
Interesting idea @gwendall. I haven't looked into anything like this yet.
Hey @JimHough what's the error message you saw?
Does it work okay on other collections?
I wonder if this current bug is windows specific, @JimHough are you running Meteor on windows by any chance?
@JimHough tried [this project](https://github.com/dburles/helpers-test) today on Ubuntu 14.04 and couldn't reproduce your error, are you sure that the issue isn't caused by a package conflict like @Levino ?
@AlexFrazer any further info you may have, such as system etc would be super useful thanks!
@dougserfass it appears as though another package has added a transform function to the Meteor.users collection.