1
0
Fork 0
forked from 0x2620/oxjs

fixings paths for map assets

This commit is contained in:
rolux 2011-04-25 14:37:16 +02:00
commit 3b5e04b61e
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ Ox.MapRectangleMarker = function(options, self) {
cursor: that.position + '-resize',
draggable: true,
icon: new google.maps.MarkerImage(
Ox.PATH + 'png/ox.map/markerResize.png',
Ox.PATH + 'png/Ox.UI/markerResize.png',
new google.maps.Size(16, 16),
new google.maps.Point(0, 0),
new google.maps.Point(8, 8)