ucdavis / dss-wayfinding

Code for the DSS wayfinding and LCD screens project
2 stars 8 forks source link

A lot of rooms are unroutable. For example, if I start at 2233, I can't route to 2203 or 2206 #19

Closed okadri closed 9 years ago

okadri commented 9 years ago

Example: Start: R0130, destination: R2293

cthielen commented 9 years ago

Looks like a lot of misc. SVG issues, for example, paths drawn with polyline instead of line.

cthielen commented 9 years ago

Some of these maps are also just missing the correct paths. .checkMaps() has been very helpful.

cthielen commented 9 years ago

Verified using Wayfinding's built-in debug code that the recent updates to the .ai and .svg files (see Box.net share) no longer have un-routable rooms or paths.

There were roughly 10 rooms which required fixing.