Show / Hide Table of Contents

    Renderers

    Mapsui has two renderers:

    • Xaml in the Mapsui.Rendering.Xaml assembly. Used only in the WPF MapControl. Older and stable.
    • Skia in the Mapsui.Rendering.Skia assembly. Used in all supported platforms. Newer.

    Differences Between Xaml and Skia

    Skia is nearly equivalent to Xaml but there are still some differences (This list has grown shorter over last year):

    1. There is a difference in the way halo symbolization is implemented. We will match Xaml to Skia (not the other way around). We already use the correct technique for Xaml halos for labels styles.
    2. Skia does not have the option to displayed symbols in world units. The means the icon will grow bigger if you zoom in. This is unlike regular icon but like regular polgons. This is an exotic feature, you will probably not need this.
    3. There are probably some more differences I missed.

    Xaml and Skia side by side in Mapsui.Samples.Wpf

    The project Mapsui.Samples.Wpf has a dropdown on the top left to select between Skia and Wpf rendering. This is allows you to compare them.

    • Improve this Doc
    Back to top Generated by DocFX