Got a request from the user that has me stumped. The user wants to display an individual graphic on a map with the points of that graphic numbered. So as the points go along the polygon or polyline they need to display a number from 1 to n. The purpose is to have those numbers correspond to a table that lists the actual coordinates of each point, so the user can see the coordinate that corresponds to each point on the graphic.
Any ideas how to accomplish this? The table that displays the points I can handle. It's the numbering of the points on the graphic that has me wondering where to start.