Select to view content in your preferred language

3 Anchor Polyline Symbols are Drawn Incorrectly

2647
5
06-23-2014 01:53 PM
C4iC4i
by
New Contributor
Runtime version 10.2.3
Operating Sytem: Windows 7 Ultimate

Steps to reproduce:
1. Download, build, and run the ArcGIS Runtime SDK sample from arcgis-runtime-samples-dotnet
2. Navigate to Symbology -> Advanced -> Symbol Dictionary Search.
3. In the geometry type drop down menu, select "Line"
4. in the Symbol Results list, select Obstacle Effect Disrupt F (GFMPOED---****X)
5. Draw 3 points

Expected Result:
The symbol is drawn with points 1 and 2 defining the end points of the graphic's vertical line, and point 3 defining the tip of the longest arrow. Please see the MIL-STD-2525C official documentation (http://www.mapsymbs.com/ms2525c.pdf page 581).

Actual Result:
- the graphic's vertical line is a set length (i.e. the distance between point 1 and point 2 do not determine the length of the graphic's vertical line).

Additional Testing:
- All 3 anchor polyline symbols seem to have this issue (another symbol that does not work is Ambush F (GFGPSLA---****X))
0 Kudos
5 Replies
AnttiKajanus1
Regular Contributor II
Thanks for reporting.

We have similar issue reported in beta community (RT.NET-000071) that relates on drawing 3 point symbols with current beta.
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,

Please note this forum is for the existing ArcGIS Runtime SDK for WPF. Any questions/issues relating to the new ArcGIS Runtime SDK for .NET should be posted in the beta forum: https://betacommunity.esri.com/home.html.

Cheers

Mike
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
... in fact for any issues relating to the new .NET SDK samples you can raise them directly in GitHub: https://github.com/Esri/arcgis-runtime-samples-dotnet.

Regarding the military symbology, we are just in the process of updating the symbol dictionary and the symbol generation logic, therefore we will retest once this work is complete.

Cheers

Mike
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,

I've just retested - is this what you would expect to see?

Example 1 - longer distance between 2nd and 3rd points:
[ATTACH=CONFIG]34838[/ATTACH]
[ATTACH=CONFIG]34839[/ATTACH]

Example 2 - shorter distance between 2nd and 3rd points:
[ATTACH=CONFIG]34840[/ATTACH]
[ATTACH=CONFIG]34841[/ATTACH]

Cheers

Mike
0 Kudos
C4iC4i
by
New Contributor
Hi Mike

Thanks for your response. According to the MIL-STD-2525C documentation (http://www.mapsymbs.com/ms2525c.pdf on page 575), the distance between point 1 and point 2 should define the length of the line that is perpendicular to the arrows. Therefore, in your example 1, the horizontal line should be much wider. Please see the attachment.

Thanks,

David
0 Kudos