missioncommand / mil-sym-java

(RETIRED) MIL-STD-2525 B and C rendering library and web service
Apache License 2.0
67 stars 36 forks source link

USAS 2525B update removed center of sector arrow from circular range fan #32

Closed y2kbowen closed 7 years ago

y2kbowen commented 7 years ago

I am not sure if this is a problem for the version of the spec your project supports. As shown below you are correctly rendering the circular range fan according to the spec provided in MIL-STD-2525B w/change 2 dated 3/7/2007. However, the update provided by USAS for COEV1 dated May 7 2014 shows the arrow has been removed.

2525bchg2rangefanspec usascircularrangefan

mdeutch3 commented 7 years ago

If you supply just the center point to the renderer it will display without the arrow.

y2kbowen commented 7 years ago

Cool, thanks.

y2kbowen commented 7 years ago

Providing only the center point to the renderer displays the image without the arrow. Is it correct for the image to have the arrow?

circularrangeimage

mdeutch3 commented 7 years ago

For Rev B you can have the direction indicator (arrow) if you use multiple points. pt0 is the center point, pt1 defines the end point of the arrow, and subsequent points define the concentric radii.