Modest Maps Begginer's questions
I'm just starting my adventure with Modest Maps and I have some questions:
- where can I find Modest Maps Documentation/Reference?
- when I open my site, map shows only X instead of tiles, they show up only after i drag it a little. How to fix this?
- How to limit zoomOut?
- I found SampleClient1.as very useful, but is there any navigation window example for modest maps?
- how to properly set starting position and zoom? I would like to have my map at max zoom out, centerted.
I'm using my own tiles with a help of AbstractZoomifyMapProvider. AS2 user. I've also used the onResize to have my map 100%.
- where can I find Modest Maps Documentation/Reference?
- when I open my site, map shows only X instead of tiles, they show up only after i drag it a little. How to fix this?
- How to limit zoomOut?
- I found SampleClient1.as very useful, but is there any navigation window example for modest maps?
- how to properly set starting position and zoom? I would like to have my map at max zoom out, centerted.
I'm using my own tiles with a help of AbstractZoomifyMapProvider. AS2 user. I've also used the onResize to have my map 100%.
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?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. -
Inappropriate?Thanks fishface!
It works now.
Anybody could help me with remaining questions:
- where can I find Modest Maps Documentation/Reference?
- is there any navigation window example for modest maps?
Regards
I’m Almost there...
Loading Profile...



