diff --git a/Docs/python_api.md b/Docs/python_api.md index 72d20ce79..32f4ebf1d 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -1634,9 +1634,9 @@ Width of the lanes described in the resulting XODR map. Default value is __4.0__ - **elevation_layer_height** (_float – meters_) Defines the height separating two different [OpenStreetMap layers](https://wiki.openstreetmap.org/wiki/Key:layer). Default value is __0.0__. - **proj_string** (_str_) -Defines the proj4 string (https://github.com/OSGeo/proj.4) that will be used to compute the projection from geocoordinates to cartesian coordinates. This string will be written in the resulting OpenDRIVE unless the options `use_offsets` or `center_map` are enabled as these options override some of the definitions in the string. +Defines the [proj4](https://github.com/OSGeo/proj.4) string that will be used to compute the projection from geocoordinates to cartesian coordinates. This string will be written in the resulting OpenDRIVE unless the options `use_offsets` or `center_map` are enabled as these options override some of the definitions in the string. - **generate_traffic_lights** (_bool_) -Indicates wether to generate traffic light data in the OpenDRIVE. road types defined by `set_traffic_light_excluded_way_types(way_types)` will not generate traffic lights. +Indicates wether to generate traffic light data in the OpenDRIVE. Road types defined by `set_traffic_light_excluded_way_types(way_types)` will not generate traffic lights. - **all_junctions_with_traffic_lights** (_bool_) When disabled, the converter will generate traffic light data from the OpenStreetMaps data only. When enabled, all junctions will generate traffic lights. @@ -1644,7 +1644,7 @@ When disabled, the converter will generate traffic light data from the OpenStree ##### Setters - **set_osm_way_types**(**self**, **way_types**) -Defines the OpenStreetMaps road types that will be imported to OpenDRIVE. By default the road types imported are `motorway, motorway_link, trunk, trunk_link, primary, primary_link, secondary, secondary_link, tertiary, tertiary_link, unclassified, residential`. For a full list of road types check https://wiki.openstreetmap.org/wiki/Main_Page . +Defines the OpenStreetMaps road types that will be imported to OpenDRIVE. By default the road types imported are `motorway, motorway_link, trunk, trunk_link, primary, primary_link, secondary, secondary_link, tertiary, tertiary_link, unclassified, residential`. For a full list of road types check [here](https://wiki.openstreetmap.org/wiki/Main_Page). - **Parameters:** - `way_types` (_list(str)_) – The list of road types. - **set_traffic_light_excluded_way_types**(**self**, **way_types**) @@ -3515,34 +3515,6 @@ document.getElementById("snipets-container").innerHTML = null; } -