[Tile-serving] [openstreetmap/osm2pgsql] Set projection in flex output in column config (#1277)
Jochen Topf
notifications at github.com
Mon Oct 5 13:31:06 UTC 2020
@joto commented on this pull request.
> { column = 'geom', type = 'point' },
})
tables.ways = osm2pgsql.define_way_table('ways', {
{ column = 'tags', type = 'hstore' },
- { column = 'geom', type = 'linestring' },
+ -- Create a geometry column for linestring geometries. The geometry will
+ -- be in latlong (WGS84), EPSG 3857.
fixed
--
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/1277#discussion_r499599915
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201005/d78da68f/attachment.htm>
More information about the Tile-serving
mailing list