Skip to content

Commit

Permalink
[fix] the z order of the markers is preserved, fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Feb 20, 2018
1 parent a67ce6c commit bcff790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions map_ex/assets/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ if (!String.prototype.endsWith) {
var mapOptions={
position: new google.maps.LatLng(t.lat, t.lng),
map: i,
/* Correct z order of the icons */
zIndex: e,
title: t.title
};
/*adding custom pin image*/
Expand Down

0 comments on commit bcff790

Please sign in to comment.