missioncommand / emp3-web

Extensible Map Platform (EMP) web development kit
Other
19 stars 9 forks source link

Line Weight affects Drawing Freehand Line in WorldWind #289

Closed jamesbeecroft closed 7 years ago

jamesbeecroft commented 7 years ago

When using drawing freehand in WorldWind, using a thick line weight (5) causes the drawn line to change as the user draws it.

jamesbeecroft commented 7 years ago

ww_drawfreehand_linechangedraw

mubinakhan commented 7 years ago

line width in cesium is different than in WW ( WW shows ways bigger than in cesium)

alberto-acevedo commented 7 years ago

Fixed by adjusting the outline width to be the same as in Cesium., and by bypassing the throttling when in No_PAN mode. NO_PAN mode is used by the greehand draw.

alberto-acevedo commented 7 years ago

Mubina - Test this issue by using the dev branch.

mubinakhan commented 7 years ago

Reintegrate. Stroke width should have limitations no more than 15.

alberto-acevedo commented 7 years ago

Already merged into the dev branch. closing this issue.