fix 10888 final touches on map point bugs

This commit is contained in:
Doug Bell 2009-11-23 16:52:01 -06:00
parent a1413a95b0
commit db14bc6458
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ WebGUI.Map.editPoint
marker = new GMarker( map.getCenter(), { draggable: true } );
marker.infoWin = document.createElement("div");
marker.bindInfoWindow( marker.infoWin );
marker.map = map;
mgr.addMarker( marker, 0 );
mgr.refresh();
assetId = "new";