<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Greg,</p>
<p><br>
</p>
<p>yes, splitter removes the version info because it is meant as a tool for mkgmap.</p>
<p>You should always load current data into JOSM when you plan to edit, else you <br>
</p>
<p>may have to fix several conflicts.&nbsp;</p>
<p><br>
</p>
<p>Gerd<br>
</p>
<p><br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>Von:</b> mkgmap-dev-bounces@lists.mkgmap.org.uk &lt;mkgmap-dev-bounces@lists.mkgmap.org.uk&gt; im Auftrag von greg crago &lt;gregcrago@gmail.com&gt;<br>
<b>Gesendet:</b> Samstag, 27. Februar 2016 16:39<br>
<b>An:</b> Development list for mkgmap<br>
<b>Betreff:</b> [mkgmap-dev] Problem uploading data to JOSM wit 20 hour old OSM data, maybe a SPLIITTER issue?</font>
<div>&nbsp;</div>
</div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>I downloaded .a mapset (michigan-latest.osm.pbf) from <a id="LPlnk292560" href="http://download.geofabrik.de/north-america.html">
http://download.geofabrik.de/north-america.html</a> yesterday. The data is about 20 hours old.
<div style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;" id="LPBorder_GT_14565936618340.7441783881899315">
<table style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);" id="LPContainer_14565936618270.7274505125937294" cellspacing="0">
<tbody>
<tr style="border-spacing: 0px;" valign="top">
<td colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" id="TextCell_14565936618300.538776888521036">
<div id="LPRemovePreviewContainer_14565936618300.6001746212644917"></div>
<div style="top: 0px; color: rgb(0, 120, 215); font-weight: 400; font-size: 21px; font-family: &quot;wf_segoe-ui_light&quot;,&quot;Segoe UI Light&quot;,&quot;Segoe WP Light&quot;,&quot;Segoe UI&quot;,&quot;Segoe WP&quot;,Tahoma,Arial,sans-serif; line-height: 21px;" id="LPTitle_14565936618300.3015604014619139">
<a target="_blank" href="http://download.geofabrik.de/north-america.html" style="text-decoration: none;" id="LPUrlAnchor_14565936618310.3004878057814142">North America - Geofabrik</a></div>
<div style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: &quot;wf_segoe-ui_normal&quot;,&quot;Segoe UI&quot;,&quot;Segoe WP&quot;,Tahoma,Arial,sans-serif; font-size: 14px; line-height: 14px;" id="LPMetadata_14565936618310.42522686163434464">
download.geofabrik.de</div>
<div style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: &quot;wf_segoe-ui_normal&quot;,&quot;Segoe UI&quot;,&quot;Segoe WP&quot;,Tahoma,Arial,sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;" id="LPDescription_14565936618330.7242758788787025">
Not what you were looking for? Geofabrik is a consulting and software development firm based in Karlsruhe, Germany specializing in OpenStreetMap services.</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
</div>
I had to use SPLITTER r428 with this command:<br>
<br>
java -Xmx1024m -Xms1024m -ea -jar \MKGMAP\splitter-r428\splitter.jar --max-nodes=1400000 --mapid=&quot;12390000&quot; --geonames-file=\MKGMAP\cities15000.zip --description=MI-greg --max-areas=&quot;255&quot; --no-trim --status-freq=&quot;600&quot; michigan-latest.osm.pbf<br>
<br>
</div>
Since I could not load the entire Michigan 96MB file into JOSM r9329. The resulting file, 12390006.osm.pbf, is 10.8MB and I imported it into JOSM and copied a NODES tags to an underlying POLYGON and deleted the NODE and tried to upload to the OSM server and
 got this error message:<br>
<br>
<span style="color:rgb(0,0,0); font-family:sans-serif; font-size:13px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:18.2px; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; display:inline!important; float:none; background-color:rgb(255,255,255)">&quot;Uploading
 failed because the server has a newer version of one of your nodes, ways, or relations. Click Synchronize entire dataset to synchronize the entire local dataset with the server&quot;<br>
<br>
</span></div>
<span style="color:rgb(0,0,0); font-family:sans-serif; font-size:13px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:18.2px; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; display:inline!important; float:none; background-color:rgb(255,255,255)">It
 is possible that SPLITTER r428 is not preserving the dataset versions or is setting them all to 1 when they really have different versions (eg. 2,3,4)<br>
<br>
</span></div>
<span style="color:rgb(0,0,0); font-family:sans-serif; font-size:13px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:18.2px; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; display:inline!important; float:none; background-color:rgb(255,255,255)">Greg<br>
</span></div>
</div>
</div>
</div>
</body>
</html>