MCPcopy Create free account
hub / github.com/MapServer/MapServer / msEndShapeKml

Function msEndShapeKml

mapkml.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193int msEndShapeKml(imageObj *img, shapeObj *shape)
194{
195 KmlRenderer* renderer = getKmlRenderer(img);
196 renderer->endShape(img, shape);
197 return MS_SUCCESS;
198}
199
200int msMergeRasterBufferKml(imageObj *dest, rasterBufferObj *overlay, double opacity, int srcX,
201 int srcY, int dstX, int dstY, int width, int height) {

Callers

nothing calls this directly

Calls 2

getKmlRendererFunction · 0.85
endShapeMethod · 0.80

Tested by

no test coverage detected