ucdavis / wayfinding

jQuery plugin for interactive svg maps
101 stars 58 forks source link

directionality on paths #1

Open jeremyp opened 10 years ago

jeremyp commented 10 years ago

We have a lot of doors in SS&H that you can exit through but not enter through (unless you have a key). It would be nice if there were a way to set directionality on at least some paths to prevent routing through 1-way doors.

jraller commented 10 years ago

I'm trying to decide what the best way to encode these into the .svg is. We can test how illustrator encodes the marker-end and test for that.

jraller commented 10 years ago

see: http://tutorials.jenkov.com/svg/marker-element.html

thunderapps commented 8 years ago

Hi everyone, can i ask if there is any open source / commercial application to edit and encode the doors, paths, polygons from a visual builder perspective easily?

jraller commented 8 years ago

@thunderapps there is not at this point. There are several interesting libraries that should make it possible to build a web interface for generating the map files. I built my map files with Illustrator.

In the long term having a dedicated map builder would allow features like map checking to be done and snap to path could be built in.