eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.5k stars 1.41k forks source link

fix vehicle classes in navteq import (trac #1315) #1315

Open behrisch opened 10 years ago

behrisch commented 10 years ago

Migrated from http://sumo.dlr.de/ticket/1315

{
    "status": "new", 
    "changetime": "2014-10-20T13:11:42Z", 
    "description": " * try to incorporate info about speed category and form of way\n * add moped (and possibly other classes) where appropriate\n", 
    "reporter": "behrisch", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1413810702543802", 
    "component": "net building (NETGEN, NETCONVERT)", 
    "summary": "fix vehicle classes in navteq import", 
    "priority": "major", 
    "keywords": "", 
    "time": "2014-05-27T08:45:27Z", 
    "milestone": "1.1.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 10 years ago

@behrisch changed milestone from "0.22.0" to "1.1.0"

namdre commented 5 years ago

this was added via the use of special typemaps that incorporate the form_of_way. It might be useful to add such a typemap to data/typemaps (and add a hard-coded default as with the other default typemaps)