Get your own customer support community
 

Beginner Questions: Transformations and Map Providers

I'm somewhat new to Flash (especially CS3 and AS3) but an experienced programmer in javascript (and java, python, etc). I'd like to use MM (the AS3 release) with custom tiles, and I've gone over the Oakland tutorial, and I have a few questions.

I already have my tileset ... they are rendered from a fairly high resolution shapefile using geoserver. The projection is 4326 (WGS84) which I think would be your linear projection.

OK, here are my questions:

1) If I know the exact boundries of my tileset do I still need to use the calculator? I'm not quite understanding the Transformation construction.

2) To create my own MapProvider it seems all I really need to override is the getTileUrl() method, right? The only other portion that seems non-trivial is defining the limits. The __topLeftOutLimit seems easy enough, but I'm not getting the __bottomRightInLimit. What is going on with the zoomTo(zoom - 8) in defineImageProperties() of AbstractZoomifyMapProvider?

I think that's enough to get me started. MM looks to be a great package and will save me a ton of time in development.
 
happy I’m learning MM!
Inappropriate?
1 person has this question

User_default_medium