AspMap Sample Applications

Map Viewers

Simple Map The simplest mapping application. It loads map layers and displays the map. Use the mouse scroll wheel to zoom in and out, drag the mouse to pan the map.
Street Map This is a general purpose map viewer. You can zoom, pan and identify the map of a county.
USA Map This sample application features a map of the United States.
Map Tools This sample demonstrates the built-in map tools and allows you to select map features by drawing points, lines, circles, rectangles or polygons directly on the map.
Map Locator This sample demonstrates how to implement the map locator feature and allows the user to toggle layer visibility.
Client API Demo Demonstrates the client-side API.
World Map This sample uses a raster image as a background image layer for a world map. 

Databases

Airports Displays locations of airports stored in a database.
Parcel Map Combines a parcel shapefile and a parcel tax database and lets users query and display information about parcels.

Tracking

Vehicle Tracking Simulates a vehicle tracking application using real-time GPS coordinates (for demonstration purposes the GPS coordinates are read from a text file).

Thematic Mapping

Demographic Map Displays demographic data stored in a database.
Chart Map Displays bar/pie chart for each state: one bar/pie representing 1990 population, and the other representing 1997 population.
Population This sample maps population data by cities.

Routing

Route This application calculates a route between two locations, plots the route on a map and displays driving directions.

Web Map Services (WMS)

WMS Layer Demonstrates the WmsLayer class using the TerraServer Web Map Service as a WMS layer.
WMS Service Demonstrates the WmsService component (see the WmsService.ashx HTTP handler).

Coordinate Systems

Projected Map This sample uses a CoordSystem object to project a world map into various coordinate systems.
Common Coordinate System This sample transforms map layers that have different coordinate systems (Geographic-WGS1984, Mercator, Miller Cylindrical) into a common coordinate system (Winkel I).