adding Train label to Python
This commit is contained in:
parent
ed4da0fc45
commit
12fb78ffab
|
@ -230,6 +230,7 @@ void export_world() {
|
|||
.value("Bicycle", cr::CityObjectLabel::Bicycle)
|
||||
.value("Bus", cr::CityObjectLabel::Bus)
|
||||
.value("Rider", cr::CityObjectLabel::Rider)
|
||||
.value("Train", cr::CityObjectLabel::Train)
|
||||
.value("Any", cr::CityObjectLabel::Any)
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue