forked from 0x2620/oxjs
fix map
This commit is contained in:
parent
862f097e24
commit
021d429398
2 changed files with 5 additions and 6 deletions
|
|
@ -156,7 +156,6 @@ Ox.MapMarker = function(options) {
|
|||
// workaround to prevent marker from appearing twice
|
||||
// after setting draggable from true to false (google maps bug)
|
||||
var fix = that.marker.getDraggable() && !that.place.editing;
|
||||
//Ox.print('setOptions, that.color', that.color)
|
||||
if (that.map.options('showTypes')) {
|
||||
that.color = typeColor[that.place.type];
|
||||
that.size = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue