MCPcopy Index your code
hub / github.com/MapServer/MapServer / msDrawEndShape

Function msDrawEndShape

mapdraw.c:2779–2787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2777 */
2778
2779void msDrawEndShape(mapObj *map, layerObj *layer, imageObj *image,
2780 shapeObj *shape)
2781{
2782 if(MS_RENDERER_PLUGIN(image->format))
2783 {
2784 if (image->format->vtable->endShape)
2785 image->format->vtable->endShape(image, shape);
2786 }
2787}
2788/**
2789 * take the value from the shape and use it to change the
2790 * color in the style to match the range map

Callers 3

msDrawPieChartLayerFunction · 0.85
msDrawVBarChartLayerFunction · 0.85
msDrawBarChartLayerFunction · 0.85

Calls 1

endShapeMethod · 0.80

Tested by

no test coverage detected