<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><blockquote type="cite"><br>Any "magic incantation" that will just "do this" (for shapefile data) is appreciated.  I don't know if copy-pasting the above string into a .prj in the shapefile folder will direct JOSM (via Shapefile plug-in) to "adjust" the data to WGS 84, or if something different is required.  It is even possible that clicking on JOSM's alert button of "Yes" is all that is required, but I'm not sure.  Thank you in advance.<br><br></blockquote><br></div><div>Well, just clicking “Yes” will definitely not work, since JOSM won’t know what to convert from.</div><div><br></div><div>I don’t know if JOSM doesn’t reprojection. But if you want to just do it before loading the data into JOSM and you have OGR/GDAL installed:</div><div><br></div><div><div style="margin: 0px;"><font face="Courier New">ogr2ogr -s_srs EPSG:4267 -t_srs EPSG:4326  output.shp input.shp</font></div><div style="margin: 0px; font-size: 11px; font-family: 'Input Mono';"><br></div><div style="margin: 0px; font-size: 11px; font-family: 'Input Mono';"><br></div><div style="margin: 0px; font-size: 11px; font-family: 'Input Mono';">d.</div><div style="margin: 0px; font-size: 11px; font-family: 'Input Mono';"><br></div></div></body></html>