[OSM2World] How do I change Right-hand-traffic to Left-hand-traffic when convert osm to obj?

Tobias Knerr osm at tobias-knerr.de
Mon Nov 29 17:26:19 UTC 2021


Hi,

On 29.11.21 08:57, 森嶋 晃介 wrote:
> I couldn’t find driving side option when execute conversion using OSM2World.
> 
>    https://wiki.openstreetmap.org/wiki/OSM2World/Configuration_file

unfortunately, this requires changing the source code at the moment. 
Specifically, this constant needs to be set to false instead of true:

https://github.com/tordanik/OSM2World/blob/master/src/main/java/org/osm2world/core/world/modules/RoadModule.java#L62

It would make a lot sense as a configuration option, and I'll probably 
be able to add that improvement to the next build. I've created a new 
issue on GitHub so you (and anyone else interested) can get an update 
once it's implemented:

https://github.com/tordanik/OSM2World/issues/187

Yours,
Tobias



More information about the OSM2World mailing list