# Contour Map Renders a visual representation of the elevation data in the Map using a color ramp. ## ContourMap CLASS: ContourMapLayer (inherits from: [ImageLayer](image.md)) | Property | Description | Type | Default | | --- | --- | --- | --- | | stops | Mapping table of elevation values to colors | "stop" | | | | stop: elevation = height in meters | float | | | | stop: color = terrain color | HTML color | | ### Example ```xml ``` ![](/_static/images/ContourMap.png)