[Tile-serving] [openstreetmap/osm2pgsql] Cleanup reprojection (#1263)

Jochen Topf notifications at github.com
Wed Aug 5 12:02:53 UTC 2020


@joto commented on this pull request.



>  namespace {
 
-void latlon2merc(double *lat, double *lon)
+Coordinates lonlat2merc(Coordinates coords)

It still converts coordinates from lon/lat format to Mercator. The `Coordinates` just holds two doubles and can be used by many different coordinate systems.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1263#discussion_r465676366
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200805/ff2ee2df/attachment.htm>


More information about the Tile-serving mailing list