forked from 0x2620/oxjs
fixings paths for map assets
This commit is contained in:
parent
351652e513
commit
3b5e04b61e
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue