I'm trying to import in QGIS 3.34 a KML file with multiple background tile images (all georeferenced) into a grid. The images are located in a separate folder and inside the layer data there's a field with the URL of every single image.
I'm able to load each image into the grid as Raster Symbol (using a dynamic value for the URL) but all images are shown wrong for width/zoom.
I tried to use a fixed width (using tile width in pixel) but problem remains.
I'm now trying with a dynamic parameter but I can't find any valid solution.
Something similar is reported at Showing multiple raster images on map QGIS 3.20
-
as far as I know, the KML format won't include tiles/rasters/tiffs/images. KMLs only include vectors. KMZs do have capacity for images, but you would need a plugin for QGIS to be importing them. Tell us more about what you are doing please.BJW– BJW2024年03月16日 21:05:30 +00:00Commented Mar 16, 2024 at 21:05
-
1@BJW OP has a vector KML file of polygon geometry, and the polygon symbol is set to Raster Image Fill, with the image source from a field in the KML file. The problem is how to get the raster fill symbol to scale properly. OP, it's hard for us to assist without any further info on how the images were originally scaled/refereneced. Can you try changing the image width (Larghezza immagine) using percentage instead of pixels and play around with the values? And maybe change Coord mode (Modalità coord) to from Object (Oggetto) to Viewportshe_weeds– she_weeds2024年03月18日 01:56:58 +00:00Commented Mar 18, 2024 at 1:56
1 Answer 1
Solved with this Plugin:
KML Tools