allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 516 forks source link

Custom marker performance improvement, z-index 0 issue fix #852

Closed CyberAP closed 6 years ago

CyberAP commented 6 years ago

Custom markers will now profit from GPU acceleration, as well as less layout recalculations, since transfrom is not causing any. Preserved old positioning method in case a browser does not support transform. Also fixed z-index not being applied if it was set to 0 in the directive.