Esri / military-features-data

Source data for Esri defense and intelligence feature templates. This data is used to create features and derived data products using military symbology.
Apache License 2.0
45 stars 32 forks source link

Support by fire is currently a line symbol with the angle arrows as the linear stroke symbol layers; width of support by fire is a point marker symbol layer #267

Closed Dbarnes1 closed 6 years ago

Dbarnes1 commented 7 years ago

Issue originally posted in: c_api/issues/7245#issuecomment-753196

Currently the Support by Fire symbol draws with the angle arrows as two line strokes, and the line that indicates width as a shape marker. The length of the angle arrows is actually not important to the symbol according to the standard, as @joebayles has already pointed out: image

The proposed solution to this would be to make the two arrow angle lines shape markers, and make the line that indicates with the line stroke. The symbol would be altered and therefore draw perpendicular to the general direction in which the fire would be moving, which is a little counter-intuitive but closer to how the standard dictates this should be implemented.

I don't think we have a fix currently for implementing the precise angle of the arrows at this time.

Dbarnes1 commented 7 years ago

for update 1 of runtime quartz, they are treating this as a Known Issue as it currently doesn't make sense to implement the symbol the way the standard specifies. Issue about the standard and this symbol located here: https://github.com/Esri/joint-military-symbology-xml/issues/337

topowright-zz commented 6 years ago

We need to understand if this is an issue with APP6-B based on our new stylex file.

Currently the information we have related to this issue can be found here: https://github.com/Esri/military-features-data/wiki/Known-Issues

topowright-zz commented 6 years ago

Document if this is supported in 100.2 and ArcGIS Pro 2.1. We need to understand if this is an issue with APP6 - B as well.

BobBooth commented 6 years ago

APP-6B should probably match what we do with this. The point ordering is not specified in 6B. image.png In contrast, 2525C does specify the point order: image.png The Point 1 - Point 2 sequence, to define the length of the line, would make sense.

topowright-zz commented 6 years ago

This issue was moved to Esri/military-symbology#286