Recent activity
Subscribe to this feed
jonas replied on April 16, 2008 06:29 to the question "ZoomTo wrong problem" in Modest Maps:
jonas replied on April 16, 2008 06:04 to the question "ZoomTo wrong problem" in Modest Maps:
Hi,RandomEtc,Thank you for your response.
I paste the code by giving you see next
Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:application height="400" width="550">
<mx:script>
<![CDATA[
private function appInit():void
{
myMap.map.zoomTo(0);
}
]>
</mx:script>
<modest:map width="100%">
</modest:map></mx:application>
jonas asked a question in Modest Maps on April 16, 2008 05:39:
ZoomTo wrong problemI have a question:
If the map is the current level 8, I use zoomTo () to the relatively small level, such as 1 or 2, there will be "no reference tile in mergeTiles ()" error, I would like to ask is why?
Loading Profile...
