| 2777 | */ |
| 2778 | |
| 2779 | void 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 |
no test coverage detected