[DevExpress Support Team: CLONED FROM T301866: Custom MapDataProvider does not work correctly with a custom tile size]
Hello!
We are using MapControl for displaying raster and vector non-cartographical images. Our data has specific features:
- We don't have an infinite map. Our image has finite sizes and it can be not square
- Tiles can be not square
We have created a sample illustrating our questions (attachement). The sample works with 3 kinds ot input data:
Input Data 1. Tiles of size 256x256
Input Data 2. Tiles 100x100
Input Data 3. Tiles 70x70
All data has 2 levels of zoom (1,2).
Our real image that we have is of orange color . We fill emty space with white color while generating tiles to adjust tile sizes.
Here is the list of issues we'd like to clarify:
Issue3. If the tile size is less than 256x256 (for example 100x100 - input data 2) some artifacts - white lines - appear between the tiles. Is there a way to avoid these artifacts?
Issue 4. MapControl stretches non-square tiles to make it square (input data 3). How can we use non-square tiles in MapControl?
I have managed to reproduce the described problem on my side. It will require some time to research it in greater detail. I have passed this issue to our developers for further research. We will update the thread once we have any results.