Map Suite MVC Edition Sample Applications

All Samples

Draw using FleeBooleanStyle

Screenshot

The sample shows how to style a map using the FleeBooleanStyle. In this example, the hightlighted features are the landlocked countries whose population is greater than 10 million.

View Sample

Using Predefined Styles

Screenshot

Map Suite MVC Edition includes numerous built-in styles like these, which allow you easily set up a visually appealing map.

View Sample

Draw a Point Using a Bitmap

Screenshot

This sample shows how to mark a point on the map using a custom bitmap image.

View Sample

Draw a Point Using a Symbol

Screenshot

This samples shows how to mark a point on the map using a symbol.

View Sample

Draw Features Based on a Value

Screenshot

This sample renders cities in different styles based on their "POP_RANK" data value.

View Sample

Change the Fill and Outline Colors

Screenshot

This sample shows how to change the fill and outline colors of a polygon at runtime.

View Sample

Change the Width and Color of a Line

Screenshot

This sample shows how to change the width and color of a line at runtime.

View Sample

Convert GeoColor to/from OLE, Win32, HTML, or ARGB Colors

Screenshot

This sample shows how to convert GeoColor to and from OLE, Win32, HTML, or ARGB colors.

View Sample

Get a Group of Colors in the Same Quality (Hue) Family

Screenshot

In this sample, we use a group of colors in the same family of red (but with different strengths) to draw five different countries.

View Sample

Draw using ZedGraphStyle

Screenshot

This sample shows how to add pie graphs to the map using the ZedGraph library.

View Sample