|
|
|
@656
|
[656]
|
08/27/08 17:43:47 |
allens |
added Location.equals() |
|
|
|
@650
|
[650]
|
08/27/08 01:08:13 |
tom |
google terrain provider in as3 |
|
|
|
@647
|
[647]
|
08/25/08 16:38:15 |
tom |
merged tom-tweenlite branch onto as3 trunk - many changes, please feel … |
|
|
|
@545
|
[545]
|
04/10/08 10:32:05 |
tcollins |
Fixed the map not redrawing when assigned a new provider (missing … |
|
|
|
@544
|
[544]
|
04/10/08 10:26:59 |
tcollins |
Patch for Events, and added "RemoveAllMarkers?" functions.
Fixed missing … |
|
|
|
@543
|
[543]
|
04/08/08 00:56:10 |
allens |
Allowed the screen coordinate conversion methods take a DisplayObject? … |
|
|
|
@542
|
[542]
|
04/06/08 23:47:59 |
allens |
added some niceties to MapExtent?: getRect() returns a Rectangle of the … |
|
|
|
@537
|
[537]
|
04/03/08 17:09:58 |
allens |
added event type (MapEvent?.PROVIDER_CHANGED) for when the map provider … |
|
|
|
@523
|
[523]
|
03/18/08 13:23:43 |
migurski |
Updated Google Maps version |
|
|
|
@503
|
[503]
|
03/07/08 12:35:16 |
allens |
- added MarkerClip?.setMarkerLocation()
- added some additional request … |
|
|
|
@502
|
[502]
|
03/04/08 16:45:43 |
allens |
added center getter and setter |
|
|
|
@483
|
[483]
|
02/13/08 18:01:25 |
tom |
basic port of the Python code to Processing |
|
|
|
@461
|
[461]
|
01/25/08 12:38:57 |
migurski |
Updated Google Maps version for January 2008 |
|
|
|
@455
|
[455]
|
01/24/08 18:37:41 |
tom |
disabling double click to center by default, use … |
|
|
|
@454
|
[454]
|
01/24/08 18:33:18 |
tom |
added panTo and zoomTo in as3 for animating, removed animation by default … |
|
|
|
@453
|
[453]
|
01/24/08 18:31:02 |
tom |
tabs not spaces |
|
|
|
@449
|
[449]
|
01/24/08 18:03:07 |
tom |
unix line endings for Map.as please |
|
|
|
@447
|
[447]
|
01/24/08 16:54:38 |
tom |
merging tkdave's changes into trunk, let's call it 1.0 |
|
|
|
@406
|
[406]
|
11/27/07 16:26:50 |
migurski |
November 2007 Google Maps version update |
|
|
|
@365
|
[365]
|
11/01/07 13:38:47 |
tom |
fix for tile discontinuity bug from Bill Thorp … |
|
|
|
@358
|
[358]
|
10/26/07 00:03:10 |
tom |
undashed GreatCircleOverlay? for now, added optional fullscreen button to … |
|
|
|
@357
|
[357]
|
10/24/07 10:09:30 |
tom |
merging tweaks from Trulia Hindsight |
|
|
|
@355
|
[355]
|
10/24/07 09:55:23 |
tom |
added various helpers from Oakland Crime and Dopplr experiments |
|
|
|
@354
|
[354]
|
10/24/07 09:54:03 |
tom |
added methods for modifying MapExtent? |
|
|
|
@353
|
[353]
|
10/22/07 17:11:11 |
migurski |
oops, there's really no shading on ms aerial or hybrid |
|
|
|
@352
|
[352]
|
10/22/07 16:59:12 |
tom |
oops, there's no shading on ms aerial or hybrid |
|
|
|
@351
|
[351]
|
10/22/07 16:56:56 |
tom |
making hill shading optional, default off |
|
|
|
@350
|
[350]
|
10/19/07 18:16:06 |
migurski |
Switch to the new hilly, pretty MS Live maps |
|
|
|
@347
|
[347]
|
09/14/07 16:57:37 |
migurski |
Google Maps September version update |
|
|
|
@346
|
[346]
|
08/15/07 23:05:24 |
tom |
MarkerClip? no longer uses TileGrid's indexing and event passing and does … |
|
|
|
@345
|
[345]
|
08/15/07 23:03:53 |
tom |
added double click centering to TileGrid.as |
|
|
|
@344
|
[344]
|
08/15/07 23:03:05 |
tom |
fixing flex to match new constructor syntax |
|
|
|
@341
|
[341]
|
08/14/07 21:52:47 |
migurski |
August 2007 Google Maps Version Update |
|
|
|
@340
|
[340]
|
08/13/07 10:45:48 |
tom |
markerclip is now standalone (no api change) and added event metadata |
|
|
|
@338
|
[338]
|
08/11/07 21:19:14 |
tom |
init is gone in favour of constructors for v1.0 |
|
|
|
@337
|
[337]
|
08/11/07 20:50:59 |
tom |
cleaned up dragging listeners (and tab formatting) in TileGrid to help … |
|
|
|
@336
|
[336]
|
08/10/07 23:13:15 |
tom |
wellColor and things were broken, changed it to drawWell and drawGridArea … |
|
|
|
@335
|
[335]
|
08/10/07 22:44:51 |
tom |
catch rare moment when stop panning happens but start panning doesn't |
|
|
|
@334
|
[334]
|
08/10/07 22:15:23 |
tom |
tested MarkerClip? a bit more, this seems to be working now |
|
|
|
@333
|
[333]
|
08/10/07 22:13:03 |
tom |
markerClip now public so that children can be inserted behind it, it can … |
|
|
|
@332
|
[332]
|
08/10/07 22:03:10 |
tom |
really ported as2's MarkerClip? to as3, but now it works a bit differently |
|
|
|
@331
|
[331]
|
08/10/07 20:48:52 |
tom |
ported as2's MarkerClip? to as3 |
|
|
|
@328
|
[328]
|
07/27/07 07:46:00 |
migurski |
Updated google maps aerial tile version |
|
|
|
@309
|
[309]
|
07/12/07 08:37:52 |
migurski |
Updated Google tile version numbers |
|
|
|
@297
|
[297]
|
06/15/07 19:21:23 |
tom |
shaking fist at Flex Builder's default tab width |
|
|
|
@296
|
[296]
|
06/15/07 18:02:33 |
tom |
fixing indenting in Tile.as for as3, I hope |
|
|
|
@293
|
[293]
|
06/14/07 15:19:34 |
migurski |
Updated Google tile version numbers |
|
|
|
@292
|
[292]
|
05/31/07 17:50:52 |
migurski |
Added Id keywords all over the place |
|
|
|
@287
|
[287]
|
05/24/07 12:51:48 |
allens |
don't need this here |
|
|
|
@286
|
[286]
|
05/22/07 12:49:59 |
migurski |
Merged branch AS3 onto trunk |
|
copied from branches/AS3/as3/lib/com:
|
|
|
|
@283
|
[283]
|
05/21/07 18:40:34 |
migurski |
Removed outdated dependence on MapProviderFactory? (ticket:32) |