root/trunk/as2/lib


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @701 [701] 09/29/08 22:54:20 migurski Updated Google version numbers
(edit) @550 [550] 04/18/08 10:05:23 allens added Map.backgroundColor
(edit) @448 [448] 01/24/08 17:27:46 migurski Merged 1.0b branch onto trunk in preparation for 1.0 release
(edit) @353 [353] 10/22/07 17:11:11 migurski oops, there's really no shading on ms aerial or hybrid
(edit) @350 [350] 10/19/07 18:16:06 migurski Switch to the new hilly, pretty MS Live maps
(edit) @292 [292] 05/31/07 17:50:52 migurski Added Id keywords all over the place
(edit) @286 [286] 05/22/07 12:49:59 migurski Merged branch AS3 onto trunk
(edit) @261 [261] 04/18/07 11:31:42 migurski Stopped tracing so much
(edit) @260 [260] 04/13/07 01:14:26 migurski Image-based tiles have a configurable animation effect
(edit) @259 [259] 04/13/07 00:57:21 migurski Hybrid road tiles don't load until satellite tiles have loaded
(edit) @258 [258] 04/13/07 00:43:47 migurski grid.initializeTiles now called from grid.init without a one-frame delay
(edit) @251 [251] 04/11/07 18:46:06 migurski Wrapped copyright JS call in some try/catch
(edit) @233 [233] 04/04/07 11:21:00 migurski Copyright called when map provider changed
(edit) @230 [230] 04/04/07 00:18:31 migurski Added core copyright notices for Google, Microsoft in javascript
(edit) @225 [225] 04/03/07 18:05:52 migurski Removed getters/setters on Tile objects, and resulting implications
(edit) @221 [221] 03/30/07 12:13:28 migurski pointCoordinate needs to be context-dependent, too
(edit) @215 [215] 03/28/07 13:59:35 allens updated toString() methods for all of the map providers
(edit) @211 [211] 03/27/07 13:36:46 allens - removed log function from Reactor - made 50ms the default for …
(edit) @200 [200] 03/23/07 00:16:19 migurski IDE doesn't like with() either
(edit) @199 [199] 03/22/07 23:49:29 migurski Changed name of sample client and added header comment to Reactor
(edit) @198 [198] 03/22/07 16:29:41 migurski Prepended private vars with ""
(edit) @196 [196] 03/22/07 00:18:13 migurski Started IDE-based client (ticket:19), which seemed unhappy with …
(edit) @195 [195] 03/22/07 00:11:03 migurski It's useful to know that this is working
(edit) @194 [194] 03/21/07 19:36:07 migurski Little bit of rounding, to prevent tile seams from showing on maps
(edit) @193 [193] 03/21/07 19:06:11 migurski Added boundWell() method for interactively correcting map position when …
(edit) @192 [192] 03/21/07 19:05:23 migurski OSM actually can zoom pretty high
(edit) @191 [191] 03/21/07 09:42:26 darren added documentation to some MapProvider? classes
(edit) @190 [190] 03/21/07 00:36:39 migurski Mildly refactored some of the Google version checking
(edit) @189 [189] 03/21/07 00:31:38 migurski Too small to mention
(edit) @187 [187] 03/21/07 00:14:23 migurski No sense having this orphan client
(edit) @186 [186] 03/21/07 00:12:17 migurski Visible log ditched (ticket:20)
(edit) @185 [185] 03/21/07 00:03:37 migurski Yahoo gives bad tile (ticket:5)
(edit) @184 [184] 03/20/07 21:24:14 migurski Added copious comments in As2Doc style
(edit) @181 [181] 03/18/07 22:20:42 darren cleaned up version numbers to remove explicit class references in …
(edit) @180 [180] 03/18/07 21:55:48 darren added request blocking to Throttler added XmlThrottledRequest? refactored …
(edit) @179 [179] 03/18/07 19:31:26 darren added masking to yahoo clips changed TileGrid.tileHeight/tileWidth to a …
(edit) @178 [178] 03/18/07 16:59:33 darren cleaned up import declarations
(edit) @177 [177] 03/18/07 16:58:45 darren DispatchableInterface?.replaced dependency on mx.utils.Delegate with …
(edit) @176 [176] 03/18/07 16:36:45 darren refactored code to use casa framework EventDispatcher? instead of …
(edit) @175 [175] 03/18/07 14:03:05 migurski Made well drag method public
(edit) @174 [174] 03/18/07 13:57:19 migurski Removed CASA framework, replaced with svn:externals
(edit) @172 [172] 03/14/07 00:38:16 migurski Silly FFox issue with resize
(edit) @168 [168] 03/12/07 10:35:44 migurski Minor re-org, ditched some cruft
(edit) @167 [167] 03/12/07 10:35:00 migurski Replaced links to new Trac URL
(edit) @166 [166] 03/12/07 10:33:33 migurski Throwing some errors so AbstractProjection? is truly Abstract
(edit) @162 [162] 03/10/07 20:00:36 migurski Treating very distant bounds as infinite when dragging (ticket:14), added …
(edit) @160 [160] 03/09/07 15:35:52 migurski Merged API branch
(edit) @154 [154] 03/06/07 10:22:20 migurski Stopped destroying the locations array when consuming it
(edit) @144 [144] 03/01/07 10:18:44 allens commented out some log() messages
(edit) @143 [143] 02/28/07 16:52:49 migurski Added setNewCenter() and setInitialCenter() methods to Map, when initial …
(edit) @142 [142] 02/28/07 16:26:16 migurski Oops
(edit) @141 [141] 02/28/07 16:18:13 migurski Added events for tile grid panning and removed markers from events in …
(edit) @140 [140] 02/28/07 15:22:59 allens - made EventDispatcher? methods decorate AbstractMapProvider?.prototype …
(edit) @139 [139] 02/27/07 14:25:56 migurski Oops - uncommented var declaration
(edit) @138 [138] 02/27/07 14:19:11 allens - added MarkerSet?.remove(), TileGrid.removeMarker() and Map.removeMarker()
(edit) @137 [137] 02/27/07 13:50:29 migurski Replace Map.onResize() with Map.setSize()
(edit) @136 [136] 02/27/07 11:34:26 migurski Added Map events for zooming and panning
(edit) @135 [135] 02/27/07 00:17:33 migurski Added events for when markers enter or leave the map
(edit) @134 [134] 02/27/07 00:13:31 migurski Updated to newest Google tile versions
(edit) @132 [132] 02/22/07 00:04:20 migurski Map now deals directly with map providers, not provider types
(edit) @131 [131] 02/19/07 17:25:39 migurski No more cursing in the log
(edit) @130 [130] 02/18/07 18:42:27 migurski Added public interface to location/point
(edit) @129 [129] 02/18/07 07:53:15 migurski Set switch for draggability to On in samples
(edit) @128 [128] 02/18/07 07:51:13 migurski Added switch for draggability and sensitivity to provider limits in …
(edit) @127 [127] 02/18/07 07:07:53 migurski Set initial extent outside geo.Map
(edit) @126 [126] 02/17/07 19:15:38 migurski Added overlapping markers tracking to TileGrid, for throwing useful events
(edit) @125 [125] 02/17/07 18:51:24 migurski Added location awareness to markers
(edit) @124 [124] 02/17/07 18:23:58 migurski Cleaned up marker internals a bit
(edit) @123 [123] 02/17/07 16:59:20 migurski Fixed build bug reported by Mikel
(edit) @122 [122] 02/17/07 16:58:16 migurski Minor tweaks
(edit) @121 [121] 02/17/07 16:56:57 migurski Added IMapProvider.sourceCoordinate() for cylindrical projection panning …
(edit) @119 [119] 02/12/07 11:03:48 migurski Added Blue Marble and OpenStreetMap? providers
(edit) @115 [115] 02/11/07 01:34:39 migurski Correctly picking active tile for well bounds, may have fixed ticket:4
(edit) @114 [114] 02/10/07 19:15:01 migurski Randomized tile servers for MS and Google
(edit) @113 [113] 02/10/07 19:14:03 migurski Oops
(edit) @112 [112] 02/10/07 16:12:38 migurski Added a background that can be grabbed and dragged (ticket:2)
(edit) @111 [111] 02/10/07 16:05:12 migurski Added painting allowance to tile grid to speed up redraw in multiple quick …
(edit) @103 [103] 02/07/07 12:42:37 darren implemented GoogleHybridMapProvider?
(edit) @102 [102] 02/07/07 12:30:18 darren added YahooHybridMapProvider?.as fixed UI in SampleClient?
(edit) @101 [101] 02/07/07 02:59:34 darren undeleted code deleted from wrong class
(edit) @100 [100] 02/07/07 02:56:39 darren added Yahoo Road + Aerial providers.
(edit) @99 [99] 02/07/07 02:17:31 darren refactored MapProvider? throttled requests to use …
(edit) @98 [98] 02/06/07 23:32:00 migurski Added Google aerial provider
(edit) @97 [97] 02/06/07 22:12:35 darren implemented GoogleRoadMapProvider?, stubbed out remainining …
(edit) @96 [96] 02/06/07 11:14:16 migurski Now invalidating marker set index when provider geometry changes
(edit) @95 [95] 02/06/07 09:52:37 migurski Modified provider switching to only repaint tiles when provider geometry …
(edit) @94 [94] 02/05/07 23:11:15 darren added mapProvider switching
(edit) @93 [93] 02/05/07 20:34:52 migurski Removed reference to deprecated property origin
(edit) @92 [92] 02/05/07 19:46:31 migurski Marker set now segmented by tile coverage, with marker visibility report
(edit) @91 [91] 02/04/07 21:04:05 migurski Added primitive marker awareness
(edit) @90 [90] 01/31/07 23:05:21 migurski Added ability to re-center the map on arbitrary geographical locations
(edit) @89 [89] 01/27/07 22:06:54 migurski Added initial geographic extent to map and tile grid
(edit) @88 [88] 01/27/07 18:08:07 migurski Added smooth zoom behavior to Map
(edit) @87 [87] 01/27/07 17:07:22 migurski Merged branch "migurski hetero tiles" onto trunk
(edit) @78 [78] 01/25/07 13:45:07 darren added onPaintComplete events to Tile, listener in TileGrid
(edit) @77 [77] 01/25/07 13:09:13 migurski Added tilesAtZoom method for getting a specific subset of tiles, in …
(edit) @76 [76] 01/24/07 00:04:49 migurski Oops, again
(edit) @75 [75] 01/23/07 23:42:24 migurski Delayed tile grid tile placement until a single frame has elapsed, and …
(edit) @74 [74] 01/23/07 20:44:23 migurski Oopsie.
(edit) @73 [73] 01/23/07 20:43:16 migurski Added signature strings for providers, projections, and transformation to …
Note: See TracRevisionLog for help on using the revision log.