[Tile-serving] [osm2pgsql] lat lon changed from osm to db (#503)
lincoln
notifications at github.com
Wed Nov 18 06:00:07 UTC 2015
Hi, i create osm from josm, and contains some point like:
node id='-34423' visible='true' lat='39.11292963103' lon='117.74909839384'
tag k='bench' v='yes'
But when i export to postgis db, it changed to
<pre>
id | lat | lon | tags
--------+-----------+------------+-------------
-34423 | 473786070 | 1310776967 | {bench,yes}
</pre>
How does this happen? And beside the value changed, how to keep 47.3786070 and 39.11292963103 at the same magnitude?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/503
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151117/9568c9b8/attachment.html>
More information about the Tile-serving
mailing list