<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Michal,<br><br>Did you contact the osmosis maintainers?<br>I can try to write a routine that sorts the data, but<br>I don't want to rewrite the osmosis code if not really<br>needed. I guess SRTM data uses negative ids<br>which are sorted, but in the "wrong" direction:<br>-1,-2,-3 instead of 1,2,3<br><br>A simple work around would be to use a <br>formula like <br>id = fixed_offset - id;<br>to get the order that is needed in splitter.<br><br>Gerd<br><br><div><hr id="stopSpelling">Date: Fri, 7 Mar 2014 11:36:12 +0100<br>From: michal.rogala@gmail.com<br>To: mkgmap-dev@lists.mkgmap.org.uk<br>Subject: [mkgmap-dev] splitter and srtm2osm<br><br><div dir="ltr"><div><div><div><div><br></div>Hi!<br></div><br>Did anyone manage to merge SRTM (srtm2osm output file) with any OSM map using splitter? Splitter complaints that IDs in srtm.osm file are not sorted. osmosis has a bug (exception: 'cannot represent XX as char') and I can't use it to sort srtm.osm file.<br>
<br></div><div>Is there any way that I can force splitter to merge both files with unsorted ID's?<br></div><div><br></div>Thanks in advance for any help :)<br><br></div>Michal Rogala<br></div>
<br>_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</div>                                               </div></body>
</html>