Sync your custom maps With Modest-Maps (AS3)
A few weeks ago, I played with a great library randomly found on Twitter: Modest Maps!
AS they already have a great discussion group and excellent tutorials – map transformation calculator and Zoomifyer tile tutorial, I’m not here to spend much time explaining how it works! But this is a really COOL library and I wanted to share it with you!
So basically, below is what you need to do in order to create a custom map:
(1) Convert your large custom map to tileGroups with the free version of Zoomifyer,
(2) Create a new class that will extend AbstractZoomifyMapProvider in com.modestmaps.mapproviders,
(3) Then you just need to instantiate your new object from your main class.
Below is the MapLA class implementation and a link to the full source code. Enjoy!


