Recent activity
Subscribe to this feed-
Mark Zeman started following the problem "syncing bookmarks bar between safari and firefox" in Xmarks.
A comment on the update "No more support for Google tiles in Modest Maps" in Modest Maps:
Sounds like a great technique. Can you provide a little more detail on exactly what's required to get this working. Full code example would be ideal. – Mark Zeman, on June 01, 2009 08:38
Mark Zeman reported a problem in Modest Maps on February 07, 2009 11:10:
Overlays not tweeningNot sure if I've missed something but when using TweenMap and an overlay the overlay doesn't zoom properly during the tween if the map isn't stage centre. It scales correctly but then jumps back into place when onEndZoom is called.
As a dirty fix I've added an extra refresh() into the onMapZoomedBy function in Overlay.as. Works fine but not sure if this adds too much of a performance hit by forcing a redraw at every tween step.
Using revision 752.
private function onMapZoomedBy(event:MapEvent):void {
polyCont.scaleX = polyCont.scaleY = Math.pow(2, event.zoomDelta);
refresh();
}
Mark Zeman replied on July 02, 2008 00:01 to the question "How can I get access to contribute changes/enhancements to modest maps svn repository?" in Modest Maps:
Mark Zeman replied on July 01, 2008 23:56 to the problem "Timezone Issue with activity feed" in Beanstalk:
-
Mark Zeman started following the problem "Timezone Issue with activity feed" in Beanstalk.
Mark Zeman replied on May 15, 2008 03:21 to the problem "We're Error: We're sorry, but your query looks similar to automated requests from a computer virus or spyware application" in Modest Maps:
Google have released an Maps API for Flash.
http://code.google.com/apis/maps/docu...
Is there a way to tie in with the new API and make valid Google tile requests from Modest Maps.
Be great to get proper Google support in Modest Maps which is still a superior way to implement maps with multiple providers.
Mark Zeman replied on November 20, 2007 02:37 to the question "When do you expect the AS3 port be complete?" in Modest Maps:
Visit...
http://modestmaps.mapstraction.com/tr...
At the bottom of the page clicking on "zip archive" will download the latest version of all the trunk files.
Mark Zeman asked a question in Modest Maps on August 27, 2007 09:40:
Best way to initialize map in specific locationWhat's the best way to load the map at a specific location?
calling map.init and then map.setCenterZoom results in a delay while the first set of tiles are loaded.
It would be great if map.init took a location and zoom level for the first load.-
Mark Zeman started following the question "When do you expect the AS3 port be complete?" in Modest Maps.
Loading Profile...


