# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/mapstraction/mapstraction.drupal.js
--- mapstraction.drupal.js Base (1.1.2.9.2.10)
+++ mapstraction.drupal.js Locally Modified (Based On 1.1.2.9.2.10)
@@ -52,9 +52,13 @@
 	// add markers and/or polylines to the map
   function getGroupRenderer(map, behaviours, overlays) {
     return function(row) {
+      // See: http://www.mapstraction.com/doc/Marker.html#setGroupName
+      var groupName = row.title != '' ? row.title : 'default';
+      
       var points = $.map(row.markers, overlays.markers ? 
         function(point) {
   	      var marker = prepareMarker(point, behaviours.hover);
+  	      marker.setGroupName(groupName);
   	      map.addMarker(marker);
   	      return marker.location;
         } : preparePoint
