I would like to be able to have the upstream invert at the top of the main and the downstream at the bottom.
<---Down Label---------------------------------------------Up Label--->
|
|
|
The GEOMTRANSFORM keyword can be used to add symbols to the start and the end points. Have a look at the tricks section where arrows are added to the start and end of a line.
As a simpler (and perhaps more flexible) alternative, you can create a point layer in your map file with no symbology that dynamically reads the end points of the line. You can even create your dynamic start and end labels in the query. The SQL example below works with SQL Server 2008, but if you are using a different database you should be able to use a similar syntax.
As a plus you can then switch labels on and off by showing/hiding the layer. |
|||||||
|
|