Tristramg / osm4routing

Parse OpenStreetMap data for routing
GNU General Public License v3.0
109 stars 32 forks source link

Support tags #10

Open acertain opened 11 years ago

acertain commented 11 years ago

It would be useful if the node and way tags could be included in the output.

Tristramg commented 11 years ago

Hello,

The problem is that there a lots of tags in OSM files. Maybe we could come up with some specific key/values ? Also how would you represent those tags in the output (as csv file or database) ?

alpha-beta-soup commented 10 years ago

I certainly think this would be useful, however it may be implemented. There are a lot of erroneous tags in the OSM for my own city that prevent pedestrian access to edges that do have footpaths and crossings. Once I've run this tool, all I know is that an edge has been deemed accessible or not, but not the tag that was used to determine this. If I had this information in the output, I could make appropriate adjustments.