You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2><aclass="toc-backref" href="#id5" role="doc-backlink"><spanclass="section-number">4.4. </span>Analyze and Adjust the Routing Network Topology</a><aclass="headerlink" href="#analyze-and-adjust-the-routing-network-topology" title="Link to this heading">¶</a></h2>
<p>To avoid permission denied errors for local users you can set connection method
188
-
to <codeclass="docutils literal notranslate"><spanclass="pre">trust</span></code> in <codeclass="docutils literal notranslate"><spanclass="pre">/etc/postgresql/<version>/main/pg_hba.conf</span></code> and restart
188
+
to <codeclass="docutils literal notranslate"><spanclass="pre">trust</span></code> in <codeclass="docutils literal notranslate"><spanclass="pre">/etc/postgresql/<version>/main/pg_hba.conf</span></code> and restart
189
189
PostgreSQL server with <codeclass="docutils literal notranslate"><spanclass="pre">sudo</span><spanclass="pre">service</span><spanclass="pre">postgresql</span><spanclass="pre">restart</span></code>.</p>
<h2><aclass="toc-backref" href="#id9" role="doc-backlink"><spanclass="section-number">1.3. </span>Upload data to the database</a><aclass="headerlink" href="#upload-data-to-the-database" title="Link to this heading">¶</a></h2>
304
304
<p>The next step is to run <codeclass="docutils literal notranslate"><spanclass="pre">osm2pgrouting</span></code> converter, which is a command line
305
305
tool that inserts the data in the database, “ready” to be used with pgRouting.
306
-
Additional information about <codeclass="docutils literal notranslate"><spanclass="pre">osm2pgrouting</span></code> can be found at the <aclass="reference internal" href="../appendix/appendix-3.html#osm2pgrouting"><spanclass="std std-ref">Appendix: osm2pgrouting Import Tool</span></a></p>
306
+
Additional information about <codeclass="docutils literal notranslate"><spanclass="pre">osm2pgrouting</span></code> can be found at the <aclass="reference internal" href="../appendix/appendix-3.html"><spanclass="doc">Appendix: osm2pgrouting Import Tool</span></a></p>
307
307
<p>For this step:</p>
308
308
<ulclass="simple">
309
309
<li><p>the osm2pgrouting default <codeclass="docutils literal notranslate"><spanclass="pre">mapconfig.xml</span></code> configuration file is used</p></li>
0 commit comments