Does anyone know if it's possible to create a symbology for polygons and polylines that places a marker symbol on each vertex?
Currently I achieve this by creating a separate multi-point geometry from all the points in the line or polygon and symbolizing that multi-point geometry. Obviously there is overhead involved in creating and maintaining the multi-point geometry, and this doesn't scale very well if I wanted lots of features to display like this. Ideally, the layer itself would just have a symbology that did this.
Cheers,
-Paul