I'm trying to plot icons (small 48x48 svg image) over another image (jpg file, quite big) at different locations. What I would want is to plot the svg icons on the jpg image in a way that my output file is a svg with the vectorized icons but not the map which is a raster element. Is it even possible (any workaround that would lead to the solution is welcome), and if so, can I do it with python ?
Asked
Active
Viewed 66 times
0
-
1how do you do it? Maybe you should put `svg` directly in `HTML` and use `css` to locate it in expected place – furas Jun 09 '22 at 13:08
-
Great idea ! If there's not other simpler solution i'll definitely try this out – Bil11 Jun 09 '22 at 13:37
-
1Have a look here... https://stackoverflow.com/a/6250418/2836621 – Mark Setchell Jun 09 '22 at 16:03