shift click to join places, part 7

This commit is contained in:
rolux 2011-06-14 16:53:32 +02:00
parent 4b1dcbb5eb
commit fc9fa56e9c

View file

@ -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;