Recent activity
Subscribe to this feed
fishface replied on October 09, 2007 20:00 to the question "Modest Maps Begginer's questions" in Modest Maps:
Ok. I think I can answer some of these questions
I suspect the reason you are seeing x's is that the map view area is outside of the bounds for your custom map and attempting to load tiles that don't exist.
To limit the zoom out, what I do is check the current zoom level... grid.zoomLevel within Map.as... on the zoom button events
To set the starting position and zoom I've used Map.setExtent with the top left and lower right lat/lon choordinates of my map area. I also think that Map.setCenterZoom with a centerpoint location and zoom level would also work.
fishface replied on October 09, 2007 16:47 to the idea "zoomTo and PanTo" in Modest Maps:
This is good stuff. I had a hell of a time with the re-draw issues as well when writing a zoomOn function that would both pan and zoom to a particular location on the map. I ended up scrapping an animated effect for that because it was causing so many problems for me. If reDraw is set to true, it's going to attempt to load tiles for intermediate zoom levels between the start and destination zoom, right?-
fishface started following the question "Modest Maps Begginer's questions" in Modest Maps.
-
fishface started following the idea "zoomTo and PanTo" in Modest Maps.
fishface replied on September 26, 2007 19:57 to the question "How can I implement a double-click to zoom function?" in Modest Maps:
-
fishface started following the question "How can I implement a double-click to zoom function?" in Modest Maps.
Loading Profile...

