LarsSchy / SMAC-M

Scripts to convert nautical data and display it with Mapserver
MIT License
66 stars 33 forks source link

Add native LineString support #13

Closed alexbrault closed 6 years ago

alexbrault commented 6 years ago

Just like the point features, the linestring layers are now generated dynamically from the OpenCPN chartsymbols configuration. The line symbols (for LC instructions) are generated from the HPGL for each line style. These styles are divided in multiple symbols that can follow the curve of the lines better than the raw symbols.

LarsSchy commented 6 years ago

Good additions. I really like the native HPGL handling.