[DevExpress Support Team: CLONED FROM T302395: Custom MapDataProvider does not work correctly with 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?