<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>I have done this on an <i>ad hoc</i> basis using QGIS but have never managed to transfer the process successfully to PostGIS.<br><br></div><div>I think Nick Whitlegg does this for his Android walking app with coverage of several counties in Southern England.<br></div><div><br></div>It's fundamentally much easier to show the difference than to convert that into suitable file formats (see the recent blog post about missing roads in Brazil which describes exactly this issue).<br><br></div>FWIW. What I do is :<br><br></div><ul><li>Pull in the whole highway network from OSM</li><li>Buffer it by some magic number (10-25 metres)</li><li>Find all PRoWs which are within the buffers.</li><li>Repeat on last dataset for highways with designation tag.</li></ul></div></div></div><br></div>Then one wants to do differences between all PROWS and PROWS matched to OSM & those lines and ones matched on designation. <br><br></div>I have a very crude mkgmap script which takes the output and draws thick lines in various colours as a transparent overlay for a Garmin device.<br><br></div><div>With PostGIS I have run into various problems including non-noded intersection errors in the latter steps. So I have never automated the process. However, for smallish data sets, e.g., all paths within 5-10 miles of a centroid (one can use Overpass to grab the data) it's quick enough to run the evening before venturing out.<br></div><div><br></div>Cheers,<br><br></div>Jerry<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 6 September 2016 at 18:46, Robert Whittaker (OSM lists) <span dir="ltr"><<a href="mailto:robert.whittaker+osm@gmail.com" target="_blank">robert.whittaker+osm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 6 September 2016 at 18:22, Dave F <<a href="mailto:davefoxfac63@btinternet.com">davefoxfac63@btinternet.com</a>> wrote:<br>
> As a by-product of the PROW comparison, would it be possible to create a<br>
> list (Geojson?) of paths not in OSM but in LA's definitive maps? It's<br>
<br>
I don't know if you've seen it, but I've had a go at developing a<br>
comparison tool for PRoWs myself:<br>
<a href="http://robert.mathmos.net/osm/prow/progress/" rel="noreferrer" target="_blank">http://robert.mathmos.net/osm/<wbr>prow/progress/</a><br>
<br>
The tool currently only covers Norfolk and Suffolk, but it could be<br>
extended further afield if suitably licensed and formatted data is<br>
available. There are also several missing features (in particular the<br>
ability for anyone other than me to update the mapping completion<br>
status of each route in the tool). But hopefully it's still useful to<br>
people in it's current state. Other suggestions for improvements would<br>
be welcome.<br>
<span class="HOEnZb"><font color="#888888"><br>
Robert.<br>
<br>
--<br>
Robert Whittaker<br>
<br>
______________________________<wbr>_________________<br>
Talk-GB mailing list<br>
<a href="mailto:Talk-GB@openstreetmap.org">Talk-GB@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk-gb" rel="noreferrer" target="_blank">https://lists.openstreetmap.<wbr>org/listinfo/talk-gb</a><br>
</font></span></blockquote></div><br></div>