I have several hundred small images that represent signs. I need to inert them into a map. They don't need to be GIS features, just dumb graphics. I can't do it the simple & obvious way with graphic layers because they are limited to 10MB sum total in the map. The needed images sum to around 200MB in total. I also need to rotate & size each of these images independently. I tried making a picture marker style, but I can't rotate & scale each image instance independently this way - changing the orientation of one changes them all. These are not simple images that can be composed by putting together a bunch of tiny shape markers, ie doing this several hundred times over again:

There has to be a way to do this, it seems such a mind numbingly simple thing to ask.