agents4its / agentpolis

GNU General Public License v3.0
3 stars 1 forks source link

Visio: A more accurate rendering of the road (turns) #28

Open zdebou opened 7 years ago

zdebou commented 7 years ago

To have better vision, it is enough to comment RoadGraphSimplifier.simplify(osmGraph, Collections.emptySet()); in package cz.agents.gtdgraphimporter;. However, the graph will be bigger. For prague-filtered-complete the change is two-times, highway graph details: Graph [#nodes=116600, #edges=215359]

zdebou commented 7 years ago

It would be better to have each edge from junction to junction, instead of multiple edges to have nice curves (the way how it works now). Probably it will need separation in the code and create (e.g.) VisioEdge with the described curves