I have shapefile of highways, where each segment has the information indicating the starting mile and ending mile.
Using these fields, I have created Routes, using the 'Create Route' gp tool from the ArcGIS Linear Referencing Toolbar.
From this route, I want to create a shapefile/featureclass indicating the location of each milestone (placed at the integer miles; i.e 5, 6, and so on).
How do I do this?
The only way I could find was to create a dummy table and then use the 'Make Route Event Layer'; But this requires to enter all the values in the table.
Is there a better way to do this?