David Burles
David Burles
Hey @boboci9 try these: ``` js BrowserPolicy.content.allowOriginForAll('*.googleapis.com'); BrowserPolicy.content.allowOriginForAll('*.gstatic.com'); BrowserPolicy.content.allowEval('https://ajax.googleapis.com'); ```
@boboci9 did they solve the issue?
Yes! https://github.com/dburles/meteor-google-maps#examples https://github.com/dburles/meteor-google-maps-react-example
Did that help @hafeez1042 ?
Hey guys I can't reproduce any errors on 1.3 are you able to reproduce the error on a fresh application so I can take a look?
You don't (yet) need to import GoogleMaps as it's global. I'm yet to update the package to support modules. Hope to do that soon.
You don't have to use the blaze template. With React you can use the `create` method https://github.com/dburles/meteor-google-maps#create
@wiredots01 not specifically, however [start with this example](https://github.com/dburles/meteor-google-maps-react-example) and you would place the logic here: https://github.com/dburles/meteor-google-maps-react-example/blob/master/imports/MyMap.js#L13-L16 To make it reactive, place a `Tracker.autorun` or use a cursor `observe` method inside...
@wiredots01 going to need a little bit more info than that my friend!
Hey @thearabbit I haven't personally used Vue but I would be open to linking to an example if someone were to create one