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
|
|
@ -46,7 +46,7 @@ Ox.MapImage = function(options, self) {
|
|||
Ox.forEach(self.markers, function(markers, k) {
|
||||
if (markers.length) {
|
||||
self.src += '&markers=icon:' + 'http://dev.pan.do:8000' +
|
||||
Ox.PATH + 'png/ox.map/marker' +
|
||||
Ox.PATH + 'png/Ox.UI/marker' +
|
||||
Ox.toTitleCase(self.options['markerColor' + Ox.toTitleCase(k)]) +
|
||||
'.png|' + markers.join('|')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue