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

Function msRenderLineKml

mapkml.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int msRenderLineKml(imageObj *img, shapeObj *p, strokeStyleObj *style)
65{
66 KmlRenderer* renderer = getKmlRenderer(img);
67 renderer->renderLine(img, p, style);
68 return MS_SUCCESS;
69}
70
71int msRenderPolygonKml(imageObj *img, shapeObj *p, colorObj *color)
72{

Callers

nothing calls this directly

Calls 2

getKmlRendererFunction · 0.85
renderLineMethod · 0.80

Tested by

no test coverage detected