apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

Fixed issue #500 #501

Closed laalex closed 8 years ago

laalex commented 8 years ago

Added a way to provide the scaledSize for markers in order to fix issue #500

laalex commented 8 years ago

The solution I provided for this also allows the markerIcon to be defined the old way for legacy. If the scaledWidth and scaledHeight are not specified, then the scaledSize won't be created and will fall back to null as it was before

laalex commented 8 years ago

@apneadiving I don't know why the build failed. Might this: This job ran on our legacy infrastructure. Please read our docs on how to upgrade. be the issue why the checks failed?

apneadiving commented 8 years ago

Thanks for the contribution! Yes I didnt take time to update the travis config... :)