We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167d0d3 commit a56c13eCopy full SHA for a56c13e
js/src/markers.js
@@ -487,7 +487,7 @@ var MarkerTypes = {
487
jail2: {
488
icon: "blips_texturesheet.png",
489
size: new google.maps.Size( customImageWidth, customImageHeight ),
490
- origin: new google.maps.Point( customImageWidth * 11, customImageHeight * 6 ),
+ origin: new google.maps.Point( customImageWidth * 10, customImageHeight * 6 ),
491
anchor: new google.maps.Point( customImageWidth/2, customImageHeight ),
492
scaledSize: new google.maps.Size( 1024/2,1024/2 )
493
},
0 commit comments