-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GMapPlot Coordinate Axes #2940
Comments
The axes being displayed are those of the web mercator projection that google maps uses. Previously GMap was not correctly transforming lat lon points into web mercator which was a problem. Definitely agree that a lat-lon transformed axes would be useful new feature. You seem to be having a separate problem about a 20px offset. Can you elaborate more on this, maybe on a separate issue, so we can treat it seperately from the lat-lon mapped axis feature request. |
@brendancol I've forgotten did your tile renderer work result in a mapped axis being available? |
I think we can come up with a tick formatter that will display good labels without too much fuss. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
GmapPlot no longer displays lat/lon coordinates in useful formats. It's hard to quantify this due to issue #2939, but it also appears that points are appearing ~20 pixels to the left of where they ought to be projected on a map. The code below is the exact same as from issue #2822.
The text was updated successfully, but these errors were encountered: