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

Method endShape

mapkmlrenderer.cpp:978–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976}
977
978void KmlRenderer::endShape(imageObj*, shapeObj*)
979{
980 CurrentShapeIndex = -1;
981 if (CurrentShapeName)
982 msFree(CurrentShapeName);
983 CurrentShapeName = NULL;
984}
985
986xmlNodePtr KmlRenderer::getGeomParentNode(const char *geomName)
987{

Callers 2

msDrawEndShapeFunction · 0.80
msEndShapeKmlFunction · 0.80

Calls 1

msFreeFunction · 0.85

Tested by

no test coverage detected