Changeset 284 for Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/atgooglemaps.js.dtml
- Timestamp:
- 03/02/10 00:27:29 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/atgooglemaps.js.dtml
r282 r284 34 34 35 35 function createMarker(map, lat, lng, marker_id, title) { 36 <dtml-with "_['gmap_marker.png']" only>36 <dtml-with "_['gmap_marker.png']"> 37 37 var icon = new google.maps.MarkerImage("&dtml-absolute_url;", 38 38 new google.maps.Size(&dtml-width;, &dtml-height;), 39 39 new google.maps.Point(0, 0), 40 new google.maps.Point( 10, 34));40 new google.maps.Point(<dtml-var "gmap_properties.icon_anchor_x">, <dtml-var "gmap_properties.icon_anchor_y">)); 41 41 </dtml-with> 42 <dtml-with "_['gmap_shadow.png']" only>42 <dtml-with "_['gmap_shadow.png']"> 43 43 var shadow = new google.maps.MarkerImage("&dtml-absolute_url;", 44 44 new google.maps.Size(&dtml-width;, &dtml-height;), 45 45 new google.maps.Point(0, 0), 46 new google.maps.Point( 10, 34));46 new google.maps.Point(<dtml-var "gmap_properties.shadow_anchor_x">, <dtml-var "gmap_properties.shadow_anchor_y">)); 47 47 </dtml-with> 48 48
Note: See TracChangeset
for help on using the changeset viewer.
