<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 3/29/2015 5:00 AM, Mark Bradley wrote:<br>
    <blockquote cite="mid:007201d06a17$e622b250$b26816f0$@gmail.com"
      type="cite"><span
        style="font-family:"Candara",sans-serif;color:black">Can
        I export these ways from OSM and then import them into OHM?</span></blockquote>
    The main technical problem with moving data from one OSM API to
    another (e.g. OSM to OHM, OSM to dev server, OSM to OpenGeoFiction)
    is making sure to get rid of the OSM IDs, as the other APIs will
    need to generate their own.<br>
    <br>
    There are clever ways to do this, but one simple way is to put what
    you want to move on its own layer in JOSM, convert the layer to GPX,
    and convert it from GPX back to OSM. This leaves you with a
    completely new way with an identical geometry. You can then copy the
    tags over.<br>
    <br>
    This works best with a small number of long complex ways.<br>
    <br>
    The correct way to do this would be to extract the ways into a file,
    invert all the IDs and ID references in the file, and upload it to
    the other API.<br>
  </body>
</html>