some more work on map/listmap
This commit is contained in:
parent
a3c18e57b0
commit
4d9a8537ef
9 changed files with 140 additions and 77 deletions
|
|
@ -27,8 +27,6 @@ Ox.MapMarkerImage = (function() {
|
|||
options.type, options.mode, options.size, options.color.join(',')
|
||||
].join(';');
|
||||
|
||||
Ox.print('HELLO??')
|
||||
|
||||
if (!cache[index]) {
|
||||
var color = options.type == 'place' ?
|
||||
Ox.merge(Ox.clone(options.color), [0.5]) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue