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

Function msStartShapeKml

mapkml.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186int msStartShapeKml(imageObj *img, shapeObj *shape)
187{
188 KmlRenderer* renderer = getKmlRenderer(img);
189 renderer->startShape(img, shape);
190 return MS_SUCCESS;
191}
192
193int msEndShapeKml(imageObj *img, shapeObj *shape)
194{

Callers

nothing calls this directly

Calls 2

getKmlRendererFunction · 0.85
startShapeMethod · 0.80

Tested by

no test coverage detected