Closed stephenrjones closed 10 years ago
Added a first pass at drawing lines in Workcells. Need to test and determine valid options
Cool... adding 'dashArray' style to the properties of the line featuretype will create a dashed line. Option is a comma separated string specifying lengths of alternating dashes and gaps. For example "5, 5" for evenly sized dashes, "5, 5, 10, 5" for alternating short and long dashes. Other options similar to polygon (color, weight, opacity). Also has 'lineCap' option, which denotes end of line ('round', 'butt', 'square')
Awesome. I'm working on a "wizard" for building those feature types, so I'll add those as well.
--Jay
On Thu, Oct 2, 2014 at 3:09 PM, Stephen Jones notifications@github.com wrote:
Cool... adding 'dashArray' style to the properties of the line featuretype will create a dashed line. Option is a comma separated string specifying lengths of alternating dashes and gaps. For example "5, 5" for evenly sized dashes, "5, 5, 10, 5" for alternating short and long dashes. Other options similar to polygon (color, weight, opacity). Also has 'lineCap' option, which denotes end of line ('round', 'butt', 'square')
— Reply to this email directly or view it on GitHub https://github.com/ngageoint/geoq/issues/257#issuecomment-57689387.
Add the ability to draw lines in addition to polygons within a workcell