Changeset 285
- Timestamp:
- 03/02/10 20:18:37 (2 years ago)
- Location:
- Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps
- Files:
-
- 2 edited
-
atgooglemaps.js.dtml (modified) (2 diffs)
-
gmap_properties.props (modified) (1 diff)
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 -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/gmap_properties.props
r284 r285 1 1 title:string=Google Maps properties 2 2 3 icon_shape:string=[9, 34, 10, 34, 13, 20, 20, 12, 20, 7, 13, 0, 6, 0, 0, 7, 0, 12, 6, 20] 3 4 icon_anchor_x:int=10 4 5 icon_anchor_y:int=34
Note: See TracChangeset
for help on using the changeset viewer.
