[Tile-serving] [openstreetmap/osm2pgsql] Adding/storing the node's lon and lat as columns in Postgis (#562)
Andy Allan
notifications at github.com
Tue Mar 29 08:39:39 UTC 2016
I would advise against doing this. You can use `select st_y(way)` and `select st_x(way)` whenever you need the latitude or longitude.
osm2pgsql has no support for adding latitude or longitude columns, since that would just duplicate the contents of the way column. Adding things to the .style file won't work in any way.
---
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/issues/562#issuecomment-202779217
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20160329/21e8bcaa/attachment.html>
More information about the Tile-serving
mailing list