Changeset 285 for Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/atgooglemaps.js.dtml
- Timestamp:
- 03/02/10 20:18:37 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/atgooglemaps.js.dtml
r284 r285 34 34 35 35 function createMarker(map, lat, lng, marker_id, title) { 36 var shape = { 37 coord: <dtml-var "gmap_properties.icon_shape">, 38 type: 'poly' 39 }; 36 40 <dtml-with "_['gmap_marker.png']"> 37 41 var icon = new google.maps.MarkerImage("&dtml-absolute_url;", … … 52 56 title: title, 53 57 icon: icon, 54 shadow: shadow 58 shadow: shadow, 59 shape: shape 55 60 }); 56 61
Note: See TracChangeset
for help on using the changeset viewer.
