Ticket #3671 (closed enhancement: fixed)
complete the support of the SVG symbols
| Reported by: | assefa | Owned by: | assefa |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 release |
| Component: | Documentation - MapServer | Version: | unspecified |
| Severity: | normal | Keywords: | svg symbols |
| Cc: |
Description
From what I can see a lot of the pieces needed to be able to support SVG symbols in Mapserver are there. The big missing part seems to be the rendering function, which from what I gather could be based on the agg svg example. There was an effort in this sense ( http://trac.osgeo.org/mapserver/wiki/GSoC_SVG_Symbols_SECOND_DRAFT_OF_THE_MS_RFC). I believe the general ideas still apply although the implemenation details are different:
- read an svg file (symbol type SVG)
- rasterize it into a pixmap (based on the agg svg example)
- caching (I am not sure yet about this one)
- place pixmap on the map.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

