Ignore:
Timestamp:
03/02/10 20:18:37 (2 years ago)
Author:
takanori
Message:

add marker shape for clickabel area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/atgooglemaps.js.dtml

    r284 r285  
    3434 
    3535function createMarker(map, lat, lng, marker_id, title) { 
     36    var shape = { 
     37        coord: <dtml-var "gmap_properties.icon_shape">, 
     38        type: 'poly' 
     39    }; 
    3640    <dtml-with "_['gmap_marker.png']"> 
    3741    var icon = new google.maps.MarkerImage("&dtml-absolute_url;", 
     
    5256        title: title, 
    5357        icon: icon, 
    54         shadow: shadow 
     58        shadow: shadow, 
     59        shape: shape 
    5560    }); 
    5661 
Note: See TracChangeset for help on using the changeset viewer.