Module: nagvis Branch: master Commit: 654caaa8430b0cfd0b81c11d0247b0f243993e2e URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=654caaa8430b0cfd0b81c11d0247b0f243993e2e
Author: Roman Kyrylych <[email protected]> Date: Wed Aug 12 16:16:35 2009 +0300 gmap; Made pin icons 'pin' markers in the center Signed-off-by: Roman Kyrylych <[email protected]> --- .../gmap/view/controls/GMapLocationControl.as | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/uifx/src/modules/gmap/view/controls/GMapLocationControl.as b/uifx/src/modules/gmap/view/controls/GMapLocationControl.as index ee92880..f274f83 100644 --- a/uifx/src/modules/gmap/view/controls/GMapLocationControl.as +++ b/uifx/src/modules/gmap/view/controls/GMapLocationControl.as @@ -66,7 +66,7 @@ package modules.gmap.view.controls { var mo:MarkerOptions = new MarkerOptions(); mo.icon = new _icon(); - mo.iconAlignment = MarkerOptions.ALIGN_RIGHT || MarkerOptions.ALIGN_BOTTOM; + mo.iconAlignment = MarkerOptions.ALIGN_RIGHT | MarkerOptions.ALIGN_BOTTOM; _marker = new Marker( LatLng.fromUrlValue(_location.point), mo ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
