Dorset-Council-UK / GIFramework-Maps

A .NET based web map built with OpenLayers and Bootstrap
MIT License
15 stars 11 forks source link

Added an optional north pointer to PDF maps #305

Closed VulpesFerrilata closed 3 months ago

VulpesFerrilata commented 3 months ago

This PR adds an optional north arrow to exported PDF maps:

image

The direction of the north arrow changes if a user has rotated the map. image

The north arrow image uses an optional URL in the print configuration table. If no URL is entered, the option to include a north pointer on PDFs will not display. We've allowed the north arrow to be customisable to help accommodate different languages and styles.

Closes #294