Hello GeoNet community. I'm working on an application with ECDIS related functionality. I'm getting AIS and radar latitude longitude positions of targets (ships/water crafts etc) and i want to display them in the military symbolic standard MIL STD 2525D. Going through the documentation, i found that we are supposed to use a .stylx file to obtain a symbol however i cannot understand the code to do so. Its also mentioned here (display-military-symbols-with-a-dictionary-renderer) that:
Military symbol dictionary styles allow you to choose whether to assemble and render the symbol based on a single attribute with a unique Symbol ID Code (SIC or SIDC) or based on a series of predefined attributes. For example, in MIL-STD-2525BC2, a SIC of SFSPCL--------- represents this symbol
.
I cannot find any sample code where i can understand the use of SIDC to obtain a symbol from the .stylx file and display it on the map. Please tell me how do i display a specific symbol using a specific SID Code.