geomoose / gm3

GeoMoose 3.0 Development. Please submit pull requests to the 'main' branch.
https://www.geomoose.org
MIT License
58 stars 59 forks source link

Print - Image in Template - i.e. north arrows/organization logo #810

Closed chughes-lincoln closed 1 year ago

chughes-lincoln commented 1 year ago

Adding an image in a print template (https://docs.geomoose.org/3.x/howto/print-layouts.html?highlight=print) no longer works (at least I haven't figured out how to get it working). Previously you could convert your image to a base64 string and reference it in the image_data parameter. On 3.10.0 you can also just directly reference a png.

theduckylittle commented 1 year ago

Ack! The new lint fixes got a little aggressive. New MR handles it properly.

chughes-lincoln commented 1 year ago

Fixed by https://github.com/geomoose/gm3/pull/827