Brian McBride
Brian McBride
I signed it! On Thu, Feb 16, 2017 at 4:29 PM, googlebot wrote: > Thanks for your pull request. It looks like this may be your first > contribution to...
I have to do further testing, but it might be that this is a Vulcanize issue and might be fine with polymer-build 0.8.0.
Found the issue. Line 557 of google-map.html: `this.markers = this._setMarkers(newMarkers);` markers is a readOnly property and thus has no setter. For some reason Polymer 1.0 without ES6 babel compiling has...
Fixed with PR #354 Until it's merged, if someone else runs across the same issue, I'll keep this branch updated with master: https://github.com/ZepAviator/google-map/tree/markers_no_setter_fix
Obviously, no one should ever have two google.map scripts loaded into the same page, as it creates a large number of problems overall. I'll work on a PR next week....