@@ -83,7 +83,7 @@ export function combineDuplicateLocations( rawMarkers ) {
8383 */
8484export function assignMarkerReferences ( map , maps , infoWindow , wpEvents , rawIcon , blockStyle ) {
8585 const icon = {
86- url : rawIcon . imagesDirUrl + `/map-marker-${ blockStyle } .svg` ,
86+ url : rawIcon . imagesDirUrl + `/map-marker-${ blockStyle } .svg?v=2 ` ,
8787 size : new maps . Size ( rawIcon . markerHeight , rawIcon . markerWidth ) ,
8888 anchor : new maps . Point ( 34 , rawIcon . markerWidth / 2 ) ,
8989 scaledSize : new maps . Size ( rawIcon . markerHeight / 2 , rawIcon . markerWidth / 2 ) ,
@@ -148,7 +148,7 @@ function openInfoWindow( infoWindow, map, markerObject, rawMarker ) {
148148 */
149149export function clusterMarkers ( map , maps , markers , rawIcon , blockStyle ) {
150150 const clusterIcon = {
151- url : rawIcon . imagesDirUrl + `/cluster-background-${ blockStyle } .svg` ,
151+ url : rawIcon . imagesDirUrl + `/cluster-background-${ blockStyle } .svg?v=2 ` ,
152152 size : new maps . Size ( rawIcon . clusterHeight , rawIcon . clusterWidth ) ,
153153 anchor : new maps . Point ( rawIcon . clusterHeight , rawIcon . clusterWidth ) ,
154154 scaledSize : new maps . Size ( rawIcon . clusterHeight , rawIcon . clusterWidth ) ,
0 commit comments