pgRouting / osm2pgrouting

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

Missing documentation of mapconfig.xml #270

Open Langlaeufer opened 4 years ago

Langlaeufer commented 4 years ago

as I understood: priority is for the order in which the entries are checked. (standard value is 0) maxspeed is the standard value for maxspeed and is use if the way has no maxspeed value. what is the standard value? in configuration-table is writen 40 but in ways-table is used 50 for all ways without maxspeed.

but: what is "force" for? has the "id" of the tag_name any meaning?

cayetanobv commented 4 years ago

Hi @Langlaeufer ,

Thanks,

Langlaeufer commented 4 years ago

Thanks for your answer. I created an other ticket for the standard value of maxspeed, because this is not only a problem of documentation. Even in configuration table is writen 40 but in fact 50 us used for all ways without maxspeed tag

Langlaeufer commented 4 years ago

more question: Is there a possibility to exclude (blacklist) values from importing. (for example bicycle=no) Is it possible to use wildcards or to notice a key with for all its possible values?

Force seems to add missing qoutes to parameters, but in which cases it is useful?

Are there more parameters (than id, priority, maxspeed, force) in mapconfig?

rmarzocchi84 commented 2 years ago

more question: Is there a possibility to exclude (blacklist) values from importing. (for example bicycle=no) Is it possible to use wildcards or to notice a key with for all its possible values?

Force seems to add missing qoutes to parameters, but in which cases it is useful?

Are there more parameters (than id, priority, maxspeed, force) in mapconfig?

I have the same question..