<p>Hi, i create osm from josm, and contains some point like:<br>
  node id='-34423' visible='true' lat='39.11292963103' lon='117.74909839384'<br>
    tag k='bench' v='yes' </p>

<p>But when i export to postgis db, it changed to </p>

<pre>  id   |    lat    |    lon     |    tags     
--------+-----------+------------+-------------
 -34423 | 473786070 | 1310776967 | {bench,yes}
</pre>

<p>How does this happen? And beside the value changed, how to keep 47.3786070 and 39.11292963103 at the same magnitude? </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/osm2pgsql/issues/503">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AD2-7uDBdwtmeuYws3nX11CYWDqC_ROyks5pHAtngaJpZM4GkcmU.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/openstreetmap/osm2pgsql/issues/503"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>