Opened 12 years ago

#4241 new enhancement

Support for symbols at start or end of leader lines

Reported by: woodbri Owned by: sdlime
Priority: normal Milestone:
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords:
Cc:

Description

I tried the follow and it did not work:

 CLASS
   MAXSCALEDENOM 100000000
   MINSCALEDENOM  50000000
   TEXT ('[STUSPS]')
   STYLE
     COLOR "#f2efe9"
   END
   LEADER
     MAXDISTANCE 30
     GRIDSTEP 5
     STYLE
       GEOMTRANSFORM 'end' # also tried 'start'
       SYMBOL 'circle-filled'
       SIZE 6.5  # make it big to besure its not hidden
       COLOR "#000000"
     END
     STYLE
       COLOR "#000000"
       WIDTH 0.5
     END
   END
   LABEL
     COLOR "#675844"
     FONT "arial"
     TYPE TRUETYPE
     SIZE 6
     POSITION CC
     PARTIALS FALSE
     BUFFER 1
     MINDISTANCE 200
     OUTLINECOLOR "#ffffff"
     OUTLINEWIDTH 1
   END
 END

My goal was to put a symbol at the start or end of the leader, but as Thomas has indicated it is not supported yet.

Change History (0)

Note: See TracTickets for help on using tickets.