> i would like to add a graphic image such as a tiff to an annotation layer > that i can turn off/off. is there any way to paste an image into a text > box or polygon that i have pointing to a location?
Can you set the annotation to show HTML then use an "img" tag to show an image that's saved in your project folder? e.g. <img src="photos/example.jpg" /> You may not be able to show TIFFs, but if you convert them to .png or .jpg then it should work. I haven't tried this with annotation layers but it works in map tips to have an image appear when you hover over a feature. A quick Google suggests annotation layers have the option to render HTML so I would imagine it would work there too. Cheers, Adam. _______________________________________________ QGIS-User mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
