cvvergara / osm2pgrouting

Import tool for OpenStreetMap data to pgRouting database
http://www.pgrouting.org
GNU General Public License v2.0
0 stars 0 forks source link

standarize configuration names to osm names #9

Open cvvergara opened 7 years ago

cvvergara commented 7 years ago

I really get mixed up when configuring for example in osm:

<tag k="highway" v="motorway"/>

currently the configuration file:

  <type name="highway" id="1">
    <class name="motorway"          id="101" priority="2.0" maxspeed="130"/>
  <tag_k name="highway" id="1">
    <tag_v name="motorway"          id="101" priority="2.0" maxspeed="130"/>