singlow / meteor-live-maps

Live map markers for google maps.
10 stars 5 forks source link

Example code should include 'map' attribute #1

Closed jareiko closed 10 years ago

jareiko commented 10 years ago

The example code in the README uses a custom transform which does not include the map attribute, so the marker is not added to the map. It took me a few minutes to figure out why it wasn't working, so I would suggest adding map: googleMapObject so that the example works better.

Thanks for a handy package, btw. :)

singlow commented 10 years ago

That should resolve it for now, but I can probably make it so that isn't necessary.