Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I've noticed that lots of map viewer (especially those nautical chart viewer) will shrink a mercator projected chart while panning towards poles.

Is this some compensation for mercator distortion?

Is this a dedicated projection?

How to implement that?

share|improve this question
you shouldn't crosspost in all possible sites/mailing list's... it is not a correct approach: 1 & 2 – A.R Feb 4 at 9:41
2  
Formulas for the scale of a Mercator projection are given in the answer at gis.stackexchange.com/a/40659. Concerning your last question, what platform do you intend to use for the implementation? – whuber Feb 4 at 14:23
I'm thinking that the shrink is to make the scale always the same along latitude, so , say (px, py) is normally projected coordinate, to get it shrinked, use (x, y) = (px*cos(lat), py*cos(lat)) – feverzsj Feb 5 at 0:44
If the Mercator implementation supports a standard parallel, they may be changing it to match the screen's central latitude. That will "shrink" a Mercator-based map. – mkennedy Feb 7 at 21:08

1 Answer

Here is a little puzzle that will illustrate what google mercator does.
Mercator puzzle

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.