Hello,
if I want to plot anything I always have to load a map into Vapor.
I am using the BigBlueMarble Map and my question is how it is possible that I just specify the "BigBlueMarble.tms" file and Vapor takes every tiff - file in the BigBlueMarble directory to represent my data.
So, if I did not misunderstand Vapor can realize which of those tiff files it has to choose while I am extending or shrinking the image size.
E.g. if I plot anything around France and the displayed image is cut into shape so that I am just able to see France Vapor took the image in the deepest level(maybe level 4).
Now, if I extend the image Vapor will display another image, one level above(then level 3).
So how it is possible?Can You help me?
If I understand correctly, you're trying to get a large image from the .tms file that is also high resolution. We're aware that this can be a problem and there's no way to explicitly select the resolution of the image being displayed.
What I've done in the past to get around this is to create an image renderer that covers the largest area possible at the highest resolution. I'll then make a copy of that renderer by hitting the "Duplicate in this visualizer" button at the top, and traverse that image to cover adjacent space. This can be repeated until you get the desired effect.