MapModel2d

Hi guys,

I’m having some problems with the MapModel2d class and methods.When I give the PositionToPixel method two different lat/long pairs they both return the same point, it seems to be caused by at some point rounding the double value (lat/long) to an int I’m guessing.

exampe: 33.31677187531347 -85.27387375111853 returns a point 27,58
33.312168 -85.275879 returns the same point 27,58

Any ideas, or does the MapModel2d not provide enough accuracy for this sort of thing?

Cheers