<div dir="ltr"><font size="3">hi,</font><div style="font-size:12.8px"><font size="3"><br></font></div><div style="font-size:12.8px"><font size="3">I have a question regarding the mapconfig.xml files. I've imported Austrian streets by issuing the command:</font></div><div style="font-size:12.8px"><font size="3"><br></font></div><div style="font-size:12.8px"><font size="3">osm2pgrouting -f austria-latest.osm -h localhost -U postgres -d catchment -W postgres --conf=/usr/share/<wbr>osm2pgrouting/mapconfig_for_<wbr>cars.xml<br></font></div><div style="font-size:12.8px"><font size="3"><br></font></div><div style="font-size:12.8px"><font size="3">In case I want to compute pedestrian catchment areas, is it okay to pass false as the last parameter to the pgr_drivingdistance?</font></div><div style="font-size:12.8px"><font size="3"><br></font></div><div style="font-size:12.8px"><font size="3">Currently, the usage looks like this:</font></div><div style="font-size:12.8px"><font size="3"><br></font></div><div style="font-size:12.8px"><font size="3"><div>pgr_drivingdistance('SELECT gid AS id, source, target, length_m / 1.3 AS cost FROM public.ways',</div><div>        pgr_pointToEdgeNode('public.<wbr>ways', ST_Point($1, $2), 0.01),</div><div>        limit_max,</div><div>        false)</div><div><br></div><div><br></div><div>1) SELECT gid AS id, source, target, length_m / 1.3 AS cost FROM public.ways</div><div><br></div><div>costs are minutes (length_m / pedestrian's speed = seconds)</div><div><br></div><div>2) limit_max is a seconds value such as 900 (=15 minutes)</div><div><br></div><div>3) false is the last parameter of pgr_drivingdistance (= undirected graph)</div><div><br></div><div>Do I need to re-import the data to get a truly pedestrian suitable network?</div><div><br></div><div>Thank you in advance.</div><span class="gmail-HOEnZb"><font color="#888888">Katarina</font></span></font></div></div>