ngageoint / geoq

Django web application to collect geospatial features and manage feature collection among groups of users
MIT License
704 stars 133 forks source link

Draw lines within Workcells #257

Closed stephenrjones closed 10 years ago

stephenrjones commented 10 years ago

Add the ability to draw lines in addition to polygons within a workcell

stephenrjones commented 10 years ago

Added a first pass at drawing lines in Workcells. Need to test and determine valid options

stephenrjones commented 10 years ago

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')

jaycrossler commented 10 years ago

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.