Map Suite MVC Edition Sample Applications

All Samples

Track Shape Finished Event

Screenshot

The sample demonstrates the TrackShapeFinished event of the map. If you attach handlers to this event, the map will raise a form-submit each time you finish drawing a shape.

View Sample

Change Edit Settings

Screenshot

This sample demonstrates the editing modes supported by Map Suite MVC Edition.

View Sample

Label and Rotate a Marker

Screenshot

This sample demonstrates how to label and rotate a marker at runtime.

View Sample

Click Event on a Marker

Screenshot

This sample demonstrates the click event on a marker. If you click on the marker, it will raise a form-submit and pass the available information to an action in the controller.

View Sample

Highlight a Feature While Hovering

Screenshot

This sample shows how to select and highlight a feature specified by hovering over it with your mouse.

View Sample

Add a Click Event to a HighlightOverlay

Screenshot

This sample demonstrates the use of the click ServerEvent of the HighlightOverlay.

View Sample

Add a Context Menu to a HighlightOverlay

Screenshot

This samples demonstrates adding a context menu on a HighlightOverlay. If you right-click on a feature contained in the overlay, the context menu will show up; otherwise, nothing will happen.

View Sample

Union Two Features

Screenshot

This sample shows how to perform Union geoprocessing on two features.

View Sample

Find the Differences Between Two Features

Screenshot

This sample shows how to find the differences between two specified features.

View Sample

Shortest Line Between Features

Screenshot

This sample shows how to calculate the shortest line between features.

View Sample