[Tile-serving] [osm2pgsql] Splitting long lines is not projection-aware (#277)
Frederik Ramm
notifications at github.com
Mon Feb 9 20:26:21 UTC 2015
The splitting of long lines currently happens at one projected unit for EPSG:4326, and 100.000 projected units for all other projections. This can lead to undesirable results when using other projections than EPSG:4326 and EPSG:3857.
Solving this is probably not trivial since you cannot simply project an 1° long line into the target projection - the target projection might not even be defined everywhere on the planet. It might be best to simply request direct user input of the split length when using non-standard projections.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/277
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150209/694c0104/attachment.html>
More information about the Tile-serving
mailing list