shift click to join places, part 7
This commit is contained in:
parent
4b1dcbb5eb
commit
fc9fa56e9c
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ 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.map: ', that.map)
|
||||
if (that.map.options('showTypes')) {
|
||||
that.color = typeColor[that.place.type];
|
||||
that.size = 8;
|
||||
|
|
Loading…
Reference in a new issue