Select to view content in your preferred language

Create polyline symbol from .stylx with arrow at each vertex

448
1
03-20-2024 01:13 AM
Labels (3)
ofirrosner
Emerging Contributor

Im using  esri version 100.15.2 and ArcGis Pro version 2.8
i want to load symbol polyline with arrow at each vertex
to do so i have created (at ArcGis Pro) symbol with 2 layers

1.Solid Marker
2.Shape - with
   2.a.Placement->on
   2.b.vertices and Along to line->true
   2.c On regular Vertices -> true

this is what i want
expectedexpected

this is what i got
resultresult

how can i get the symbol to show like the first image?

0 Kudos
1 Reply
Amir-Sarrafzadeh-Arasi
Frequent Contributor

Dear ofirrosner,

I hope you are well,

 

Please check my github, I have created a sample project in ArcGIS Pro, with lines and vertexes in the end of the lines.

https://github.com/AmirSarrafzadeh/ArcGIS_pro/tree/main/Symbology/Dictionary_renderer/Vertex_Line

The output is something like this.

vertex.png

 

I suggest you Dictionary Renderer for this task, you can do almost whatever you want with the symbology in the ArcGIS Pro.

Amir Sarrafzadeh Arasi
0 Kudos