Talk:Mercator

From OpenStreetMap Wiki
Jump to navigation Jump to search

Is there any reason we're showing the ellipsoidal mercator projection here instead of the (much shorter) spherical one? --GabrielEbner 14:50, 9 October 2007 (BST)

The online Lat/Lon to Mercator converter give different results than the C and PHP codesamples (and maby the others to)

Can anyone check witch results are the most correct?

In playing with building my own rendering engine from Mercator-stored coordinates in our OSM database, I found that the data was stored using the spherical projection rather than the ellipsoidal projection. I've commented on it and included a Java class at my blog; didn't want to start hacking away here until someone verified my own musings. :-) --W3woody 22:54, 29 July 2011 (BST)

Code licensing

I'm working on a library that is operating on OSM data. I'd like to reuse (copy) code found on this page. Looking at the license text on bottom of the page, it seems all content of the page (including code) is licensed under CC-BY-SA. Unfortunately I figured that GPL is incompatible with CC-SA-BY 2.0.

Is it possible to get the original authors of these example code to relicense their work under a different license that is compatible with GPL?

for my 2 cents about Java, copyleft, CC0. As it is pure translation of an public algorithm, no reason to put any copyright.--Nospam2005 (talk) 22:24, 2 February 2016 (UTC)

Spherical Mercator or Mercator projection

on the 2016-02-02, Wesko replaced:

Spherical Mercator

by:

Mercator projection

and:

Most of OSM, including the main tiling system, uses a spherical Mercator projection. This produces a fast approximation to the truer, elliptical projection.

by:

Most of OSM, including the main tiling system, uses a Mercator projection. This produces a fast approximation to the truer, but heavier elliptical projection.

Stating: (→‎Spherical Mercator: Spherical projection is not Mercator!)

Absolutely, Spherical Mercator Projection ([1], previously EPSG:900913 AKA Google projection) is not Mercator projection.

So if no objection, I'll update the link and text in the second modification to [Pseudo-Mercator projection] and rename the sections Spherical Pseudo-Mercator Projection and Elliptical (true) Mercator Projection. I think the purpose of the modification was clarification but introduced confusion.--Nospam2005 (talk) 22:24, 2 February 2016 (UTC)