possible approach (using CSS):
Markersby default will be displayed using <canvas>to make them how to <img>set optimized-marker restriction onfalse
: <img>, URL- , CSS- URL- "" :
img[src='http://i.stack.imgur.com/KOh5X.png']{
background:url(http://domain.com/path/to/img.png) no-repeat 4px 4px
}
: http://jsfiddle.net/doktormolle/o6et77jx/
, , .
:
, , URL-, :
img[src='http://i.stack.imgur.com/KOh5X.png#1']{
background:url(http://domain.com/path/to/img.png) no-repeat 4px 4px
}
img[src='http://i.stack.imgur.com/KOh5X.png#2']{
background:url(http://domain.com/path/to/anotherimg.png) no-repeat 4px 4px
}
script, , . http://davidwalsh.name/add-rules-stylesheets ( )
( [latitude,longitude,image-url,marker-title]):
http://jsfiddle.net/doktormolle/w8z3kg6y/