adding Train label to Python

This commit is contained in:
bernatx 2022-12-20 09:41:31 +01:00 committed by bernat
parent ed4da0fc45
commit 12fb78ffab
1 changed files with 1 additions and 0 deletions

View File

@ -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)
;